AQA GCSEOCR GCSECambridge IGCSE

Network Topologies — GCSE Computer Science

Network topology describes how devices in a network are physically or logically connected to each other. Star, mesh and bus topologies all appear regularly in GCSE Computer Science exams — you need to be able to draw them, describe how data travels and compare their advantages and disadvantages.

Key points to know

The three main topologies compared

Star topology

Most school and office networks

All devices connect to a central switch. The switch manages traffic — it sends data only to the intended recipient.

✓ Advantages

• One cable fail = only one device affected

• Easy to add new devices

• Easy to identify faults

• Switch manages traffic efficiently

✗ Disadvantages

• If the central switch fails, entire network goes down

• More cable needed than bus

• Switch is a single point of failure

🕸️

Mesh topology

Critical infrastructure, military networks, internet backbone

Every device connects directly to every other device. Data can travel via multiple paths.

✓ Advantages

• No single point of failure

• Data can take alternative routes if one link fails

• Very reliable and resilient

✗ Disadvantages

• Very expensive — many cables required

• Complex to install and manage

• Impractical for large networks

🚌

Bus topology

Rarely used in modern networks (legacy systems)

All devices share a single cable (the bus). Data is broadcast to all devices; only the intended recipient accepts it.

✓ Advantages

• Simple and cheap to set up

• Uses very little cable

✗ Disadvantages

• A break in the bus cable = whole network fails

• Only one device can transmit at a time — collisions possible

• Performance degrades as more devices added

Exam-style questions

Try these before expanding the hints. Write your answer, then compare.

1

A school has 30 computers in a classroom all connected to a central switch. State what type of network topology this is and give one advantage of this topology.

AQA GCSE style [2 marks]

Mark scheme hint: Star topology [1]. Advantage: if one cable fails, only that one device is disconnected — the rest of the network continues to work [1]. OR: easy to add new devices [1]. OR: easy to identify faults [1].

2

Compare the star and mesh network topologies. Your answer should include one similarity and one difference.

OCR J277 style [2 marks]

Mark scheme hint: Similarity: both connect multiple devices in a network [1]; OR both can be used for LANs [1]. Difference: star has a single central switch (potential failure point) whereas mesh has no central device and multiple paths between devices [1].

3

Explain one disadvantage of a mesh topology compared to a star topology.

Cambridge 0478 style [2 marks]

Mark scheme hint: A mesh topology requires many more physical cables — each device must connect directly to every other device [1], making it much more expensive to install and maintain than a star topology where only one cable per device is needed [1].

4

State the difference between a LAN and a WAN.

All boards [2 marks]

Mark scheme hint: A LAN covers a small geographical area such as one building or site [1], whereas a WAN spans a large geographical area such as multiple cities or countries [1]. A LAN is typically owned by one organisation; a WAN uses infrastructure owned by multiple providers [1].

Hundreds more exam-style questions with full mark schemes — all free.

Question Bank →

Common exam mistakes

"Star topology is better than mesh" — too vague, no marks.

"Star topology is cheaper to install and easier to manage because only one cable per device is needed. Mesh topology is more reliable because there is no single point of failure and data can take alternative routes if one link fails." Choose based on the scenario.

Saying "if the cable breaks in a star topology, the whole network goes down".

If ONE CABLE breaks in a star topology, only that one device loses connection. If the SWITCH fails, the whole network goes down. These are different — the cable and the switch are not the same thing.

Confusing a switch with a router.

A switch connects devices WITHIN a network (LAN) and directs data to the correct device. A router connects two DIFFERENT networks (e.g. your home LAN to the internet). A switch manages local traffic; a router routes traffic between networks.

Still struggling with this topic?

One-to-one online tutoring with an experienced Computer Science teacher. Work through exactly the topics you find hardest — exam technique, algorithms, programming and more.

Frequently asked questions

What is the difference between a star and a mesh topology?

In a star topology, every device connects to a central switch or hub. If the switch fails, all devices lose connectivity — but a single cable failure only affects one device. In a mesh topology, every device connects directly to every other device. There is no single point of failure and data can take multiple routes, but it requires many cables and is expensive to install.

Why is star topology the most common in modern networks?

Star topology is dominant because: easy to add new devices (just plug in to the switch); a failure in one cable only affects that one device; easy to diagnose faults; the central switch can manage traffic efficiently. The main downside is that if the central switch fails, the whole network goes down.

What is the difference between a LAN and a WAN?

A LAN (Local Area Network) covers a small geographical area — typically one building or site — and the hardware is usually owned and managed by one organisation. A WAN (Wide Area Network) spans a large geographical area, often connecting multiple LANs across cities or countries. The internet is the largest WAN. WANs typically use infrastructure leased from telecommunications providers.

What network hardware connects devices in a star topology?

A switch is the key hardware — it connects devices in a star topology and manages data traffic by sending packets only to the intended recipient device (unlike a hub which broadcasts to all). A router connects one network to another (e.g. a home network to the internet). A WAP (Wireless Access Point) allows wireless devices to connect to a wired network.

Related resources