Frontend Engineering
How the Web Works
Quiz: Trace the Request
intermediate8 min read
Trace the Request: End-to-End
You type https://app.example.com/dashboard into your browser and hit Enter. What follows is a chain of events involving DNS, TCP, TLS, HTTP, caching, and browser rendering.
These 10 questions walk you through that chain, step by step. Each question tests a concept from this module. Don't guess — trace through the system mentally, the way a packet traces through the network.
Question 1: DNS Resolution
Quiz
Question 2: TCP Handshake
Quiz
Question 3: TLS 1.3 Handshake
Quiz
Question 4: HTTP/2 vs HTTP/1.1
Quiz
Question 5: Cache-Control Headers
Quiz
Question 6: CDN Edge Caching
Quiz
Question 7: Head-of-Line Blocking
Quiz
Question 8: Browser Architecture
Quiz
Question 9: Latency vs Bandwidth
Quiz
Question 10: Full Picture
Quiz