eolas/neuron/23e0f0eb-f9c9-467a-86da-ba26a6fd9b56/MAC_addresses.md

18 lines
577 B
Markdown
Raw Normal View History

2024-12-09 18:34:15 +00:00
---
tags: [networks]
created: Tuesday, August 06, 2024
---
# MAC addresses
A Media Access Control (MAC) address is a physical address in contrast to, say,
an IP address which is logical.
2025-01-16 07:08:09 +00:00
Each device on a [local network](Link_Layer_of_Internet_Protocol.md) has a MAC
2024-12-09 18:34:15 +00:00
as a unique identifier. It is a hardware-based, physical attribute of the
device, typically permanently encoded onto a non-volatile memory chip attached
2025-01-17 17:56:09 +00:00
to the ![network_card](Network_card.md).
2024-12-09 18:34:15 +00:00
MAC addresses consist of 6 bytes (48-bits) represented as 12
[hexadecimal_digits](Hexadecimal_number_system.md).