What are the main network types, topologies and the role of network hardware?
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.
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 LANs and WANs, describe the star and bus topologies, compare wired and wireless networks, and explain wireless networking including CSMA/CA and the SSID.
LANs and WANs
The defining differences are scale and ownership. A LAN is small and owner-controlled, so the organisation manages and secures all of its hardware; a WAN spans large distances and usually leases lines or uses public infrastructure, which the organisation does not own and over which it has less control. This is why data crossing a WAN, such as the internet, generally needs encryption: it travels over equipment the sender does not control and could be intercepted.
Topologies
A switch is the key piece of hardware in a star network: it receives a frame and forwards it only to the port of the intended recipient, rather than broadcasting to everyone, which reduces unnecessary traffic and collisions. This targeted forwarding is a major reason the star topology is fast and dominant in modern wired LANs, whereas the bus topology, where all devices contend for one shared medium, is largely obsolete.
Wired versus wireless
A wired network (typically Ethernet over copper or fibre) is fast, reliable and more secure because access needs a physical connection, but it needs cabling and limits mobility. A wireless network is convenient and supports mobility but is generally slower, less reliable over distance and obstacles, and less secure unless encrypted, because the radio signal can be received by anyone in range. The choice trades convenience and mobility against speed, reliability and inherent security.
Wireless networking: SSID and CSMA/CA
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 marksCompare the star and bus network topologies. In your answer, explain what happens to the rest of the network when a single connection fails in each topology.Show worked answer →
In a star topology every device connects to a central switch by its own cable. If one device's cable fails, only that device is cut off; the rest of the network is unaffected because each has its own link. However, if the central switch fails, the whole network goes down, since all communication passes through it.
In a bus topology all devices share a single backbone cable. If a device's drop connection fails only that device is affected, but if the backbone cable itself fails or a terminator is lost, the whole network goes down, because there is no longer a complete shared medium.
Markers reward the per-device versus whole-network failure analysis for each topology, especially that a star fails wholesale only if the central switch fails, and a bus fails wholesale if the backbone fails.
AQA 20214 marksExplain why a wireless network uses CSMA/CA, describing what the technique does, and state the purpose of the SSID.Show worked answer →
A wireless network uses CSMA/CA (carrier sense multiple access with collision avoidance) because devices share a single radio channel and cannot reliably detect collisions while transmitting (unlike wired Ethernet). CSMA/CA has a device listen first to check the channel is clear (carrier sense), and use techniques such as request-to-send and clear-to-send signals and a random back-off before transmitting, so collisions are avoided rather than merely detected after they happen.
The SSID (service set identifier) is the name of the wireless network, which devices use to identify and connect to the correct access point among the several that may be in range.
Markers reward the shared-channel and cannot-detect-collisions reason, a description of listening and avoiding collisions, and the SSID as the network name used to connect to the right access point.
Related dot points
- 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.
- 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 the relationship between hardware and software, the classification of software into system and application software, and the role of the operating system and utility programs.
A focused answer to AQA A-Level Computer Science 4.6.1, covering the relationship between hardware and software, the classification of software into system and application software, and the role of the operating system and utility programs.
Sources & how we know this
- AQA A-level Computer Science (7517) specification — AQA (2015)