Browser Revisited

  • To load a page, your browser will request some HTML from a server
  • If the HTML tells the browser to load more CSS and JS, the browser loads that
  • Your browser makes an HTTP GET request for a specific URL
  • The server sends an HTTP Response with HTML
  • How does your browser talk to other machines?

20 / 32