How a Browser Works: A Beginner-Friendly Guide to Browser Internals
When you type a URL and press Enter, your browser resolves the website's IP address via DNS, establishes a secure TCP/IP connection (often using a 3-way handshake), sends an HTTP request to the server, and then receives and renders the HTML/CSS/JS co...
dnsresolutionworks.hashnode.dev13 min read