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.

YouTube video



Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator