How to calculate MAC address? Learn all about MAC (Media Access control) Address.
Learn all about MAC (Media Access control) Address:
A MAC address, also known as a Media Access Control or Physical address is a unique identifier assigned to a network interface of a device, like a computer, smartphone, or network card. It's like a digital fingerprint for that device's network connection.
MAC - Iphone "00:1A:2B:3C:4D:5E."
Physical address - laptop or computer ( network interface card has MAC address)
"00-1A-2B-3C-4D-5E."
Hardware address -
BIA (burnt in address) - Cisco Router switch) "001A.2B3C.4D5E."
MAC address is Globally Unique.
MAC address is dependent on NIC (Network Interface Card).
Mac address is 48 bits or 6 bytes
24 bits (OUI) —> 00:1A:2B (Origination Unique identifier)
This first 24 bits OUI can be given to the company by IANA - International Assigned Number Authority. Companies can’t decided theirself. That’s why it will never be the same from another company’s MAC address.
24 bits (vendor specific)t—->3C:4D:5E
It is represented in Hexadecimal format
"00:1A:2B:3C:4D:5E."
MAC address has 48 bits and 12 hexadecimal characters
1 hexadecimal has 4 bits :
like in above example 00 = 1 hexadecimal = 4 bits
Total is 12 hexa x 4 = 48 bits or 6 bytes.
MAC addresses are used to distinguish devices from one another on a local network, such as a Wi-Fi network or an Ethernet network. They are made up of a series of numbers and letters and are typically presented in a format like "00:1A:2B:3C:4D:5E."
MAC addresses play a crucial role in how devices communicate within a network. They help routers and switches direct data to the right device and ensure that data goes to the intended recipient. While IP addresses are used for global network communication, MAC addresses are more relevant for local network communication.
Decimal,Hexadecimal and Binary table:
Convert MAC or Hexadecimal address into Binary
00:1A:2B:3C:4D:5E
Switch has a unique MAC address.
Router has a MAC address of each interface.
Convert Hexa into Binary
FB:AB:B7:78:86:CC
Comments