A tiny pinned payload is split into two exact fragment payloads.
One payload becomes two pieces
The toy IP version 4 payload has 24 bytes. We split it into 16 bytes and 8 bytes.
First fragment carries sixteen bytes
The first fragment payload is 16 bytes long.
first payload=16
Second fragment carries eight bytes
The second fragment carries the remaining 8 bytes.
second payload=8
Summary
Fragmentation keeps the payload bytes exact; it just sends them in smaller runs.
total payload=24