This mini-lesson covers how computers connect and talk: LANs & WANs, topologies, wired vs wireless, protocols including TCP/IP and the four-layer model, the internet, packet switching, and network security threats & prevention.
Work through each screen, answer the questions and collect ⭐ stars. Press Start when you're ready.
Networks · LAN & WAN
LANs and WANs
A LAN (Local Area Network) covers a small area — one building or site, like a school or home. Usually one organisation owns all the hardware and cabling.
A WAN (Wide Area Network) covers a large geographic area — cities, countries, the world. It often uses third-party infrastructure (telephone lines, fibre, satellites). The internet is the largest WAN.
Benefits of networking: share files, share hardware (e.g. one printer), communicate, and access data centrally. Drawbacks: cost, security risks and the need to manage it.
Quick check
LAN or WAN?
?A network connects computers across an entire country using telephone and fibre lines rented from other companies. What type of network is this?
Networks · topologies
Network topologies
A topology is the shape of how devices are connected. Two common ones:
Star: every device connects to a central switch. Mesh: devices connect to many others, giving multiple paths.
Star — each device has its own cable to a central switch. Reliable (one cable failing affects only one device) but needs the central switch to work.
Mesh — devices connect to many others, so data has several possible routes; very resilient but needs lots of connections.
Networks · wired & wireless
Wired vs wireless
Wired (e.g. Ethernet cable, fibre) — usually faster, more reliable and more secure, but you can't move around freely and cabling costs more to install.
Wireless (e.g. Wi-Fi, Bluetooth) — convenient and mobile, no cables, but can be slower, suffer interference, and is easier to intercept if not encrypted.
Exam point: wireless is more convenient but wired is generally faster and more secure. Choose based on the situation (mobility vs speed/security).
Sort it
LAN, WAN or both?
Tap a statement, then tap where it belongs. (Some are true of both.)
🏫 LAN
🌍 WAN
🔁 Both
Networks · protocols
Protocols
A protocol is a set of rules that lets devices communicate. Key ones:
TCP/IP — the core pair: TCP splits data into packets and reassembles them; IP handles addressing and routing.
HTTP / HTTPS — web pages; HTTPS is the encrypted, secure version.
Why protocols? Without agreed rules, devices from different makers couldn't understand each other. Protocols make the internet work between billions of devices.
Networks · the layered model
The TCP/IP four-layer model
Network software is split into layers, each with its own job. This keeps things manageable — a change in one layer doesn't break the others. Edexcel uses the four-layer TCP/IP model:
Application → Transport → Internet → Link. Each layer adds its part as data is sent, and removes it on arrival.
Layer jobs: Application = the program's data (web, email); Transport (TCP) = split into packets and reassemble; Internet (IP) = addressing and routing; Link = the physical/hardware transmission.
Quick check
Which layer?
?In the TCP/IP model, which layer is responsible for addressing and routing data across networks?
Networks · the internet & packets
The internet & packet switching
The internet is a global network of networks. Data sent across it is broken into small packets in a process called packet switching:
Data is split into numbered packets, each carrying the destination address and its position.
Packets can travel by different routes and may arrive out of order.
At the destination they are reassembled in the correct order using their numbers; missing packets are re-sent.
Why it's clever: if one route is busy or fails, packets simply take another path — making the network resilient and efficient. Each packet also carries a header (addresses, packet number) and the payload (the actual data).
Quick check
Packet switching
?Why can packets from the same message take different routes across the internet?
Calculate
Your turn — counting packets
1A file of 10,000 bytes is split into packets that each carry 2,000 bytes of data. How many packets are needed?
packets
Hint: 10,000 ÷ 2,000.
Match it
Match the task to the protocol
Tap a task on the left, then its matching protocol on the right.