6.6k views
0 votes
Transmission Control Protocol (TCP) arrives out of order. What allows the data to be put back together in the correct order?

User Orlo
by
5.1k points

2 Answers

2 votes

Answer:

The Transport Layer

Step-by-step explanation:

The transport layer provides a method of delivering data across the network in a way that ensures the data can be properly put back together on the receiving end. The transport layer provides for the segmentation of data, and the controls necessary to reassemble these segments into the various communication streams.

User King King
by
5.0k points
4 votes

Answer:

Reliability feature in transport layer ensures correct order.

Step-by-step explanation:

TCP (Transmission Control Protocol) is a communication protocol over network. TCP has a layered architecture and transport layer controls the data transmitted arrives in correct form. This is called reliability feature.

Control data header at transport layer ensures correct delivery. It tracks the transmitted data and re-transmits in case of en error.

User Amr Saber
by
5.1k points