THE BROWSER
When a URL is issued from the browser to retrieve a web source using HTTP, the browser turns the URL into a request message and sends the message to the HTTP server. The server then interprets the message and returns a response message which is either a requested resource or an error message.
- User issues url from the browser.
- Browser turns URL into a request message that gets sent to HTTP server
- Server interprets message (maps URL to file or program under the directory)
- Server sends a response message to the client
- Browser displays response to the user.
