Question:medium

Which of the following functionality is to be implemented by the transport layer?

Show Hint

The transport layer ensures reliable, end-to-end communication and guarantees the order of packets between sender and receiver.
Updated On: Jan 17, 2026
  • Recovery from packet losses
  • Detection of duplicate packets
  • Packet delivery in correct order
  • End to end delivery
Show Solution

The Correct Option is D

Solution and Explanation

The transport layer manages direct communication between endpoints, guaranteeing dependable data transmission. Its core functions include:- End-to-end delivery: Verifying correct and ordered data arrival at the destination.- Packet loss recovery and duplicate packet detection: The transport layer upholds transmission reliability through acknowledgments, retransmissions, and sequencing to address lost or duplicated packets.As specified in the query, the principal function emphasized is end-to-end delivery.Step 2: Conclusion.
Therefore, the accurate selection is (4) End to end delivery.
Was this answer helpful?
0