MAC Media Access Control (original) (raw)

Last Updated : 24 Sep, 2025

Media Access Control (MAC) is a networking concept at the Data Link Layer (Layer 2) that governs how devices share a communication channel. It minimizes collisions, ensures efficient transmission, and uses unique MAC addresses (assigned to each device’s NIC) for accurate data delivery within a local network.

**Note: MAC addresses play a critical role in directing data packets to the correct destination within a local network. They function at the Data Link Layer (Layer 2) of the OSI model, ensuring collision-free and reliable communication among devices.

History of MAC

The concept of MAC addresses originated at Xerox PARC, where early networking technologies were developed. Over time, MAC addressing became standardized under IEEE 802 specifications.

media_access_control_mac_address

MAC Control

MAC addresses are also referred to by several other names:

Characteristics of MAC

**Hyphen-separated: 45-67-89-AB-12-CD
**Colon-separated: 45:67:89:AB:DE:23
**Dot-separated: ABCD.4567.1238

Functions of the MAC Layer

Pros of MAC

Cons of MAC