Dividing network traffic into TCP packet
When electronic data is sent via TCP protocol it split into multiple TCP packets or packets of data. The packets may take different route to destination host, and they may come to destination out of order they were sent,
Likely each TCP packet has a packet number that are sequential and data can be reassembled even from the TCP packets that came to destination system out of order.

Comments
Post a Comment