answersLogoWhite

0


Best Answer

This is what happens when TCP packets literally arrive at their destination in a different order than they were transmitted from their source. Usually due to routing adjustments between the two machines. All TCP packets are numbered in order they are transmitted so they can be reassembled when they are received.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is out of order data in TCP?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How does tcp handle data sequencing?

TCP Breaks User Data Into Segments, Numbers Each Segment, Places Them In The Correct Sequence, And Sends Each In Order, Waiting For An Acknowledgement Before Sending The Next Segment.


What type of address identifies the source of data in a frame?

MAC


What is tcp server processes?

The process of a TCP server is to receive TCP connections and handling the data correctly. The letters TCP in TCP server stands for transmission control protocol.


What is server process?

The process of a TCP server is to receive TCP connections and handling the data correctly. The letters TCP in TCP server stands for transmission control protocol.


What Transport Protocol within the TCP IP suite of protocols guarantees delivery of Data?

TCP


Which suite of protocols is used to transmit data across the internet?

tcp/ip


What accurately describes tcp and udp?

TCP and UDP are two different layer 4 protocols. TCP reliably sends data with acknowledgments and UDP sends data without checking if the destination received it. Skype uses UDP while email uses TCP.


Similarties between IP and TCP?

what are the similarties between IP and TCP protocol in data communication and networking.


What does tcp implement?

TCP implements guaranteed reliable delivery as a means of transporting data across a network.


What is the different between ip and tcp?

Ip is the protocol that figures out how to get data to a certain location on the network. TCP is the protocol that breaks the data down and gets it ready to be transported. And then again on the other computer, TCP is what builds up the data into its original format before it got broken down by TCP on the first computer.


Operates at the transport layer of the osi model and provides reliable data delivery services?

TCP The three way handshake verifies that data arrived


What are true statements about transport layer protocols?

**The TCP transport layer protocol uses windowing and acknowledgments for reliable transfer of data. **The TCP and UDP port numbers are used by application layer protocols. **The TCP transport layer protocol provides services to direct the data packets to their destination hosts.