TCP Fragmentation

Identification:
=========
When any packets are fragmented then it gives some identification number to all packets
So that receiver can identify these as one packet,

Fragment offset: F_Offset= (datagram/8)
============================
When any packets are fragmented then every packet calculates its own fragment offset number
At the receiver end it will identify packets based on IDENTIFICATION number and will put them in order using FRAGMENT OFFSET.



sequenceIdentificationlengthMore fragmentFragment Offset
0100150010
1100150011500/8=1st frag (datagram/8)
2100150011500/8+1st frag=2nd frag
3100150001500/8+2nd frag=3rd frag

                                          TOTAL=7000 Bytes




0 Response to "TCP Fragmentation"

Post a Comment

Powered by Blogger