In the RFC791 (Internet Protocol Specification) on page 12 said:
"For example, this size allows a data block of 512 octets plus 64 header octets to fit in a datagram. The maximal internet header is 60 octets, and a typical internet header is 20 octets, allowing a margin for headers of higher level protocols."
I understand why maximal IPv4 header is 60 octets, but I can't understand where is there 4 bytes more of header from this string:
"plus 64 header octets to fit in a datagram"
Maybe someone can explain me where this 4 bytes lost/or used?