Ch. 1 — Data Representation
1.1 Number Systems 1.2 Text, Sound & Images 1.3 Data Storage & Compression
Ch. 2 — Data Transmission
2.1 Data Transmission 2.2 Error Checking 2.3 Encryption
Ch. 3 — Hardware
3.1 Computer Architecture 3.2 Input & Output Devices 3.3 Data Storage 3.4 Network Hardware
Ch. 4 — Software
4.1 Types of Software & Interrupts 4.2 Programming Languages & IDE
Ch. 5 — The Internet
5.1 Internet & World Wide Web 5.2 Digital Currency 5.3 Cyber Security
Ch. 6 — Emerging Tech
6.1 Automated Systems 6.2 Robotics 6.3 Artificial Intelligence
// All Chapters
Chapter 1
Chapter 2
Chapter 3
Chapter 4
Chapter 5
Chapter 6
Home/ Paper 1/ 3.4 Network Hardware
3.4

3.4 Network Hardware

Network interface cards, routers, IP addressing and MAC addresses.

What is a NIC?

  • A component that enables a computer to connect to a network
  • It is assigned a MAC address at the point of manufacture

What is a Router?

  • A device that forwards packets to their correct destinations in a network

What is the role of a router?

  • Receives packets from devices
  • Finds the destination of packets using the IP address
  • Forwards packets to the correct destination
  • Assigns private IP addresses to devices on LAN
  • Finds the most efficient path to destination
  • Maintains a table of MAC and IP addresses
  • Can connect a LAN to an external network eg. internet
  • Provides the LAN with a public IP address

MAC Address

  • Made up of 48 bits
  • Shown as 6 groups of two hexadecimal digits
  • First half represents Manufacturer
  • Second half represents Serial number
  • Uniquely identifies a device on the network
  • eg. 11:11:11:11:11:11
  • MEDIA ACCESS CONTROL (only use if not referred to by the question!)

IP Address

  • Consists of values between 0–255 / 0–FFF
  • Values are separated by full stops/colons
  • It is a unique address
  • Can be static or dynamic
  • Can be public or private
  • Can be IPv4 / have four groups of digits
  • Can be IPv6 / have eight groups of digits
  • In IPv6 :: can replace groups of zeros

Static vs Dynamic IP

Static IP

  • When a computer disconnects and rejoins a network
  • …the address does not change
  • Address is assigned by the server/ISP
  • A static public IP address is used primarily for hosting web pages or services on the internet

Dynamic IP

  • Each time the computer rejoins a network
  • …the address changes
  • Address is assigned by the network OS
  • A dynamic public IP address is chosen from a pool of available addresses