- 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
- The browser begins rendering the HTML
- The browser sends requests for additional objects embedded in HTML (images, css, JavaScript) and repeats steps 3-5.
- Once the page is loaded, the browser sends further async requests as needed.
Created
February 5, 2019 10:08
-
-
Save woodRock/5822646b331ef6af11f4870ec357c072 to your computer and use it in GitHub Desktop.
Describe what happens when you type a URL into your browser and press Enter.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment