The Internet Is Not the Cloud

When people imagine the internet, they often picture something invisible and intangible — a kind of digital air floating around us. In reality, the internet is a massive, physical infrastructure: a global network of cables, routers, servers, and data centres connected across continents and ocean floors. Understanding how it works demystifies one of the most important technologies in modern life.

What Is the Internet, Exactly?

The internet is a network of networks — millions of computers and devices linked together using a standardised set of rules called protocols. These protocols ensure that data sent from one device can be understood and received correctly by another device anywhere in the world, regardless of its hardware or operating system.

The Physical Layer: Cables and Hardware

Data travels across the internet in several ways:

  • Fibre optic cables – The backbone of global internet traffic, including undersea cables that run along ocean floors connecting continents. Light pulses carry data at extremely high speeds.
  • Copper cables – Used in older broadband connections and shorter-distance links.
  • Wireless signals – Wi-Fi, 4G, and 5G transmit data using radio waves over short to medium distances.
  • Satellites – Increasingly used for remote areas, with low-orbit satellite networks reducing latency compared to older geostationary systems.

How Data Gets From A to B: Packets and Routing

When you send a message or load a webpage, your data doesn't travel as one large block. It's broken up into small chunks called packets. Each packet contains:

  1. A portion of the actual data
  2. The destination IP address
  3. Information to help reassemble the packets in the correct order

These packets may travel via different routes across the network before being reassembled at their destination. Routers are the devices that direct this traffic, constantly making decisions about the most efficient path for each packet.

IP Addresses and Domain Names

Every device connected to the internet has a unique identifier called an IP address — a series of numbers like 192.168.1.1 (IPv4) or a longer string in the newer IPv6 format. Because remembering numbers is impractical, we use domain names (like google.com) instead.

The Domain Name System (DNS) acts like a phone book for the internet. When you type a domain name into your browser, a DNS server translates it into the corresponding IP address so your request can be routed to the correct server.

HTTP, HTTPS, and How Web Pages Load

When you visit a website, your browser sends a request using HTTP (HyperText Transfer Protocol) or its secure version, HTTPS. The web server hosting the site receives the request and sends back the relevant files — HTML, CSS, images, scripts — which your browser then assembles into the page you see.

The padlock icon in your browser indicates HTTPS is in use, meaning the data between you and the server is encrypted, protecting it from interception.

What Happens in Milliseconds

Every time you load a webpage, your device:

  1. Looks up the domain name via DNS
  2. Establishes a connection with the web server
  3. Requests the page content
  4. Receives packets of data from the server
  5. Reassembles and renders the page in your browser

This entire process — involving servers potentially on the other side of the world — typically takes a fraction of a second.

Why This Knowledge Is Useful

Understanding the basics of internet infrastructure helps you make more informed decisions about digital security, privacy, and how you use online services. It also helps demystify error messages, connection problems, and the vocabulary around topics like VPNs, firewalls, and data encryption.