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?

Last Updated on January 13, 2019 by Admin

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?

  • HTTP, IP, TCP, Ethernet
  • HTTP, TCP, IP, Ethernet
  • Ethernet, TCP, IP, HTTP
  • Ethernet, IP, TCP, HTTP
    Explanation:1. HTTP governs the way that a web server and client interact.
    2. TCP manages individual conversations between web servers and clients.
    3. IP is responsible for delivery across the best path to the destination.
    4. Ethernet takes the packet from IP and formats it for transmission.

For All Questions: ITN Chapter 3 Exam Answers 2019