🔒

Unlock Pro

Subscribe to access all 59 Edexcel 1CP2 lessons.

£7.99/month
or £59/year
🌐 Paper 1 · Topic 4: Networks
4.1b Network Topologies
Edexcel 1CP2 · GCSE Computer Science · ~12 min read · 🔒 Pro
Notes
──
Video
──
Slides
──
Worksheet
──
Quiz

What is a Network Topology?

A network topology describes the physical or logical layout of how devices are connected in a network. Edexcel requires knowledge of star and bus topologies.

Star Topology

All devices connect to a central switch or hub. Each device has its own dedicated connection to the centre.

  • If one cable fails, only that device loses connection — other devices are unaffected
  • Easy to add or remove devices
  • Fast and reliable performance
  • If the central switch/hub fails, all devices lose connection
  • Requires more cable than bus
  • Most common topology used in modern LANs

Bus Topology

All devices connect to a single central cable (the bus or backbone). Data travels along the backbone in both directions.

  • Simple and cheap to install (less cable)
  • If the backbone cable fails, the entire network goes down
  • Collisions can occur when multiple devices send data at the same time
  • Performance degrades with more devices
  • A terminator is needed at each end to absorb signals
  • Rarely used in modern networks

Star vs Bus Comparison

FeatureStar TopologyBus Topology
Central componentSwitch or hubBackbone cable
Cable failureOnly one device affectedWhole network fails
Central failureAll devices lose connectionN/A (no central device)
CostMore cable + switch costLess cable, no switch
PerformanceFast, dedicated connectionsSlower, collisions possible
ScalabilityEasy to expandHarder to scale
UsageMost modern LANsOlder/legacy networks

Switch vs Hub

The central device in a star topology can be a hub or a switch:

DeviceSends data toPerformance
HubALL devices (broadcast)Less efficient — causes unnecessary traffic
SwitchOnly the intended device (unicast)More efficient — reduces traffic

A switch is always preferred in modern networks.

Exam tip: A common question: "State one advantage and one disadvantage of a star topology." Key answer: advantage — if one cable fails, other devices are unaffected; disadvantage — if the central switch fails, all devices lose connection. Draw topologies if asked!
⚠️ Common Mistakes
  • Saying "if a cable fails in a star, the whole network goes down" — this is bus, not star
  • Forgetting that in a bus topology, a backbone failure kills the whole network
  • Not knowing what a terminator does in a bus topology (absorbs signals at the ends)
  • Confusing hub and switch — a switch is smarter, sending data only to the intended device
Video coming soon
Click slide or press arrow keys to navigate
✍️

Worksheet — 4.1b Network Topologies

8 Edexcel-style questions · instantly marked

Q1What is a network topology?[1]
✅ Mark scheme
A network topology is the physical or logical layout/arrangement of how devices are connected in a network [1].
Q2Describe the structure of a star topology.[2]
✅ Mark scheme
All devices connect to a central switch or hub [1]; each device has its own dedicated cable running to the central switch [1].
Q3State one advantage and one disadvantage of a star topology.[2]
✅ Mark scheme
Advantage: if one cable fails, only that device is affected — the rest of the network continues working [1]; Disadvantage: if the central switch fails, all devices lose connection [1].
Q4Describe what happens in a bus topology if the backbone cable breaks.[2]
✅ Mark scheme
If the backbone cable breaks, the entire network fails [1]; all devices lose the ability to communicate as there is no alternative path for data [1].
Q5Why is a switch preferred over a hub in a star topology?[2]
✅ Mark scheme
A switch sends data only to the intended device (unicast) [1]; a hub broadcasts data to all devices, causing unnecessary traffic and reducing efficiency [1].
Q6What is the purpose of a terminator in a bus topology?[1]
✅ Mark scheme
A terminator is placed at each end of the backbone cable to absorb signals and prevent them from bouncing back, which would cause data errors [1].
Q7A hospital is setting up a new network. Which topology would you recommend? Justify.[3]
✅ Mark scheme
Star topology [1]; because if one cable fails, only one device is affected meaning medical systems can continue working [1]; more reliable and faster performance with dedicated connections [1].
Q8State one advantage of a bus topology over a star topology.[1]
✅ Mark scheme
Bus topology is cheaper to set up as it requires less cable and no central switch [1].
Topic Quiz
Q 1 of 15
You scored
out of 15
Click to reveal definition
🎉
Session complete!
TermDefinition
🎯

Mini Test — Network Topologies

Timed exam-style test.

← 4.1a LAN & WANTopic 4Next: 4.1c Wired & Wireless →