2.1 Data Tranmission Flashcards
1
Q
What is ‘bit rate’?
A
Rate at which data is transferred
2
Q
What is ‘serial transmission’?
A
- Uses a single wire
- Low cost
- Used over longer distances
- Slow (low bit rate), only one bit at a time
- Safer transmission (easier to reassemble at the other end)
3
Q
What is ‘parallel transmission’?
A
- Uses multiple wires
- Used over shorter distances
- More expensive
- Quicker tranmission
- Less safe, more opportunity for errors to occur
4
Q
What is ‘interference’?
A
Disturbances that can occur in the wires/signals during the data transfer that may corrupt or delay it
5
Q
What is ‘simplex transmission’?
A
- Data is only ever sent in one direction
- TV & radio
6
Q
What is ‘full duplex transmission’?
A
- Data is sent in two directions simultaneously
- Phone call
7
Q
What is ‘half duplex’ transmission?
A
- Data can be sent it either direction
- BUT only one direction at a time
- Walkie-Talkie
8
Q
What is ‘Checksum’?
A
- When both the devices sending and receiving data check with each other if they have counted the same number of bits
- If they ARE the same, the all the data has been transmitted
- If they ARE NOT the same then they know some data was lost or corrupted and can ask for it to be sent again
9
Q
What is a ‘Parity check’?
A
-The last digit of each 8-bit number that is sent states whether it is an odd number or even number. If a number is odd, another odd number is added to make it even.
10
Q
What are ‘Check digits’?
A
- An error detection method
- Used with bar codes and bank account numbers
- Commonly used to check for/correct human error
11
Q
What is an ‘Automatic Repeat Request’?
A
- The rules for error control
- It looks for errors in packets of data that it receives
- It automatically asks the sender to resend only the packets which it detected errors in