Ask Question

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?

+1
Answers (1)
  1. 9 June, 03:06
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers