Computer Networks - 7
Computer Networks - 7
Transport Layer
What is Transport Layer?
The Transport Layer is the fourth layer of
the OSI (Open Systems Interconnection)
model and is responsible for ensuring
reliable and efficient data transfer
between two devices over a network. Its
primary goal is to provide communication
services directly to the application
processes running on different hosts.
Key Functions:-
Segmentation and Reassembly: Breaking data into smaller chunks for
transmission and reassembling them at the destination.
Flow Control: Ensuring that the sender does not overwhelm the receiver
with too much data at once.
Error Control: Detecting errors in the data transmission and requesting
retransmissions if necessary.
Connection Management: Establishing, maintaining, and terminating
connections between devices.