Diving Into the Network: A Human's Take on “How the Internet Works?”


I recently came across this engaging 9-minute explainer, “How does the INTERNET work? | ICT #2” — and it got me thinking. It’s tempting to gloss over the internet as just “Oh, it’s just the cloud,” but this video does a fantastic job mapping each step of that journey — from your click all the way to the glowing screen.
1. The Packet Puzzle
The video breaks down the core idea: data doesn’t travel in one big chunk. Instead, it’s split into tiny packets containing your text, images, or video. Each packet is wrapped in metadata — like addresses, sequence numbers, and checksums — ensuring it lands in the right place and order. If one gets lost, it gets resent. It's like sending thousands of tiny letters and assembling them back into a novel at the destination.
2. IP & DNS — The Address Book of the Internet
Ever wondered why we don't type IP addresses directly? That’s where DNS comes in: transforming “example.com” into “192.0.2.1.” This frees us from memorizing numbers — it’s like a phonebook for the internet.
Behind the scenes, IP (Internet Protocol) ensures each data packet finds its destination across many routers. It’s a standardized address system that lets millions of devices speak the same language.
3. TCP/IP — The Reliable Duo
On top of IP, TCP (Transmission Control Protocol) guarantees smooth delivery: it orders packets, verifies them with checksums, and requests retransmission if needed — making the internet reliable even if some packets go missing.
4. From Data Center to Device
What makes the system astonishing is scale: your browser may be talking to a server thousands of miles away. Those packets zip through undersea fibers, bounce through routers, hit your ISP, and finally reach your home router — which might even switch from optical to wireless to your phone or laptop. “A huge path to our hands” indeed.
---
Why This Matters for Devs & Bloggers
While AI content creation is climbing rapidly, understanding these very human–scale, messy processes reminds us there’s still plenty we do better:
1. Narrative nuance – AI might give definitions, but we craft analogies (like letters in envelopes or ocean-crossing fibers) that resonate with readers.
2. Contextual insight – Explainers only go so far. As humans, we can blend technical breakdowns with real-world examples (e.g. “your game downloads from a far-away server”) to make it relatable.
3. Curated guidance – AI might list protocols, but we add layers: “Here’s the big picture, here’s why it matters for your UX, here’s what to explore next.”
---
A Connected Thought
If the internet is a nervous system — sending electrical impulses around the globe — then AI is a new brain region built upon it. We still need that connective tissue, that human narrative linking raw mechanisms to human experience.
So yes — AI can explain what DNS or TCP is, but as creators, we should anchor those explanations in stories, real examples, and actionable takeaways that feel crafted, not generated.
---
In closing:
That video is a brilliant high-level tour of the internet’s plumbing. Let it spark your own twist — your unique angle, human insight, and storytelling flair. That’s how we keep content original, thoughtful, and unmistakably human.
---
PS: If this inspired you, consider diving deeper into topics like OSI layers, how routers choose paths, or HTTP/HTTPS handshakes. The digital world only gets richer the more we unbox it.
Subscribe to my newsletter
Read articles from Oyiguh Jordan Anibe directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
