← Back to subjects
0
OCR GCSE Computer Science (J277) · Networks & topologies
Mini-Lesson

Networks & topologies

This mini-lesson covers OCR J277 · 1.3 Computer networks: LAN & WAN, network hardware, the internet (DNS, hosting, the cloud), star & mesh topologies, wired vs wireless, protocols & layers, and packet switching.

LAN / WAN & hardware internet & topologies protocols & packets a network is two or more devices connected to share data

Answer the questions as you go and collect ⭐ stars. Press Start when you're ready.

Networks · LAN & WAN

LAN and WAN

A network is two or more devices connected together to share data and resources. The two main types differ by size and ownership:

  • LAN (Local Area Network) — covers a small geographic area on one site (home, school, office). The infrastructure (cables, switches) is owned by the organisation.
  • WAN (Wide Area Network) — covers a large geographic area (between cities/countries). It uses third-party infrastructure that is hired (e.g. telephone lines, leased fibre). The internet is the biggest WAN.

Nail it: the key differences are size and who owns the hardware. A LAN is one site & self-owned; a WAN spans distances & uses hired infrastructure.

Quick check

LAN or WAN?

?A company connects its offices in London and Edinburgh over hired telecommunication lines. What kind of network is this?
Networks · hardware

Network hardware

Key hardware that builds a network:

  • NIC (Network Interface Card) — lets a device connect to a network; each has a unique MAC address.
  • Switch — connects devices on a LAN and sends data only to the intended device using MAC addresses.
  • Router — connects different networks together (e.g. your LAN to the internet) and directs data between them using IP addresses.
  • Wireless Access Point (WAP) — lets devices connect wirelessly; transmission media = copper cable, fibre-optic cable or radio waves.

Switch vs router: a switch connects devices within one network; a router connects separate networks together.

The internet · DNS, hosting, cloud

The internet: DNS, hosting & the cloud

The internet is a global network of networks. Some key services:

  • DNS (Domain Name System) — translates a human-friendly domain name (e.g. bbc.co.uk) into the IP address of the server. Like a phone book for the web.
  • Hosting — storing files/websites on a powerful, always-on server so others can access them over the internet.
  • The cloud — using remote servers over the internet to store data or run software, instead of on your own machine. Benefits: access anywhere, easy sharing, no local maintenance. Drawbacks: needs internet, ongoing cost, security/privacy concerns.

DNS: you type a domain name → DNS looks up the matching IP address → your browser connects to that server.

Quick check

What does DNS do?

?You type bbc.co.uk into a browser. What is the main job of the DNS?
Topologies · star & mesh

Star & mesh topologies

A topology is how devices are arranged/connected. OCR covers two:

Star switch Mesh
Star: every device connects to a central switch. Mesh: devices connect to many others.
  • Star — each device has its own cable to a central switch. Fast, reliable (one cable failing only affects one device), easy to add devices — but needs lots of cable and depends on the central switch.
  • Mesh — devices connect to many others, so data has multiple routes. Very reliable (no single point of failure), but expensive/complex (lots of connections). Wireless mesh is common for IoT.
Sort it

Star, mesh — or both?

Tap a statement, then tap where it belongs.

🔁 Both

⭐ Star only

🕸️ Mesh only

Connections · wired vs wireless

Wired & wireless networks

Devices connect with cables or with radio waves.

  • Wired (e.g. Ethernet copper, fibre) — usually faster, more reliable and more secure, but not portable and needs cabling.
  • Wireless (e.g. Wi-Fi, Bluetooth) — convenient and portable, no cables — but can be slower, less secure and affected by range, walls and interference.

Nail it: wired = faster/more secure; wireless = more convenient/portable. Bandwidth & the number of users also affect real network speed.

Protocols & layers

Protocols & layers

A protocol is a set of rules for how devices communicate. Key protocols to know:

  • TCP/IP — the core rules for sending data across the internet (TCP splits/reassembles data; IP addresses & routes packets).
  • HTTP / HTTPS — for web pages (HTTPS is HTTP + encryption).
  • FTP — transferring files. SMTP — sending email. IMAP / POP — retrieving email.

Protocols are organised into layers — each layer does one part of the job. Layering makes networks easier to develop, maintain and troubleshoot, and lets different manufacturers work together.

OCR note: you need to explain what layers are and why they are used (self-contained, independent, easier to develop & fix) — you are not required to name individual layers.

Quick check

Which protocol?

?Which protocol is used to send an email from your device to a mail server?
Packet switching

Packet switching

When data is sent across a network it is broken into small packets. Each packet has a header (source & destination IP addresses, packet number) and the payload (the actual data).

  • Packets can travel by different routes to the destination (whichever is quickest/free).
  • They may arrive out of order, so they are reassembled in the correct order using their packet numbers.
  • If a packet is lost, it can be re-sent.

Why: packet switching uses the network efficiently and is resilient — if one route fails, packets take another.

Quick check

Why packet numbers?

?Packets of one message can travel by different routes and arrive out of order. What lets the receiving device put them back together correctly?
Match it

Match device/term to its job

Tap a term on the left, then its matching job on the right.

Term
Job
Recap

The big ideas to know

LAN one site, self-owned · WAN large area, hired infrastructure (the internet)

Hardware: NIC · switch (within a network) · router (between networks) · WAP

Internet: DNS (name → IP) · hosting (files on a server) · the cloud (remote storage/software)

Topologies: star (central switch) · mesh (many routes, resilient)

Wired faster/secure · wireless convenient/portable

Protocols: TCP/IP · HTTP/HTTPS · FTP · SMTP · IMAP/POP · organised in layers

Packet switching: data split into packets, routed separately, reassembled in order

You've covered the whole topic. Press Finish to see your score.

🏆

Mini-lesson complete!

⭐⭐⭐

You've worked through Networks & topologies for OCR GCSE Computer Science (J277). 🎉

Your stars: 0 / 0

Next: test yourself in the Evaluate stage Confidence Quiz, then lock it in with Verify.

📣 Smashed it? Share your score

Challenge a mate to beat your stars, or show a parent how you got on.

→ Back to all subjects