Back to 课程

Computer-science_A-level_Cie

0% Complete
0/0 Steps
  1. computers-and-components
    6 主题
  2. logic-gates-and-logic-circuits
    2 主题
  3. central-processing-unit-cpu-architecture
    6 主题
  4. assembly-language-
    4 主题
  5. bit-manipulation
    1 主题
  6. operating-systems
    3 主题
  7. language-translators
    2 主题
  8. data-security
    3 主题
  9. data-integrity
    1 主题
  10. ethics-and-ownership
    3 主题
  11. database-concepts
    3 主题
  12. database-management-systems-dbms-
    1 主题
  13. data-definition-language-ddl-and-data-manipulation-language-dml
    1 主题
  14. computational-thinking-skills
    1 主题
  15. algorithms
    14 主题
  16. data-types-and-records
    2 主题
  17. arrays
    2 主题
  18. files
    1 主题
  19. introduction-to-abstract-data-types-adt
    1 主题
  20. programming-basics
    1 主题
  21. constructs
    2 主题
  22. structured-programming
    1 主题
  23. program-development-life-cycle
    2 主题
  24. program-design-
    2 主题
  25. program-testing-and-maintenance
    3 主题
  26. user-defined-data-types
    1 主题
  27. file-organisation-and-access-
    3 主题
  28. floating-point-numbers-representation-and-manipulation
    3 主题
  29. protocols
    2 主题
  30. circuit-switching-packet-switching
    1 主题
  31. processors-parallel-processing-and-virtual-machines
    5 主题
  32. boolean-algebra-and-logic-circuits
    4 主题
  33. purposes-of-an-operating-system-os
    3 主题
  34. translation-software
    3 主题
  35. encryption-encryption-protocols-and-digital-certificates
    3 主题
  36. artificial-intelligence-ai
    4 主题
  37. recursion
    1 主题
  38. programming-paradigms
    4 主题
  39. object-oriented-programming
    7 主题
  40. file-processing-and-exception-handling
    2 主题
  41. data-representation
    5 主题
  42. multimedia
    3 主题
  43. compression
    2 主题
  44. networks-and-the-internet
    11 主题
课 Progress
0% Complete

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

hub
  • 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

switch
  • 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

switch

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

    nic-

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)

wap-

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

Diagram showing data packets travelling between four networks labelled A to D, connected by routers, with icons for devices and arrows indicating flow.
Multiple networks connected by routers, represented by the blue circular objects
  • 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

<td clas

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

您的邮箱地址不会被公开。 必填项已用 * 标注