Maintenance

Site is under maintenance — quizzes are still available.

Go to quizzes
Sponsored Reserved space — layout preview until AdSense is connected

Tech

How the Internet Actually Works: Undersea Cables, TCP/IP, and Hidden Infrastructure

An eye-opening look at the physical and technical reality of the internet—undersea cables, TCP/IP layering, BGP routing, and the hidden economics behind every click.

June 2026 · 5 min read · 1 views · 0 hearts

You think the internet is just Wi-Fi signals flying through the air, don’t you? That’s like saying a car runs on wishes and gasoline. Reality is messier, more physical, and far more interesting. Let’s strip away the magic and see what’s really happening when you load this page.

It’s All Wires Under the Ocean

The internet is not a cloud. It’s a massive network of cables — copper, fiber optic, and submarine — physically connecting continents. Roughly 99% of international internet traffic travels through cables laid on the ocean floor. These cables are about as thick as a garden hose, but they carry terabits of data per second. Satellites handle the rest, mostly for remote areas or TV signals.

Every time you visit a website, your request likely travels through one of these undersea cables. The route might go from your laptop, to a local ISP, to a regional hub, then under thousands of miles of saltwater, and back up through another country’s infrastructure.

The Stack: TCP/IP Isn’t Optional

We talk about the internet as if it’s one thing, but it’s actually a layered system called the TCP/IP model. Four layers, each with a specific job:

  • Link layer – The physical hardware (Ethernet cables, Wi-Fi radios, fiber optics). This is where bits become electrical pulses or light signals.
  • Internet layer – Handles addressing and routing via IP addresses. Your device isn’t called “Bob’s laptop” — it’s a number, like 192.168.1.12.
  • Transport layer – TCP or UDP. TCP guarantees your data arrives intact, in order. UDP just sends it and hopes for the best (great for video streaming, lousy for banking).
  • Application layer – What you actually use: HTTP, HTTPS, DNS, SMTP, etc.

When you send a message, it gets chopped into packets at the transport layer, stamped with source and destination IPs at the internet layer, then shoved down a wire. The receiving end reassembles it. If a packet gets lost, TCP asks for a resend. That’s why your Zoom call sometimes stutters — it’s waiting for a missing packet.

The Real Work: Routing Without a Map

Ever look at a “traceroute” output and see your data bouncing through 15 different routers in 12 cities? That’s normal. The internet has no central brain. Instead, it uses BGP (Border Gateway Protocol). Think of BGP as a global game of telephone — each router tells its neighbors which networks it knows how to reach. No single router knows the whole map.

When you type a URL, your computer asks a DNS server (like a phonebook for IP addresses) for the numeric address. Then your packet starts its journey. Each router checks the destination IP, looks at its routing table, and forwards the packet toward the next best hop. If a cable breaks in the Atlantic, BGP automatically reroutes through the Pacific. That’s why the internet doesn’t just die when one link goes down — it’s designed to fail gracefully.

The Hidden Infrastructure: IXPs and Data Centers

Most traffic doesn’t go straight from you to Google. It goes through an Internet Exchange Point (IXP). These are physical locations — often boring office buildings — where multiple ISPs connect their networks to swap traffic without paying middlemen. Without IXPs, your connection would be slower and more expensive.

Data centers are the other invisible piece. When you watch Netflix, you’re not streaming from Netflix’s main servers. You’re hitting a local cache — a server in a data center near you, pre-loaded with content. This is called CDN (Content Delivery Network). It’s why a video in Chicago loads faster from a server in Chicago than one in Singapore.

The Biggest Lie: It’s Not Free

You pay your ISP, but that’s just the last mile. Behind the scenes, a complex economy of peering agreements, transit fees, and bandwidth costs exists. Companies like Netflix pay ISPs to ensure their traffic gets priority. Small websites pay hosting providers who pay backbone operators. Your $60/month internet bill pays for the copper to your house, the maintenance of undersea cables, and the electricity to power millions of routers.

And yes — the internet has a physical carbon footprint. Data centers consume about 1% of global electricity. Every email, every search, every cat video burns coal or gas somewhere.

The Takeaway

The internet is not magic. It’s not a cloud. It’s a physical, economic, and logistical system built by humans over decades. Your data travels through real cables, real routers, and real data centers. It gets rerouted around failures, cached for speed, and tracked for profit. The next time you see “loading…” don’t blame the Wi-Fi. Blame the undersea cable that’s half-a-second slower today because a fishing boat dragged an anchor across it.

Comments

Questions, corrections, and tips stay visible for everyone reading this page.

0 in thread

Join the discussion

Shown next to your comment.

Up to 4,000 characters

No comments yet

Be the first to leave a note — it helps the next reader.