Communication Methods
Aligned to the AQA 7517 specification
- Level
- Foundational
- Reading time
- 6 min
- Published
- 13 June 2026
- Updated
- 1 July 2026
On this page
Key takeaways
- Serial transmission sends one bit at a time over a single wire; parallel sends multiple bits simultaneously on separate wires, one per bit.
- Serial dominates over long distances because parallel suffers from skew: bits sent simultaneously arrive at different times, worsening with distance and corrupting data.
- Synchronous transmission uses a shared clock to define bit boundaries; asynchronous has no shared clock and frames each byte with a start bit and a stop bit.
- Baud rate is signal changes per second; bit rate is bits per second. They are equal only when each symbol encodes exactly one bit, so bit rate ≥ baud rate.
- Transmission time = file size in bits ÷ bit rate in bps; latency adds delay before and after transfer but does not change the raw bit rate.
Worth saving these ideas?
Turn what you've read into instant revision cards. Free to get started.
Key terms
- Serial transmission
- Sending one bit at a time over a single wire.
- Parallel transmission
- Sending multiple bits simultaneously, each on its own wire; an 8-bit parallel bus sends a full byte per cycle.
- Skew
- In parallel transmission, bits sent simultaneously arriving at the receiver at different times because each wire has slightly different electrical properties; it worsens with distance and can corrupt data.
- Synchronous transmission
- Transmission where sender and receiver share a common clock signal that defines bit boundaries, sent as a continuous stream with no start/stop bits.
- Asynchronous transmission
- Transmission with no shared clock, where each byte is framed by a start bit and a stop bit and the receiver re-synchronises to the start bit edge.
- Start bit
- A bit in asynchronous transmission that signals the beginning of a data unit.
- Stop bit
- A bit in asynchronous transmission that signals the end of a data unit.
- Baud rate
- The number of signal changes (symbols) per second, measuring how frequently the transmission medium changes state.
- Bit rate
- The number of bits transmitted per second.
- Bandwidth
- The range of frequencies a communication channel can carry; a wider range allows more signal changes per second and a higher maximum bit rate.
- Latency
- The time delay between a signal being sent and being received, arising from propagation, queuing, and processing delays.
- Protocol
- An agreed set of rules governing communication between two or more devices, specifying message format, connection setup/teardown, error handling, and addressing.
Frequently asked questions
Because parallel transmission suffers from skew: each wire has slightly different electrical properties, so bits sent simultaneously arrive at different times, and the further the distance the worse the skew, causing data corruption. Serial sends one bit on a single wire and avoids skew entirely.
Baud rate is the number of signal changes (symbols) per second; bit rate is the number of bits transmitted per second. If each symbol encodes more than one bit, bit rate = baud rate × bits per symbol, so bit rate is greater than or equal to baud rate, equal only when each symbol carries one bit.
USB uses serial transmission despite its name ("Universal Serial Bus") and is faster than the older parallel printer ports it replaced.
Generate revision on any topic you study
Type any topic you're studying and Aicademy generates a complete lesson, quiz, and flashcard set, personalised to your level.
Lessons on anything
Structured, level-matched lessons on any topic you study
Practice quizzes
Find out what you actually know before the exam does
Flashcard sets
Lock in key concepts with instant revision cards
Ask Aica
Stuck on something? Get a clear explanation, any time
Consequences of Computing
Network Topology and Wireless Networking
Related lessons
6 min