How the Internet Works — The Basics
Understand what actually happens when you type a web address and hit Enter — servers, requests, DNS, and how it all connects.
The Internet is Just Computers Talking
Step 1: DNS — The Internet's Phone Book
Step 2: The Request — Asking for a Page
Step 3: The Response — Sending Back the Page
The Full Journey in 5 Seconds
Ever wonder why websites are slow sometimes? It's usually one of these: the server is far away (data has to travel further), the server is overloaded (too many people visiting at once), or the page has huge files to download (big images and videos). That's why developers optimize their code and use CDNs (servers around the world that keep copies of files closer to you).
Open your browser's developer tools (press F12 or right-click and choose 'Inspect', then click the 'Network' tab). Now reload any website and watch all the requests fly by! You'll see dozens of GET requests for HTML, CSS, JavaScript, images, and fonts. How many requests does your favorite website make? Which file is the biggest?
Ready to build?
Put what you learned into practice — pick a project and start coding.
Start Building Free