The server sends a GET request to the Web server to retrieve
the address it has been given. For example, when a user types
http://www.example.com/1.jpg, the browser sends a GET 1.jpg
command to example.com and waits for a response. The server
now responds to the browser's requests. It verifies that the
given address exists, finds the necessary files, runs the
appropriate scripts, exchanges cookies if necessary, and returns
the results back to the browser. If it cannot locate the file,
the server sends an error message to the client.
The browser translates the data it has been given in to
HTML and displays the results to the user.