Identify the Vendor of devices on your network and analyze the structural properties (OUI, U/L Bit, I/G Bit) of the MAC address with engineering precision.
Bit 1 (Local): 1 ise rastgele üretilmiş özel adrestir.
Bit 0 (Group): 1 ise Multicast yayındır.
A MAC (Media Access Control) address is the ID card of network devices. This 48-bit (6-byte) address starts with a 24-bit (3-byte) **OUI (Organizationally Unique Identifier)** that identifies the manufacturer. For example, `00:1A:2B` usually belongs to Cisco.
Modern mobile devices (iOS & Android) generate randomized MAC addresses when connecting to Wi-Fi to protect privacy. Our tool uses "U/L Bit" analysis to detect if an address is real hardware or a randomized virtual one.
The least significant bit of the first byte (I/G bit) determines if traffic is meant for a single device (Unicast) or a group (Multicast). This distinction is vital for network troubleshooting.