80.2k views
1 vote
A web client is receiving a response for a web page from a web server. From the perspective of the client, what is the correct order of the protocol stack that is used to decode the received transmission?

1 Answer

5 votes

Answer:

The correct order will be "HTTP ⇒ TCP ⇒ IP ⇒ Ethernet ".

Step-by-step explanation:

  • HTTP

It is the basic protocol being used by Web so this specification defines how documents are encoded and delivered, or what behavior browsers and servers will undertake to respond to different commands.

  • TCP

It's a framework describing how a networking connection can be developed and maintained by which software applications can interchange details or the data.

  • Internet Protocol

It is a mathematical or numeric label allocated to each device attached to a network of computers that communicates using the IP.

  • Ethernet

This is a technology that links cable LANs and allows the system to interact with each other via a standard protocol, which would be the language of the network.

Firstly, the HTTP protocol has work after that holding the flow we can used TCP as we work on internet, therefore, the IP and Ethernet protocol has work. So will choose the order like that .

User NValchev
by
4.9k points