cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
398
Views
5
Helpful
2
Replies

IP fragmentation

Why is the IP fragmentation offset in multiples of 8 bytes?

2 Replies 2

GillieLucent
Level 1
Level 1

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

thanks man. i appreciate.

Review Cisco Networking products for a $25 gift card