《计算机英语》 Unit 5 Networking 网络

news2025/2/8 7:50:46

Section A Networking 网络

The need to share information and resources among different computers has led to linked computer systems, called networks, in which computers are connected so that data can be transferred from machine to machine.

不同计算机之间共享信息和资源的需求导致了计算机系统的互联,称为网络,其中计算机被连接起来,以便数据可以从一台机器传输到另一台机器。

1.Network Classifications网络分类

词汇

network - 网络

LAN (Local Area Network) - 局域网

MAN (Metropolitan Area Network) - 城域网

WAN (Wide Area Network) - 广域网

PAN (Personal Area Network) - 个域网

cable radio - 无线电

infrared - 红外线

open network - 开放网络

proprietary - 专有的

topology - 拓扑学

bus - 总线

Ethernet - 以太网

mesh - 网状;网格

hybrid - 混合的

open network - 开放网络

closed network - 封闭网络

public network - 公共网络

private network - 私有网络

proprietary network - 专有网络

bus network - 总线网络

ring network - 环形网络

star network - 星型网络

mesh network - 网状网络

tree network - 树形网络

A LAN normally consists of a collection of computers in a single building or building complex. For example, the computers on a university campus or those in a manufacturing plant might be connected by a LAN.

局域网通常由一栋建筑或建筑群中的计算机组成。例如,大学校园或制造厂内的计算机可能通过局域网连接。

A MAN is a network of intermediate size, such as one spanning a local community. 城域网是一种中等规模的网络,比如覆盖一个本地社区。

A WAN links machines over a greater distance — perhaps in neighboring cities or on opposite sides of the world. 广域网连接更远距离的机器——也许在邻近城市或世界对面。

Another means of classifying networks is based on whether the network’s internal operation is based on designs that are in the public domain or on innovations owned and controlled by a particular entity such as an individual or a corporation. 另一种分类网络的方法是基于网络的内部操作是基于公共领域的设计,还是基于由个人或公司等特定实体拥有和控制的创新。

Still another way of classifying networks is based on the topology of the network (Figure 6A-1), which refers to the pattern in which the machines are connected. 另一种分类网络的方法是基于网络的拓扑结构(图6A-1),这指的是机器连接的模式。

Two of the more popular topologies are the bus, in which the machines are all connected to a common communication line called a bus, and the star, in which one machine serves as a central focal point to which all the others are connected.
两种较流行的拓扑结构是总线,其中所有机器都连接到称为总线的公共通信线上;以及星型,其中一台机器作为所有其他机器连接的中心焦点。

Star networks are one of the most common computer network topologies. In its simplest form, a star network consists of one central node, typically a switch or hub, which acts as a conduit to transmit messages. 星型网络是最常见的计算机网络拓扑之一。在其最简单的形式中,星型网络由一个中心节点组成,通常是一个交换机或集线器,它作为传输消息的通道。

2.Combining Networks 组合网络

词汇

repeater - 中继器

bridge - 网桥

switch - 交换机

subtle        a微妙的

informative         a信息量大的

amplification - 放大

message - 报文

forward - 转发

autonomous - 自主的

router - 路由器

gateway        n网关

Sometimes it is necessary to connect existing networks to form an extended communication system. 有时需要连接现有网络以形成一个扩展的通信系统。

In the case of bus networks based on the Ethernet protocols, it is often possible to connect the buses to form a single long bus. This is done by means of different devices known as repeaters, bridges, and switches. 在基于以太网协议的总线网络的情况下,通常可以将总线连接起来形成一个长总线。这是通过使用称为中继器、网桥和交换机的不同设备来完成的。

Repeater: The simplest of these is the repeater, which is little more than a device that simply passes signals back and forth between the two original buses (usually with some form of amplification) without considering the meaning of the signals. 中继器:这些设备中最简单的是中继器,它只不过是一个在两个原始总线之间简单地来回传递信号的设备(通常带有一定的放大),而不考虑信号的含义。

Bridge: It looks at the destination address that accompanies each message and forwards a message across the connection only when that message is destined for a computer on the other side. 网桥:它查看每个消息附带的目的地址,并且只有在该消息注定要发送到另一边的计算机时,才将消息转发到连接上。

Sometimes, however, the networks to be connected have incompatible characteristics. For instance, the characteristics of a Wi-Fi network are not readily compatible with an Ethernet network. 然而,有时待连接的网络具有不兼容的特性。例如,Wi-Fi网络的特性与以太网不完全兼容。

The connection between networks to form an internet is handled by devices known as routers, which are special purpose computers used for forwarding messages. 形成互联网的网络连接由称为路由器的设备处理,路由器是用于转发消息的专用计算机。

Two Wi-Fi star networks and an Ethernet bus network connected by routers. 两个Wi-Fi星型网络和一个以太网总线网络通过路由器连接。

It first sends the message to the AP in its network. The AP sends the message to its associated router, and this router forwards the message to the router at the Ethernet. There the message is given to a machine on the bus, and that machine then forwards the message to its final destination in the Ethernet. 它首先将消息发送到其网络中的接入点(AP)。AP将消息发送到其关联的路由器,然后这个路由器将消息转发到以太网上的路由器。在那里,消息被传递给总线上的一台机器,然后这台机器将消息转发到以太网上的最终目的地。

The point at which one network is linked to an internet is often called a gateway because it serves as a passageway between the network and the outside world. 将一个网络连接到互联网的点通常被称为网关,因为它作为网络和外部世界之间的通道。

Gateways can be found in a variety of forms, and thus the term is used rather loosely. 网关可以有多种形式,因此这个术语的使用相当宽松。

In many cases a network’s gateway is merely the router through which it communicates with the rest of the internet. In other cases the term gateway may be used to refer to more than just a router. 在许多情况下,网络的网关只是它与互联网其余部分通信的路由器。在其他情况下,术语网关可能用来指不仅仅是路由器。

For example, in most residential Wi-Fi networks that are connected to the Internet, the term gateway refers collectively to both the network’s AP and the router connected to the AP because these two devices are normally packaged in a single unit. 例如,在大多数连接到互联网的住宅Wi-Fi网络中,术语网关统称为网络的接入点(AP)和连接到AP的路由器,因为这两个设备通常被包装在一个单元中。

3.Methods of Process Communication 进程通信方法

词汇

interprocess - 进程间

client/server - 客户/服务器

peer-to-peer - 对等网;点对点

swarm - 聚合;群

Methods of Process Communication

进程通信方法

network protocols - 网络协议

carrier sense multiple access with collision detection (CSMA/CD) - 载波侦听多路访问/碰撞检测 client/server model - 客户/服务器模型

peer-to-peer model - 对等网模型

client/server (C/S) - 客户/服务器 (C/S)

browser/server (B/S) - 浏览器/服务器 (B/S)

peer-to-peer (P2P) - 对等网 (P2P)

The various activities (or processes) executing on the different computers within a network (or even executing on the same machine via time-sharing/multitasking) must often communicate with each other to coordinate their actions and to perform their designated tasks.

在网络中不同计算机上执行的各种活动(或进程)(甚至通过时间共享/多任务在同一台机器上执行)通常必须相互通信,以协调它们的行动并执行它们指定的任务。

(1)client/server model - 客户/服务器模型

A popular convention used for interprocess communication is the client/server model. 用于进程间通信的流行约定是客户/服务器模型。

This model defines the basic roles played by the processes as either a client, which makes requests of other processes, or a server, which satisfies the requests made by clients. 该模型定义了进程扮演的基本角色,要么是客户端,它向其他进程提出请求,要么是服务器,它满足客户端提出的请求。

Today the client/server model is used extensively in network applications. 今天,客户/服务器模型在网络应用中得到了广泛使用。

(2)peer-to-peer (P2P) - 对等网(P2P)

The peer-to-peer model involves processes that provide service to and receive service from each other. 对等网模型涉及相互提供服务和相互接受服务的进程。

Moreover, whereas a server must execute continuously so that it is prepared to serve its clients at any time, the peer-to-peer model usually involves processes that execute on a temporary basis. 此外,虽然服务器必须持续运行,以便随时准备为其客户端服务,但对等网模型通常涉及临时执行的进程。

For example, applications of the peer-to-peer model include instant messaging in which people carry on a written conversation over the Internet as well as situations in which people play competitive interactive games. 例如,对等网模型的应用包括即时消息传递,人们可以在互联网上进行书面交谈,以及人们进行竞争性互动游戏的情况。

The peer-to-peer model is also a popular means of distributing files such as music recordings and motion pictures via the Internet. In this case, one peer may receive a file from another and then provide that file to other peers. 对等网模型也是通过互联网分发文件(如音乐录音和电影)的流行方式。在这种情况下,一个对等方可能从另一个对等方接收文件,然后向其他对等方提供该文件。

The collection of peers participating in such a distribution is sometimes called a swarm. The swarm approach to file distribution is in contrast to earlier approaches that applied the client/server model by establishing a central distribution center (the server) from which clients downloaded files. 参与这种分发的对等方集合有时被称为群。与早期采用客户/服务器模型通过建立中央分发中心(服务器)供客户端下载文件的方法相比,群的文件分发方法与之不同。

练习A1(知识点填空)

  1. The need to share information and resources among different computers has led to linked computer systems, called networks, in which computers are connected so that data can be transferred from machine to machine.
    不同计算机之间共享信息和资源的需求导致了计算机系统的互联,称之为网络,其中计算机被连接起来,以便数据可以从一台机器传输到另一台机器。

  2. A computer network is often classified as being either a LAN, a MAN, a WAN, or a PAN.
    计算机网络通常被分类为局域网(LAN)、城域网(MAN)、广域网(WAN)或个域网(PAN)。

  3. The Internet is an open system, which is governed by an open collection of protocol suite. It operates on numerous methods and standards known as the TCP/IP protocol suite.
    互联网是一个开放的系统,由一套开放的协议集合管理。它运行在许多方法和标准上,被称为TCP/IP协议套件。

  4. Based on the topology of the network, two of the more popular topologies are the bus and the star.
    根据网络的拓扑结构,两种较流行的拓扑是总线星型

  5. A switch is essentially a bridge with multiple connections, allowing it to connect several buses rather than just two.
    交换机本质上是一个具有多个连接的桥梁,允许它连接多个总线而不仅仅是两个。

  6. The connection between networks to form an internet is handled by devices known as routers.
    形成互联网的网络连接由被称为路由器的设备处理。

  7. The point at which one network is linked to an internet is often called a gateway because it serves as a passageway between the network and the outside world.
    将一个网络连接到互联网的点通常被称为网关,因为它作为网络和外部世界之间的通道。

  8. In most residential Wi-Fi networks that are connected to the Internet, the term gateway refers collectively to both the network's AP(access point ) and the router connected to the AP because these two devices are normally packaged in a single unit.
    在大多数连接到互联网的住宅Wi-Fi网络中,术语网关通常指网络的接入点(AP)和连接到AP的路由器,因为这两个设备通常被包装在一个单元中。

  9. The popular convention used for interprocess communication is the client/server(C/S) model and the peer-to-peer (P2P) model.
    用于进程间通信的流行约定是客户/服务器模型对等网(P2P)模型

练习A2(词汇翻译)

  • LAN (Local Area Network) - 局域网
  • MAN (Metropolitan Area Network) - 城域网
  • WAN (Wide Area Network) - 广域网
  • PAN (Personal Area Network) - 个人区域网
  • cable radio - 无线电
  • open network - 开放式网络
  • proprietary network - 专有网络
  • bus topology - 总线拓扑
  • Ethernet network - 以太网
  • ring topology - 环形拓扑
  • tree topology - 树形拓扑
  • mesh topology - 网状拓扑
  • hybrid topology - 混合拓扑
  • repeater - 中继器
  • bridge - 网桥
  • switch - 交换机
  • router - 路由器
  • WiFi - 无线网络;无线上网;无线局域网
  • AP (Access Point) - 接入点
  • gateway - 网关
  • client/server (C/S) - 客户/服务器模型
  • peer-to-peer (P2P) - 对等网络模型

Section B distributed system 分布式系统

词汇

multifaceted        a多方面的

disturbed        a分布式的

middleware        n中间件

concurrency        n并发性

tolerance        n容忍

transparency        n透明性

heterogeneity        n异构性

inherit        a固有的,内在的

cluster        n集群

throughout        n吞吐量

grid         n网络

volunteer        v自愿去做

voluntary        n自愿;a自愿的

dynamically        adv动态的

练习B1(知识点填空)

  1. A distributed system consists of a collection of autonomous computers, connected through a network and distribution middleware.
    分布式系统由一组自治计算机组成,通过网络和分布式中间件相连接。

  2. Middleware is a class of software technologies designed to help manage complexity and heterogeneity inherent in distributed systems.
    中间件是一类软件技术,旨在帮助管理分布式系统中固有的复杂性和异构性。

  3. Cluster computing is a type of parallel or distributed processing system, which consists of a collection of interconnected stand-alone computers cooperatively working together as a single, integrated computing resource.
    集群计算是一种并行或分布式处理系统,它由一组相互连接的独立计算机组成,这些计算机作为单一的集成计算资源协同工作。

  4. Grid computing aims to "enable resource and coordinated problem solving in dynamic, multi-institutional virtual organizations".
    网格计算旨在“在动态的、多机构的虚拟组织中“实现资源和协调问题的解决”。

  5. Cloud computing is hinting at a future in which we won't compute on local computers, but on centralized facilities operated by third-party compute and storage utilities.
    云计算暗示着未来我们不会在本地计算机上进行计算,而是在由第三方计算和存储工具运行的集中设施上进行计算。

练习B2(词汇翻译)

  • information retrieval - 信息检索
  • distributed system - 分布式系统
  • fault tolerance - 容错性
  • cluster computing - 集群计算
  • load-balancing - 负载均衡
  • grid computing - 网格计算
  • cloud computing - 云计算

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.coloradmin.cn/o/1850800.html

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈,一经查实,立即删除!

相关文章

“脏读”、“幻读”、“不可重复读”

“脏读”、“幻读”、“不可重复读” 1.概念说明 “脏读”、“幻读”、“不可重复读”是数据库事务的概念。 “脏读”是指一个事务中访问到了另外一个事务未提交的数据。 “不可重复读”是指在一个事务内根据同一个条件对数据进行多次查询,但是结果却不一致&…

OpenCV 特征点检测与匹配

一 OpenCV特征场景 ①图像搜索,如以图搜图; ②拼图游戏; ③图像拼接,将两长有关联得图拼接到一起; 1 拼图方法 寻找特征 特征是唯一的 可追踪的 能比较的 二 角点 在特征中最重要的是角点 灰度剃度的最大值对应的…

少儿编程是骗局吗?少儿编程到底在学什么

少儿编程是一种有益的教育方式,它可以帮助孩子们培养逻辑思维、创造力和解决问题的能力。 少儿编程:开启未来的密码 在当今数字化的时代,编程已经成为一项重要的技能。而少儿编程,作为培养孩子们计算思维和创造力的新兴教育领域&…

泰国普吉岛与曼谷7天自由行路线与踩坑经历

本文介绍泰国6日自由行(普吉岛3日、曼谷3日)的每日详细行程、游览心得、避坑经历等。 2024年06月初,我们一行5人前往泰国普吉岛与曼谷等2地,进行了一共为期7天的旅行;其中真正花在游玩上的时间大概是5至6天。在这里就介…

深入讲解C++基础知识(一)

目录 一、基本内置类型1. 类型的作用2. 分类3. 整型3.1 内存描述及查询3.2 布尔类型 —— bool3.3 字符类型 —— char3.4 其他整型 4. 有符号类型和无符号类型5. 浮点型6. 如何选择类型7. 类型转换7.1 自动类型转换7.2 强制类型转换7.3 类型转换总结 8. 类型溢出8.1 注意事项 …

【Mac】Pixelmator Pro for Mac(媲美PS的修图软件)软件介绍

软件介绍 Pixelmator Pro是一款功能强大的图像编辑软件,专为macOS平台设计。它结合了丰富的图像编辑功能和直观的用户界面,适合专业摄影师、设计师以及图像编辑爱好者。以下是Pixelmator Pro的一些主要特点和功能介绍: 功能特色 非破坏性编…

罗克韦尔Rockwell EDI 项目案例

项目挑战 企业A有两个工厂需要接受来自Rockwell的订单,出于成本考虑,两个工厂需要使用同一套EDI系统实现对接,因此在EDI系统中要区分发给不同工厂的订单数据。除此之外,此项目中涉及到了EDI系统与SAP系统的集成,SAP系统…

ArmSoM-Sige7/5/1 和树莓派5规格比较

引言 在当今快速发展的嵌入式系统领域,选择一款性能强大、功能丰富的开发板对于项目的成功至关重要。本文将介绍并比较 Sige7、Sige5、Raspberry Pi 5 和 Sige1 这四款开发板的关键规格和特性,帮助开发者和爱好者选择最适合其需求的平台。 ArmSoM-Sige…

【鸿蒙踩坑记录】解决:list组件滑动至左边或右边,回弹效果过大问题

一、问题描述 开发过程中使用List组件,当内容超过一屏时可出现滚动效果,此时按住内容迅速滑动至左边,或者滑动到右边,回弹效果过大 期望:滑动时,不要有那么大的回弹效果 二、目前效果 三、解决方法 3.1…

怎么把pdf文件转cad图纸?方法分享!

怎么把pdf文件转cad图纸?在数字化时代,PDF和CAD作为两种常见的文件格式,各自在各自的领域发挥着重要作用。然而,当需要在两者之间进行转换时,许多人可能会感到困惑和无从下手。今天,我将为大家推荐三款强大…

Java-拼接字符串数组(String.join()方法)

问题引入 刷算法题lc2288的时候遇见的一个小细节,记录一下,有兴趣的朋友可以做一下,练习一下哈哈~ 此题需要使用大家都比较熟悉的split方法将句子按照空格拆分为字符串数组。 然后再在数组中对每一个字符串操作,操作完成后要求…

无需安装就能一键部署Stable Diffusion 3?

一键部署使用SD3?让你的创作更加便捷! 前言 厚德云上架SD3! 距离Stable Diffusion 3的上线已经有一阵时间了。从上线至今SD3也是一直好评不断,各项性能的提升也让它荣获“最强开源新模型”的称号。成为了AI绘画设计师们新的香馍馍。 可对于SD…

JS小游戏-像素鸟#源码#Javascript

1、游戏图片 2、HTML部分 <!DOCTYPE html> <html lang"en"> <head><meta charset"UTF-8"><meta name"viewport" content"widthdevice-width, initial-scale1.0"><title>Document</title>&…

操作系统:高效、稳定的承上启下

标题&#xff1a;操作系统&#xff1a;高效、稳定的承上启下 水墨不写bug &#xff08;图片来源于网络&#xff09; 目录 一、初识操作系统 第一个操作系统&#xff1a;Uinx Uinx的商业化 Linux&#xff1a;横空出世 二、如何在Windows上使用Linux 正文开始&#xff1a;…

2023年JCR影响因子正式发布,点击查看能源与燃料领域期刊变化【持续更新02】

2024年6月20日&#xff0c;科睿唯安发布了2024年度《期刊引证报告》(Journal Citation Reports&#xff0c;JCR)&#xff0c;报告覆盖全面的高质量期刊资源&#xff0c;提供了丰富的数据、指标和分析。今年JCR的最大变化为&#xff1a;把属于不同数据库&#xff0c;但属于同一学…

移动端的HSR技术

overdraw问题&#xff1a; overdraw顾名思义就是过度绘制&#xff0c;就是在渲染过程中**绘制一帧FBO&#xff08;或者RenderTarget&#xff09;**超过一次相同像素的现象!这个是CG的问题&#xff01;特别在是用来大量的透明混合的情况下会产生的&#xff0c;当然客户端andrio…

【代码随想录】【算法训练营】【第45天】 [198]打家劫舍 [213]打家劫舍II [337]打家劫舍III

前言 思路及算法思维&#xff0c;指路 代码随想录。 题目来自 LeetCode。 day 45&#xff0c;周五&#xff0c;坚持不了一点~ 题目详情 [198] 打家劫舍 题目描述 198 打家劫舍 解题思路 前提&#xff1a; 思路&#xff1a; 重点&#xff1a; 代码实现 C语言 虚拟头…

1027. 方格取数

Powered by:NEFU AB-IN Link 文章目录 1027. 方格取数题意思路代码 1027. 方格取数 题意 某人从图中的左上角 A 出发&#xff0c;可以向下行走&#xff0c;也可以向右行走&#xff0c;直到到达右下角的 B 点。 在走过的路上&#xff0c;他可以取走方格中的数&#xff08;取…

MySQL数据库中的索引知识

MySQL数据库中索引的作用是用来加快数据的查询速度。 索引 index&#xff08;表的层面&#xff09; 在数据库中使用select来查询数据的时候会一条一条得去查询符合要求的数据&#xff0c;而索引就相当于在这张表中依据某一个字段的数值给这张表的数据创建了一个目录。目录帮…

NSIS 入门教程 (一)

介绍 大多数应用程序都附带一个安装程序&#xff0c;它将所需的文件复制到正确的文件夹中&#xff0c;创建注册表项&#xff0c;并提供卸载例程以&#xff08;希望&#xff09;从计算机中彻底删除应用程序. 有多种解决方案可以为自主开发的应用程序配备安装程序。除了Install …