
Step 1: A request is made from a browser as follows: I want to see vacation dot h t m l.
Step 2: Server retrieves file from its disk storage.
Step 3: The requested file content is sent back as its response from the server to the browser.
Step 4: Additional requests open parenthesis such as images close parenthesis might be contained within the H T M L.
Step 5: The content of each additional requested files is sent back to the browser from the server.
Step 6: The browser displays a page based on the H T M L content and any additional files.
Back