What Is an Organizationally Unique Identifier?
How Does an OUI Help Uniquely Identify Network Devices?
An Organizationally Unique Identifier (OUI) is a unique identifier assigned to a manufacturer or organization for use in creating globally unique Media Access Control (MAC) addresses. The OUI forms the first portion of a MAC address and identifies the organization that manufactured or assigned the network interface. By combining the OUI with a manufacturer-assigned device identifier, every network interface can be given a globally unique hardware address.
The basic principle is straightforward. Each manufacturer is allocated one or more OUIs by the Institute of Electrical and Electronics Engineers (IEEE). When producing network equipment, the manufacturer appends its own unique serial identifier to the OUI, creating a complete MAC address. Because each manufacturer controls only the addresses within its allocated OUI, address duplication between manufacturers is prevented.
A useful analogy is a vehicle registration system. The first part of the registration identifies the issuing authority or jurisdiction, while the remaining characters uniquely identify the individual vehicle. Similarly, the OUI identifies the manufacturer, while the remainder of the MAC address uniquely identifies the specific network interface.
Traditionally, an OUI consists of the first 24 bits (three bytes) of a 48-bit MAC address. The remaining 24 bits are assigned by the manufacturer, allowing over sixteen million unique addresses to be created from a single OUI allocation. As networking technologies have evolved, the IEEE has also introduced additional address allocation schemes to support larger address spaces and different application requirements.
OUIs are widely used in Ethernet, Wi-Fi, Bluetooth, industrial communication systems, and many Internet of Things (IoT) devices. Network management software can examine the OUI portion of a MAC address to identify the manufacturer of a network interface, assisting with network administration, troubleshooting, security monitoring, and inventory management.
It is important to distinguish an OUI from a MAC address. The OUI identifies the organization responsible for assigning the address, whereas the complete MAC address uniquely identifies an individual network interface. Two devices manufactured by the same company therefore share the same OUI but differ in the remaining portion of their MAC addresses.
Today, the Organizationally Unique Identifier remains a fundamental element of modern computer networking. By ensuring that hardware addresses are globally unique, OUIs enable billions of Ethernet adapters, Wi-Fi devices, Bluetooth products, and other network interfaces to coexist on interconnected networks without address conflicts, supporting the reliable operation of communication systems throughout the world.
Back to reading