Endianness

Ethernet transmits data with the most-significant octet first. This is considered a big-endian system, i.e. transmitted in network order.

While higher-level network protocols usually consider octet as their atomic unit, Ethernet belongs to the lowest layers of a network stack and has to deal with ordering of bits within an octet. In Ethernet, the least-significant bit is transmitted first within each octet.