TRANSPORT LAYER
INTRODUCTION
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Network Layer
|
|
Physical Layer
|
|
Transport Layer
|
|
Application Layer
|
Detailed explanation-1: -The transport layer is responsible for establishing a temporary communication session between the source and destination host applications.
Detailed explanation-2: -The transport layer deals with the process-to-process communication or port-to-port communication. The network layer deals with host-to-host communication. The various protocols used in the transport layer are TCP (Transmission Control Protocol), UDP (User Datagram Protocol), etc.
Detailed explanation-3: -Which transport layer feature is used to establish a connection-oriented session? TCP uses the 3-way handshake. UDP does not use this feature. The 3-way handshake ensures there is connectivity between the source and destination devices before transmission occurs.
Detailed explanation-4: -The transport layer provides a total end-to-end solution for reliable communications. TCP/IP relies on the transport layer to effectively control communications between two hosts.