Computer-science_A-level_Cie
-
computers-and-components6 主题
-
logic-gates-and-logic-circuits2 主题
-
central-processing-unit-cpu-architecture6 主题
-
assembly-language-4 主题
-
bit-manipulation1 主题
-
operating-systems3 主题
-
language-translators2 主题
-
data-security3 主题
-
data-integrity1 主题
-
ethics-and-ownership3 主题
-
database-concepts3 主题
-
database-management-systems-dbms-1 主题
-
data-definition-language-ddl-and-data-manipulation-language-dml1 主题
-
computational-thinking-skills1 主题
-
algorithms14 主题
-
data-types-and-records2 主题
-
arrays2 主题
-
files1 主题
-
introduction-to-abstract-data-types-adt1 主题
-
programming-basics1 主题
-
constructs2 主题
-
structured-programming1 主题
-
program-development-life-cycle2 主题
-
program-design-2 主题
-
program-testing-and-maintenance3 主题
-
user-defined-data-types1 主题
-
file-organisation-and-access-3 主题
-
floating-point-numbers-representation-and-manipulation3 主题
-
protocols2 主题
-
circuit-switching-packet-switching1 主题
-
processors-parallel-processing-and-virtual-machines5 主题
-
boolean-algebra-and-logic-circuits4 主题
-
purposes-of-an-operating-system-os3 主题
-
translation-software3 主题
-
encryption-encryption-protocols-and-digital-certificates3 主题
-
artificial-intelligence-ai4 主题
-
recursion1 主题
-
programming-paradigms4 主题
-
object-oriented-programming7 主题
-
file-processing-and-exception-handling2 主题
-
data-representation5 主题
-
multimedia3 主题
-
compression2 主题
-
networks-and-the-internet11 主题
network-hardware
LAN hardware
Hub
-
A hub is a networking device which is used to connect multiple devices in a network
-
Hubs are “dumb” devices that pass on anything received on one connection to all other connections
-
Because all data is sent to all devices, it can lead to network inefficiencies and security issues
-
Hubs allow multiple other devices to be connected to them

-
Hubs are generally much cheaper than switches, but:
-
When a hub receives a data packet, it will broadcast it to every device on the network
-
-
This creates two potential issues:
-
As the information is being broadcast to every device, it will make unnecessary traffic, especially if there are a large number of devices
-
As every device will receive the data packet, security may be a concern
-
Switch
-
A network switch is a networking device that connects devices on a computer network and uses packet switching to receive, process and forward data to the destination device
-
Unlike a hub, a switch only sends data to the device it was intended for, which improves network efficiency

-
This is done by each switch having a lookup table
|
Port |
Mac address |
|---|---|
|
1 |
DF-42-B2-11-4D-E3 |
|
2 |
11-14-F2-1D-C3-C6 |
|
3 |
00-4B-17-7C-A2-C9 |
-
When a switch receives a data packet, it examines the destination MAC address and looks up that address in its lookup table
-
Once it has found the matching MAC address, it will then forward the data packet to the corresponding port

Server
-
A server is a powerful computer that provides services or resources to other devices on a network (called clients)
-
Can manage and store files, host websites, control access to printers, or run applications
-
Often kept in dedicated rooms or data centres due to their importance and high uptime requirements
-
Designed to handle multiple requests at once and stay on 24/7
-
Servers usually run specialist operating systems (e.g. Windows Server, Linux)
-
Can be part of a LAN (local server) or accessed remotely over a WAN (cloud server)
-
Examples include: file server, print server, web server, mail server
Network Interface Card (NIC)
-
Historically a card inserted into a slot on the motherboard but now more likely to be built into the motherboard, that enables a device to connect to a network
-
NICs have a built-in ethernet port and can be connected to a network via an ethernet cable
-
It provides a dedicated, full-time connection to a network, converting the computer’s data into a network-friendly format
-
Every NIC has a unique identifier called a MAC address, used to identify the device on the network
-
The primary function of a NIC is to send and receive data packets between the computer or device and the network

Wireless Network Interface Card (WNIC)
-
Allows a device to connect to a wireless network (Wi-Fi)
-
Often built into the motherboard of modern laptops, tablets, and smartphones
-
Uses radio waves to send and receive data to/from a wireless router or access point
-
Provides a dedicated connection to the network, without needing physical cables
-
Supports standard wireless protocols like Wi-Fi 4, 5, or 6 depending on the model
-
Has a unique MAC address used to identify the device on the network
-
Converts the device’s data into a wireless signal suitable for network transmission
Wireless Access Point (WAP)
-
Allows wireless devices to connect to a wired network
-
Acts like a bridge between the wired and wireless parts of a network
-
Commonly found in homes, schools, and offices as part of a Wi-Fi setup
-
Often built into wireless routers, but can also be a separate device in larger networks
-
Uses radio signals to send and receive data from wireless devices (e.g. laptops, phones)
-
Extends the range of the wireless network, especially in large buildings
-
Supports communication using standard Wi-Fi protocols (e.g. 802.11ac, 802.11ax)

Bridge
-
Connects two separate network segments together
-
Often used to join two LANs so they act as one larger network
-
Operates at the data link layer (Layer 2) of the OSI model
-
Can filter traffic by checking MAC addresses to decide if data should cross the bridge
-
Helps reduce network traffic by only forwarding necessary data
-
Commonly used in older or more complex network setups
Repeater
-
Used to boost or regenerate signals in a network
-
Helps extend the range of a wired or wireless signal
-
Receives a weak signal and retransmits it at full strength
-
Used when data needs to travel long distances without losing quality
-
Often used in Wi-Fi range extenders to improve coverage in large buildings
-
Operates at the physical layer (Layer 1) of the OSI model
Router
What is the role of a router?
-
A router is a network hardware device that routes data from a local area network (LAN) to another network connection – it joins two networks together
-
Routers analyse data packets and determine the best path for the packet to reach its destination
-
The header contains information about the packet
-
The payload is the actual data being sent
-
The IP address of both the sender and intended recipient is stored in the header of the data packet
-
-
The router can often feature additional functionalities such as wireless networking, built-in firewalls for enhanced security, and network switch capabilities
-
A router being used to connect a LAN to a WAN will have a public IP address, which has been assigned to it by an Internet Service Provider
-
It is this public IP address that other routers use to identify and direct packets to the network

-
If the data packet is coming into the LAN, the router will send the data packet to the specific device within its LAN that the packet is meant for
-
If the packet is being sent from a device within the LAN, it will read the header of the packet to determine the intended destination IP address
-
It might have to travel through several routers before it gets to its destination
-
Each pass from router to router is called a hop
-
It will then forward the packet to its destination
-
-
The network access device or ‘home hub’ used in your home network will have a router built into it
|
Step |
Description |
|---|---|
|
1 |
A router receives incoming data packets from one network and analyses the packet header to determine the destination IP address |
|
2 |
It then looks up the IP address in a routing table (routing table of known networks) to determine the next network where the packet should be sent |
Responses