Track progress, take quizzes and save notes on this lesson.

Free forever · no card needed

Start free
Foundational

Networks and Topologies

1.3.1 Networks and topologies

Aligned to the OCR J277 specification

Level
Foundational
Reading time
9 min
Published
12 June 2026
Updated
1 July 2026
On this page
  1. 1.Types of Network
  2. 2.Factors Affecting Network Performance
  3. 3.Client-Server and Peer-to-Peer Networks
  4. 4.Network Hardware
  5. 5.The Internet
  6. 6.Network Topologies
  7. 7.Common Exam Mistakes

Key takeaways

  • A LAN covers a single site and is usually owned by the organisation; a WAN connects multiple sites across a wider geographical area using infrastructure owned by third-party providers.
  • In a star topology all devices connect to a central switch - if one device fails the network continues, but if the switch fails the entire network goes down.
  • In a mesh topology every device connects to multiple others, so there is no single point of failure, but it requires much more cabling and is more expensive than star.
  • A switch connects devices within a LAN and directs data only to the intended device; a router connects the LAN to another network or the internet.
  • A common mistake: the Internet is a worldwide network of networks, not a single network - millions of LANs and WANs are connected together.

Types of Network

A network is two or more computers connected so they can share data and resources. Networks are classified by their geographic scale.

TypeFull nameCoverageOwnership
LANLocal Area NetworkSingle site — one building, school, officeUsually owned by the organisation
WANWide Area NetworkMultiple sites — across cities, countries, or globallyUses infrastructure owned by third-party providers (telecoms companies)

LAN examples: A school network; a home Wi-Fi network; computers in an office building.

WAN examples: The internet (the world's largest WAN); a bank connecting its branches across the country; a company linking offices in different cities.

Key distinction: A LAN is contained within one location; a WAN connects multiple locations across a wider geographical area.

Factors Affecting Network Performance

Several factors influence how fast and reliably data moves across a network:

FactorEffect
Number of devices connectedMore devices sharing the same connection increases congestion and reduces available bandwidth per device
BandwidthHigher bandwidth (capacity of the connection) allows more data to be transmitted per second
InterferenceWireless signals degrade in the presence of other wireless devices, walls, or interference from microwaves/other electronics
Transmission mediumWired connections (Ethernet/fibre) are faster and more reliable than wireless

Client-Server and Peer-to-Peer Networks

Computers in a network can take different roles:

Client-server network:

  • A powerful server computer provides centralised services (file storage, web pages, email, printing)
  • Client computers request and use those services
  • The server manages authentication, security, and backups centrally
  • Used in schools, businesses, and most internet services

Peer-to-peer (P2P) network:

  • All computers have equal status — each can act as both a client and a server
  • Files and resources are shared directly between devices without a central server
  • No central point of control: each device manages its own security
  • Used in home networks, some file-sharing applications
FeatureClient-serverPeer-to-peer
Central serverYesNo
Security managementCentralisedEach device
ScalabilityGood (add more servers)Limited
CostHigher (server hardware)Lower
Typical useSchools, businessesSmall home networks

Network Hardware

The following hardware components are needed to build a LAN:

ComponentFunction
Wireless Access Point (WAP)Allows wireless devices to connect to a wired network; transmits and receives Wi-Fi signals
RouterConnects a LAN to the internet (or another network); routes data packets between networks
SwitchConnects multiple devices within a LAN; directs data only to the intended recipient device (unlike a hub which broadcasts to all)
NIC (Network Interface Controller/Card)Hardware component inside each device that physically connects it to a network — wired (Ethernet port) or wireless (Wi-Fi chip)
Transmission mediaThe physical or wireless medium that carries data — e.g. copper cable (Ethernet), fibre optic cable, or radio waves (Wi-Fi)

Studying this for an exam?

Generate a personalised learning path for this subject. Free to get started.

Create a learning path

The Internet

The Internet is a worldwide network of networks — it is not a single network but a vast collection of interconnected networks (LANs and WANs) communicating using common protocols.

Key services and concepts:

Domain Name System (DNS):

  • The internet uses numerical IP addresses to identify devices, but humans use names (e.g. www.bbc.co.uk)
  • A DNS (Domain Name System) translates domain names into IP addresses
  • A DNS is made up of many Domain Name Servers distributed worldwide
  • When you type a URL, your browser asks a DNS server to resolve it to the correct IP address

Web servers and clients:

  • A web server stores website files and responds to HTTP requests by sending web pages to clients
  • A client (web browser) requests and displays those pages
  • The web operates on a client-server model

Hosting:

  • Web hosting is a service where a company stores website files on their servers, making those sites accessible on the internet
  • Businesses can host their own servers or pay hosting providers

The Cloud:

  • Cloud computing provides IT resources — storage, software, processing power — over the internet rather than on local hardware
  • Advantages: Access from anywhere; no need to maintain hardware; scales easily; automatic backups
  • Disadvantages: Requires internet access; dependent on third-party provider; data privacy concerns; ongoing subscription costs

Network Topologies

A topology describes how devices are physically or logically arranged and connected in a network.

Star topology

All devices connect to a central switch or hub. Data travels from a device → switch → destination device.

Advantages:

  • If one cable/device fails, the rest of the network continues working (failure is isolated)
  • Easy to add new devices — just connect to the switch
  • Performance: data is directed specifically to the target device (if using a switch)

Disadvantages:

  • If the central switch fails, the entire network goes down
  • Requires more cabling than some other topologies (every device needs its own cable to the switch)
  • More expensive due to the central switch requirement

Mesh topology

Every device connects directly to every other device (full mesh) or to multiple other devices (partial mesh). There is no single central point.

Advantages:

  • Highly reliable — if one connection fails, data can be rerouted via another path
  • No single point of failure
  • Can handle high traffic as multiple paths are available simultaneously

Disadvantages:

  • Expensive and complex to set up — large amounts of cabling/connections needed
  • Difficult to manage and maintain (especially full mesh)
  • Adding new devices requires connecting them to all existing devices

The diagrams below contrast the two layouts: a star routes everything through one central switch, while a full mesh gives every device a direct link to every other.

Star vs mesh topology
Star — all devices via a central switch
Full mesh — every device linked to every other

Common Exam Mistakes

1. Confusing LAN and WAN by size alone

A LAN is a single site network. A WAN connects multiple sites across a wider geographical area. Size matters, but the key distinction is single-location vs. multiple locations connected.

2. Saying a router "connects devices within a network"

A switch connects devices within a LAN. A router connects a LAN to another network or the internet. They do different jobs.

3. Saying "the Internet is a single network"

The Internet is a worldwide network of networks — millions of LANs and WANs connected together. It is not one network.

4. Confusing client-server and peer-to-peer

In client-server, a dedicated server provides services to clients. In peer-to-peer, all devices have equal roles. The difference is whether there is a central, dedicated server.

MistakeCorrection
"A router connects devices within a LAN"A switch connects devices within a LAN; a router connects the LAN to other networks
"Star topology is best because it has no single point of failure"The central switch IS a single point of failure in a star topology — if it fails, the whole network fails
"Mesh topology is cheaper than star"Mesh requires many more cables and connections; it is more expensive than star

Key terms

LAN (Local Area Network)
A network covering a single site such as a school or office, typically owned and managed by the organisation.
WAN (Wide Area Network)
A network connecting multiple sites across a wide geographical area, using infrastructure owned by third-party telecoms providers.
Star topology
A network layout where all devices connect to a central switch or hub. One device failure is isolated, but a switch failure brings down the whole network.
Mesh topology
A network layout where every device connects to multiple other devices, providing multiple paths for data and no single point of failure, at greater cost.
Switch
Network hardware that connects multiple devices within a LAN and directs data only to the intended recipient device.
Router
Network hardware that connects a LAN to another network or the internet, routing data packets between networks.
WAP (Wireless Access Point)
Hardware that allows wireless devices to connect to a wired network by transmitting and receiving Wi-Fi signals.
NIC (Network Interface Controller)
Hardware inside a device that physically connects it to a network, either via an Ethernet port (wired) or a Wi-Fi chip (wireless).
DNS (Domain Name System)
A system of distributed servers that translates human-readable domain names such as www.bbc.co.uk into numerical IP addresses.
Cloud computing
Providing IT resources such as storage, software, and processing over the internet rather than on local hardware.
Client-server network
A network model where a powerful server provides centralised services to client computers, managing authentication, security, and backups.
Peer-to-peer network
A network model where all devices have equal status, each able to act as both client and server, with no central point of control.

Frequently asked questions

A LAN (Local Area Network) covers a single site such as a school or office and is usually owned by the organisation. A WAN (Wide Area Network) connects multiple sites across cities or countries using infrastructure owned by telecoms providers, with the internet being the largest WAN.

Advantages: a single device or cable failure does not bring down the rest of the network; easy to add new devices. Disadvantages: if the central switch fails the whole network fails; more cabling is needed than some other topologies; the switch adds cost.

In a client-server network a dedicated server provides centralised services such as file storage and authentication to client computers. In a peer-to-peer network all devices have equal status, each acting as both client and server, with no central point of control.

Generate revision on any topic you study

Type any topic you're studying and Aicademy generates a complete lesson, quiz, and flashcard set, personalised to your level.

Lessons on anything

Structured, level-matched lessons on any topic you study

Practice quizzes

Find out what you actually know before the exam does

Flashcard sets

Lock in key concepts with instant revision cards

Ask Aica

Stuck on something? Get a clear explanation, any time

Prev

Data Representation

Next

Wired and Wireless Networks, Protocols and Layers

Related lessons

Top students don’t revise more. They revise what counts.

Start revising free

Free to start. No card needed.