The document discusses IP datagram fragmentation and reassembly. It describes how a large IP datagram can be split into smaller fragments in order to be transmitted across networks with different maximum transmission unit (MTU) sizes. Each fragment contains an IP header with fields like identification and fragment offset that allow the receiving host to properly reassemble the original datagram from the fragments. An example is provided of an original 4000 byte datagram being split into multiple 1500 byte fragments to traverse a network with MTU of 1500.