A quick story you already know
You sit down to revise IB Computer Science at a cafe. The Wi-Fi is free, your battery is low, and your notes are open. It feels harmless--until you remember the exam word that changes the whole scene: interception.
In IB Computer Science, VPNs show up because they turn a messy real-world problem into a clean exam explanation: data traveling over a public network is exposed, so we add security while it’s in transit. VPNs are the “how” behind secure remote access, privacy, and safer communication on untrusted networks.

VPNs explained (the checklist version)
For IB Computer Science, a high-mark VPN answer usually includes these points:
-
Definition: a VPN creates a secure, encrypted connection over the internet.
-
Tunnel idea: it forms a secure tunnel through an untrusted network.
-
Process: encrypt on the sender side, transmit, decrypt at the destination.
-
Purpose: confidentiality + safer remote access.
-
Exam nuance: VPNs don’t stop interception; they make intercepted data unreadable.
If you want the syllabus-aligned version, pair this article with 3.1.4 VPN Technologies and the matching .

