The Most Important Infrastructure You've Never Thought About

Most people interact with the internet dozens of times a day without thinking about what's actually happening beneath the surface. When you load a webpage, send a message, or stream a video, you're relying on a vast, interconnected system of physical hardware, agreed-upon protocols, and intelligent routing that spans the entire planet. Here's how it works.

It Starts With Physical Infrastructure

The internet is not a cloud. It is, at its foundation, a physical network of hardware:

  • Undersea cables: Most international internet traffic travels through fibre-optic cables laid across the ocean floor. There are hundreds of these cables, stretching hundreds of thousands of kilometres in total, connecting continents to each other.
  • Data centres: The websites, apps, and services you use are stored on servers — powerful computers housed in large, climate-controlled buildings around the world.
  • Exchange points: Internet Exchange Points (IXPs) are physical locations where different networks connect and exchange traffic, reducing the distance data has to travel.
  • Last-mile infrastructure: The cables, cellular towers, and hardware that connect your home or device to the broader network.

How Data Gets From There to Here

When you request a webpage, your device doesn't receive it as a single stream. Instead, the data is broken into small chunks called packets. Each packet contains a portion of the data you requested plus addressing information — where it came from and where it's going.

These packets travel independently across the network, potentially taking different routes. Routers — specialised devices distributed throughout the network — read each packet's addressing information and decide the best path to forward it along. When all the packets arrive at your device, they are reassembled into the complete webpage, image, or video.

This approach — called packet switching — is one of the internet's foundational design choices. It makes the network resilient: if one route is congested or broken, packets simply take a different path.

The Role of Protocols

For all of this to work, every device on the internet needs to speak the same language. These shared languages are called protocols. The key ones are:

  • IP (Internet Protocol): Handles addressing and routing — ensuring packets know where to go. Every device connected to the internet has an IP address.
  • TCP (Transmission Control Protocol): Manages reliable delivery — confirming packets arrived and requesting any that were lost.
  • HTTP/HTTPS: The protocol your browser uses to request and receive web pages. The 'S' in HTTPS indicates the connection is encrypted.
  • DNS (Domain Name System): Translates human-readable addresses (like "kwint.info") into the numerical IP addresses that computers actually use. Think of it as the internet's phone book.

What Happens When You Type a URL

Let's make this concrete. When you type a web address and press enter, the following sequence happens in under a second:

  1. Your device queries a DNS server to find the IP address associated with that domain.
  2. Your browser sends an HTTP request to that IP address, asking for the page.
  3. The request travels through your router, your ISP's network, and across the internet via routers until it reaches the correct server.
  4. The server processes the request and sends back the webpage data as packets.
  5. The packets travel back to your device, are reassembled, and your browser renders the page.

Who Controls the Internet?

No single entity owns or controls the internet — and that's by design. It's a decentralised system governed by a patchwork of organisations, agreements, and technical standards. Bodies like ICANN manage domain names, the IETF develops technical standards, and individual networks are owned by companies, governments, and universities worldwide.

This decentralisation is both a strength (no single point of failure or control) and a complexity (coordination across thousands of independent actors is inherently messy).

The Key Takeaway

The internet is a triumph of cooperation as much as engineering. It works because billions of devices, thousands of networks, and millions of kilometres of physical infrastructure all follow the same agreed-upon rules. Understanding this architecture gives you a clearer picture of why the internet is both remarkably resilient and occasionally frustratingly fragile.