How is data physically transmitted between devices?
Understand serial and parallel transmission, synchronous and asynchronous transmission, bit rate, baud rate and bandwidth, and the trade-offs between these methods.
A focused answer to AQA A-Level Computer Science 4.8.1, covering serial and parallel transmission, synchronous and asynchronous transmission, the meaning of bit rate, baud rate and bandwidth, and the trade-offs between methods.
Reviewed by: AI editorial process; not yet individually human-reviewed
Have a quick question? Jump to the Q&A page
Jump to a section
What this dot point is asking
AQA wants you to distinguish serial and parallel transmission, distinguish synchronous and asynchronous transmission, and define bit rate, baud rate and bandwidth with the relationships between them.
Serial and parallel transmission
It can seem counter-intuitive that serial, which sends one bit at a time, beats parallel for high-speed links. The reason is that parallel's advantage depends on all the bits in a group arriving perfectly aligned; as clock speeds rise and wires lengthen, tiny differences between the wires (skew) and interference (crosstalk) make that alignment impossible to maintain, forcing slower clocking. A single serial line has no inter-line skew, so it can be clocked much faster, and that higher clock rate outweighs sending only one bit per tick.
Synchronous and asynchronous transmission
Bit rate, baud rate and bandwidth
The three terms are often muddled but are distinct. Bandwidth is a physical property of the channel (how wide a frequency range it can carry); baud rate is how many times per second the signal changes; bit rate is how many bits actually move per second. By encoding more bits into each signal change (each symbol), modern systems push the bit rate well above the baud rate, which is why bit rate and baud rate are not interchangeable in calculations.
Exam-style practice questions
Practice questions written in the style of AQA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.
AQA 20194 marksA communication channel transmits at 4800 baud, and each signal change carries 3 bits. Calculate the bit rate, then calculate the time in seconds to transmit a 9000 byte file across this channel, showing your working.Show worked answer →
Bit rate baud rate bits per symbol bits per second.
The file is bytes bits.
Time bits bit rate seconds.
Markers reward multiplying baud by bits per symbol for the bit rate (14 400 bps), converting bytes to bits, and dividing to get 5 seconds. A candidate who confuses baud and bit rate (using 4800) would get the wrong time and lose the method link.
AQA 20213 marksExplain why serial transmission is generally preferred to parallel transmission for high-speed and long-distance links.Show worked answer →
Parallel transmission sends several bits at once down multiple wires, which is fast over short distances, but over longer distances the separate lines suffer from skew (bits travelling down slightly different-length or differently-affected wires arrive at slightly different times) and crosstalk (signals interfering between adjacent wires). These effects worsen as speed and distance increase, so the bits can no longer be reliably read together.
Serial transmission sends bits one after another down a single line, avoiding skew between lines, so it stays reliable at high speeds and over long distances, which is why modern high-speed links such as USB use serial transmission.
Markers reward identifying skew and crosstalk as the problems with parallel over distance and that serial avoids inter-line skew, making it reliable at high speed.
Related dot points
- Understand LANs and WANs, star and bus topologies, wired and wireless networks, the role of switches, routers and the Wi-Fi standards including CSMA/CA and SSID.
A focused answer to AQA A-Level Computer Science 4.8.2 and 4.8.3, covering LANs and WANs, star and bus topologies, wired versus wireless networks, network hardware, and wireless networking with CSMA/CA and the SSID.
- Understand the structure of the internet, packet switching, the TCP/IP four-layer model, IP addressing, DNS, routers and gateways, and how data is routed across networks.
A focused answer to AQA A-Level Computer Science 4.8.4, covering the structure of the internet, packet switching, the TCP/IP four-layer model, IP addressing, DNS, routers and gateways, and how data is routed across networks.
- Understand network security threats, firewalls and proxy servers, the use of encryption, digital certificates and digital signatures, and the difference between symmetric and asymmetric encryption in transmission.
A focused answer to AQA A-Level Computer Science 4.8.5, covering network security threats, firewalls and proxy servers, encryption in transmission, digital certificates and digital signatures, and symmetric versus asymmetric encryption.
- Understand the client-server and peer-to-peer models, web technologies including HTML, CSS and JavaScript, the role of web servers, and the use of APIs and thin versus thick clients.
A focused answer to AQA A-Level Computer Science 4.8.6, covering the client-server and peer-to-peer models, web technologies including HTML, CSS and JavaScript, the role of web servers, and thin versus thick clients.
- Understand lossy and lossless compression, run length encoding and dictionary-based compression, symmetric and asymmetric encryption, and error-checking methods such as parity and check digits.
A focused answer to AQA A-Level Computer Science 4.5.12 to 4.5.14, covering lossy and lossless compression, run length encoding and dictionary-based compression, symmetric and asymmetric encryption, and error checking with parity and check digits.
Sources & how we know this
- AQA A-level Computer Science (7517) specification — AQA (2015)