Computer Science, asked by Ellimann, 8 months ago

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?

Answers

Answered by sachin36042
1

Answer:

Fault detections

Explanation:

TCP is a transport layer protocol. It is called connection oriented because it requires a handshake or an established connection between the sender and receiver.

TCP is a transport layer protocol. It is called connection oriented because it requires a handshake or an established connection between the sender and receiver. After a handshake, segments of the packet are sent across and the connection is closed.

Error detection not only checks integrity, but allows sequence serialization from sender to receiver.

If packets fall out of order, a sequence number is used to arrange them in the correct order.

for any quarry regarding to explanation....can put the question.

thank u

Similar questions