Problem
In an IPv4 packet, the size of the payload in the first fragment, in octets, is equal to Total Length - (4 * Internet Header Length). If this value is less than the required minimum (8 octets for TCP), then this fragment and the entire packet are rejected. Suggest an alternative method of achieving the same result using only the Fragment Offset field.