📖 What is NIC (Network Interface Card)?
A NIC enables a computer to connect to a network. Wired NICs utilize Ethernet cables and RJ45 connectors, while wireless NICs use Wi-Fi standards (802.11 a/b/g/n/ac/ax). NICs have a MAC address, a unique hardware identifier.
"Understand the differences between Ethernet speeds (10/100/1000 Mbps). Know the purpose of the MAC address and its role in network communication. Exam questions may involve network connectivity troubleshooting."
📚 Certification: CompTIA A+ Certification Exam Core 2 (220-1102)
🔑 What are the Key Concepts of NIC (Network Interface Card)?
- ▸ NICs operate at the Data Link Layer (Layer 2) of the OSI model, using the MAC address for communication within a local network.
- ▸ Ethernet speeds are categorized by Mbps/Gbps (10BASE-T, 100BASE-TX, 1000BASE-T), impacting network performance and cable requirements.
- ▸ Wireless NICs support various Wi-Fi standards (802.11 a/b/g/n/ac/ax) offering different frequencies, speeds, and ranges.
- ▸ The MAC address is a 48-bit hexadecimal identifier burned into the NIC by the manufacturer, used for identifying devices on a network.
- ▸ NICs require appropriate drivers to function correctly; outdated or corrupted drivers can cause connectivity issues.
🎯 How does NIC (Network Interface Card) appear on the 220-1102 Exam?
You may be asked to identify the correct cable type (Cat5e, Cat6, etc.) needed to support a specific Ethernet speed for a new NIC installation.
A scenario might describe a computer failing to connect to the network; you'll need to determine if the issue is related to the NIC, its driver, or the cabling.
Expect questions about troubleshooting wireless connectivity, including identifying the correct Wi-Fi standard supported by a NIC and potential interference sources.
❓ Frequently Asked Questions
What is the difference between a MAC address and an IP address?
A MAC address is a physical address used for local network communication, while an IP address is a logical address used for routing traffic across networks. One is hardware-based, the other is software-configured.
How can I find the MAC address of a NIC in Windows?
You can find the MAC address using the `ipconfig /all` command in the Command Prompt or through the Network and Sharing Center in the Control Panel. Look for the 'Physical Address' field.
Can a MAC address be changed?
Yes, a process called MAC address spoofing allows you to change the MAC address, but it's generally not recommended unless for specific troubleshooting or security purposes. It can violate network policies.