Unit 3: Hardware 3.4 Verified

Network hardware

5 learning objectives

1. Overview

Network hardware is essential for connecting devices and enabling communication within and between networks. Understanding these components and their functions is crucial for building, managing, and troubleshooting computer networks. This topic covers the fundamental hardware elements, like network interface cards, MAC addresses, IP addresses, and routers, which form the backbone of network communication.

Key Definitions

  • Network Interface Card (NIC): A hardware component that allows a computer to connect to a network.
  • MAC Address: A unique 48-bit hardware address assigned to a NIC by the manufacturer.
  • IP Address: A logical address assigned to a device on a network for communication; used for routing data.
  • Router: A networking device that forwards data packets between different networks.
  • IPv4: A 32-bit IP address format.
  • IPv6: A 128-bit IP address format.
  • DHCP (Dynamic Host Configuration Protocol): A network protocol that automatically assigns IP addresses to devices on a network.
  • NAT (Network Address Translation): A process that translates private IP addresses to public IP addresses, allowing multiple devices on a private network to share a single public IP address.
  • Routing Table: A table stored in a router that contains information about the best paths to reach different networks.

Core Content

  • Network Interface Card (NIC)
    • A computer needs a NIC to access a network.
    • Provides a physical connection to the network, either wired (Ethernet port) or wireless (Wi-Fi adapter).
    • Contains a unique MAC address.
    • Converts data into a format suitable for transmission over the network (e.g., Ethernet frames or Wi-Fi signals).
    • Usually built into the motherboard or can be a separate expansion card.
Network Interface Card (NIC) with Ethernet port for wired connections and WiFi antenna for wireless
NIC: connects computer to network (wired or wireless)
  • Media Access Control (MAC) Address

    • A unique hardware identifier for a NIC.

    • 48-bit address written as 6 pairs of hexadecimal digits (e.g., 00:1A:2B:3C:4D:5E).

    • The first 3 pairs (24 bits) represent the manufacturer ID (Organizationally Unique Identifier - OUI).

    • The last 3 pairs (24 bits) represent a unique device ID assigned by the manufacturer.

    • Permanently assigned (burned in) to the NIC.

    • Used for communication within a local network (LAN).

    • Structure of a MAC Address:

      Segment Length (bits) Description Example
      OUI 24 Manufacturer ID 00:1A:2B
      Unique Device ID 24 Serial number of the NIC 3C:4D:5E
  • Internet Protocol (IP) Address

    • A logical address assigned to a device on a network for communication.
    • Used to route data across networks, including the internet.
    • Can be static (manually configured, fixed) or dynamic (assigned automatically by DHCP).
    • Every device on a network needs a unique IP address to avoid conflicts.
    • Enables devices to find and communicate with each other on a network.
  • Types of IP Addresses: IPv4 and IPv6

    Feature IPv4 IPv6
    Address Length 32 bits 128 bits
    Format Four decimal numbers (0-255) separated by dots Eight groups of four hexadecimal digits separated by colons
    Example 192.168.1.1 2001:0db8:85a3:0000:0000:8a2e:0370:7334
    Number of Addresses Approximately 4.3 billion Approximately 3.4 x 10^38 (340 undecillion)
    Address Exhaustion Running out of addresses Vastly more addresses, designed to replace IPv4
  • Role of a Router in a Network

    • Connects different networks together (e.g., a home network to the internet).
    • Forwards data packets between networks based on IP addresses.
    • Maintains a routing table to determine the best path for data packets to reach their destination.
    • Assigns IP addresses to devices on the network using DHCP.
    • Provides NAT (Network Address Translation), allowing multiple devices on a private network to share a single public IP address when communicating with the internet.
    • Often includes a firewall for network security and a wireless access point for Wi-Fi connectivity.
Router connecting home devices (computer, phone, printer) to the Internet
Router: connects local network to Internet

Exam Focus

  • NIC: Examiners expect you to know its function as the physical interface and its wired/wireless options.
  • MAC Address: Understand the purpose of MAC addresses for local network communication and how they are structured (OUI and unique device ID). Use the correct hexadecimal format.
  • IP Address: Explain the role of IP addresses for routing data across networks. Distinguish between static and dynamic assignment. Understand the basic format of IPv4 and IPv6 addresses.
  • IPv4 vs IPv6: Focus on address length, format (decimal vs hexadecimal), and the reason for the transition (address exhaustion).
  • Router: Describe its primary functions: connecting networks, routing packets, DHCP, and NAT.

Common Mistakes to Avoid

❌ Wrong: A MAC address is the same as an IP address. ✓ Right: A MAC address is a physical address for the NIC, while an IP address is a logical address for network communication. ❌ Wrong: IPv4 addresses are longer than IPv6 addresses. ✓ Right: IPv6 addresses are 128 bits, whereas IPv4 addresses are only 32 bits. ❌ Wrong: Routers are only used for connecting to the internet. ✓ Right: Routers connect different networks together, whether that's a home network to the internet, or two separate local area networks.

Exam Tips

  • When asked to describe the purpose of a component, focus on what it does and why it's important.
  • Use technical terms correctly (e.g., hexadecimal, DHCP, NAT) to demonstrate understanding.
  • Practice writing out examples of MAC addresses and IP addresses to become familiar with their format.
  • If asked to compare IPv4 and IPv6, use a table to clearly highlight the key differences.

Test Your Knowledge

Ready to check what you've learned? Practice with 10 flashcards covering key definitions and concepts from Network hardware.

Study Flashcards