📁 Topic 5 · 5.1 Networks
✓ FREE
5.1a Network types and components
Edexcel 4CP0 · iGCSE Computer Science · ~12 min read
Notes
──
Worksheet
──
Quiz
──
Key Terms
──
Mini Test

What is a Network?

A computer network is two or more computers or devices connected together to share resources, data, and services. Networks can be wired (using cables) or wireless.

Types of Network

LAN (Local Area Network)

A LAN covers a small geographical area — a single building, school, office, or home. The hardware (cables, routers, switches) is typically owned by the organisation.

  • High data transfer speeds (up to 10 Gbps on modern systems)
  • Generally more secure — limited physical access
  • Low cost to set up and maintain
  • Example: a school network, a home network

PAN (Personal Area Network)

A PAN covers a very small area around an individual, typically within a few metres. PANs connect personal devices to each other.

  • Examples: connecting a smartphone to wireless earbuds via Bluetooth, linking a smartwatch to a phone, a laptop connecting to a wireless mouse
  • Typically uses Bluetooth or Wi-Fi Direct
  • Very short range (Bluetooth: ~10 metres)
  • Low power consumption

WAN (Wide Area Network)

A WAN covers a large geographical area — cities, countries, or globally. It connects multiple LANs together. WANs often use infrastructure owned by telecom companies (leased lines, satellites, fibre).

  • Slower than LANs due to greater distances and shared infrastructure
  • More expensive — relies on third-party infrastructure
  • Less secure — data travels over public infrastructure
  • Example: the internet is the world's largest WAN

Network Models

Client-Server Network

A central server provides services and resources. Clients request and receive those resources. The server manages security, user accounts, and data storage centrally.

  • Centralised management — easy to update and secure
  • If the server fails, clients lose access
  • Used in schools, businesses, and most large organisations

Peer-to-Peer (P2P) Network

All computers (peers) have equal status. Each can act as both client and server — sharing resources directly with other peers. No central server.

  • Easy to set up, low cost
  • Less secure — no central control
  • Harder to manage as the network grows
  • Suitable for small home networks or file sharing

Network Hardware

DevicePurpose
RouterConnects a LAN to the internet (WAN); routes data packets between networks using IP addresses
SwitchConnects devices within a LAN; sends data only to the intended device (using MAC addresses)
HubLike a switch but sends data to ALL connected devices — less efficient, rarely used today
WAP (Wireless Access Point)Enables devices to connect to the network wirelessly (Wi-Fi)
NIC (Network Interface Card)Hardware in a device that allows it to connect to a network (wired or wireless)
ModemConverts digital signals to analogue (and back) for transmission over telephone lines
Transmission mediaCopper cables, fibre optic cables, Wi-Fi radio waves, Bluetooth
📝 Exam Tip: Know the difference between a hub and a switch. A hub sends data to all devices (inefficient, less secure). A switch sends data only to the intended recipient. In the exam, always prefer a switch for efficiency and security in a LAN.
⚠️ Common Mistakes
  • Saying a WAN is always the internet — the internet is a WAN but not all WANs are the internet (e.g. a company's private WAN connecting offices)
  • Confusing client-server with peer-to-peer — in client-server, a dedicated server controls resources; in P2P, all devices are equal
  • Saying a hub is the same as a switch — a hub broadcasts to everyone; a switch is targeted
1. State two differences between a LAN and a WAN. [2 marks]
Model Answer: A LAN covers a small geographical area (e.g. a building), while a WAN covers a large geographical area (e.g. a country or globally). A LAN uses hardware owned by the organisation, while a WAN uses third-party infrastructure (e.g. telecoms company).
2. Describe one advantage and one disadvantage of a client-server network compared to a peer-to-peer network. [2 marks]
Model Answer: Advantage: Centralised management makes it easier to control security, update files, and manage user accounts. Disadvantage: If the server fails, all clients lose access to shared resources.
3. Explain the difference between a hub and a switch in a LAN. [2 marks]
Model Answer: A hub sends data to all connected devices on the network, regardless of the intended recipient. A switch sends data only to the specific device it is addressed to (using MAC addresses), making it more efficient and secure.
4. State the purpose of a router in a network. [2 marks]
Model Answer: A router connects a LAN to the internet (WAN). It routes data packets between different networks using IP addresses to determine the best path for the data to travel.
5. Give two advantages of a peer-to-peer network for a small home network. [2 marks]
Model Answer: Easy and cheap to set up — no expensive server hardware is required. Each device can share resources directly with others, making it simple to manage for small numbers of users.
Question 1 of 5
Term
Click to reveal definition
4 questions · 10 minutes · MCQ format
← 4.5 Software Topic 5 · 5.1 Networks Next: 5.1b Transmission →