Most People Use It — Few Understand It
The internet is one of the most transformative inventions in human history, yet most of us interact with it through intuition and habit rather than understanding. You don't need to know how it works to use it — but understanding the basics makes you a smarter, more capable digital citizen.
What the Internet Actually Is
The internet is a global network of interconnected computers. Think of it like a postal system — except instead of physical letters, it sends packets of digital data, and instead of roads, it uses cables, fibre optics, and wireless signals to move that data around.
It's not a single thing owned by one company or government. It's a decentralised infrastructure built on agreed-upon technical standards that allow different devices and networks to communicate with each other.
Key Building Blocks
IP Addresses
Every device connected to the internet has an IP (Internet Protocol) address — a unique numerical label like 192.168.1.1. This is how data knows where to go. It's the internet's equivalent of a mailing address.
DNS — The Internet's Phone Book
When you type "google.com" into your browser, your device doesn't inherently know what that means. It contacts a Domain Name System (DNS) server, which translates the human-readable domain name into an IP address. Only then can your device connect to Google's servers.
Packets
Data doesn't travel as one big chunk — it's broken into small pieces called packets. Each packet travels independently across the network and may take a different route. They're reassembled at the destination. This makes data transmission more efficient and resilient.
Routers
Routers are devices that direct packet traffic across the internet — deciding the most efficient path for each packet to take. Your home Wi-Fi router is a small-scale version of the routers that manage global internet traffic.
HTTP and HTTPS
When your browser communicates with a website, it uses the HyperText Transfer Protocol (HTTP). The "S" in HTTPS stands for Secure — meaning the communication is encrypted using TLS, protecting your data from being intercepted in transit. Always prefer HTTPS sites, especially when entering personal information.
From Your Keyboard to a Website — What Happens?
- You type a URL into your browser and press Enter
- Your browser asks a DNS server to resolve the domain name to an IP address
- Your browser sends an HTTP request to that IP address
- The request travels through your router, your ISP's network, and across the internet via routers
- The destination server receives the request and sends back the webpage data in packets
- Your browser reassembles the packets and renders the page you see
All of this typically happens in under a second.
The Web vs. The Internet
These terms are often used interchangeably, but they're not the same thing. The internet is the underlying network infrastructure. The World Wide Web is just one service that runs on top of it — the system of websites and pages linked by hyperlinks. Email, online gaming, video calls, and file sharing also run on the internet but are separate from the web.
Why This Matters
Understanding how the internet works helps you make better decisions — from knowing why HTTPS matters for your security, to understanding what your ISP can see, to recognising why your connection might slow down. It's the foundation of genuine digital literacy.