Lesson 7 of 8 · 7 min
How networks and the web work
A network connects computers to share data; the internet is the global network. When you visit a site, your browser requests it from a server, which sends back files (HTML, CSS) split into packets that are reassembled on your screen.
📱 ↔ 📶 ↔ 🖥️
Browser requests, server responds
Let’s try it! ✍️
Question 1 of