网络工程专业外文翻译计算机网络

网络工程专业外文翻译计算机网络
网络工程专业外文翻译计算机网络

网络工程专业外文翻译

计算机网络

Pleasure Group Office【T985AB-B866SYT-B182C-BS682T-STT18】

外文原文:

COMPUTER NETWORKS

DATE COMMUNICATIONS

One of the functions of the host computer is to store the applications programs for the various secondaries.

The end equipment which either generates the digital information for transmission or uses the received digital data can be computer ,printers ,keyboards, CRTs, and so on. This equipment generally manipulates digital information internally in word units—all the bits that make up a word in a particular piece of equipment are transferred in parallel. Digital data, when transmitted, are in serial form. Parallel transmission of an 8-bit word require eight pairs of transmission lines—not at all cost-effective. Data terminal (DTE) is a general phrase encompassing all of the circuitry necessary to perform parallel-to-serial and serial-to-parallel conversions for transmission and reception respectively and for data link management. The UART (Universal Asynchronous Receiver/Transmitter) and USART (Universal Asynchronous/Asynchronous Receiver/Transmitter) are the devices that perform the parallel-to-serial and serial-to-parallel conversions. The primary DTE includes a line control unit (LCU or LinCo) which controls the flow of information in a multipoint data link system. A station controller (STACO) is the corresponding that belonged to the subscriber in a data link system. Between the DTEs, starting with the modems, was communications equipment owned and maintained by Telco property.

Data communications equipment (DCE) accepts the serial data stream from the DTE and converts it to some form of analog signal suitable for transmission on voice-grade lined. At the receive end, the DCE performs the reverse function of converting the received analog signal to a serial digital data stream. The simplest form of DCE is a modem (modulator/demodulator) or data set. At the transmit end, the modem can be considered a form of digital-to-analog converter, while at the receive end, it can considered a form of analog-to-digital converter. The most common of modulation by modems are frequency shift keying (FSK), phase shift keying (PSK), and quadrature amplitude modulation (QAM). This is a typically data transmission mode using the analog telephone lines. If you transmit data by digital channel (sometimes it is

called “Digital T-carrier”), a pulse Code Modulation (PCM) equipment must be used. A microwave transmission system can also be used for the data communication. Finally, you can use the satellite communication system for data transmission.

If the cables and signal levels used to interconnect the DTE and DCE were left unregulated, the variations generated would probably be proportional to the number of manufacturers. Electronics industries Association (EIA) , an organization of manufactures with establishing the DTE and modem. This is a 25-pincable whose pins have designated functions and specified signal levels. The RS-232C is anticipated to be replaced by an update standard.

ARCHITECTURE OF COMPUTER NETWORKS

Computer network is a complex consisting of two or more conned computing units, it is used for the purpose of data communication and resource resource sharing. Design of a network and its logical structure should comply with a set of design principles, including the organization of functions and the description of data formats and procedure. This is the network architecture and so called as a set of layers and protocols, because the architecture is a layer-based.

In the next two sections we will discuss two important network architectures, the OSI reference model and the TCP/IP reference model.

1.The OSI Reference Model

The OSI model is shown in (minus the physical medium). This model is based on a proposal developed by the International Standards Organizations (OSI) as the first step toward international standardization of the protocols used in the various layers. The model is called the ISO OSI (Open System Interconnection) Reference Model because it deals with connecting open systems--that is, systems that are open for communication with other systems, We will usually just call it the OSI model for short.

The OSI model has seven has seven layers. Note that the OSI model itself is not a network architecture because it does not specify the exact services and protocols to be used in each layer. It just tells what each layer should do. However , However, ISO has also produced standards for all the layers, although these are not part of the reference model itself. Each one has been published as a separate international standard.

2.The TCP/IP Reference Model

The TCP/IP reference model is an early transport protocol which was designed by the US Department of Defence (DOD) around in 1978. It is often claimed that it gave rise the OSI “connectionless” mode of operation. TCP/IP is still used extensively and is called as a industrial standard of internet work in fact, TCP/IP has two parts: TCP and IP. TCP means it is on the transport layer and IP means it is on the network layer separately.

(1)There are two end-to-end protocols in the transport layer, one of which is TCP

(Transmission Control Protocol) , another is UDP (User Datagram Protocol). TCP

is a connection-oriented protocol that allows a byte stream originating on one

machine to be delivered without error on any other machine in the internet. UDP

is an unreliable, connectionless protocol for application that do not want TCP’s

sequencing of flows control flow control and wish to provide their own.

(2)The network layer defines an official packet format and protocol called IP

(Internet protocol). The job of the network layer is to deliver IP packets where

they are supposed to go.

application layer, It contains all the higher-level protocols. The early ones included virtual terminal (TELNET), file transfer (FTP), electronic mail (SMTP) and domain name service(DNS).

WIDE AREA NETWORK

A wide area network, or WAN, spans a large geographical area, often a country or continent . It contains a collection of machines intended for running user (i. e. , application) programs. We will follow traditional usage and call these machines hosts. By a communication subnet, or just subnet for short. The job of the subnet is to carry messages from host to host, just as the telephone system carries words from speaker to listener. By separating the pure communication aspects of the network (the subnet) from the application aspects (the hosts), the complete network design is greatly simplified. Relation between hosts and the subnet is shown in .

One of many methods that can be used to categorize wide area networks is with respect to the flow of information on a transmission facility. If we use this method to

categorize wide area networks, we can group them into three basic types: circuit switched, leased line and packet switched.

1.CIRCUIT SWITCHED NETWORKS

The most popular type of network and the one almost all readers use on a daily basis is a circuit switched network. The public switched telephone network, however, is not limited to the telephone company, By purchasing appropriate switching equipment, any organization can construct their own internal circuit switched network and, if desired, provide one or more interfaces to the public switched network to allow voice and data transmission to flow between the public network and their private internal network

2.LEASED LINE NETWORKS

This is a dedicated network connected by leased lines. Leased line is a communications line reserved for the exclusive use of a leasing customer without inter-exchange switching arrangements. Leased or private lines are dedicated to the user. This advantage is that the terminal or computer is a always physically connected to the line. Very short response times are met with service.

3.PACKET SWITCHING NETWORKS

A packet network is constructed through the use of equipment that assembles and disassembles packets, equipment that routes packet, and transmission facilities used to route packets from the originator to the destination device. Some types of data terminal equipment (DTE) can create their own packets, while other types of DTE require the conversion of their protocol into packets through the use of a packet assembler / disassemble (PAD). Packets are routed through the network by packet switches. Packet switches examine the destination of packets as they flow through the network and transfer the packets onto trunks interconnecting switches based upon the packet destination destination and network activity.

Many older pubic networks follow a standard called . It was developed during 1970s by CCITT to provide an interface between public packet-switched network and their customers. CCITT Recommendation controls the access from a packet mode DTE, such as a terminal device or computer system capable of forming packets, to the DCE at a packet mode. CCITT Recommendation controls the interface between non-packet mode devices that cannot

interface between the PAD and the host computer. CCITT Recommendation specifies the parameter settings on the PAD and specifies the interface between packet network.

LOCAL AREA NETWORK

Local area data network , normally referred to simply as local area network or LANs, are used to interconnect distributed communities of computer-based DTEs located within a building or localized group of building. For example, a LAN may be used to interconnect workstations distributed around offices within a single building or a group of buildings such as a university campus. Alternatively, it may be complex. Since all the equipment is located within a single establishment, however, LANs are normally installed and maintained by the organization. Hence they are also referred to as private data networks.

The main difference between a communication path established using a LAN and a connection made through a public data network is that a LAN normally offers much higher date transmission rates because of the relatively short physical separations involved. In the context of the ISO Reference Model for OSI, however, this difference manifests itself only at the lower network dependent layers. In many instances the higher protocol layers in the reference model are the same for both types of network.

Before describing the structure and operation of the different types of LAN, it is perhaps helpful to first identify some of the selection issues that must be considered. It should be stressed that this is only a summary; there are also many possible links between the tips of the branches associated with the figure.

1.Topology

Most wide area networks, such as the PSTN, use a mesh (sometimes referred to as a network) topology. With LANs, however, the limited physical separation of the subscriber DTEs allows simpler topologies to be used. The four topologies in common use are star,

bus ,ring and hub.

The most widespread topology for LANs designed to function as data communication subnetworks for the interconnection of local computer-based equipment is the hub topology, which is a variation a variation of the bus and ring. Sometimes it is called hub/tree topology.

2. Transmission media

Twisted pair, coaxial cable and optical fiber are the three main type of transmission medium used for LANs.

3. Medium access control methods

Two techniques have been adopted for use of the medium access control in the LANs. They are carrier-sense-multiple-access with collision detection (CSMA/CD), for bus network topologies, and control token, for use with either bus or ring networks.

CSMA/CD is used to control multiple-access networks. Each on the network “listens” before attempting to send a message, waiting for the “traffic” to clear. If two stations try to sent their messages at exactly the same time, a “collision” is detected, and both stations are required to “step back” and try later.

Control token is another way of controlling access to a shared transmission medium that is by the use of a control (permission) token. This token is passed form one DTE to another according to a defined set of rules understood and adhered to by all DTEs connected to the medium. ADTE may only transmit a frame when it is in possession of the token and, after it has transmitted the frame, it passed the token on to allow another DTE to access the transmission medium.

中文译文:

计算机网络

数据通信

图14-1是数据通信链路的简化框图。虽然图中只画了一个从设备,但它代表了多点系统中的典型从设备。主计算机的功能之一是存储供各种设备使用的应用程序。

端设备可以是计算机、打印机、键盘、CRT等,它们可以产生要发送的数字信息,也可使用所接收的数字数据。这种设备通常在内部以字为单位处理数字信息——在一个实际设备中构成一个字的所有位是并行传递的。数字数据在发送一个8对传输线,这是不经济的。那些在发送、接收数据分别完成并-串和串-并转换并进行数据链路管理的所

有电路,一般称为数据终端设备(DTE)。UART(通用异步接收/发送器)和USART(通用同步/异步接收/发送器)是实现并-串和串-并转换的设备。主DTE包括控制多点数据链路系统中信息流的线路控制部件(LCU或LinCo)。从设备一方的相应设备是工作站控制器(STACO)。如果DTE有与LCU相关的软件,则称为前端处理机(FEP)。同时,DTE也是数据链路系统中属于用户的最后一个设备。在两个DTE之间,先是调制解调器,接着是属于并有电话公司维护的通信设备。最近的调整结果是调制解调器已不属于电话公司独家管理的设备了。

数据通信设备(DCE)从DTE接收串行数据流,并将其转化成适合在话音线路上发送的某种模拟信号形式。在接收端,DCE完成相反的功能,把接收到的模拟信号转换成串行数字数据流。最简单的DCE是调制解调器或数传机。在发送端,调制解调器可以视为一种数/模转换器,而在接收端则可视为一种模/数转换器。调制解调器最常用的几种调制方式是移频键控(FSK)、移相键控(PSK)和正交调幅(QAM)。这是一种典型的使用模拟电话线路传输数据的方式。如果使用数字通信(有时称为T-载波)传输数据,则必须使用脉码调制(PCM)设备。也可以用微波传输系统进行的数据通信,当然还可以用卫星通信系统去传输数据。

如果链接DTE和DCE的电缆和信号电平都是未调整的,则所产生的偏差就是可能与生产厂家的数量成正比。电子工业协会(EIA)(由关心建立行业标准的厂家组成的组织)同意将RS-232C作为DTE和调制解调器间的标准接口。它是一个25针电缆,每一针都规定了功能及信号电平,预计RS-232C将被修订的标准所取代。

计算机网络的体系结构

计算机网络是由两个或多个计算机设备互连而成的一种复合系统,用于数据通信和资源共享。网络设计及逻辑结构应该遵循一套设计原则,包括功能的组织与数据格式和过程的描述,这就是网络的体系结构。由于这种体系结构是分层次的,故又称为一组层

次和协议。

下面两节将讨论两个重要的网络体系结构,即OSI参考模型和TCP/IP参考模型。

1.OSI参考模型

OSI模型如图14-2所示(物理介质未画出)。这一模型是基于国际标准化组织(ISO)提出的一个建议,作为用于各层次的国际标准协议的第一步。该模型也称为ISO 开放系统互连参考模型,因为它涉及开放系统的互连,即于其他系统的通信是开放的,通常简称为OSI模型。

OSI模型有7层。应该注意的是,OSI模型本身并不是一种网络体系结构,因为它不具体规定每一层所使用的确切的服务和协议。它只是说明每一层应该做什么。然而,ISO还是对各层制定出了标准,尽管这些标准不是参考模型本身的一部分。每一层都作为一个单独的国际标准来颁布。

2.TCP/IP参考模型

TCP/IP参考模型是美国国防部大约于1978年设计的一种早期的运输协议。该协议通常被视为OSI无连接工作方式的源头。TCP/IP仍在广泛的使用,并且被称为互联网事实上的行业标准。

TCP/IP有两部分:TCP和IP。TCP表明是处于运输层,IP意为是网络层。

(1)运输层有两个端到端协议,其中之一是传输协议(TCP),另一个是用户数据报协议(UDP)。TCP是一种面向连接的协议,它可以在互联网上无差错地将字节流从一台机器发送出去。UDP是一种不可靠的无连接协议,用于不希望那种TCP流控制序列,而希望只提供自身功能的场合。

(2)网络层定义了正式的分组格式及称为互联网协议的IP。该网络层的任务是将IP分组发送到指定的地方。

图14-3所示为TCP/IP参考模型。在运输层上面是应用层。应用层包括所有高层协议。早期的协议包括虚拟终IELNET、文件传送协议FTP、电子邮件(SMTP)和域名服务DNS。

广域网

广域网跨越地域很大,通常是一个国家或一个大陆。这种网络中汇集了运行各种用户程序(即应用程序)的计算机。本文还是沿用传统的称呼把它们叫做主机,在一些文献里有时也称其为端系统。这些主机是通过通信子网(有时简称子网)连接起来的。子网的任务是把报文从一个主机传送到另一个主机,就像电话系统把话音从讲话人传到收听者一样。把网络(子网)的纯通信任务与主机的应用任务分开以后,整个网络的设计工作就得到很大的简化。图14-4展示了主机与通信子网之间的关系。

广域网的分类方法很多,其中一种方法是按传输设备中的信息流分类。如果使用这种方法,可将广域网分成3种基本类型:电路交换、专线和分组交换。

1.电路交换网

电路交换网是最常用的并且是几乎所有用户都要用的网络类型。然而,公用电话交换网不限于电话公司。任何单位只要购买了合适的交换设备,就可以建立自己的内部电路交换网,而且如果需要,还可配置一至多个与公用交换网互连的接口,在公用网和他们的专用内部网之间话音和数据传输。

2.专线网

这是一种通过租用线连接的专用网。租用线是由租用客户专用的一条通信线,不须进行交换机间的交换。租用或私人线路是用户专用的。专线的优点是终端或计算机一直连在租用线上,服务的响应时间极短。

3.分组交换网

分组网络是用分组装拆设备、分组路由的设备,以及将分组从源传到目的地的设备构成的。某些类型的数据终端设备DTE可以生成他们自己的分组,而其他一些DTE则要使用分组装拆器(PAD)把其协议转化成分组。分组通过分组交换机在网上传递。当分组在网上传输时,分组交换机检查分组的目的地址,并且根据该分组的目的地址和网络的实际运行情况把分组传向互连交换机的中继结点。

早期网络的许多公用网一般都遵循标准,该标准是20世纪70年代由CCITT开发的,旨在为公用分组交换网与用户之间提供一个接口。

CCITT 建议管理从一个分组型DTE,例如从一个具有分组功能的终端设备或计算机系统,去访问一个分组结点DCE。CCITT 建议的管理没有分组功能的非分组设备与PAD 之间的接口。CCITT 建议定义的是PAD与主机之间的接口。CCITT 建议规定了PAD上的参数设定,则规定了分组网之间的接口。

局域网

局域数据网一般简称为局域网,用于在一幢楼内或局限在楼群范围内把分散的基于计算机数据终端设备互连在一起。例如,一个局域网可以把一幢楼里或像大学校园内各个楼里的各个办公室的工作站连在一起。另外,局域网也可以把分布在工厂或医院建筑群中的计算机设备连在一起。由于所有这些设备都是一个单位的,因此局域网一般也由这些单位负责安装和维护。于是这类局域网也叫做专用数据网。

用局域网方式建立的通信线路和通过公用数据网连接的线路两者的主要区别在于:因为局域网连接的设备之间相对来说距离较近,因而数据传输速率高的多。但是在ISO 的OSI参考模型中,这两种网络是没有区别的。

在叙述几种不同类型的局域网的结构和工作之前先认识一下必须考虑的有关问题可能是很有帮助的。应该强调的是,这仅仅是一个概括,因为各分支之间还可能有很多链路。

1. 拓扑结构

大多数广域网,如公共电话交换网(PSTN)就使用网状(有时称为网络)拓扑结构。而局域网,由于用户数据终端设备相距很近,可采用简单的拓扑结构。常用的有星形、总线、环形和集线器等4种拓扑结构。

应用最广的、用于本地计算机设备互连以进行数据通信的局域网拓扑结构是集线器拓扑结构。这种拓扑结构是总线和环形拓扑结构的变种。有时也称为集线器/树形拓扑结构。

2.传输媒体

双绞线、同轴电缆和光纤是局域网采用的3种主要传输媒体。

3. 媒体访问控制方法

局域网中采用了两种媒体访问控制技术。他们是用于总线网络拓扑结构的带冲突检测的载波侦听多路存取(CSMA/CD)和既可用于总线又可用于环形网络的令牌控制技术。

CSMA/CD用来控制多路存取网络。网络上的每个站点在试图发送信息前先“侦听”,等待通路空闲。如果两个站点在同一时刻要发送信息,将会检测到冲突,这两个站点必须各自“后退”一步,以后再重试。

令牌控制是另一种用令牌去控制访问共享传输媒体的方法。该令牌按所有连入媒体的DTE都知道并遵守的一套确定的规则从一个DTE传向另一个DTE。当某一DTE掌握这

一令牌时,它才能传送一帧数据,而在传送完该帧之后,要将令牌释放,以便其他DTE 访问该传输媒体。

相关主题
相关文档
最新文档