π How the Internet Actually Works β Explained for Cloud & DevOps Beginners

Table of contents
- π« 1. The Internet = A Global Network of Networks
- π 2. Who Connects You to the Internet? (ISP Tiers)
- π©» 3. Example: How ChatGPT Reaches You in Mumbai
- π 4. Submarine Cables = Internet's Ocean Superhighways
- π 5. Networks Around You: PAN, LAN, MAN, WAN
- π₯ 6. YouTube in Real Life
- π§ 7. Why This Matters for Cloud & DevOps
- Conclusion

"It's not magic. It's engineering."
Ever wondered how you're able to load ChatGPT, stream YouTube, or scroll through LinkedInβinstantlyβno matter where the servers are hosted?
In this blog, weβll walk through:
π‘ What the internet really is
π How your data travels across the world
π What happens when you open a site like ChatGPT
π How submarine cables power your digital life
π« 1. The Internet = A Global Network of Networks
The internet is not a signle system. It's a giant web of interconnected networks owned by telecoms, governments, and private companies.
These networks talk to eachother using TCP/IP:
TCP (Transmission Control Protocol): Breaks your message into small "packets"
IP (Internet Protocol): Assigns addresses and routes those packets
βοΈ Like sending letters in envelopes (TCP) with GPS tracking (IP)
Whether itβs a WhatsApp ping or a file upload to the cloudβthis journey happens every time.
π 2. Who Connects You to the Internet? (ISP Tiers)
Your searched data does not go directly from you to Google to get reply.
It goes through 3 tiers of Internet Service Providers (ISPs):
π§³ Tier 1: Global Backbones
Own massive β¨global infrastructure
Examples: Tata Communications, NTT, Level 3
Exchange traffic for free (peering)
π Tier 2: Regional ISPs (Internet Service Providers)
Buy bandwidth from Tier 1
Serve countries or large regions
Examples: Jio, Airtel, Vodafon
π‘ Tier 3: Local Providers
Deliver internet to homes, cafes, offices
Examples: ACT Fibernet, Spectra, Hathway
π Your searched data goes through Tier 3 β Tier 2 β Tier 1 β Server... then back in reverse order to you with reply in miliseconds.
π©» 3. Example: How ChatGPT Reaches You in Mumbai
You open ChatGPT. Here's what happens:
π± Phone connects to WiFi (LAN)
π‘ Router sends data to ACT (Tier 3)
π ACT sends to Airtel (Tier 2)
π Airtel passes to Tata Comm (Tier 1)
π Tata sends via submarine cable to a US server
β³ ChatGPT processes and responds
All this happens in under a second β thanks to global routing!
π 4. Submarine Cables = Internet's Ocean Superhighways
Contrary to what many believe...
πΆ Satellites handle only <1% of global traffic!
π 99% of global data flows through submarine fiber optic cables:
Built under oceans
Carry signals as light
Connect all continents
Famous cables:
SEA-ME-WE 6: Asia β Europe
FASTER: US β Japan (by Google)
IAX: India β Singapore
π 5. Networks Around You: PAN, LAN, MAN, WAN
πΉ Type | π Full Form | π Area | π§βπ€βπ§ Example |
PAN | Personal Area Network | Room | Phone β Watch |
LAN | Local Area Network | Home/Office | WiFi Router |
MAN | Metropolitan Area Network | City | City Fiber Line |
WAN | Wide Area Network | Global | The Internet! |
Data hops from PAN β LAN β MAN β WAN β and comes back in reverse order with result.
π₯ 6. YouTube in Real Life
You tap a video on YouTube:
π² Phone β WiFi Router (LAN)
πͺ ACT (Tier 3) β Airtel (Tier 2)
π Airtel β Tata (Tier 1) β US Data Center
πΌ YouTube Server β Content Delivery Network (CDN)
πΊ Stream reaches back β buffer-free!
π§ 7. Why This Matters for Cloud & DevOps
Understanding the internetβs architecture helps you:
βοΈ Design reliable cloud apps
π Troubleshoot latency or packet loss
π Architect scalable solutions
π Think like a DevOps/Cloud engineer
DevOps isn't just CI/CD pipelines β it's knowing how your users reach your services.
Conclusion
The internet isnβt a fluffy βcloudβ somewhere. Itβs a high-speed, globally connected infrastructure made of:
π‘ Protocols (TCP/IP)
π§± Layers of ISPs
π Submarine fiber cables
πΆ Network types (PAN β WAN)
Understanding this gives you superpowers as a cloud or DevOps engineer.
The next time your app feels slow or unreachable, you'll know where to look: maybe it's a local WiFi glitch⦠or maybe a transoceanic cable got cut.
Master the internet, and you master the cloud.
Subscribe to my newsletter
Read articles from Divakar jaiswar directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
