Definition
A MAC (Media Access Control) address is a 48-bit identifier assigned to a network interface controller (NIC) and used to deliver frames within a local network segment. It operates at the data link layer (Layer 2) of the OSI model and is what Ethernet and Wi-Fi actually use to move a frame from one device to the next on the same physical or wireless network. It is usually written as twelve hexadecimal digits, for example a8:3b:9d:1f:42:0e, and is sometimes called the hardware or physical address.
Structure and the OUI
The 48 bits split into two 24-bit halves. The first half is the Organizationally Unique Identifier (OUI), a block the IEEE Registration Authority allocates to a hardware vendor, so the leading digits often reveal the manufacturer of a NIC. The second half is a serial value the vendor assigns to that specific interface. Together they are meant to be globally unique, though MAC addresses can be administratively overridden in software.
Local scope and privacy
A MAC address only has meaning on the local link; routers rewrite the source and destination MAC at each hop, while the IP address stays end-to-end. Because a fixed MAC can be used to track a device as it moves between Wi-Fi networks, modern phones and laptops support MAC randomization, presenting a different address per network for privacy. For a sovereign operator, understanding MAC addressing matters for tasks like binding DHCP reservations, writing port-security rules, and assigning devices to the correct VLAN or subnet.
In Simple Terms
A MAC (Media Access Control) address is a 48-bit identifier assigned to a network interface controller (NIC) and used to deliver frames within a local…
