手机APP下载

您现在的位置: 首页 > 行业英语 > 计算机英语 > 计算机专业英语教程 > 正文

计算机专业英语教程第2版 第8期:网络体系结构

来源:可可英语 编辑:clover   可可英语APP下载 |  可可官方微信:ikekenet

Network architecture describes how computer network is arranged and how computer resources are shared.

网络体系结构描述计算机网络是如何连接以及计算机资源是如何共享的。
There are a number of specialized terms that describes computer network. Some terms often used with networks are: node, client, server, network operating system, distributed processing and host computer.
有一些用来描述计算机网络的专业术语。经常用于网络的术语有:节点、客户机、服务器、网络操作系统、分布处理及主计算机。
A node is any device that is connected to a network. It could be a computer, printer, or communication or data storage device.
节点是连接到网络的任一设备,它可以是计算机、打印机、通信或数据存储设备。
A client is a node that requests and uses resources available from other nodes. Typically, a client is a user's microcomputer.
客户机是请求和使用其他节点资源的节点。一般来说,客户机就是用户的微机。
A server is a node that shares resources with other nodes. Depending on the resources shared, it may be called a file server, printer server, communication server, or database server.
服务器是和其他节点共享资源的节点。根据所共享的资源,可以被称为文件服务器,打印机服务器,通信服务器或数据库服务器。
Network operating system likes Windows, it controls and coordinate the activities between computers on a network. These activities include electronic communication, information, and resource sharing.
网络操作系统像Windows,它控制和协调网络中计算机间的活动。这些活动包括电子通信、信息以及资源共享。
In a distributed processing system, computing power is located and shared at different locations. This type of system is common in decentralized organizations where divisional offices have their own computer systems. The computer systems in the divisional offices are networked to the organization's main or centralized computer.
在分布式处理系统中,计算能力被分布在不同的地方共享。这类系统在分散型机构中是很常见的,其分开的办公室具有他们自己的计算机系统。这些分开的办公室的计算机系统联网到该组织的主或中央计算机。
Host computer is a large centralized computer, usually a minicomputer or a mainframe.
主计算机是大的中央计算机,通常是小型机或大型机。
A network may consist only of microcomputers, or it may integrate microcomputers or other devices with large computers. Networks can be controlled by all nodes working together equally or by specialized nodes coordinating and supplying all resources. Networks may be simple or complex, self-contained or dispersed over a large geographical area.
网络可以仅仅由微机组成,或者可以是微机或其他设备与较大计算机结合起来的。网络可以由一起平等工作的所有节点来控制,或者是由协调和供应所有资源的专用节点控制。 网络可以是简单的或复杂的,独立的或分散在大的地理区域内的。
Configuration:A network can be arranged or configured in several different ways. The four principal configurations are star, bus, ring, and hierarchical.
结构:网络可以用几种不同的方式排列或连接。四种主要的结构是星型、总线型、环型和层次型。
In a star network, a number of small computers or peripheral devices are linked to a central unit. This central unit may be a host computer or a file server. All communications pass through this central unit. Control is maintained by polling. That is, each connecting device is asked whether it has a message to send. Each device is then in turn allowed to send its message. One particular advantage of the star form of network is that it can be used to provide a time-sharing system. That is, several users can share resources ("time") on a central computer. The star is a common arrangement for linking several microcomputers to a mainframe that allows access to an organization’s database.
在星型网络中,一些小的计算机或外部设备被连接到一个中心设备。这个中心设备可以是主计算机或文件服务器,所有的通信都通过这个中心设备。控制是由轮询实现的。也就是说,每一个连接的设备都被询问是否有信息发送,然后每个设备被轮流允许发送其信息。星型网络最特殊的优点是它能用于提供分时系统,即几个用户可以在一个中心计算机上共享资源(“时间”)。为了将几个微机连接到大型机上,该机允许访问一个机构的数据库,那么星型结构是常见的排列。
In a bus network, each device in the network handles its own communications control. There is no host computer. All communications travel along a common connecting cable called a bus. As the information passes along the bus, it's examined by each device to see if the information is intended for it. The bus network is typically used when only a few microcomputers are to be linked together. This arrangement is common in systems for electronic mail or for sharing data stored on different microcomputers. The bus network is not as efficient as the star network for sharing common resources. (This is because the bus network is not a direct link to the resource.) However, a bus network is less expensive and is in very common use.
在总线型网络中,网络中的每一个设备处理自己的通信控制而没有主计算机。所有的通信沿着共同连接的被称为是总线的电缆上传送。当有信息通过总线,它就被每一个设备检验以判定该信息是否是给在己的。当只有几个微机需要连接在一起时,一般使用总线型网络。这种结构常见于发送电子邮件或共享存储在不同微机上的数据的系统。对于共享共同的资源,总线型网络没有星型的效率高(这是因为总线型网络不是直接连接到资源上的)然而,总线型网络不贵而且很常用。
In a ring network, each device is connected to two other devices, forming a ring. There is no central file server or computer. Message are passed around the ring until they reach the correct destination. With microcomputers, the ring arrangement is the least frequently used of the four networks. However, it often is used to link mainframes, especially over wide geographical areas. These mainframes tend to operate fairly autonomously. They perform most or all of their own processing and only occasionally share data and programs with other mainframes. A ring network is useful in a decentralized organization because it makes possible a distributed data processing system. That is, computers can perform processing tasks at their own dispersed locations. However, they can also share programs, data and other resources with each other.
在环形网络中,每一个设备被连接到其他两个设备形成环路。没有中央文件服务器或计算机。信息通过环路直到到达正确的目的地。对于微型机来讲,环形结构是这四种网络当中使用最少的。然而它经常被用于连接到大型机,尤其在跨度很大的地理区域。这些大型机趋向于非常自主的运作,它们完成自己绝大多数或全部的处理任务,偶尔与其他大型机共享数据和程序。环型网络在分散型机构中是很有用的,因为这使得分布式数据处理系统成为可能,即计算机在它们自己分散的位置就可以完成处理任务。然而,它们也可以相互共享程序、数据以及其他的资源。
The hierarchical network consists of several computers linked to a central host computer, just like a star network. However, these other computers are also hosts to other, smaller computers or to peripheral devices. Thus, the host at the top of the hierarchy could be a mainframe. The computers below the mainframe could be minicomputers, and those below, microcomputers. The hierarchical network—also called a hybrid network—allows various computers to share databases, processing power, and different output devices. A hierarchical network is useful in centralized organizations. For example, different departments within an organization may have individual microcomputers connected to departmental minicomputers. The minicomputers in turn may be connected to the corporation’s mainframe, which contains data and programs accessible to all.
层次网络是由连接到中心计算机的几个计算机构成,就像星型网络。然而,这些其他的计算机对于其他较小的计算机或外部设备来说又是主计算机。这样,在层次顶部的主计算机就可能是大型机,在大型机下面的可能是小型机,小型机下面是微机。层次网络——也被称为混合网络——允许各种计算机共享数据库、处理资源及不同的输出设备。层次网络适合于集中的机构。例如,一个机构内部的不同部门可以有连接到部门小型机上的单个微机,这个小型机依次可以连接到公司的大型机,它包含所有机器可以访问的程序和数据。
Strategies:Every network has a strategy or way of coordinating the sharing of information and resources. The most common network strategies are peer-to-peer and client/server systems.
策略:每一个网络都有协调信息和资源的策略或方法。最常用的网络策略是对等和客户/服务器系统。
In a peer-to-peer network system nodes can act as both servers and clients. For example, one microcomputer can obtain files located on another microcomputer and can also provide files to other microcomputers. A typical configuration for a peer-to-peer system is the bus network. Commonly used net operating systems are Apple's Macintosh Peer-to-Peer LANs, Novell’s Netware Lite, and Microsoft's Windows for Workgroups. There are several advantages to using this type of strategy. The networks are inexpensive and easy to install, and they usually work well for smaller systems with less than ten nodes. As the number of nodes increases, however, the performance of the network declines. Another disadvantage is the lack of powerful management software to effectively monitor a large network's activities. For these reasons, peer-to-peer network are typically used by small networks.
在对等网络系统中,节点既可以是服务器也可以是客户。例如,一个微机可以获得位于另一个微机上的文件并且也给其他的微机可以提供文件。对等系统的典型结构是总线型网络。通常使用的网络操作系统有Apple公司的Macintosh Peer-to-peer LANS, Novell公司 的Netware Lite和Microsoft公司的Windows for Workgroups使用这类策略有几个优点。这种网络不贵且易于安装,对于少于10个节点的较小的系统运作得很好。然而,当节点的数目增加时,网络的性能就会降低。另一个缺点是缺乏强大的管理软件以有效地监控大的网络活动。由于这些原因,对等网络一般用于小型网络中。
Client/server network systems use one powerful computer to coordinate and supply services to all other nodes on the network. This strategy is based on specialization. Server nodes coordinate and supply specialized services, and client nodes request the services. Commonly used net operating systems are Novell's Netware, Microsoft's LAN and Windows NT. One advantage of client/server network systems is their ability to handle very large networks efficiently. Another advantage is the powerful network management software that monitors and controls the network's activities. The major disadvantages are the cost of installation and maintenance.
客户/服务器网络系统使用一个功能强大的计算机来协调并为网络上的其他节点提供服务。这一策略是基于专业化的。服务器节点协调和提供专门的服务,客户节点请示服务。 通常使用的网络操作系统有:Novell公司的Netware, Microsoft公司的LAN和Windows NT。 客户/服务器网络系统的一个优点是能够有效地处理大的网络活动。另一个优点是它的监视和控制网络活动的强有力的网络管理软件。其主要缺点是安装和维护的费用较高。

重点单词   查看全部解释    
arrangement [ə'reindʒmənt]

想一想再看

n. 安排,商议,整理,布置,商定,[音]改编,改编曲

联想记忆
occasionally [ə'keiʒənəli]

想一想再看

adv. 偶尔地

 
control [kən'trəul]

想一想再看

n. 克制,控制,管制,操作装置
vt. 控制

 
hierarchy ['haiərɑ:ki]

想一想再看

n. 等级制度,层级[计],统治集团

联想记忆
storage ['stɔridʒ]

想一想再看

n. 贮藏,存储,保管,保管费,仓库,[计]存储器

 
accessible [æk'sesəbl]

想一想再看

adj. 可得到的,易接近的,可进入的

联想记忆
network ['netwə:k]

想一想再看

n. 网络,网状物,网状系统
vt. (

 
integrate ['intigreit]

想一想再看

v. 整合,使 ... 成整体
adj. 组合

 
effectively [i'fektivli]

想一想再看

adv. 事实上,有效地

 
destination [.desti'neiʃən]

想一想再看

n. 目的地,终点,景点

 

发布评论我来说2句

    最新文章

    可可英语官方微信(微信号:ikekenet)

    每天向大家推送短小精悍的英语学习资料.

    添加方式1.扫描上方可可官方微信二维码。
    添加方式2.搜索微信号ikekenet添加即可。