A web client is sending a request for a webpage to a web server. From the perspective of the client, what is the correct order of the protocol stack that is used to prepare the request for transmission?
- Ethernet, TCP, IP, HTTP
- Ethernet, IP, TCP, HTTP
- HTTP, IP, TCP, Ethernet
- HTTP, TCP, IP, Ethernet
Explanation & Hint:
1. HTTP governs the way that a web server and client interact. |