📖 What is MAC Address?
A Media Access Control (MAC) address is a unique hardware identifier assigned to a network interface card (NIC). It is a 48-bit hexadecimal address used for communication within a local network segment. The MAC address is manufactured into the NIC and is essential for Layer 2 data transmission.
"The exam emphasizes the permanence of MAC addresses and their role in network identification. Understand how MAC addresses differ from IP addresses (logical vs. physical). Be prepared to identify scenarios where MAC address filtering or spoofing might be used, and their security implications."
📚 Certification: CompTIA A+ Certification Exam Core 2 (220-1102)
🔑 What are the Key Concepts of MAC Address?
- ▸ MAC addresses are physically burned into the NIC by the manufacturer and are generally considered permanent, though they can be spoofed.
- ▸ They operate at the Data Link Layer (Layer 2) of the OSI model, enabling communication between devices on the same network segment.
- ▸ MAC addresses are 48-bit hexadecimal values, often displayed in pairs separated by colons (e.g., 00:1A:2B:3C:4D:5E).
- ▸ Unlike IP addresses (logical), MAC addresses are physical and identify specific network hardware, not network locations.
- ▸ MAC address filtering can be used for basic network security, allowing or denying access based on known MAC addresses.
🎯 How does MAC Address appear on the 220-1102 Exam?
You may be asked to identify the type of address used for communication between two devices connected to the same switch, differentiating between MAC and IP addresses.
A scenario might describe a network administrator troubleshooting connectivity issues and needing to determine the MAC address of a specific device.
Expect questions about the security implications of MAC address spoofing and how it can be used to bypass network access controls.
❓ Frequently Asked Questions
Can a MAC address change?
While generally permanent, MAC addresses can be *spoofed* through software configuration. This is often done for security testing or to bypass MAC address filtering, but it doesn't alter the physically burned-in address.
How does a switch use MAC addresses?
Switches build a MAC address table, mapping MAC addresses to specific ports. This allows them to forward data only to the intended recipient, improving network efficiency compared to hubs which broadcast to all ports.
What's the difference between a MAC address and an IP address in terms of network troubleshooting?
IP addresses help locate devices across networks, while MAC addresses identify devices locally. If you can ping an IP but can't connect, the issue is likely IP-related; if you can't even ping, check MAC address connectivity.