More Than Just "The Cloud"

When people say data is "in the cloud," they make it sound weightless and ethereal. In reality, the internet is an intensely physical thing — a global network of cables, servers, routers, and data centres, all working in precise coordination to move information between billions of devices every second.

Here's how it actually works, from the moment you type a web address to the moment the page appears on your screen.

Step 1: Your Device Sends a Request

When you type xymyc.com into your browser, your computer doesn't inherently know where that website lives. It first needs to translate that human-readable name into a numerical address — an IP address — which is how devices on the internet actually locate each other.

This translation is handled by the Domain Name System (DNS) — essentially the internet's phonebook. Your device asks a DNS server, "What's the IP address for xymyc.com?" and gets a number back, like 203.0.113.42.

Step 2: Data Travels in Packets

Your request — and any data you receive — doesn't travel as one continuous stream. It's broken into small chunks called packets, each labelled with where it's going and where it came from. Think of it like mailing a large book by tearing out individual pages, addressing each one, and sending them separately. The recipient reassembles them in order.

This approach is called packet switching, and it's fundamental to why the internet is so resilient — if one route is congested or damaged, packets find another path.

Step 3: Packets Are Routed Across Networks

Your packets travel through a series of routers — specialised devices that read each packet's address and decide where to send it next. A packet might hop through a dozen or more routers across multiple countries before reaching its destination, with each hop taking only milliseconds.

These routers are connected by physical infrastructure: fibre optic cables carrying light pulses at near the speed of light, copper cables, and in some cases, satellite links. Critically, undersea cables carry the vast majority of international internet traffic — not satellites, as many people assume.

Step 4: The Server Responds

Your packets reach the destination server — a powerful computer in a data centre somewhere in the world that stores the website's files. The server reads your request, assembles the relevant data (HTML, images, scripts), and sends it back to your IP address in packets of its own.

Step 5: Your Browser Renders the Page

Your browser receives the returning packets, reassembles them in the correct order, and interprets the code to visually render the webpage you see. This entire process — from keystroke to loaded page — typically happens in under a second.

Key Protocols That Make It Work

ProtocolWhat It Does
IP (Internet Protocol)Assigns addresses and routes packets
TCP (Transmission Control Protocol)Ensures packets arrive completely and in order
HTTP/HTTPSThe language browsers and servers use to communicate
DNSTranslates domain names into IP addresses
TLS/SSLEncrypts data so it can't be read in transit

Who Owns the Internet?

No single entity owns the internet. It's a network of networks — thousands of independent Internet Service Providers (ISPs), companies, universities, and governments that have all agreed to use the same protocols and interconnect their infrastructure. The rules and standards are managed by international bodies like the IETF (Internet Engineering Task Force) and ICANN.

That shared, decentralised architecture — designed in part with resilience in mind — is exactly what has made the internet so extraordinarily durable and scalable over the decades.