What Does a Browser Do?
In this lesson, we'll dive a bit deeper into how web browsers work.
We'll cover the following...
Long story short, a browser’s job consists of:
- DNS resolution
- HTTP exchange
- Rendering
- Rinse and repeat
DNS resolution
DNS resolution makes sure that once the user enters a URL, the browser knows which server it should connect to. The browser contacts a DNS server to find that ...