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:

Key Concept: Network Hardware Network hardware refers to the physical devices that enable computers and other devices to communicate over a network. Each device has a distinct purpose: NICs connect individual devices, switches connect devices within a LAN, routers connect different networks together, and WAPs provide wireless access. Without these devices, no network communication would be possible.

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

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.

Key Concept: NIC A Network Interface Card is the hardware that connects a device to a network. It converts data into signals for transmission and has a unique MAC address. Wired NICs use an RJ45 Ethernet port; wireless NICs use a Wi-Fi antenna and radio waves. Every networked device must have at least one NIC.
Common Mistake: Students sometimes confuse MAC addresses with IP addresses. A MAC address is a permanent, hardware-based address burned into the NIC — it identifies the device on a local network and does not change. An IP address is a logical address assigned by software (often by a router using DHCP) — it can change and is used to identify a device across different networks (including the internet). Both are needed for network communication, but they serve different purposes.

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:

  1. The switch reads the destination MAC address in the data frame.
  2. It looks up this MAC address in its MAC address table.
  3. It forwards the data only out of the port where the destination device is connected.
  4. 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

Key Concept: Switch A switch connects devices within a LAN and uses MAC addresses to forward data only to the intended device. It maintains a MAC address table, supports full-duplex communication, and eliminates collisions. Switches have almost entirely replaced hubs in modern networks because they are faster, more efficient, and more secure.

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

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.

Exam Warning: Switch vs Hub This is a very common exam question. Always be clear about the difference: a switch uses MAC addresses to send data only to the intended device (intelligent forwarding, full-duplex, no collisions). A hub broadcasts data to all devices (no intelligence, half-duplex, causes collisions). If the question asks about connecting devices in a LAN, the answer is almost always a switch, not a hub.

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:

  1. Receives an incoming packet of data.
  2. Reads the destination IP address in the packet header.
  3. Consults its routing table to determine the best path to forward the packet towards its destination.
  4. Forwards the packet to the next router or network along the route.

Key Functions of a Router

Key Concept: Router A router connects different networks together (e.g. your LAN to the internet). It uses IP addresses and routing tables to direct packets along the best path. It also typically provides DHCP (automatic IP address assignment), NAT (sharing one public IP), and firewall protection. The router is the “gateway” between your local network and the internet.
Exam Tip: Switch vs Router Students often confuse switches and routers. Remember: a switch connects devices within the same network (LAN) using MAC addresses. A router connects different networks together using IP addresses. A switch works at the data link layer; a router works at the network layer. Both are essential, but they do very different jobs.

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

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.

Key Concept: WAP A Wireless Access Point converts a wired network signal into a wireless (Wi-Fi) signal using radio waves. It has an SSID (network name), supports WPA2/WPA3 encryption, and typically has a range of 30–50 metres indoors. A WAP allows wireless devices to join a wired LAN without needing a cable.

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.

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.

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.

Transmission Media Comparison

FeatureCopper (Ethernet)Fibre OpticWireless
SpeedUp to 10 Gbps (Cat6)Very high (100+ Gbps)Moderate (varies by standard)
DistanceUp to 100mMany kilometres30–50m indoors
CostLowHighNo cable cost; WAP needed
InterferenceSusceptible to EMINot affectedSusceptible to interference
Physical mediumCopper wire (electrical signals)Glass/plastic (light pulses)Air (radio waves)
SecurityRelatively secure (physical access needed)Very secure (hard to tap)Less secure (signals travel through air)
Typical useLAN connections within buildingsBackbone, between buildings, broadbandMobile devices, convenience
Exam Tip: Choosing Transmission Media If an exam question asks you to recommend a transmission medium, consider the scenario: need long distance and high speed? Fibre optic. Need to connect devices cheaply within one room? Copper Ethernet. Need mobility or cannot run cables? Wireless. Always justify your answer by referring to the specific advantages and limitations of the medium you choose.

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.

DevicePurposeUses Which AddressesOSI LayerKey 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
Common Mistake: Students sometimes say a router “connects devices in a LAN.” This is wrong — that is a switch’s job. A router connects different networks together. Yes, home “routers” often include a built-in switch and WAP, but the routing function specifically refers to directing traffic between separate networks using IP addresses.
Exam Tip: Address Types A quick way to remember: Switches use MAC addresses (layer 2, within a LAN). Routers use IP addresses (layer 3, between networks). Hubs use no addresses (layer 1, they just blindly copy signals). If an exam question asks which address a device uses, this distinction will earn you marks.

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.

Score: 0 / 0

Exercise 2: Hardware Features Matcher

Read the feature or fact below and pick which network hardware device it belongs to.

Score: 0 / 0

Exercise 3: Transmission Media Picker

Read the scenario below and choose the most suitable transmission medium.

Score: 0 / 0

Practice Questions

Click on each question to reveal the answer. Try to answer in your head or on paper first before checking!

Q1: What is a Network Interface Card (NIC) and why is it needed?

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.

Q2: Explain how a switch uses MAC addresses to forward data. Why is this more efficient than a hub?

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.

Q3: State three functions of a router, other than routing packets.

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.

Q4: A school wants to allow students to use their own devices (BYOD) on the school network. Explain the role of a WAP in this scenario.

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.

Q5: Compare copper Ethernet cable and fibre optic cable. Give two advantages of each.

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.

Q6: Explain the difference between a switch and a router. State what type of address each uses and what each device connects.

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).

Q7: A business has a desktop PC connected by Ethernet cable to a switch, which is connected to a router, which is connected to the internet. Describe the role of each piece of hardware in sending an email from this PC to a recipient on another network.

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.

Q8: Explain why a hub is considered a security risk compared to a switch. [4 marks]

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.

TermDefinition
NIC (Network Interface Card)Hardware component that enables a device to connect to a network; converts data into transmittable signals
MAC addressA unique 48-bit hardware address permanently assigned to a NIC during manufacturing (e.g. 3A:1B:7C:4D:9E:2F)
RJ45The standard connector used on Ethernet (copper) network cables, plugging into a wired NIC
SwitchA LAN device that uses MAC addresses and a MAC address table to forward data only to the intended recipient
MAC address tableA table maintained by a switch mapping each port to the MAC address of the device connected to that port
Intelligent forwardingThe ability of a switch to read the destination MAC address and send data only to the correct port
Full-duplexCommunication mode where data can be sent and received simultaneously (used by switches)
Half-duplexCommunication mode where data can only be sent OR received at any one time, not both (used by hubs)
HubAn obsolete LAN device that broadcasts all received data to every connected port with no intelligence
CollisionWhen two devices transmit data simultaneously on a shared medium, corrupting both transmissions
RouterA device that connects different networks together, using IP addresses and routing tables to direct packets
Routing tableA table maintained by a router containing information about available network paths for forwarding packets
DHCPDynamic Host Configuration Protocol — automatically assigns IP addresses to devices on a network
NATNetwork Address Translation — allows multiple private IP addresses to share one public IP address
Default gatewayThe 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
SSIDService Set Identifier — the broadcast name of a wireless network that devices see when scanning
WPA2 / WPA3Wi-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 cableCable 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

Exam Tip: Know Each Device’s Purpose Be absolutely clear about what each device does: NIC connects a single device. Switch connects devices within a LAN. Router connects different networks. WAP provides wireless access. Hub broadcasts everything (obsolete). If asked to describe network hardware, state the purpose, the type of address it uses, and one key feature.
Exam Tip: Switch vs Hub is a Favourite Question Examiners love asking students to compare switches and hubs. Remember the key differences: switch = intelligent forwarding, MAC address table, full-duplex, no collisions. Hub = broadcasts all data, no address table, half-duplex, causes collisions. Always mention at least two differences and explain why one is better than the other.
Exam Tip: Switch vs Router — Know the Difference Another very common question. Switch = within a LAN, uses MAC addresses, Layer 2. Router = between networks, uses IP addresses, Layer 3. Do not say a switch “connects to the internet” (that is a router). Do not say a router “connects devices in a LAN” (that is a switch). Getting this wrong is a common cause of lost marks.
Exam Tip: Transmission Media Questions When asked to recommend a transmission medium for a scenario, always consider: (1) What distance is involved? If over 100m, copper will not work. (2) Is there interference nearby? If so, choose fibre optic. (3) Do users need mobility? If so, choose wireless. (4) What is the budget? Copper is cheapest. Always justify your choice by linking to the scenario.
Exam Tip: The “Home Router” Trap Home “routers” are actually combination devices that include a router, switch, WAP, and DHCP server in one box. In an exam, do not describe them as one device — treat each function separately. If asked “what hardware connects a home LAN to the internet?” the answer is a router. If asked “what provides Wi-Fi?” the answer is a WAP.

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:

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.

Final Thought Every piece of network hardware has a specific, well-defined role. NICs connect devices. Switches connect devices within a LAN. Routers connect networks. WAPs provide wireless access. Understanding what each device does — and just as importantly, what it does not do — is the foundation of networking knowledge. Master these devices and you will have a solid understanding of how data flows from your fingertips to anywhere in the world.