headerchecksum
Header checksum is a mechanism used by some network protocols to detect errors in the header portion of a packet. It uses a dedicated field within the header to store a numerical value that is derived from the header’s contents. The goal is to identify corruption that may occur as a packet travels through networks and routers.
In IPv4, the header checksum is a 16-bit value computed as a one's complement sum of all
IPv6 does not include a header checksum. To avoid per-router processing overhead, IPv6 relies on other mechanisms
Limitations of header checksums include protection only of header data, not payload content, and the fact that