GCSE CCEA Computer Science: Networking Fundamentals Revision Notes | GCSE CCEA 计算机:网络基础 考点精讲

📚 GCSE CCEA Computer Science: Networking Fundamentals Revision Notes | GCSE CCEA 计算机:网络基础 考点精讲

This revision guide focuses on the Networking topic of the CCEA GCSE Computer Science specification. By understanding fundamental networking concepts, you will be able to answer exam questions on network types, topologies, hardware, protocols, addressing, and basic security measures.

本复习指南聚焦 CCEA GCSE 计算机科学大纲中”网络”专题。通过理解网络基础概念,你将能够回答关于网络类型、拓扑结构、硬件、协议、寻址和基本安全措施的考试问题。


1. What is a Network? | 什么是网络?

A network is formed when two or more devices (such as computers, printers, or servers) are connected together, allowing them to exchange data and share resources like files and internet connections.

网络是由两台或更多设备(如计算机、打印机或服务器)连接在一起而形成的,使它们能够交换数据并共享文件、互联网连接等资源。

One major advantage is the sharing of expensive peripheral devices, such as laser printers, which reduces costs and saves space.

一个主要优势是共享昂贵的外围设备,如激光打印机,从而降低成本并节省空间。

Networks also enable centralised management: software updates, data backups and security policies can be applied from a single server, improving efficiency.

网络还能实现集中管理:软件更新、数据备份和安全策略可以从单一服务器上实施,提高了效率。

However, networks bring security risks: unauthorised access, malware infections and data interception become possible if proper safeguards are not in place.

然而,网络也带来安全风险:如果没有适当的防护措施,可能会出现未经授权的访问、恶意软件感染和数据拦截。

Network downtime or a server crash can also disrupt many users, and setting up a network requires initial investment in cabling, switches and skilled personnel.

网络停机或服务器宕机也会影响许多用户,而且建立网络需要在布线、交换机和专业人员方面进行初始投资。


2. Types of Networks: LAN and WAN | 网络类型:局域网与广域网

A Local Area Network (LAN) covers a small geographical area, typically a single building, school or campus. The entire hardware and cabling infrastructure is usually owned by the organisation.

局域网 (LAN) 覆盖小范围的地理区域,通常是一座建筑物、一所学校或一个校园。所有的硬件和布线基础设施通常由该组织拥有。

LANs offer high data transfer speeds (e.g. 1 Gbps) and low latency, using Ethernet cables or Wi-Fi. This makes them ideal for sharing files, printers and local servers within a site.

局域网提供高数据传输速率(例如 1 Gbps)和低延迟,使用以太网电缆或 Wi-Fi。这使其非常适合在站点内共享文件、打印机和本地服务器。

A Wide Area Network (WAN) spans large distances, connecting LANs across cities, countries or continents. It often relies on leased lines, fibre-optic cables or satellite links provided by third-party carriers.

广域网 (WAN) 跨越长距离,连接不同城市、国家或大洲的局域网。它通常依赖于第三方运营商提供的租用线路、光纤电缆或卫星链路。

WANs typically have lower speeds and higher latency compared to LANs, and they require more complex hardware such as high-performance routers. The internet itself is the largest example of a WAN.

与局域网相比,广域网通常速度较低且延迟较高,需要更复杂的硬件,例如高性能路由器。互联网本身就是最大的广域网示例。


3. Network Topologies | 网络拓扑结构

A network topology describes the physical or logical layout of how devices are interconnected. The GCSE specification often focuses on star, bus and ring topologies.

网络拓扑描述了设备如何互连的物理或逻辑布局。GCSE 大纲通常重点关注星型、总线型和环型拓扑。

In a star topology, every node connects directly to a central switch or hub. This central device manages all data traffic.

在星型拓扑中,每个节点都直接连接到中央交换机或集线器。这个中央设备管理所有数据流量。

Star advantages: easy to add new devices, failure of one cable does not affect others, and troubleshooting is straightforward because faults can be isolated.

星型拓扑的优点:易于添加新设备,一条电缆的故障不会影响其他设备,并且故障排除简单,因为故障可以被隔离。

Star disadvantages: it requires more cabling than a bus, and if the central switch fails, the entire network becomes inoperable.

星型拓扑的缺点:比总线型需要更多的布线,并且如果中央交换机发生故障,整个网络将无法运行。

In a bus topology, all devices connect to a single backbone cable. A terminator at each end stops signals from reflecting and distorting data.

在总线拓扑中,所有设备都连接到一条主干电缆上。两端各有一个终端器,用于阻止信号反射并扭曲数据。

Bus advantages: cheap and simple to set up, uses less cable, and well-suited for small temporary networks.

总线型拓扑的优点:便宜且易于建立,使用电缆较少,非常适合小型临时网络。

Bus disadvantages: if the backbone cable breaks, the whole network fails. Performance also degrades as more devices are added, and faults are harder to trace.

总线型拓扑的缺点:如果主干电缆断裂,整个网络就会瘫痪。随着更多设备的加入,性能也会下降,并且故障更难追踪。

A ring topology connects devices in a circular loop. Data travels in one direction, passing through each device until it reaches the destination.

环型拓扑将设备连接成一个圆环。数据沿一个方向传输,经过每台设备直到到达目的地。

Ring advantages: data collisions are minimised because only one device can transmit at a time (using a token). Ring disadvantages: a single cable or device failure can break the loop unless redundancy is built in.

环型拓扑的优点:由于每次只能有一台设备发送数据(使用令牌),数据冲突被最小化。环型拓扑的缺点:单个电缆或设备故障会打断环,除非内置冗余。


4. Network Hardware Components | 网络硬件组件

A Network Interface Card (NIC) provides a device with a physical connection to the network. Every NIC contains a unique MAC address hard-coded by the manufacturer.

网络接口卡 (NIC) 为设备提供与网络的物理连接。每个 NIC 都包含一个由制造商硬编码的唯一 MAC 地址。

A switch is an intelligent device that connects multiple devices within a LAN. It learns MAC addresses and forwards data frames only to the intended port, reducing unnecessary traffic.

交换机是一种智能设备,用于在局域网内连接多个设备。它会学习 MAC 地址,并仅将数据帧转发到目的端口,从而减少不必要的流量。

A router connects different networks together, typically a LAN to the internet. It forwards data packets based on IP addresses and can perform network address translation (NAT).

路由器连接不同的网络,通常是将局域网连接到互联网。它根据 IP 地址转发数据包,并可执行网络地址转换 (NAT)。

A Wireless Access Point (WAP) allows wireless-capable devices to connect to a wired network using Wi-Fi standards (e.g. 802.11ac).

无线接入点 (WAP) 允许具有无线功能的设备使用 Wi-Fi 标准(例如 802.11ac)连接到有线网络。

A hub is an older, simpler device that broadcasts incoming data to all connected ports indiscriminately. It creates unnecessary traffic and is rarely used in modern networks.

集线器是一种较旧、较简单的设备,它将传入的数据无差别地广播到所有连接的端口。它会产生不必要的流量,在现代网络中很少使用。

A modem (modulator-demodulator) converts digital signals from a computer into analog signals for transmission over telephone lines, and vice versa. Cable and fibre modems serve similar functions for broadband.

调制解调器将计算机的数字信号转换为模拟信号以便通过电话线传输,反之亦然。电缆和光纤调制解调器在宽带中执行类似功能。

A hardware firewall is a dedicated device that monitors and controls incoming and outgoing network traffic based on predefined security rules, helping to block unauthorised access.

硬件防火墙是一种专用设备,根据预定义的安全规则监控和控制进出网络的流量,有助于阻止未经授权的访问。


5. Client-Server and Peer-to-Peer Networks | 客户端-服务器与对等网络

In a client-server network, one or more dedicated servers provide services and resources (such as file storage, email, databases, web hosting) to client machines. The server manages security, backups and user accounts centrally.

在客户端-服务器网络中,一台或多台专用服务器向客户端计算机提供服务和资源(如文件存储、电子邮件、数据库、网站托管)。服务器集中管理安全、备份和用户账户。

Advantages of client-server: centralised control simplifies administration, data backup is easier to maintain, and scalability is good. Security can be enforced uniformly across the network.

客户端-服务器架构的优点:集中控制简化了管理,数据备份更易于维护,可扩展性好。可以在整个网络中统一实施安全措施。

Disadvantages: servers are expensive to purchase and maintain, specialist IT staff are usually required, and the server is a single point of failure – if it goes down, clients lose access to resources.

缺点:服务器购买和维护成本高,通常需要专业的 IT 人员,并且服务器是单点故障——如果它宕机,客户端将无法访问资源。

In a peer-to-peer (P2P) network, each device has equal status and can act as both client and server, sharing resources directly with other peers without relying on a central server.

在对等 (P2P) 网络中,每台设备具有同等地位,可以同时作为客户端和服务器,直接与其他对等设备共享资源,无需依赖中央服务器。

P2P advantages: no expensive server needed, easy to set up, and each peer contributes its own resources. It works well for small home networks or file-sharing applications.

P2P 的优点:不需要昂贵的服务器,易于设置,每个对等设备提供自己的资源。适用于小型家庭网络或文件共享应用。

P2P disadvantages: security is weaker because there is no central authority, backups are less reliable, and overall performance can suffer if a peer with shared resources becomes unavailable.

P2P 的缺点:由于没有中央管理机构,安全性较弱,备份不太可靠,并且如果共享资源的对等设备变得不可用,整体性能会受到影响。


6. Network Protocols | 网络协议

Protocols are sets of rules that dictate how data is formatted, transmitted, and received across a network. Without agreed protocols, devices would not be able to understand one another.

协议是规定数据如何格式化、传输和接收的一组规则。没有约定的协议,设备将无法相互理解。

TCP/IP is the fundamental protocol suite of the internet. The Transmission Control Protocol (TCP) breaks data into packets and ensures they arrive correctly and in order. The Internet Protocol (IP) handles logical addressing and routing.

TCP/IP 是互联网的基本协议族。传输控制协议 (TCP) 将数据分解为数据包并确保它们正确有序到达。互联网协议 (IP) 处理逻辑寻址和路由。

HTTP (Hypertext Transfer Protocol) is used for transferring web pages from a server to a browser. HTTPS is the secure version that encrypts data using SSL/TLS, protecting sensitive information like passwords.

HTTP(超文本传输协议)用于将网页从服务器传输到浏览器。HTTPS 是使用 SSL/TLS 加密数据的安全版本,可保护密码等敏感信息。

FTP (File

Published by TutorHao | GCSE Computer Science Revision Series | aleveler.com

更多咨询请联系16621398022(同微信)

Comments

屏轩国际教育cambridge primary/secondary checkpoint, cat4, ukiset,ukcat,igcse,alevel,PAT,STEP,MAT, ibdp,ap,ssat,sat,sat2课程辅导,国外大学本科硕士研究生博士课程论文辅导

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Discover more from aleveler.com

Subscribe now to keep reading and get access to the full archive.

Continue reading