← Back to subjects
0
Edexcel GCSE Computer Science (1CP2) · Networks
Mini-Lesson

Networks

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.

LAN · WAN topologies · media protocols · TCP/IP packet switching security threats & prevention how computers connect and share data

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 switch Mesh
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.
  • FTP — transferring files. SMTP — sending email; IMAP/POP3 — receiving email.
  • Ethernet — wired LANs; Wi-Fi — wireless.

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:

4 · Application (HTTP, SMTP, FTP) 3 · Transport (TCP — packets) 2 · Internet (IP — addressing/routing) 1 · Link (Ethernet, Wi-Fi hardware)
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.

Task
Protocol
Networks · security threats

Network security threats

Networks face many threats. Key ones for Edexcel:

  • Malware — malicious software: viruses, worms, trojans, ransomware, spyware.
  • Phishing — fake emails/messages tricking users into revealing passwords or bank details.
  • Brute-force attack — trying many passwords until one works.
  • Denial of Service (DoS) — flooding a server with traffic so it can't respond.
  • Data interception — "sniffing" data as it travels, especially on unsecured wireless.
  • SQL injection — entering malicious database commands into an input box.

Human weakness: many attacks (like phishing) target people, not just machines — so user training matters as much as technology.

Networks · prevention

Preventing attacks

  • Firewall — filters incoming/outgoing traffic to block unauthorised access.
  • Anti-malware software — detects and removes malicious software.
  • Encryption — scrambles data so intercepted data is unreadable without the key.
  • Strong passwords & two-factor authentication — resist brute-force and stolen-password attacks.
  • User access levels & permissions — limit what each user can see or change.
  • Penetration testing & updates — find and patch weaknesses before attackers do.

Layered defence: no single measure is enough. Combining firewalls, encryption, strong authentication and educated users gives the best protection.

Quick check

Name the threat

?A user gets an email that looks like it's from their bank, asking them to "confirm" their password on a fake website. What is this attack called?
Quick check

Pick the defence

?Which measure scrambles data so that, even if it is intercepted, it can't be read without the correct key?
Quick check

Which topology?

?In which topology does every device connect to its own cable running to a central switch?
Calculate

Your turn — download time

2A 100 megabit file is downloaded over a connection with a speed of 25 megabits per second. How many seconds does it take?
s
Hint: time = size ÷ speed = 100 ÷ 25.
Recap

The big ideas to know

LAN = small area, one owner · WAN = large area, third-party lines (internet)

Topologies: star (central switch) · mesh (multiple routes) · wired faster/secure vs wireless convenient

Protocols: TCP/IP, HTTP(S), FTP, SMTP, IMAP/POP3, Ethernet, Wi-Fi

Four-layer model: Application → Transport (TCP) → Internet (IP) → Link

Packet switching: split into packets, routed independently, reassembled in order

Threats: malware, phishing, brute-force, DoS, interception, SQL injection · defend with firewall, encryption, strong auth, access levels

You've covered the whole of Edexcel Networks. Press Finish to see your score.

🏆

Mini-lesson complete!

⭐⭐⭐

You've worked through Networks for Edexcel GCSE Computer Science. 🎉

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