1. Serial Data Transmission
In serial data transmission, data is sent one bit at a time down a single wire or channel. Think of it like people queuing to go through a single door one by one. This method is slower than parallel but is much more reliable over long distances because the bits stay in order and are less prone to interference. A 'start bit' and 'stop bit' are often sent before and after the data byte to help the receiving device synchronise.
Key term
Examiner insight
Common pitfall
Fun fact
Worked example 14 marks
A university campus has two buildings 500 metres apart. Data needs to be sent from a server in one building to computers in the other. Explain why serial transmission would be a suitable method.
- 1
Step 1: Identify the key factor in the scenario. The key factor is the long distance (500 metres) between the buildings.
- 2
Step 2: Relate serial transmission's advantages to this factor. Serial transmission uses a single wire, which makes it less susceptible to interference over long distances compared to parallel.
- 3
Step 3: Explain the problem with the alternative. Over 500m, parallel transmission would suffer from 'data skew', where bits travelling on different wires arrive at different times, corrupting the data. Serial transmission avoids this as all bits follow the same path.
- 4
Step 4: Conclude with a summary statement. Therefore, serial transmission is suitable because it is reliable and ensures data integrity over long distances, despite being slower than parallel.
Recap
- Data is sent one bit at a time.
- It uses a single wire or channel for transmission.
- Serial transmission is reliable over long distances.
- It is less prone to errors like data skew and interference.
- It is generally cheaper to implement than parallel due to fewer wires.
- The Universal Serial Bus (USB) is a common example of serial transmission.
Quick check
- State two advantages of serial data transmission.2 marks