Section 6 Chapter 31 - Communication Methods Flashcards
Where data communication is used
Between computers
Between computer components
Serial Transmission
Bits are sent one at time over a single wire (or other communication media)
Parallel Transmission
Several bits are sent simultaneously over a number of wires
Skew
When bits travel at different speeds along parallel wires
Crosstalk
Interference between parallel wires
Where serial is used vs parallel
Serial used for long distance, parallel for short (e.g. in computer components)
Advantages of serial over parallel (4)
- Cheaper due to lower size and complexity
- Crosstalk
- Reliable over longer distances
- Can use higher frequencies due to no inteference
Bit rate
The rate at which data is serially transmitted
Baud rate
The rate at which the signal changes
Baseband
When only one bit is encoded per signal
baud rate = bit rate
Bandwidth
The amount of data that can be transmitted in a fixed amount of time (essentially the maximum bit rate)
Latency
The time delay between when a packet of communication is sent and when it is recieved
Parity bit
A bit that is set to 1 or 0 to make the total number of 1s and 0s either even or odd. Used to check if data has been correctly transmitted
Synchronous transmission
Data is transferred at regular intervals
Where synchronous transmission is commonly used
With parallel communication, a cpu clock is an example of synchronising transmission