Ethernet Address Conventions

The IEEE 802.3 committee specified that every byte in an Ethernet frame must be transmitted with the least significant bit first.

Note

This convention sometimes is called little endian order.

Standards do not specify the order in which bits and bytes are stored within a computer. How-ever, a standard does need to spell out the order in which bits and bytes are transmitted. When computers communicate with one another, each needs to know what to expect when bits arrive across a medium.

Note that transmitting the least significant bit first assures that the first MAC address bit that goes onto a wire is the individual/group bit and the second is the universal/local bit.

For example, if X'C2 is the first byte of an ...

Get Local Area High Speed Networks now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.