What happens when a web page is requested

1. Browser sends URL to DNS server to get IP address
2. Browser sends HTTP page request to web server
3. Server finds the correct files and sends them to the browser
4. Browser renders the page and displays it