1. A user requests a web page in a web browser
2. The web browser builds a request for the page and sends it to the web server (HTTP Request)
3. The web server receives the request, grabs the web page from disk, and sends it back to the web browser
4. The web browser received the response from the web server (HTTP Response) and displays the page in the web browser