What is Fragmentation?

Showing Answers 1 - 3 of 3 Answers

 I guess you are referring to IP Fragementation.

 Every interface has a Maximum transmit capacity based on it's buffer and internal device
structure. This is denoted by something known as 'Maximum Transfer Unit (MTU)'. This
is denoted in bytes, of the packet sent by network layer. Now, if the size of the packet
sent by the network layer happens to be more than the MTU, the device fragments the
packet into smaller sized packets, so as to fit within the MTU of the interface.

 Fragmentation is achieved using the Fragment Offset field and the Flag fields of the IP
header. You can refer to any book on IP for further read regarding this.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions