and
unicast addressing, and b1 of the same octet distinguishes universal and locally administered addressing. The
IEEE 802 MAC address originally comes from the
Xerox Network Systems Ethernet addressing scheme. This
48-bit address space contains potentially 248 (over 281 trillion) possible MAC addresses. The
IEEE manages the allocation of MAC addresses, originally known as MAC-48 and now called EUI-48 identifiers. The IEEE has a target lifetime of 100 years (until 2080) for applications using EUI-48 space and restricts applications accordingly. The IEEE encourages adoption of the more plentiful EUI-64 for non-Ethernet applications. The distinctions between EUI-48 and MAC-48 identifiers are in name and application only. MAC-48 was used to address hardware interfaces within existing 802-based networking applications; EUI-48 is now used for 802-based networking and is also used to identify other devices and software, for example
Bluetooth. The IEEE now considers
MAC-48 to be an obsolete term.
EUI-48 is now used in all cases. In addition, the EUI-64 numbering system originally encompassed both MAC-48 and EUI-48 identifiers by a simple translation mechanism. The
Individual Address Block (IAB) is an inactive registry which has been replaced by the
MA-S (
MAC address block, small), previously named
OUI-36, and has no overlaps in addresses with the IAB If the bit is 0, the address is universally administered, which is why this bit is 0 in all UAAs. If it is 1, the address is locally administered. In the example address , the first octet is 06 (hexadecimal), the binary form of which is 000001
10, where the second-least-significant bit is 1. Therefore, it is a locally administered address. Even though many
hypervisors manage dynamic MAC addresses
within their own OUI, often it is useful to create an entire unique MAC within the LAA range.
Universal addresses that are administered locally In
virtualization, hypervisors such as
QEMU and
Xen have their own OUIs. Each new virtual machine is started with a MAC address set by assigning the last three bytes to be unique on the local network. While this is local administration of MAC addresses, it is not an LAA in the IEEE sense. A historical example of this hybrid situation is the
DECnet protocol, where the universal MAC address (with Digital Equipment Corporation's OUI AA-00-04) is administered locally. The DECnet software sets the last three bytes of the complete MAC address to (so that the full MAC address is ), where reflects the host's DECnet network address
xx.yy. This eliminates the need for DECnet to have an
address resolution protocol since the MAC address of any DECnet host can be determined from its DECnet address.
Unicast vs. multicast (I/G bit) The least significant bit of an address's first octet is referred to as the
I/G, or
Individual/Group, bit. This type of transmission is called
unicast. A unicast frame is transmitted to all nodes within the
collision domain. In a modern wired setting (i.e. with
switches, not simple
hubs) the collision domain usually is the length of the Ethernet cabling between two network interfaces. In a wireless setting, the collision domain is all receivers that can detect a given wireless signal. If a
switch does not know which port leads to a given MAC address, the switch will forward a unicast frame to all of its ports (except the originating port), an action known as
unicast flood. Only the node with the matching hardware MAC address will (normally) accept the frame; network interfaces with non-matching MAC-addresses ignore the frame unless they are in
promiscuous mode. If the least significant bit of the first octet is set to 1 (i.e. the second hexadecimal digit is odd) the frame will still be sent only once; however, network interface controllers will choose to accept or ignore it based on criteria other than the matching of their individual MAC addresses: for example, based on a configurable list of accepted multicast MAC addresses. This is called
multicast addressing. The IEEE has built in several special address types to allow more than one
network interface card to be addressed at one time: • Packets sent to the
broadcast address, all one bits, are received by all stations on a local area network. In
hexadecimal the broadcast address would be . A broadcast frame is
flooded and is forwarded to and accepted by all other nodes. • Packets sent to a
multicast address are received by all stations on a LAN that have been configured to receive packets sent to that address. •
Functional addresses identify one or more Token Ring NICs that provide a particular service, defined in IEEE 802.5. These are all examples of
group addresses, as opposed to
individual addresses; the least significant bit of the first octet of a MAC address distinguishes individual addresses from group addresses. That bit is set to 0 in individual addresses and set to 1 in group addresses. Group addresses, like individual addresses, can be universally administered or locally administered.
Ranges of group and locally administered addresses The U/L and I/G bits are handled independently, and there are
instances of all four possibilities. further divides the locally administered MAC address block into four quadrants. This additional partitioning is called Structured Local Address Plan (SLAP) and its usage is optional. ==Applications==