π What is MAC Address?
A Media Access Control (MAC) address is a unique 48-bit identifier assigned to a network interface card (NIC) by its manufacturer. It functions as a physical address used for communication within a local network segment, operating at Layer 2 of the OSI model.
"MAC addresses are hardware-based and generally do not change. Understand the difference between MAC and IP addresses. Be aware of MAC address spoofing, though itβs less common on A+ exam questions. Focus on its role in identifying devices on a LAN."
π Certification: CompTIA A+ Certification Exam Core 1 (220-1101)
π What are the Key Concepts of MAC Address?
- βΈ MAC addresses are burned into the NIC by the manufacturer, providing a hardware-level identifier for network devices.
- βΈ They are used for communication within a local network segment (LAN) and are essential for the ARP process.
- βΈ MAC addresses are 48 bits long and are typically represented in hexadecimal format, separated by colons or hyphens.
- βΈ Unlike IP addresses, MAC addresses do not contain information about network topology or location; they are purely physical.
- βΈ Understanding MAC addresses is crucial for troubleshooting network connectivity issues and identifying devices on a LAN.
π― How does MAC Address appear on the 220-1101 Exam?
You may be asked to identify the type of address used for communication between two devices on the same network switch, differentiating between MAC and IP addresses.
A scenario might describe a network troubleshooting situation where you need to determine the MAC address of a specific device to verify connectivity.
Expect questions about how a switch uses MAC addresses to forward data frames to the correct destination port within a local network.
β Frequently Asked Questions
What's the difference between a MAC address and an IP address?
A MAC address identifies hardware on a LAN, while an IP address identifies a device on a network and enables communication across networks. MAC addresses are physical, IP addresses are logical.
Can a MAC address change?
While generally static, MAC addresses can be spoofed through software, though this is less common on the A+ exam. NIC replacement will also result in a new MAC 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 frames directly to the intended destination, improving network efficiency.