TRANSPORT LAYER
INTRODUCTION
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
Why does HTTP use TCP as the transport layer protocol?
|
to ensure the fastest possible download speed
|
|
because HTTP is a best-effort protocol
|
|
because transmission errors can be tolerated easily
|
|
because HTTP requires reliable delivery
|
Explanation:
Detailed explanation-1: -HTTP and SMTP use TCP(Transmission Control Protocol). HTTP uses TCP because the files, images, and web pages that we receive from the remote host must not be dropped on the way and must be delivered in the order to the HTTP client. TCP, port 25 is used by SMTP.
Detailed explanation-2: -TCP confirms that a packet has reached its destination by establishing an end-to-end connection between sending and receiving hosts. TCP is therefore considered a “reliable, connection-oriented” protocol.
There is 1 question to complete.