Internet and Its Uses · 4 question types
Past paper frequency (2018 to 2024)
This topic accounts for approximately 7% of your exam marks.
Network topologies, protocols (HTTP, TCP/IP, FTP, DNS) and network hardware appear consistently.
A network topology is the physical or logical arrangement of devices in a network: who is connected to whom.
The syllabus names three topologies: star, bus and mesh.
In a star topology, every device connects to a central switch or router. Data going from one device to another passes through that central point.
device
|
device --- SWITCH --- device
|
device
Advantages:
Disadvantages:
This is the most common topology in home and office networks.
In a bus topology, every device connects to a single shared cable (the "bus") with terminators at both ends. Data sent by any device travels along the cable in both directions and is read by whichever device the address matches.
+--+----+----+----+----+--+
| | | | | | |
T D1 D2 D3 D4 D5 T
Advantages:
Disadvantages:
Bus topology is largely obsolete in modern wired networks.
In a mesh topology, every device connects to every other device (full mesh) or to several others (partial mesh). Data can take many possible paths from source to destination.
D1 ----- D2
/\ /\
/ \ / \
D5 D3---D6 ...
\ / \ /
\/ \/
D4 ----- D7
Advantages:
Disadvantages:
Mesh topology is used in wireless mesh networks (e.g. mesh Wi-Fi systems that flood a house with signal) and in critical infrastructure where uptime matters more than cost.
| Feature | Star | Bus | Mesh |
|---|---|---|---|
| Central device needed? | Yes (switch/router) | No | No (in pure mesh) |
| If one device fails | Other devices unaffected | Other devices unaffected | Other devices unaffected |
| If the cable/centre fails | Whole network down (star) | Whole network down (bus) | Network keeps working (alternate paths) |
| Cost | Medium | Low | High |
| Cable used | Lots | Little | A lot (many links) |
| Best for | Home and office | Temporary or small setups | Critical or wireless mesh networks |
