how/network
One URL → 12+ packets → 4 different protocols → ~100ms. The full chain from DNS to a rendered page in one overview. This is the finale: all the previous explainers in a single scene.
This is the final explainer. It pulls together everything you learned in the earlier ones into one big picture. Every page on the internet opens through the same sequence of steps:
Each phase is its own series of packets. Each one takes at least 1 round-trip to the server. If the RTT is large (a distant server), you literally feel the page "thinking." If all phases are fast, it just works.
Press ▶ and let's watch the whole chain as a sequence diagram between three actors: your browser, the DNS resolver, and the web server.
You typed https://example.com into the address bar and
pressed Enter. From this moment the chain begins.
In this animation there are 3 actors: your browser, the DNS resolver
(its address arrived in the DHCP options, for example 8.8.8.8), and the
web server example.com. They will now go through 4 different phases,
each on its own protocol.
The extra infrastructure (DHCP, ARP, routing) already did its work before this moment. Your laptop has an IP, a mask, a gateway, and DNS. If it did not, you would have to add another ~10 packets at the start.
recap
What to remember:
This is the finale of the series. You now have the full picture of "how the internet works," from the link to the rendered page. To go deeper into each part, open the separate explainers (DNS, TCP, TLS) or the articles in the KB.