Skip to main content
EnglandComputer Science

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.

Generated by Claude Opus 4.818 min read4.8

Reviewed by: AI editorial process; not yet individually human-reviewed

Jump to a section
  1. What 4.8 actually demands
  2. Transmission methods
  3. Networks, topologies and wireless
  4. The internet and TCP/IP
  5. Security and the web
  6. Check your knowledge

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

  1. State one reason serial transmission is preferred to parallel over long distances. (1 mark)
  2. State the difference between bit rate and baud rate. (2 marks)
  3. State the difference between a LAN and a WAN. (2 marks)
  4. State why wireless networks use CSMA/CA. (2 marks)
  5. Explain what packet switching is. (2 marks)
  6. State the purpose of DNS. (1 mark)
  7. State the purpose of a firewall. (2 marks)
  8. State one advantage of the client-server model over peer-to-peer. (1 mark)

Sources & how we know this

  • computer-science
  • a-level-aqa
  • aqa-computer-science
  • communication-and-networking
  • a-level
  • tcp-ip
  • networks
  • encryption
  • client-server