Ask Question
16 October, 01:04

A communication sent through Transmission Control Protocol (TCP) arrives out of order. What allows the data to be put back together in the correct order?

+2
Answers (1)
  1. 16 October, 04:45
    0
    Error detection.

    Explanation:

    Tcp is a transport layer protocol. It is said to be connection oriented because it requires a handshake or established connection between the sender and the receiver.

    Once a handshake is made, the segments of the packets are sent across and the connection is closed.

    The error detection does not only carry out integrity checks, but allows for sequence numbering from the sender to receiver. If the packets arrives out of order, the sequence numbers are used to arrange them in the correct order.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “A communication sent through Transmission Control Protocol (TCP) arrives out of order. What allows the data to be put back together in the ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers