MAC Addresses With Formatting Examples

A MAC (Media Access Control) address is a unique identifier assigned to a device’s network interface controller (NIC) by the manufacturer. It is a series of six pairs of hexadecimal numbers separated by colons or hyphens.
The first three pairs of numbers in a MAC address represent the manufacturer’s unique identifier, known as the Organizationally Unique Identifier (OUI). The last three pairs of numbers are assigned by the manufacturer and are called the device identifier.
There are 281,474,976,710,656 (281 trillion) possible MAC addresses. Theoretically, each device connected to the internet can have its own unique MAC address.
Formatting Examples:
- 00:1a:1e:12:af:38
This MAC address is using colons to separate the pairs of hexadecimal numbers. The first three pairs represent the OUI while the last three pairs represent the device identifier.
- 00-1a-1e-12-af-38
This MAC address uses hyphens to separate the pairs of hexadecimal numbers. It is the same as the first example but with a different separator.
- 001A.1E12.AF38
This MAC address is formatting using dots and is divided into four pairs of hexadecimal numbers. Zeroes are added in front of the first half of the MAC address to make it easier to read.
- 001A1E-12AF38
This MAC address combines both hyphens and colons to separate the pairs of hexadecimal numbers. It is important to note that MAC addresses are not case-sensitive, meaning that both uppercase and lowercase letters can be used.
In conclusion, the format of a MAC address can vary but it always consists of six pairs of hexadecimal numbers. Understanding the format of MAC addresses is essential in troubleshooting network issues and identifying unauthorized devices connected to a network.