• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/60

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

60 Cards in this Set

  • Front
  • Back
Communication system
An information system that enables people to send and relieve data
Protocol
A set of rules that governs the transfer of data between computers
Handshaking
An agreement on which protocol; to use to accomplish the exchange of information.
Speed of transmission
The speed of data transmission is determined by the transmitting device and the bandwidth.
Bandwidth
The Bandwidth is the capacity of the channel, or transmission medium.
Bits per Second (bps)
The maximum number of bits that can be transmitted in one second.
Baud rate
The maximum number of data symbols or electrical signals that can be transmitted in one second
Error Checking
When data arrives at its destination it may contain errors. These error must be detected and corrected
Parity Checking
a method of error checking using an extra bit called a parity bit. It can be odd or even.
Checksum
An error checking method that counts the bits in a data packet. Data is divided into packets the bits in each packet are counted and sent to the receiver if the number match it is assumed their is no errors
Cycle redundancy check (CRC)
binary numbers in the block are treated as 1. long binary number & divided by a number (CRC-32).The remainder of the division is retained & sent. Receiving computer does the calculation. If both agree
OK is sent,
error correction
the most common form of error correction is to retransmit the data.
Communication settings
parameter settings that may be altered to allow computer or peripherals to communicate
parameter
a variable that is given a constant value for a particular application.
bits per second (communication setting)
The speed of transmission
Data bits (communication setting)
are the number of bits in each group. usually 7-bit ASCII or 8-bit ASCII
Parity (communication setting)
whether it contains a parity bit for error detection it can be odd even or none
Stop/Start bits (communication setting)
The number of stop start bit used in asynchronous transmission.The parameter is used to identify each bit
Flow control (communication setting)
the handshaking protocol such as XON/XOFF
Teleconferencing
the use electronic transmission to allow a meeting to occur at the same time at different place
Audio conferencing (Teleconferencing)
A single phone call involving 3 or more people at different locations.
Video conferencing (Teleconferencing)
Allow people at different locations to see video and audio images of each other.
Advantage of Teleconferencing
It reduces costs by simulating face-to-face meetings.
Messaging system
used to send messages to people in different locations who may receive the message at later time.
Traditional ways of messaging systems
mail
telephone answering machines
fax- sends graphic over telephone line computer may have modern faxes
All of these are still used
Electronic mail (email)
ending mail electronically. was revolutionized by the invention of the internet. Can be sent around the world in minuets and to anyone who has an email address.
Email Address
They are unique and obtained free
have two parts name and domain name separated by the @ symbol
Domain name (email address)
The specific computer or server where the person's emails are stored
Email message (structure)
an email has two main parts the header and the body
the header is like an envelope and the sender address is automatically added
to (email header components)
the address of the person receiving the mail
Carbon copy (Cc) (email header components)
send message to other people apart from the recipient (optional)
Blind carbon copy (Bcc)
send a copy to other people but they cant see who else got it (optional)
Subject
topic of the email or brief description (optional)
Reply (email)
automatically enters return email address and in the subject types Re: whatever subject the original sender named it
address book (email)
Used to store people emails
mailing list (email)
mailing list a group of people who may want to receive the same message. e.g. a class at school
signature (email)
several lines that can be automatically inserted at the bottom of an email.
Electrical commerce (e-commerce)
is buying or selling goods through the internet. it is a type of communication system
List issues with email
spam and ant-spam legislation
changing nature of work
spreed of viruses
use of email in court cases
EFTPOS(electronic founds transfer at point-of-sales)
is a system that allows people to purchase good and services. it electronically transfer money from the costumer to the seller bank
Electronic banking
allows people to view the bank accounts and transfer money between accounts online
issue with electronic banking
loss of jobs
security
changing nature of work
name the 2 way of data transmission
parallel transmission
serial transmission
Parallel transmission
transferring data at the same time using separate channel. it is faster but get out of sync easily
Serial transmission
is transferring data one after another it is slower but less errors. serial transmission can be asynchronous or synchronous
Asynchronous transmission
sending data by identifying each byte with special start/stop bits
Synchronous
all data is sent at the same time and the same number of bytes is sent each second. it is faster and more efficient
simplex data flow
the data flow is one direction e.g normal television
half-duplex data flow
the data flows both ways but only one way at a time e.g. walkie-talkies
Full-duplex data flow
both way at the same time e.g. a phone call
Network
a number of computer and their peripheral device connected together in some way
node
each device in a network
terminal
a device that send and receives data from anther computer system
intelligent terminal/workstations
a terminal that has both memory and processing capabilities most are called workstations on a network
local area network (LANs)
a network the connect computer with a small geographical are e.g. a building
Wide are network (WANs)
a network that cover thousand of kilometers can use normal phone lines or leased data line
network topology
the physical arrangement of devices in a network
Star topology
has a central computer with each device connected directly to it. the central computer acts like a switch and if it goes down the network goes down. allocate a certain amount of cpu for each user
Bus topology
all the devices are attached to a
direct line called the bus.
nodes listen if the network is clear. If so, a node will transmit. If collision occurs, CSMA/CD Carrier Sense Multiple Access and Collision Detection allows node to re-transmit at later time.
ring topology
all devices are attached so that the path is the shape of a continuous circle.
each device as a unique address
data flows in one direction, moving from device to device until it arrives at destination
This avoids data collisions
A node transmits when it receives a token, hence, token ring network