1. Network hardware
IGCSE Computer Science (0478)
  • Chapter 6: Automated & Emerging Technologies
  • Data Representation
    • Introduction
    • Why computers use binary (how binary represents data)
    • Number system
      • Introduction
      • Number Conversions
      • Addition of Binary Numbers
      • Logical binary shifts (positive 8-bit integers)
      • Two’s Complement (Signed: Positive and Negative Numbers)
      • Use of the Hexadecimal System
    • Text, Sound and Image
      • Text, Sound and Images
      • File Types
    • Data storage and File compression
      • Measurement of the Size of Computer Memories
      • Lossless and Lossy File Compression
  • Hardware
    • Computer Architecture
      • The CPU & Microprocessors
      • Von Neumann Architecture
      • Fetch-Decode-Execute Cycle (FDE)
      • Characteristics of the CPU
      • CPU Instruction Sets
      • Embedded Systems
    • Input/output devices
      • Input devices
      • Output devices
      • Sensors
    • Data Storage
      • What is Primary Storage?
      • What is Secondary Storage?
      • What is Virtual Memory?
      • What is cloud storage?
    • Network hardware
      • What is a Network Interface Card(NIC)?
      • MAC Addresses & IP Addresses
      • What is a Router?
  1. Network hardware

What is a Network Interface Card(NIC)?

A Network Interface Card (NIC) is a hardware component that allows a
computer or device to connect to a network and communicate with other
devices.
NIC = A hardware component that enables a device to send and receive
data over a network, either by cable (wired) or wirelessly.
Also called a network adapter or network card.
Every device that connects to a network must have a NIC.
The NIC handles the conversion of data between the computer and the network.
Modern NICs are usually built directly into the motherboard.

2. Types of NIC#


🔌 Wired NIC (Ethernet NIC)#

Connects the device to a network using an Ethernet cable (RJ45 connector).
Provides a stable, fast, and secure connection.
The cable plugs into the RJ45 port on the NIC.
Common in desktop computers, servers, and gaming setups.

📶 Wireless NIC (Wi-Fi NIC)#

Connects the device to a network using radio waves (Wi-Fi).
No physical cable required.
Communicates with a wireless access point or router.
Built into virtually all laptops, smartphones, and tablets.
External wireless NICs are available as USB dongles.

3. What Does a NIC Do?#

A NIC performs several important functions to enable network communication:

Key Functions of a NIC#

FunctionDescription
Data conversionConverts digital data from the computer into signals for the network
MAC addressingEach NIC has a unique MAC address to identify it on a network
Data transmissionSends data packets onto the network medium
Data receptionReceives incoming data packets from the network
Error checkingChecks received data for errors during transmission
Speed controlManages the speed of data transfer (e.g. 100 Mbps, 1 Gbps)

4. The MAC Address#

Every NIC has a unique identifier called a MAC address
(Media Access Control address).
MAC Address = A unique 48-bit hardware address permanently assigned
to a NIC by its manufacturer.
Written as 6 pairs of hexadecimal digits, separated by colons or hyphens.
Example: A3:B2:C1:D4:E5:F6
The first 3 pairs identify the manufacturer.
The last 3 pairs identify the specific device.
MAC addresses operate at the data link layer of a network.
Used to identify devices within a local network (LAN).

MAC Address vs IP Address#

FeatureMAC AddressIP Address
What it identifiesThe physical NIC hardwareThe device on a network
Assigned byManufacturer (permanent)Network / Router (can change)
Changes?❌ No — fixed at manufacture✅ Yes — can be dynamic
Used onLocal network (LAN)Local and wide area networks
Format48-bit hexadecimal32-bit (IPv4) or 128-bit (IPv6)
ExampleA3:B2:C1:D4:E5:F6192.168.1.1

5. How a NIC Sends and Receives Data#

Sending Data#

Receiving Data#


6. NIC Speeds#

NICs operate at different speeds depending on the type and standard:
NIC TypeSpeed
Fast Ethernet NIC100 Mbps
Gigabit Ethernet NIC1 Gbps (1000 Mbps)
10 Gigabit NIC10 Gbps
Wireless (Wi-Fi 5)Up to 3.5 Gbps (theoretical)
Wireless (Wi-Fi 6)Up to 9.6 Gbps (theoretical)
Mbps = Megabits per second  |  Gbps = Gigabits per second

7. Wired NIC vs Wireless NIC — Comparison#

FeatureWired NICWireless NIC
Connection mediumEthernet cableRadio waves
SpeedFaster and more consistentSlower, affected by interference
ReliabilityVery reliable — no interferenceSubject to signal interference
SecurityMore secure — physical access neededLess secure — signal can be intercepted
PortabilityLimited — cable restricts movementFull freedom of movement
SetupRequires cable infrastructureEasier — no cables needed
Typical useDesktops, servers, gamingLaptops, phones, tablets

8. Where is the NIC Found?#

Most modern laptops and desktops: NIC is integrated directly onto the motherboard.
Older or specialised desktops: A separate NIC expansion card is inserted into a PCIe slot.
Adding wireless to a desktop: A USB wireless NIC dongle can be plugged in.
Smartphones/tablets: NIC functionality is part of the System-on-Chip (SoC).

9. NIC in the Context of a Network#

Every device on the network has its own NIC with its own MAC address.
The switch uses MAC addresses to direct data to the correct device.
The router connects the local network to the internet.

10. Key Vocabulary#

TermDefinition
NICNetwork Interface Card — hardware that connects a device to a network
MAC AddressA unique 48-bit hardware address permanently assigned to a NIC
EthernetA standard for wired network communication using cables
RJ45The connector type used for Ethernet cables
Wi-FiWireless network communication using radio waves
PacketA small unit of data transmitted across a network
Data Link LayerThe network layer where MAC addresses operate
Network AdapterAnother name for a NIC
USB DongleA small external wireless NIC plugged into a USB port
BandwidthThe maximum rate of data transfer across a network connection

11. Exam Tips ✅#

A NIC is required for every device that connects to a network —
without it, no network communication is possible.
Know the difference between a MAC address (hardware, permanent,
set by manufacturer) and an IP address (logical, can change,
assigned by network).
A MAC address is written in hexadecimal — be prepared to
recognise this format in exam questions.
Know the difference between wired (Ethernet) and wireless (Wi-Fi)
NICs — their advantages and disadvantages are commonly tested.
The switch uses MAC addresses to direct traffic —
this links the NIC topic to network hardware topics.
Modern NICs are almost always integrated into the motherboard —
separate expansion cards are less common but still exist.
A common exam question: "What is the purpose of a NIC?"
→ To connect a device to a network and enable it to send and receive data.

Cambridge (CIE) IGCSE Computer Science — 0478 / 0984
Modified at 2026-04-03 10:02:55
Previous
What is cloud storage?
Next
MAC Addresses & IP Addresses
Built with