Fragmentation Example
IHL = 5, ID = 111, More = 0
IHL=5, ID = 111, More = 1
IHL=5, ID = 111, More = 0
- Payload size 452 bytes needs to be transmitted
across a Ethernet (MTU=1500B) and a SLIP line (MTU=280B)
- Length = 472B, Header = 20B => Payload = 452B
- Fragments need to be multiple of 8-bytes.
- Nearest multiple to 260 (280 -20B) is 256B
- First fragment length = 256B + 20B = 276B.
- Second fragment length = (452B- 256B) + 20B = 216B