The Internet
A global network of physical cables and routers that allows computers to communicate.
What is the Internet?
The Internet is a massive, global network of computers connected to each other. It is fundamentally a 'network of networks'.
It consists of both **hardware** (physical cables like undersea fiber optics, routers, and switches) and **software** (protocols that dictate how data navigates that hardware).
Why it matters
Web developers build applications that sit on top of this physical infrastructure. Understanding it helps you reason about performance and security.
Because data is bound by the speed of light and physical distance, every 'hop' between routers adds latency. Because data travels through dozens of third-party physical routers, encryption (HTTPS) is absolutely necessary.
How it works
When a device sends data over the internet, it isn't sent as one giant file. Instead, the TCP/IP protocol breaks it down into small chunks called **packets**.
These packets travel across various routers and cables to reach their destination IP address. Because the network is decentralized, packets from the same file might take entirely different physical routes to avoid traffic congestion or broken links.
Packet Routing Simulator
Send a message through the network. Watch how the data breaks into packets and dynamically routes across nodes to reach its destination.
Check yourself
Pick an answer to lock it in, then read why. Getting one wrong is part of how it sticks.
Remember this
- The Internet is physical hardware and network rules. The Web is just one application built on top of it.
- Data is chopped into packets which find their own path through routers across the world.
- Everything operates on unique IP Addresses.
Done with this concept?
Mark it complete to track your progress. No login needed.