What Happens When You Enter A Url?
You enter a URL into a web browser. The browser looks up the IP address for the domain name via DNS. The browser sends a HTTP request to the server. The server sends back a HTTP response. What happen when we enter a URL? Browser initiates TCP connection with the server. Browser sends the HTTP […]