Browser Steps
- Web server running on computer whose IP Address was obtained
above receives the request
- It decodes the request
- It fetches the file /index.html
- It sends the file back to the browser on your computer
- The browser displays the contents of the file for you to see
- Since this file is an HTML file, it translates the HTML codes into
fonts, bullets, etc.
- If the file contains images, it makes more GET requests through
the same connection