MAC Address & Ethernet Frame Structure
A MAC (Media Access Control) address is a unique 48-bit physical identifier burned into network interface cards (NICs).
A MAC address is a 48-bit (6-byte) Layer 2 physical address. First 24 bits = Vendor OUI; last 24 bits = NIC serial.
In Simple Terms
Visual Diagram & Flow
Layer 2 Ethernet switching relies entirely on destination MAC addresses to forward frames to the correct physical switch port.
How It Works (Technical Breakdown)
Your MAC address is like your government-issued Social Security or National Identity Number burned at birth; your IP address is like your temporary apartment street address that changes when you move.
MAC Address: `B4:2E:99:4A:F1:02` -> `B4:2E:99` (OUI: Intel Corporate), `4A:F1:02` (Device Identifier).
Believing MAC addresses route across the global Internet. MAC addresses are strictly local: routers strip and replace the Layer 2 Ethernet frame at every single hop.
Concept Mastery Quiz
Test your comprehension with active-recall questions.
Active Recall Flashcards
Click each flashcard to reveal the answer and test your memory.
Content Versioning
Audit trail of revisions and updates for this knowledge topic.
| Version | Change Summary | Author | Timestamp |
|---|---|---|---|
| v1 (Current) | Active production content | system | Sun, Aug 23, 2026 11:09 AM |