Report

Help us improve this tool

MAC Address Analyzer

Validate, lookup device vendor, and analyze MAC address details like Unicast/Multicast, UAA/LAA, and multiple formats.

O M T

Understanding MAC Addresses

A Media Access Control (MAC) address is a unique physical hardware identifier assigned to network interface controllers (NIC) for communication on a physical network segment. Unlike IP addresses, which are logical and assigned by routers or network administrators, MAC addresses are typically burned into the hardware at the factory.

This tool analyzes any MAC address (including standard MAC-48, EUI-48, and EUI-64 formats), validates its syntax, identifies the manufacturer (OUI), and decodes special flag bits within the address structure.

The Structure of a MAC Address

A standard MAC-48 address is 48 bits (6 bytes or octets) long, usually represented as 12 hexadecimal digits separated by colons, hyphens, or dots. It is split into two equal halves:

  • Organizationally Unique Identifier (OUI): The first 3 octets (24 bits) identify the manufacturer or vendor of the hardware device. These are assigned by the IEEE.
  • Network Interface Controller (NIC) Specific: The last 3 octets (24 bits) are uniquely assigned by the manufacturer to identify that specific network chip.

Decoding the Special Flag Bits

The first octet of a MAC address contains two very important bits that define the transmission and administration characteristics of the address:

1. Individual/Group (I/G) Bit — Unicast vs. Multicast

The least significant bit (LSB) of the first octet determines how frames are sent:

  • Unicast (0): The frame is addressed to a single unique device. Most hardware devices have unicast MAC addresses by default.
  • Multicast (1): The frame is sent to all devices or a group of devices subscribed to that multicast address (for example, standard multicast addresses like 01:00:5E:...).

2. Universal/Local (U/L) Bit — UAA vs. LAA

The second-to-least significant bit of the first octet dictates the administration model:

  • Universally Administered (0): The address is set at the factory and is globally unique.
  • Locally Administered (1): The address has been customized or overridden by the network administrator. Local addresses do not guarantee global uniqueness but are valid inside localized subnets.

Frequently Asked Questions

What is an OUI in networking?

OUI stands for Organizationally Unique Identifier. It is the first 24 bits of a MAC address that uniquely identify a vendor, manufacturer, or organization (such as Apple, Cisco, Intel, or Samsung) that built the network interface controller.

Can two devices have the same MAC address?

In theory, universally administered MAC addresses should be globally unique. However, manufacturers can make mistakes, or administrators can manually override hardware MAC addresses to local addresses (LAAs), creating duplicates on a network which can cause connectivity issues.

What is the difference between a MAC address and an IP address?

A MAC address is a physical address permanently burned into the hardware that operates at Layer 2 (Data Link) of the OSI model. An IP address is a logical network address assigned dynamically or statically that operates at Layer 3 (Network) of the OSI model.

Is it safe to share my MAC address?

A MAC address is only visible on the local network segment (subnet) because routers replace the source MAC address when forwarding packets over the internet. While sharing a MAC address doesn't leak your geographic location directly, it can be used for tracking on public Wi-Fi networks.