Explore the question in detail with explanation, related questions, and community discussions.
The Transport Layer (Layer 4 of the OSI model) is mainly responsible for reliable data delivery between devices and controlling the flow of data. It ensures that messages are delivered accurately and in the correct order, even if they are split into smaller pieces (segments).
This layer handles segmentation, error checking, retransmission if necessary, and flow control to avoid congestion. It uses protocols like TCP (Transmission Control Protocol) for reliable communication and UDP (User Datagram Protocol) for faster, connectionless communication.
Main responsibilities of the Transport Layer:
Other options explained:
Conclusion: The correct answer is Reliable data delivery and flow control, which is the key function of the Transport Layer in the OSI model.
Discussion
Leave a Comment