1. Serial Data Transmission
In serial data transmission, data is sent as a single stream of bits, one after another, over a single wire or channel. Think of it like cars travelling in single file down a one-lane road. Because there is only one path, the bits arrive in the same order they were sent. To help the receiving device know when a unit of data (like a byte) starts and ends, special 'start bits' and 'stop bits' are often added to the data stream. While this method is slower than sending multiple bits at once, its simplicity makes it highly reliable, especially over long distances.
Key term
Examiner insight
Common pitfall
Fun fact
Worked example 13 marks
A company needs to connect a computer in its main office to a server in a warehouse 500 metres away. Explain why serial transmission would be a suitable choice for this connection. [3]
- 1
Step 1: Identify the key factor in the scenario, which is the long distance (500 metres).
- 2
Step 2: State that serial transmission is the suitable choice.
- 3
Step 3: Justify the choice by explaining that over long distances, serial transmission is more reliable than parallel. This is because there is no risk of 'data skew' (where bits on different wires arrive at different times), as all bits follow the same path.
- 4
Step 4: Add a second reason for justification, such as lower chance of interference due to having only one wire, and lower cost of cabling compared to a multi-wire parallel cable.
Recap
- Data is sent one bit at a time down a single wire.
- Serial transmission is slower than parallel transmission.
- It is highly reliable for long-distance communication.
- There is no risk of data skew, ensuring bits arrive in the correct order.
- It is cheaper to implement as it requires fewer wires.
- USB (Universal Serial Bus) is a common real-world example.
Quick check
- State one key advantage of serial transmission.1 mark
- What is the role of a start bit and stop bit in serial transmission?1 mark