Can fragments of a packet be refragmented again?
Posted
by
gsinha
on Server Fault
See other posts from Server Fault
or by gsinha
Published on 2012-06-11T02:52:02Z
Indexed on
2012/06/11
4:41 UTC
Read the original article
Hit count: 540
In IPv4, fragmentation is done by routers on way to the destination if DF(do not fragment) flag is not set in the IP packet.
Once a packet is fragmented, its fragments may take different paths (due to various reasons like topology changes) to the destination.
If, on some link again in the path to destination, one routers find that the link MTU is smaller than the frame size, then either the packet needs to be fragmented or dropped.
Can fragments of a packet be refragmented again? If yes, what will be the value of MF flag in the new individual fragments created by this?
© Server Fault or respective owner