2.5 Compare and contrast common networking hardware devices
📘CompTIA A+ Core 1 (220-1201)
A Network Interface Card (NIC) is a hardware component that allows a computer or device to connect to a network. Think of it as the “door” that lets your device communicate with other devices over a network, whether it’s wired or wireless.
Key Points about NICs
- Purpose:
- Connects a computer, server, or other device to a network.
- Enables devices to send and receive data over a network (LAN, WAN, or Internet).
- Types of NICs:
- Wired NIC: Uses Ethernet cables (e.g., Cat5e, Cat6) to connect to a network switch or router.
- Wireless NIC (Wi-Fi): Uses radio signals to connect to a wireless access point (Wi-Fi router).
- Form Factors:
- PCI / PCIe cards: Installed inside desktops.
- USB NICs: External, plug-and-play option for laptops or desktops.
- Built-in NICs: Most laptops and desktops today have NICs built into the motherboard.
- Speed / Standards:
- NICs support different network speeds:
- 10 Mbps, 100 Mbps, 1 Gbps, 10 Gbps for wired networks.
- Wi-Fi standards: 802.11a/b/g/n/ac/ax (Wi-Fi 6) for wireless NICs.
- NICs support different network speeds:
Physical Media Access Control (MAC) Address
Every NIC has a unique identifier called a MAC address.
What is a MAC Address?
- MAC stands for Media Access Control.
- It is a unique 48-bit identifier assigned to a NIC by the manufacturer.
- Written in hexadecimal format (example:
00:1A:2B:3C:4D:5E).
Key Points about MAC Addresses
- Uniqueness:
- No two NICs in the world have the same MAC address. This ensures devices can be uniquely identified on a network.
- Format:
- First 24 bits: Manufacturer ID (Organizationally Unique Identifier, OUI).
- Last 24 bits: Device-specific serial number.
- Function in Networking:
- Used by network devices (switches, routers) to deliver data packets to the correct device on a local network.
- Example: When a server sends a packet to a specific computer in the office, it uses the computer’s MAC address to ensure the packet reaches the correct NIC.
- Static vs Dynamic:
- MAC addresses are usually permanent and hard-coded in hardware.
- Some operating systems allow MAC spoofing, which temporarily changes the MAC address.
How NICs and MAC Addresses Work Together
- A NIC connects your device to a network.
- Each NIC has a unique MAC address.
- Network devices use the MAC address to send data directly to your device, even if multiple devices share the same network.
Example in IT environment:
- A network switch looks at the MAC address of every connected NIC to build a MAC table, so it knows which device is connected to which port.
- A DHCP server can assign IP addresses based on MAC addresses, ensuring that devices get the correct network configuration.
CompTIA A+ Exam Tips
- Know that NIC = network connection hardware.
- Know that MAC address = unique hardware identifier for NICs.
- Be able to differentiate between wired and wireless NICs.
- Understand how MAC addresses are used for network communication and identification.
- Remember: MAC addresses operate at Layer 2 (Data Link layer) of the OSI model.
✅ Summary Table
| Term | Definition | Key Fact |
|---|---|---|
| NIC | Hardware device to connect a device to a network | Can be wired or wireless |
| MAC Address | Unique identifier for a NIC | 48-bit, hexadecimal, permanent |
| Purpose of MAC | Identify devices and deliver packets correctly | Used in switches, routers, DHCP |
