Question:

Which protocol is responsible for ensuring packet delivery in the correct sequence in the transport layer?

Show Hint

Remember: TCP = reliable + ordered + connection-oriented. UDP = fast but no guarantees. IP = routing. HTTP = application layer.
Updated On: Jun 10, 2025
  • UDP
  • IP
  • TCP
  • HTTP
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

The transport layer is responsible for end-to-end communication between devices in a network.
TCP (Transmission Control Protocol) provides reliable, connection-oriented communication.
It performs the following key functions:
- Ensures packet delivery in order
- Performs error detection and retransmission
- Maintains flow control and congestion control
While IP operates at the network layer and handles addressing and routing, it does not ensure packet order.
UDP is also in the transport layer but does not guarantee order or reliability.
HTTP is an application layer protocol built over TCP.
Thus, TCP is the correct protocol that ensures delivery in the correct sequence at the transport layer.
Was this answer helpful?
1
0