A Network Interface Card (NIC) is a hardware component that connects a computer to a network. Every NIC has a unique MAC address (48-bit, burned-in at manufacture) used to identify it on a local network. NICs can be wired (Ethernet) or wireless (Wi-Fi).
A hub is a basic networking device that connects multiple devices in a LAN. When it receives data, it broadcasts it to all ports — every connected device receives the frame, even if it isn't the intended recipient. Hubs operate at the Physical layer (Layer 1) of the TCP/IP model's Network Access layer and have no intelligence.
A switch connects multiple devices in a LAN and is smarter than a hub. It maintains a MAC address table that maps MAC addresses to physical ports. When a frame arrives, the switch reads the destination MAC address and forwards it only to the correct port.
A router connects two or more networks (e.g. a LAN to the internet). It uses IP addresses to determine the best path for data packets to reach their destination, consulting a routing table.
A Wireless Access Point (WAP) allows wireless devices to connect to a wired network using Wi-Fi. It transmits and receives radio signals (2.4 GHz or 5 GHz) and bridges wireless devices to the wired LAN.
A modem (MOdulator-DEModulator) converts digital signals from a computer into analogue signals for transmission over a telephone line, and converts received analogue signals back into digital. Used to connect to a WAN/internet via DSL or cable.
A bridge connects two network segments and uses MAC addresses to filter traffic — only forwarding frames to the segment where the destination device is located. Reduces unnecessary traffic between segments. Operates at Data Link layer (Layer 2).
A repeater regenerates and amplifies a signal to extend the range of a network. It operates at the Physical layer (Layer 1) — it does not read addresses, it simply boosts the signal.
| Device | Layer (TCP/IP) | Addresses used | Key function |
|---|---|---|---|
| Hub | Network Access (Physical) | None | Broadcasts to all ports |
| Switch | Network Access (Data Link) | MAC address | Forwards to correct port only |
| Router | Internet (Network) | IP address | Routes between networks |
| WAP | Network Access (Physical/Data Link) | MAC, SSID | Wi-Fi access to wired LAN |
| Bridge | Network Access (Data Link) | MAC address | Connects/filters two segments |
| Repeater | Network Access (Physical) | None | Boosts signal, extends range |
| Modem | Network Access (Physical) | None | Converts digital ↔ analogue |
8 questions · instantly marked · Cambridge 9618 standard
| Term | Definition |
|---|
10 questions · 10 marks · 10 minutes