Why Does Network Hardware Matter?
Every time you load a webpage, send a message, or stream a video, your data passes through several pieces of specialised hardware. Without these devices, there would be no network — just isolated computers sitting on desks. Network hardware provides the physical infrastructure that makes digital communication possible.
Each device in a network has a specific role. Some connect individual devices to the network. Some connect devices to each other within a building. Some connect entire networks to the wider internet. Understanding what each device does, how it works, and where it fits in the network is essential for GCSE Computer Science.
In this topic you will learn about:
- Network Interface Cards (NICs) — the component inside your device that connects it to the network
- Switches — intelligent devices that connect computers within a LAN
- Hubs — older, simpler devices that have been replaced by switches
- Routers — the gateway between your local network and the internet
- Wireless Access Points (WAPs) — devices that provide Wi-Fi connectivity
- Transmission media — copper cable, fibre optic, and wireless
Network Interface Card (NIC)
A Network Interface Card (NIC) is a hardware component that allows a device to connect to a network. Every device that communicates on a network — laptops, desktops, servers, printers, smart TVs — must have a NIC. Without one, the device simply cannot send or receive data across a network.
The NIC sits between the device and the network. It takes the digital data from the computer and converts it into signals that can be transmitted over the network medium (electrical signals for copper cables, light pulses for fibre optic, or radio waves for wireless). It also receives incoming signals from the network and converts them back into digital data that the computer can process.
Types of NIC
- Wired NIC (Ethernet NIC): Connects to the network using a physical cable. The connection port is typically an RJ45 socket, which accepts a standard Ethernet cable (such as Cat5e or Cat6). Wired NICs provide fast, stable, and reliable connections. They are commonly found on the back of desktop computers and on docking stations for laptops.
- Wireless NIC (Wi-Fi NIC): Connects to the network using radio waves instead of a cable. It includes a small Wi-Fi antenna (often internal) that communicates with a wireless access point or router. Wireless NICs are built into virtually all modern laptops, tablets, and smartphones. They provide convenience and mobility but can be affected by interference and distance from the access point.
MAC Address
Every NIC has a unique MAC (Media Access Control) address burned into it during manufacturing. This is a 48-bit address, typically written as six pairs of hexadecimal digits separated by colons, such as 3A:1B:7C:4D:9E:2F. The MAC address uniquely identifies the NIC (and therefore the device) on a local network. Switches use MAC addresses to direct data to the correct device.
Most modern devices have NICs built into the motherboard. Laptops typically have both a wireless NIC (for Wi-Fi) and sometimes a wired Ethernet port. Older devices or specialist equipment may use an add-in NIC card that slots into the motherboard.
Switch
A switch is a network device that connects multiple devices within a Local Area Network (LAN). It is one of the most important pieces of hardware in any modern network. When a device sends data, the switch receives it and forwards it only to the intended recipient — not to every device on the network. This is called intelligent forwarding.
How a Switch Works
A switch operates using MAC addresses. It maintains a MAC address table (also called a CAM table) that maps each port on the switch to the MAC address of the device connected to that port. When data arrives at the switch:
- The switch reads the destination MAC address in the data frame.
- It looks up this MAC address in its MAC address table.
- It forwards the data only out of the port where the destination device is connected.
- No other device on the network sees this data.
If the switch does not yet know which port the destination device is on (for example, when the network first starts up), it will temporarily broadcast the data to all ports. Once the destination device responds, the switch learns its MAC address and port, and adds this to its table for future use.
Key Features of a Switch
- Intelligent forwarding: Data is sent only to the intended device, not broadcast to all.
- MAC address table: The switch learns and stores which device is on which port.
- Full-duplex communication: Devices can send and receive data simultaneously, doubling effective bandwidth.
- No collisions: Because each port has its own dedicated link, data collisions are eliminated.
- Better security: Data is not visible to devices other than the intended recipient.
- Faster and more efficient: Much better performance than a hub, especially as the number of devices grows.
Hub (for Comparison)
A hub is an older, simpler network device that also connects multiple devices within a LAN. However, unlike a switch, a hub is a “dumb” device — it has no intelligence about where data should go. When a hub receives data from one device, it broadcasts that data to ALL connected devices, regardless of which device the data is actually intended for. Every device receives every piece of data, and only the intended recipient processes it; all other devices must ignore it.
Problems with Hubs
- Broadcasting wastes bandwidth: Data is sent to every device even if only one device needs it. This floods the network with unnecessary traffic.
- Half-duplex only: Devices can either send OR receive data at any given moment, but not both at the same time. This halves the effective bandwidth compared to a switch.
- Collisions: Because all devices share the same bandwidth, two devices transmitting at the same time cause a data collision. Collisions corrupt the data, and both devices must wait and retransmit, slowing the network down.
- Security risk: Because all data is broadcast to all devices, any device can potentially intercept data not intended for it.
- No MAC address table: A hub does not learn or store any information about which device is connected to which port. It treats all ports the same.
Hubs have been largely replaced by switches in modern networks. Switches are now inexpensive and provide vastly better performance, security, and efficiency. You are unlikely to encounter a hub in a modern network, but you must understand the comparison for your GCSE exam.
Router
A router is the device that connects different networks together. Most commonly, a router connects your Local Area Network (LAN) at home or school to the internet (a Wide Area Network). It is the gateway between your local network and the outside world.
While a switch connects devices within a single network, a router connects separate networks and directs data between them. This is a fundamental distinction.
How a Router Works
A router operates using IP addresses (not MAC addresses like a switch). When data needs to travel between networks, the router:
- Receives an incoming packet of data.
- Reads the destination IP address in the packet header.
- Consults its routing table to determine the best path to forward the packet towards its destination.
- Forwards the packet to the next router or network along the route.
Key Functions of a Router
- Routing packets between networks: The primary function — directing data from one network to another based on IP addresses.
- Maintaining routing tables: The router stores information about available network paths, which it uses to make forwarding decisions. Routing tables can be updated dynamically as network conditions change.
- Assigning IP addresses (DHCP): Most home and office routers include a built-in DHCP server (Dynamic Host Configuration Protocol) that automatically assigns IP addresses to devices when they connect to the network.
- Network Address Translation (NAT): The router translates between the private IP addresses used inside your LAN and the single public IP address used on the internet. This allows many devices to share one public IP address and also hides internal devices from the internet for security.
- Built-in firewall: Many routers include a basic firewall that filters incoming and outgoing traffic, blocking potentially dangerous connections and protecting the local network from external threats.
- Gateway function: The router acts as the default gateway for all devices on the LAN. When a device wants to communicate with something outside the local network, it sends data to the router, which handles the onward delivery.
Wireless Access Point (WAP)
A Wireless Access Point (WAP) is a device that provides wireless connectivity to a wired network. It acts as a bridge between wired and wireless devices, converting the wired Ethernet signal into a Wi-Fi (wireless) signal using radio waves. This allows devices like laptops, tablets, and smartphones to connect to the network without needing a physical cable.
How a WAP Works
A WAP is typically connected to a switch or router by an Ethernet cable. It receives data from the wired network and transmits it wirelessly to nearby devices. It also receives wireless transmissions from devices and forwards them onto the wired network. In this way, wireless devices become part of the same LAN as the wired devices.
Key Features of a WAP
- SSID (Service Set Identifier): The WAP broadcasts a network name (SSID) that devices can see when scanning for available Wi-Fi networks. Users select the SSID to connect.
- Encryption: Modern WAPs support WPA2 and WPA3 encryption standards, which protect wireless data from being intercepted by encrypting all transmissions between the device and the WAP.
- Range: A typical WAP has an indoor range of approximately 30 to 50 metres, though this varies depending on walls, interference, and the specific equipment. Multiple WAPs can be deployed to cover larger areas.
- Radio waves: WAPs use radio frequencies (typically 2.4 GHz and/or 5 GHz bands) to communicate wirelessly with devices.
- Multiple connections: A single WAP can support many wireless devices simultaneously, though performance may decrease as more devices connect.
Note: Many home “routers” are actually combination devices that include a router, switch, WAP, and DHCP server all in one box. In an exam, treat these as separate concepts — a WAP specifically provides the wireless connectivity component.
Transmission Media
Network data must travel from one device to another, and it needs a medium (a physical channel) to do so. The three main types of transmission media are copper cable, fibre optic cable, and wireless. Each has distinct characteristics that make it suitable for different situations.
Copper Cable (Ethernet / Cat5e / Cat6)
Copper Ethernet cable is the most common type of wired network cabling. The standard varieties used in modern networks are Cat5e (Category 5 enhanced) and Cat6 (Category 6). These cables contain twisted pairs of copper wires that carry electrical signals representing data.
- Cost: Relatively cheap — the most affordable cabling option
- Speed: Cat5e supports up to 1 Gbps; Cat6 supports up to 10 Gbps over short distances
- Maximum distance: Approximately 100 metres before the signal degrades too much (attenuation)
- Interference: Susceptible to electromagnetic interference (EMI) from nearby electrical equipment, which can corrupt data
- Connector: Uses the RJ45 connector
- Use case: Standard LAN cabling in offices, schools, and homes
Fibre Optic Cable
Fibre optic cable transmits data as pulses of light through thin strands of glass or plastic. It is the fastest and most reliable transmission medium available.
- Cost: Expensive — both the cable and the specialist connectors/equipment cost more than copper
- Speed: Extremely fast — can carry data at speeds of tens or even hundreds of Gbps
- Maximum distance: Can transmit data over very long distances (kilometres) without significant signal loss
- Interference: Not susceptible to electromagnetic interference because it uses light, not electrical signals
- Use case: Internet backbone connections, connections between buildings, high-speed data centres, broadband connections to homes (FTTP — Fibre to the Premises)
Wireless (Wi-Fi / Radio Waves)
Wireless transmission uses radio waves to send data through the air. No physical cable is needed between the device and the access point.
- Cost: No cabling costs, but WAP hardware is needed
- Speed: Generally slower than wired connections, though modern Wi-Fi standards (Wi-Fi 6) are closing the gap
- Range: Limited range — typically 30–50 metres indoors, reduced by walls and obstacles
- Interference: Susceptible to interference from other wireless devices, microwaves, walls, and physical obstacles
- Convenience: Very convenient — no cables, full mobility for users
- Security: Data transmitted through the air can potentially be intercepted, making encryption (WPA2/WPA3) essential
- Use case: Mobile devices, areas where cabling is impractical, home and public Wi-Fi networks
Transmission Media Comparison
| Feature | Copper (Ethernet) | Fibre Optic | Wireless |
|---|---|---|---|
| Speed | Up to 10 Gbps (Cat6) | Very high (100+ Gbps) | Moderate (varies by standard) |
| Distance | Up to 100m | Many kilometres | 30–50m indoors |
| Cost | Low | High | No cable cost; WAP needed |
| Interference | Susceptible to EMI | Not affected | Susceptible to interference |
| Physical medium | Copper wire (electrical signals) | Glass/plastic (light pulses) | Air (radio waves) |
| Security | Relatively secure (physical access needed) | Very secure (hard to tap) | Less secure (signals travel through air) |
| Typical use | LAN connections within buildings | Backbone, between buildings, broadband | Mobile devices, convenience |
Network Hardware Comparison
This table provides a side-by-side comparison of all the key network hardware devices. It is an excellent revision tool for the exam.
| Device | Purpose | Uses Which Addresses | OSI Layer | Key Feature |
|---|---|---|---|---|
| NIC | Connects a single device to a network | Has a unique MAC address | Layer 2 (Data Link) | Converts data into transmittable signals; every networked device needs one |
| Switch | Connects devices within a LAN | MAC addresses | Layer 2 (Data Link) | Intelligent forwarding — sends data only to intended device |
| Hub | Connects devices within a LAN (obsolete) | None (broadcasts blindly) | Layer 1 (Physical) | Broadcasts to all devices; no intelligence; causes collisions |
| Router | Connects different networks together | IP addresses | Layer 3 (Network) | Routes packets between networks; provides DHCP, NAT, firewall |
| WAP | Provides wireless access to a wired network | MAC addresses (for connected devices) | Layer 2 (Data Link) | Converts wired signal to Wi-Fi using radio waves; has SSID |
Test Your Knowledge
Try these interactive exercises to check your understanding of network hardware. Read each question carefully and select the correct answer.
Exercise 1: Name That Device
Read the description or scenario below and pick the correct network hardware device.
Exercise 2: Hardware Features Matcher
Read the feature or fact below and pick which network hardware device it belongs to.
Exercise 3: Transmission Media Picker
Read the scenario below and choose the most suitable transmission medium.
Practice Questions
Click on each question to reveal the answer. Try to answer in your head or on paper first before checking!
Answer: A Network Interface Card (NIC) is a hardware component that allows a device to connect to a network. It is needed because it performs the essential task of converting digital data from the computer into signals that can be transmitted over the network medium — electrical signals for copper cables, light pulses for fibre optic, or radio waves for wireless. Without a NIC, a device has no way to send or receive data across a network. Every NIC also has a unique MAC address that identifies the device on the local network. NICs come in wired (Ethernet, RJ45) and wireless (Wi-Fi) versions, and are built into most modern devices.
Answer: A switch maintains a MAC address table that records which MAC address is associated with which physical port. When a data frame arrives, the switch reads the destination MAC address and looks it up in its table. It then forwards the frame only out of the port where the destination device is connected. This is called intelligent forwarding.
This is more efficient than a hub because a hub has no MAC address table and simply broadcasts all data to every connected port. This wastes bandwidth, creates unnecessary network traffic, and causes data collisions when multiple devices transmit simultaneously. A switch eliminates these problems by directing data only where it needs to go, and it supports full-duplex communication (simultaneous sending and receiving), whereas a hub only supports half-duplex.
Answer: Three additional functions of a router are:
(1) DHCP (Dynamic Host Configuration Protocol): The router automatically assigns IP addresses to devices when they connect to the network, so each device gets a unique address without manual configuration.
(2) NAT (Network Address Translation): The router translates between the private IP addresses used on the LAN and the single public IP address used on the internet. This allows many devices to share one public IP address and hides internal devices from the internet.
(3) Firewall: Many routers include a built-in firewall that filters incoming and outgoing traffic, blocking potentially harmful connections and protecting the local network from external threats.
Answer: A Wireless Access Point (WAP) would be essential for the school’s BYOD policy. The WAP connects to the school’s existing wired network via an Ethernet cable and converts the wired signal into a wireless Wi-Fi signal using radio waves. Students’ laptops, tablets, and phones can then connect to the network wirelessly by selecting the WAP’s SSID (network name) and entering a password. The WAP should use WPA2 or WPA3 encryption to protect data and prevent unauthorised access. Multiple WAPs may be needed to cover the entire school, as each has a range of approximately 30–50 metres indoors. This allows students to move freely between classrooms while maintaining network connectivity.
Answer:
Two advantages of copper Ethernet cable: (1) It is significantly cheaper than fibre optic — both the cable itself and the connectors/equipment needed are more affordable, making it cost-effective for standard LAN installations. (2) It is easier to install and terminate — standard RJ45 connectors can be crimped onto Cat5e/Cat6 cables without specialist tools, and many IT technicians are trained to work with copper cabling.
Two advantages of fibre optic cable: (1) It is much faster and can carry data at speeds of hundreds of Gbps, far exceeding copper’s maximum capabilities. (2) It is not susceptible to electromagnetic interference because it uses light rather than electrical signals, making it ideal for environments with heavy electrical equipment and for long-distance runs where copper would suffer from signal degradation.
Answer: A switch connects devices within the same local area network (LAN). It operates at Layer 2 (Data Link) and uses MAC addresses to forward data frames to the correct device. The switch reads the destination MAC address and uses its MAC address table to determine which port to send the data through.
A router connects different networks together (for example, connecting a LAN to the internet). It operates at Layer 3 (Network) and uses IP addresses to route packets between networks. The router reads the destination IP address and consults its routing table to determine the best path for the packet to reach its destination network.
In summary: a switch is for within a network (MAC addresses, Layer 2); a router is for between networks (IP addresses, Layer 3).
Answer:
NIC (in the PC): The PC’s NIC converts the email data into electrical signals and transmits them along the Ethernet cable towards the switch. The NIC also adds the PC’s MAC address as the source address to the data frame.
Switch: The switch receives the data frame from the PC’s port. It reads the destination MAC address (which will be the router’s MAC address, since the data is leaving the LAN) and forwards the frame only to the port where the router is connected, using its MAC address table.
Router: The router receives the packet and reads the destination IP address of the email recipient. Since the recipient is on another network, the router consults its routing table to determine the best route. It performs NAT to replace the PC’s private IP address with the business’s public IP address, then forwards the packet out to the internet towards the recipient’s network.
Each device has a distinct role: the NIC connects the PC to the network, the switch directs traffic within the LAN, and the router directs traffic between networks.
Answer: A hub is a security risk because it broadcasts all received data to every connected device on the network (1 mark). This means that any device connected to the hub can see all the data being transmitted, even data that was intended for a different device (1 mark). A malicious user could use packet-sniffing software to intercept sensitive information such as passwords, emails, or financial data passing through the hub (1 mark). In contrast, a switch forwards data only to the intended recipient using its MAC address table, so other devices on the network never see the data. This makes it much harder for an attacker to intercept data on a switched network (1 mark).
Key Vocabulary
This table summarises the essential terms for this topic. Use it for revision and to check your understanding.
| Term | Definition |
|---|---|
| NIC (Network Interface Card) | Hardware component that enables a device to connect to a network; converts data into transmittable signals |
| MAC address | A unique 48-bit hardware address permanently assigned to a NIC during manufacturing (e.g. 3A:1B:7C:4D:9E:2F) |
| RJ45 | The standard connector used on Ethernet (copper) network cables, plugging into a wired NIC |
| Switch | A LAN device that uses MAC addresses and a MAC address table to forward data only to the intended recipient |
| MAC address table | A table maintained by a switch mapping each port to the MAC address of the device connected to that port |
| Intelligent forwarding | The ability of a switch to read the destination MAC address and send data only to the correct port |
| Full-duplex | Communication mode where data can be sent and received simultaneously (used by switches) |
| Half-duplex | Communication mode where data can only be sent OR received at any one time, not both (used by hubs) |
| Hub | An obsolete LAN device that broadcasts all received data to every connected port with no intelligence |
| Collision | When two devices transmit data simultaneously on a shared medium, corrupting both transmissions |
| Router | A device that connects different networks together, using IP addresses and routing tables to direct packets |
| Routing table | A table maintained by a router containing information about available network paths for forwarding packets |
| DHCP | Dynamic Host Configuration Protocol — automatically assigns IP addresses to devices on a network |
| NAT | Network Address Translation — allows multiple private IP addresses to share one public IP address |
| Default gateway | The router that devices send data to when the destination is outside the local network (usually the router’s IP) |
| WAP (Wireless Access Point) | A device that converts a wired network signal into a Wi-Fi wireless signal using radio waves |
| SSID | Service Set Identifier — the broadcast name of a wireless network that devices see when scanning |
| WPA2 / WPA3 | Wi-Fi encryption standards that protect wireless data from interception |
| Copper cable (Cat5e/Cat6) | Standard Ethernet cabling using twisted copper wires; cheap, up to 100m, susceptible to interference |
| Fibre optic cable | Cable that transmits data as light pulses through glass/plastic; very fast, long distance, immune to EMI |
| EMI (Electromagnetic Interference) | Disruption caused by electromagnetic radiation from nearby electrical equipment, affecting copper and wireless signals |
How to Succeed in the Exam
Video Resources
These Craig 'n' Dave videos cover the internet infrastructure and connected devices relevant to network hardware.
Past Paper Questions
Try these exam-style questions, then click to reveal the mark scheme answer.
Describe the purpose of a switch in a local area network. [2] marks
Mark scheme:
- A switch connects devices within a LAN (1)
- It uses MAC addresses to forward data only to the intended recipient device rather than broadcasting to all devices (1)
Explain the difference between a switch and a router. [2] marks
Mark scheme:
- A switch connects devices within the same network (LAN) using MAC addresses (1)
- A router connects different networks together and forwards data packets between them using IP addresses (1)
Explain the role of a wireless access point (WAP) in a network. [2] marks
Mark scheme:
- A WAP allows wireless/Wi-Fi devices to connect to a wired network (1)
- It acts as a bridge between the wired network infrastructure and wireless devices, transmitting and receiving radio signals (1)
Network Hardware in Your Daily Life
Every time you go online, your data passes through most of the hardware devices covered on this page. Take a moment to think about how they work together in your everyday life:
- Your device’s NIC: Whether you are on a phone, laptop, or tablet, your device’s wireless NIC is constantly communicating with the nearest access point. Its unique MAC address identifies your device on the local network. Without this tiny piece of hardware, your device would be completely disconnected.
- Your home router: This is the gateway between your home and the internet. It assigns your device an IP address (DHCP), translates between your private IP and your public IP (NAT), routes your data packets to the correct destination on the internet, and may even protect you from malicious traffic (firewall). All of this happens invisibly, every time you load a webpage.
- The WAP in your router: The Wi-Fi signal you connect to is provided by a wireless access point (often built into the router). It broadcasts the SSID you see in your Wi-Fi settings and handles WPA2/WPA3 encryption to protect your data as it travels through the air.
- Switches in your school: In the IT rooms, the classroom computers are connected by Ethernet cables to a switch. The switch intelligently directs traffic so that when you access a shared file server, only your data goes to the right place — not to every other computer in the room.
- Fibre optic backbone: When your data leaves your home router, it likely travels along fibre optic cables that connect your neighbourhood to your internet service provider, and from there across the country and the world at the speed of light.
Understanding network hardware is not just exam knowledge — it helps you troubleshoot problems (Is the issue your NIC? The switch? The router? The cable?), make better purchasing decisions (Do you need a new WAP for better Wi-Fi coverage?), and understand the infrastructure that makes our connected world possible.