MAC Address Lookup
Instantly map physical MAC addresses to their registered vendor, assignment details, and device anatomy.
Supported formats: AA:BB:CC:DD:EE:FF, AA-BB-CC-DD-EE-FF, AABBCCDDEEFF
Apple, Inc.
Address Anatomy Structure
Organizationally Unique Identifier assigned by IEEE to identify the network hardware manufacturer.
Network Interface Controller specific host adapter index allocated uniquely per device.
Generator
Format Converter
Batch Processor
Process and analyze up to 100 MAC addresses simultaneously.
Technical Overview: What is a MAC Address?
A **Media Access Control (MAC) address** is a unique physical identifier assigned to a network interface controller (NIC) by manufacturers for Layer-2 hardware operations.
Unlike temporary software-assigned IP addresses, physical MAC addresses are permanently "burned into" the network adapter chip at the factory.
Address Space Division
A MAC address consists of **48 bits** (6 octets) represented as twelve hexadecimal characters.
// Anatomy Breakdown
First 3 Bytes (OUI): 3C:07:54 (Apple, Inc.)
Last 3 Bytes (NIC): 12:34:56 (Unique Device ID)