AQA A-Level Computer Science 4.8 Communication and networking: transmission, networks, TCP/IP, security and the web
A deep-dive AQA A-Level Computer Science guide to 4.8 Communication and networking. Covers serial and parallel transmission, LANs, WANs and topologies, wireless networking, the internet and the TCP/IP model, network security and encryption, and the client-server, peer-to-peer and web models.
Reviewed by: AI editorial process; not yet individually human-reviewed
Jump to a section
What 4.8 actually demands
This module is how computers talk to each other. AQA expects you to explain how data is transmitted, the types of network and topology, how the internet and TCP/IP work, how networks are secured, and the client-server, peer-to-peer and web models.
Transmission methods
Serial sends bits one at a time; parallel sends several at once but suffers skew over distance, so serial is used for long-distance links. Synchronous transmission shares a clock; asynchronous frames each byte with start and stop bits. Know bit rate (bits per second), baud rate (signal changes per second) and bandwidth (the frequency range that limits bit rate).
Networks, topologies and wireless
A LAN is local and owner-controlled; a WAN spans a large area using third-party infrastructure. A star topology centres on a switch; a bus shares one backbone cable. Wireless networks use an SSID to identify the network and CSMA/CA to avoid collisions on the shared radio channel.
The internet and TCP/IP
The internet is a network of networks using packet switching: data is split into independently routed packets and reassembled. The TCP/IP model has four layers (application, transport, network, link). Every device has an IP address, and DNS maps domain names to IP addresses; routers forward packets and gateways join networks using different protocols.
Security and the web
Firewalls filter traffic and proxy servers sit between clients and the internet. Encryption (symmetric shared key, or asymmetric public/private keys) protects data; digital signatures prove origin and integrity and digital certificates verify public keys. On the web, a browser requests pages from a web server built from HTML, CSS and JavaScript, and clients can be thin or thick.
Check your knowledge
- State one reason serial transmission is preferred to parallel over long distances. (1 mark)
- State the difference between bit rate and baud rate. (2 marks)
- State the difference between a LAN and a WAN. (2 marks)
- State why wireless networks use CSMA/CA. (2 marks)
- Explain what packet switching is. (2 marks)
- State the purpose of DNS. (1 mark)
- State the purpose of a firewall. (2 marks)
- State one advantage of the client-server model over peer-to-peer. (1 mark)
Sources & how we know this
- AQA A-level Computer Science (7517) specification — AQA (2015)