09-27-2007 02:42 AM - edited 03-05-2019 06:43 PM
Why is the IP fragmentation offset in multiples of 8 bytes?
09-27-2007 06:11 AM
Hi,
In IP header,
total length field = 16 bits, so length can be 65536(2**16) octets.
Fragment offset field = 13 bits, so no of fragments can be 8192(2**13) octets.
so, 65536/8192= 8, so each fragment should be of 8 octets.
For more information refer RFC 791 - Internet Protocol.
Hope this helps.
Thanks,
Vijaybabu
09-27-2007 06:14 AM
thanks man. i appreciate.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide