计算机专业英语的课文及翻译.doc
《计算机专业英语的课文及翻译.doc》由会员分享,可在线阅读,更多相关《计算机专业英语的课文及翻译.doc(6页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、. .Unit 8 puter NetworkingText 1 Data municationsThe end equipmentcan be puters, printers, keyboards, CRTs, and so on.They are either generates the digital information for transmission oruses the received digital data. This equipment generally operates digital information internally in word units.DT
2、E is data terminal equipment. A station controller (STACO)is the corresponding unit at the secondaries. At one time, the DTE was the last piece of equipment that belonged to the subscriber in a data link system. Between the DTEs, first is the modem, and then is the munications equipment. The municat
3、ion equipment is owned and maintained by Telco. Data munications equipment (DCE) accepts the serial data stream from the DTE. And DCE converts it to some form of analog signal suitable for transmission on voice-grade lines. At the receive end, the DCE performs the reverse function. It converts the r
4、eceived 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 be considered a form of analog-to-digital converter.
5、参考译文数据通信终端设备可以是计算机、打印机、键盘、CRT等。它们可以生成要发送的数字信息,也可以使用所接收的数字数据。这种设备通常在内部以字为单位处理数字信息。DTE一般称为数据终端设备。辅助设备一方的相应设备是工作站控制器STACO。同时,DTE也是数据链路系统中属于用户端的最后一个设备。在两个DTE之间,先是调制解调器,接着是属于Telco公司维护的通信设备。数据通信设备DCE从DTE接收串行数据流,并将其转换成适合于在语音线路上发送的某种模拟信号形式。在接收端,DCE完成相反的功能,把接收到的模拟信号转换成串行数字数据流。最简单的DCE是调制解调器或数据传送机。在发送端,调制解调器可以
6、视为一种数/模转换器,而在接收端那么可视为一种模数转换器。Text 2 Architecture of puter Networksputer network is a plex unit, it consists of two or more connected puting units. It is used for the purpose of data munication and resource sharing. Design of a network and its logical structure should ply with a set of design princip
7、les. They include: the organization of functions, the description of data formats and procedure. In the following 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 (open systems interconnection
8、) model was created by the ISO. This model is a foundation for paring protocols; However, more protocols deviate from the rules set up by the OSI model.The OSI model has seven layers. Note that the OSI model itself is not a network architecture.It just tells what each layer should do. However, ISO h
9、as also produced standards for all the layers. Each one has been published as a separate international standard.(2) the TCP/IP reference modelTCP/IP is a munication protocol; it provides many different networking services.The TCP/IP Internet protocol suite is formed from two standards: the TCP (Tran
10、smission Control Protocol) and the IP (Internet Protocol). TCP means it is on the transport layer. IP means it is on the network layer. On top of the transport layer is the application layer. It contains all the higher-level protocols. The early ones included virtual terminal (TELNET), file transfer
11、 (FTP), electronic mail (SMTP)and domain name service (DNS).As we know, TCP/IP is the foundation of the Internet.These protocols are continually changing and evolving to support the needs of the user munity.参考译文计算机网络构造计算机网络是由两个或多个计算机设备互连而成的一种复合系统,它用于数据通信和资源共享。网络设计及其逻辑构造应该遵循一套设计原那么,其中包括:功能的组织以及数据格式和过
12、程的说明。在下面的两小节里,我们将讨论两个重要的网络体系构造,即OSI参考模型和TCP/IP参考模型。(1) OSI参考模型OSI模型开放系统互联参考模型是由国际标准化组织ISO开发的一个建议。相对于其他协议来说,此种模式为根底模式。然而,更多的协议是背离OSI模型的。OSI模型有7层。应该注意的是,OSI模型本身并不是一种网络体系构造,它只是说明每一层应该做什么。然而,ISO还是对各层制定了标准,每一层都是作为一个单独的国际标准来公布的。(2) TCP/IP参考模型TCP/IP参考模型是一种传输协议,提供了许多不同的网络效劳。TCP/IP协议组由TCP传输控制协议和IP网际协议两局部组成。T
13、CP说明是处于传输层,IP意为是在网络层。在传输层上面是应用层。应用层包括所有高层协议。早期的协议包括虚拟终端TELNET、文件传送协议FTP、电子SMTP和域名效劳DNS。现在我们知道,TCP/IP协议是因特网的根底。这些协议在用户们的支持下不断地改变和进化着。Text 3 Local Area NetworkA LAN (Local area data network) is a group of puters. The work devices connected together usually within the same building. By definition, the
14、connections must be high-speed and relatively inexpensive (e.g. token ring or Ethernet). 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. LANs consist of carefully selected groups of p
15、onents (hardware and software). They are configured for the specific requirements of the organization. A LAN is generally limited to the size of a department or an organization. And a LAN often consists of 2 to 100 devices. LANs usually contain resources such as servers, printers, and connections to
16、 other networks through internetworking devices. The internetworking devices include switches and routers.In the next section we will discuss the structure of the different types of LAN.(1) TopologyMost wide area networks, such as the PSTN, use a mesh (sometimes referred to as a network) topology.Wi
17、th LANs, however, the limited physical separation of the subscriber DTEs allows simpler topologies to be used. The four topologies in mon use are star, bus, ring and hub.The most widespread topology for LANs designed to function as data munication subnetworks for the interconnection of local puter-b
18、ased equipment is the hub topology. It is a variation of the bus and ring. (2) Transmission mediaTwisted pair, coaxial cable and optical fibre are the three main types of transmission medium used for LANs.(3) Medium access control methodsTwo techniques have been adopted for use of the medium access
19、control in the LANs. One is carrier-sense-multiple-access with collision detection, and the other is control token.参考译文局域网局域数据网(局域网)由假设干计算机组成。通常是一幢楼内的工作设备被连接在一起。通过定义可知,这种连接一定是高速并且相对廉价的如:令牌网和以太网。例如,一个局域网可以把一幢楼里或像大学校园内楼群里的各个办公室的工作站连在一起。局域网是由精心挑选的各组设备硬件和软件构成的。它们根据组织的各种特殊需要来配置。局域网的大小一般限制在一个部门或者一个组织,由210
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机专业 英语 课文 翻译
限制150内