Working of Transport Layer

The transport layer takes services from the Application layer and provides services to the Network layer.

At the sender’s side: The transport layer receives data (message) from the Application layer and then performs Segmentation, divides the actual message into segments, adds the source and destination’s port numbers into the header of the segment, and transfers the message to the Network layer. 

At the receiver’s side: The transport layer receives data from the Network layer, reassembles the segmented data, reads its header, identifies the port number, and forwards the message to the appropriate port in the Application layer. 

Transport Layer responsibilities

The transport Layer is the second layer in the TCP/IP model and the fourth layer in the OSI model. It is an end-to-end layer used to deliver messages to a host. It is termed an end-to-end layer because it provides a point-to-point connection rather than hop-to-hop, between the source host and destination host to deliver the services reliably. The unit of data encapsulation in the Transport Layer is a segment. 

Similar Reads

Working of Transport Layer

The transport layer takes services from the Application layer and provides services to the Network layer....

Responsibilities of a Transport Layer

The Process to Process Delivery End-to-End Connection between Hosts Multiplexing and Demultiplexing Congestion Control Data integrity and Error correction Flow control...

Protocols of Transport Layer

Transmission Control Protocol (TCP) User Datagram Protocol (UDP) Stream Control Transmission Protocol (SCTP) Datagram Congestion Control Protocol (DCCP) AppleTalk Transaction Protocol (ATP) Fibre Channel Protocol (FCP) Reliable Data Protocol (RDP) Reliable User Data Protocol (RUDP) Structured Steam Transport (SST) Sequenced Packet Exchange (SPX)...