GCSE Revision Aid: This resource is designed to support your revision and may contain errors. If you find a discrepancy with your class teaching, your teacher is correct — please let us know at gcserevise@scott.scottrix.co.uk.

CS29: Network Types & Topologies

Foundation Higher AQAEdexcelOCREduqas Networks

Types of computer networks (PAN, LAN, WAN), wired and wireless connections, advantages and disadvantages of networking, and network topologies.

Fastmail

📋 What is a Computer Network?

Definition: A computer network is two or more computers and other devices connected together to share data, information, and resources.

Before networks, computers worked in isolation (standalone). Each computer had its own printer, its own storage, and no way to share data with other computers. Networks allow computers to communicate and share resources efficiently.

🌐 Types of Networks

PAN (Personal Area Network)

Definition: A PAN is a network that connects devices within a very small range, typically within a few metres of an individual person.

LAN (Local Area Network)

Definition: A LAN is a network that covers a small geographical area, such as a single building, office, school, or home. LANs are typically owned and managed by the organisation that uses them.

WAN (Wide Area Network)

Definition: A WAN is a network that covers a large geographical area, such as a city, country, or the whole world. WANs typically connect multiple LANs together over long distances.
Property PAN LAN WAN
Range Under 10 metres One building/site Cities, countries, worldwide
Ownership Personal Organisation Third-party telecoms
Speed Low High Moderate
Cost Very low Low to moderate High
Technology Bluetooth, USB Ethernet, Wi-Fi Fibre optic, satellite

🔌 Wired vs Wireless Connections

Wired Connections

Ethernet

Fibre Optic

Wireless Connections

Wi-Fi

Bluetooth

Property Ethernet Fibre Optic Wi-Fi Bluetooth
Medium Copper cable Glass/plastic fibre Radio waves Radio waves
Speed Up to 10 Gbps Up to 100+ Gbps Up to several Gbps Low (1-3 Mbps)
Range 100m per cable Many km 30-100m Under 10m
Mobility Fixed Fixed Mobile Mobile
Security High (physical) High (physical) Lower (broadcast) Lower (broadcast)
Cost Low High Low Very low

⚖️ Advantages and Disadvantages of Networking

Advantages Disadvantages
Resource sharing (printers, storage) Security risks (hackers, malware can spread)
File sharing between users Cost of setting up and maintaining the network
Centralised data and backups If server fails, many users are affected
Communication (email, messaging) Slower access to shared resources at peak times
Shared internet connection Unauthorised access to sensitive data
Software can be updated centrally Need for specialist network staff (IT support)
Users can access their files from any computer Network cables and hardware need maintenance

🔷 Network Topologies

Definition: A network topology is the physical or logical arrangement of devices and connections in a network. The two main topologies you need to know are star and mesh.

Star Topology

In a star topology, all devices connect to a central hub or switch. All communication goes through this central device.

Mesh Topology

In a mesh topology, devices are interconnected with multiple connections. In a full mesh, every device is connected to every other device. In a partial mesh, some devices have multiple connections.

Property Star Topology Mesh Topology
Central device Yes (hub/switch) No
Single point of failure Yes (central hub) No (multiple paths)
Cable cost Moderate High (full mesh)
Reliability Moderate Very high
Scalability Easy to add devices Difficult (exponential connections)
Typical use Home/office LANs Backbone networks, critical infrastructure

⚠️ Common Mistakes to Avoid

Mistake Why It's Wrong How to Fix It
Saying "the internet is a LAN" The internet spans the globe - it's a WAN Internet = largest WAN; home network = LAN
Saying "wireless is always better" Wireless has security and reliability trade-offs Compare speed, security, cost, and convenience
Forgetting mesh has no single point of failure This is the key advantage of mesh Mesh = multiple paths = no single point of failure
Saying "star topology fails if a cable breaks" In star, one cable break only affects one device In star: hub failure = total failure; cable failure = one device

❓ Practice Questions

Q1: Define PAN, LAN, and WAN, giving an example of each.

Q2: Compare Ethernet and Wi-Fi, giving two advantages and two disadvantages of each.

Q3: Give three advantages and three disadvantages of using a computer network.

Q4: Compare star and mesh topologies. What is the main advantage of each?

Q5: Why is fibre optic cable used for backbone connections rather than copper Ethernet?

✅ Answers

  1. PAN: Personal Area Network, very small range (under 10m), connects personal devices like phone to headphones. LAN: Local Area Network, covers a single building/site, e.g. a school network. WAN: Wide Area Network, covers large geographical area, e.g. the internet.
  2. Ethernet advantages: faster and more reliable, more secure (physical cable needed). Ethernet disadvantages: limited mobility, requires cabling to each device. Wi-Fi advantages: no cables needed, devices can move freely. Wi-Fi disadvantages: less secure (signals can be intercepted), signal can be blocked or interfered with.
  3. Advantages: resource sharing (printers), file sharing between users, centralised backups. Disadvantages: security risks (malware spreads), cost of setup and maintenance, if server fails many users affected.
  4. Star: all devices connect to a central hub/switch. Main advantage: easy to add devices, one cable failure only affects one device. Mesh: devices have multiple interconnections. Main advantage: no single point of failure - highly reliable because data can route around failed connections.
  5. Fibre optic uses light signals through glass fibres, giving much higher speeds, ability to transmit over much longer distances without signal loss, and immunity to electromagnetic interference. Copper Ethernet is limited by distance and is affected by interference.

🎯 Exam Tips

⚠️ Common Errors

✗ Thinking a LAN must be wired and a WAN must be wireless ✓ LANs and WANs are distinguished by geographic scope, not connection type. A LAN can use WiFi; a WAN typically uses wired backbone connections between locations.

✗ Confusing star and mesh topology advantages ✓ Star: central device, easy to add nodes, single point of failure at hub/switch. Mesh: multiple connections, no single point of failure, expensive and complex to cable.

✗ Believing the internet and the World Wide Web are the same thing ✓ The internet is the global network of interconnected networks (infrastructure). The WWW is a service that runs on the internet using HTTP and web browsers to access web pages.

✗ Thinking client-server and peer-to-peer networks are types of topology ✓ Client-server and P2P are network MODELS (how resources are shared), not topologies (how devices are physically/logically connected). A star topology can use either model.

✍️ Model Answer

Full-Mark Response

Compare star and mesh network topologies, giving two advantages and one disadvantage of each. Explain which topology would be better for a school network. [6 marks]

Star topology: Advantage 1: Easy to add new devices — just connect to the central switch/hub Advantage 2: If one cable fails, only that device is affected; others continue working Disadvantage: If the central switch/hub fails, the entire network goes down (single point of failure) Mesh topology: Advantage 1: No single point of failure — data can route through multiple paths Advantage 2: High reliability — if one connection fails, data finds alternative routes Disadvantage: Expensive and complex to cable — every device needs a connection to every other device Star topology is better for a school because it is cost-effective, easy to manage and expand (adding new computers is simple), and schools typically have a central server room with a switch. The cost and complexity of a full mesh would be impractical for 100+ devices. The central switch can be made redundant to mitigate the single point of failure.

📊 AO Deep Dive

Assessment Objective Analysis

AO1 (Computational Thinking — 40%): Demonstrate knowledge and understanding of the principles and concepts of computer science, including network types and topologies: LAN, WAN, star and mesh for AQA 8525, OCR J277 & Edexcel 1CP2.

AO2 (Application — 40%): Apply knowledge and understanding of computer science, including network types and topologies: LAN, WAN, star and mesh to analyse problems in computational terms and to design, write and evaluate solutions.

AO3 (Evaluation — 20%): Evaluate the effectiveness, correctness and efficiency of computational solutions, including network types and topologies: LAN, WAN, star and mesh, and make reasoned judgements about trade-offs.

📝 Exam Technique

GCSE Computer Science Exam Tips:
LAN = small area, WAN = large area. Topologies: star, mesh, ring, bus — know advantages/disadvantages of each. Client-server: central server, security, backup. P2P: no central server, each node equal, less secure. Internet ≠ WWW. For comparison, give balanced points on both sides. For scenario questions, justify your choice with specific reasons relating to the scenario.

📝 Exam Questions by Topic

🎬 Video Resources

Share this page

Ready to ace your GCSE Computer Science exams?

Get the best revision books and guides to boost your grades.