Here's what's happening in the numbered steps of the diagram:
-
You type www.example.com/catalog.html into the location bar of Internet Explorer.
-
Internet Explorer sends a message over the Internet to the computer named www.example.com asking for the /catalog.html page.
-
Apache, a program running on the www.example.com computer, gets the message and reads the catalog.html file from the disk drive.
-
Apache sends the contents of the file back to your computer over the Internet as a response to Internet Explorer's request.
-
Internet Explorer displays the page on the screen, following the instructions of the HTML tags in the page.