- The user clicks on a hyperlink to tell the browser to bring up a new webpage.
- The browser collects URL information from the HREF field of the A tag.
- The browser sends a "get" request, via the internet, to the server.
- The DNS translates the domain name into the IP address of the server.
- The server locates and copies the requested file (containing HTML) from its URL.
- The server sends a "response" (containing a copy of the requested resource) to the client.
- The browser interprets the HTML tags to correctly display a new web page on the output device.
- The user views the new page on an output device.
Go Back to Page 1.