Network interface card (NIC)

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

  1. 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).
  2. 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).
  3. 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.
  4. 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.

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

  1. Uniqueness:
    • No two NICs in the world have the same MAC address. This ensures devices can be uniquely identified on a network.
  2. Format:
    • First 24 bits: Manufacturer ID (Organizationally Unique Identifier, OUI).
    • Last 24 bits: Device-specific serial number.
  3. 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.
  4. 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

  1. A NIC connects your device to a network.
  2. Each NIC has a unique MAC address.
  3. 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

TermDefinitionKey Fact
NICHardware device to connect a device to a networkCan be wired or wireless
MAC AddressUnique identifier for a NIC48-bit, hexadecimal, permanent
Purpose of MACIdentify devices and deliver packets correctlyUsed in switches, routers, DHCP
Buy Me a Coffee