You tap a link. A webpage appears. Half a second. Done.
But something massive just happened behind the scenes. Data bounced across continents, passed through dozens of machines, got broken into hundreds of tiny pieces, and arrived at your screen in the exact right order.
You use the internet every day. But do you actually know what it is?
Let's decode it, bit by bit!
At A Glance
- The Big Wire Network: What the Internet Actually Is
- IP Addresses: The Home Address of Every Device
- DNS: The Internet's Phone Book Nobody Talks About
- Data Packets: Why Your File Travels in Pieces
- Routers: The Traffic Cops of the Internet
- HTTP and HTTPS: The Language the Web Speaks
- ISPs: The Gatekeepers Between You and the World
The Big Wire Network: What the Internet Actually Is
Here's the thing most people get wrong. The internet is not a cloud. It is not a satellite floating in space. It's mostly cables.
Imagine billions of cities connected by roads. Some roads are tiny village paths. Others are massive eight-lane highways. The internet is exactly that — a global network of physical cables, mostly fiber optic, running under oceans and across continents.
Those cables? They carry light. Actual pulses of light that represent your data as 0s and 1s. A single undersea cable can carry terabits of data per second. That is millions of HD movies streaming simultaneously, through one cable, under the ocean floor.
The internet started in 1969 as ARPANET (Advanced Research Projects Agency Network) — a US military project to connect computers between universities. It had 4 computers. Today, over 5 billion people are connected to the same network that grew from those 4 machines.
The internet is not owned by anyone. No company, no government, no organization runs it. It is a cooperative infrastructure, governed by shared protocols that everyone agrees to follow.
IP Addresses: The Home Address of Every Device
Think about how postal mail works. Every house has an address — a unique number and street name. Without that address, your package has nowhere to go.
Every device connected to the internet has its own version of a home address. It is called an IP address (Internet Protocol address).
It looks like this: 192.168.1.1
Four groups of numbers, separated by dots. Each group ranges from 0 to 255. That gives us about 4.3 billion possible addresses. The problem? We ran out.
That is why the internet moved to IPv6 — the new format that looks like 2001:0db8:85a3:0000:0000:8a2e:0370:7334. IPv6 supports 340 undecillion addresses. That is a 3 followed by 38 zeros. Enough for every atom on Earth to have its own address, many times over.
When you connect to Wi-Fi, your router assigns your device a local IP address. Your internet service provider also assigns your router a public IP address — the one the outside world sees.
Without IP addresses, data would have no destination. Your cat video would have nowhere to go.
DNS: The Internet's Phone Book Nobody Talks About
You type google.com into your browser. Your computer does not understand google.com. It only understands numbers. So how does it know where to go?
Think of your phone's contact list. You search "Mum" and your phone finds the number +91-98765-43210. You never need to remember the actual number. Your contacts list handles the translation.
DNS (Domain Name System) is the internet's contact list. When you type google.com, your computer asks a DNS server: "What is the IP address for google.com?"
The DNS server replies: "That's 142.250.195.78."
Now your computer knows the exact address. It connects. The page loads.
This whole process takes milliseconds. DNS servers are distributed across the globe, so the lookup is almost instant. There are 13 root DNS server clusters worldwide that hold the master reference for every domain on the internet.
Here is something wild: if DNS stopped working globally, the internet would still exist — but you would need to memorize the IP address for every website you visit. DNS is not the internet. It is just what makes the internet usable.
Data Packets: Why Your File Travels in Pieces
Imagine you are sending a 500-page book to a friend. You would not roll it into one giant scroll and post it. You would split it into 10 envelopes of 50 pages each. Each envelope takes its own route. Your friend reassembles them on the other end.
That is exactly how data travels online. When you send a file, stream a video, or load a webpage, the data does not travel as one block. It is broken into small units called packets.
Each packet contains:
- A piece of the actual data
- The destination IP address
- The source IP address
- A sequence number (so the receiver knows the order)
Those packets travel independently across the network. One packet might take a route through Singapore. Another might go through London. They take whatever path is fastest at that moment.
At the destination, the device collects all the packets and reassembles them in the correct order using the sequence numbers.
Why not just send everything in one piece? Because large files would clog the network. Breaking data into packets allows thousands of different conversations to share the same cables simultaneously without waiting for each other. This system is called packet switching and it is the core reason the internet scales to billions of users.
Routers: The Traffic Cops of the Internet
You have packets. You have addresses. But who decides which route each packet takes?
Picture a city intersection with a traffic cop. Cars arrive from multiple directions. The cop reads each car's destination and points them the fastest way. "You — turn right. You — go straight. You — take the flyover."
A router does exactly that for data packets. Every time a packet arrives at a router, the router reads the destination IP address, checks its routing table (a map of the best current paths), and forwards the packet in the best direction.
There are billions of routers on the internet. The one in your home. Your ISP's routers. Massive backbone routers at internet exchange points handling billions of packets per second.
This is why the internet is so resilient. If one cable gets cut or one router goes down, packets automatically reroute around the damage. They find another path. The communication continues.
The internet was literally designed this way — ARPANET was built to survive a nuclear strike. The packet-switching, distributed routing system means there is no single point of failure. Take out one node and the traffic reroutes.
HTTP and HTTPS: The Language the Web Speaks
Knowing the address of a restaurant does not mean you know how to communicate once you walk in. You need a shared language.
HTTP (Hypertext Transfer Protocol) is the shared language your browser and web servers use to communicate. When you type a URL and press Enter, your browser sends an HTTP request saying: "Please send me the webpage at this address."
The server responds with the page data. Your browser renders it. That exchange — request and response — happens every single time you load a page.
The problem with HTTP? Anyone watching the network traffic can read what is being sent. Like sending a postcard — open for anyone to read.
HTTPS (HTTP Secure) solves that. The 'S' stands for SSL/TLS encryption. Think of it like sealing your postcard inside a locked box. Only the sender and receiver have the key.
You can see HTTPS in action right now. Look at the URL bar in your browser. You should see a small padlock icon next to the web address. That padlock means the connection is encrypted. No one in between can read the data.
Always look for that padlock when entering passwords, card details, or any sensitive information. If it is missing, close the page.
ISPs: The Gatekeepers Between You and the World
Your device has an IP address. You know about DNS, packets, and routers. But how do you actually connect to the internet in the first place?
Think of electricity. You generate none of it yourself. A power company runs cables to your home and sells you access to their grid. The internet works the same way.
ISPs (Internet Service Providers) — like Jio, Airtel, or BSNL in India — own physical infrastructure. Cables, towers, data centers. They connect your home to the global internet backbone.
When you pay for an internet plan, you are paying for a lane on their highway. A broader plan means a wider lane — more data can flow simultaneously. That is your bandwidth.
ISPs also assign you a public IP address. Every time you request something online — a webpage, a video, a message — the request goes from your device to your router, from your router to your ISP, and from your ISP out into the global internet. The response comes back the same way.
ISPs are also where censorship and throttling happen. Your ISP can technically see which websites you visit (which is why VPNs exist). In countries with internet restrictions, ISPs are where those blocks are enforced.
FAQ
How does the internet work in simple terms? The internet is a global network of physical cables connecting billions of devices. When you request a webpage, your browser sends a request to a server via your ISP. The request travels as small data packets through routers. The server responds with the page data. Those packets travel back and your browser assembles them into the page you see. The entire process takes milliseconds.
What is the difference between the internet and the World Wide Web? The internet is the physical infrastructure — cables, routers, servers, devices, all connected. The World Wide Web (WWW) is a service that runs on top of the internet. It is a collection of webpages accessed via browsers using HTTP. Email, WhatsApp, online gaming — these also use the internet but are not part of the Web. The internet is the road. The Web is one type of vehicle on it.
What is an IP address and why does it matter? An IP address is a unique number assigned to every device connected to the internet. It works like a home address — data needs a destination, and the IP address is that destination. Without IP addresses, your request would have no way of reaching the right server, and the server's response would have no way of finding your device.
Why does the internet sometimes feel slow? Slow internet usually comes down to four causes. Your connection to your ISP (your home Wi-Fi or cable) could be congested. Your ISP's infrastructure might be overloaded. The server you are connecting to could be far away or under heavy load. Or the route your packets are taking could be inefficient. Distance matters — data takes longer to travel from a server in the USA to a device in India than from a local server.
Is the internet the same as Wi-Fi? No. Wi-Fi is a wireless technology that connects your device to your router. Your router is then connected to the internet via your ISP's cable. Wi-Fi is the last few meters of the journey — the wireless hop between your device and your router. The actual internet connection from your home to the global network is still carried by physical cables.
What happens when you press Enter after typing a URL? Your browser checks if it already has the IP address cached. If not, it asks a DNS server to look up the domain name and return the IP address. With the IP address found, your browser sends an HTTP or HTTPS request to that server. The server processes the request and sends back the webpage as data packets. Your browser receives those packets, reassembles them, and renders the page on your screen. This entire process typically completes in under one second.
The Bottom Line
The internet is not magic. It is cables, addresses, routers, and packets — a carefully engineered system that moves information across the globe in milliseconds.
Understanding how does the internet work changes how you see every tap, click, and scroll. That YouTube video did not just "load." It split into hundreds of packets, bounced through routers across multiple countries, and reassembled perfectly on your screen in under a second.
That is not a miracle. That is engineering at a scale most people never stop to think about. And now you have.
So — after reading this, which part surprised you the most? The undersea cables? The packet-switching system? Drop a comment below. I read every one.
See you Saturday!
— Vedant Decoding Tech — One Bit at a Time
Comments
Post a Comment