计算机网络体系结构外文翻译
计算机网络体系结构论文外文翻译

附录AWith the new network technology and application of the continuous rapid development of the computer network should. Use of becoming increasingly widespread, the role played by the increasingly important computer networks and human. More inseparable from the lives of the community's reliance on them will keep growing.In order for computers to communicate, they must speak the same language or protocol. In the early days of networking, networks were disorganized in many ways. Companies developed proprietary network technologies that had great difficulties in exchanging information with other or existing technologies; so network interconnections were very hard to build. To solve this problem, the International Organization for Standardization(ISO)created a network model that helps vendors to create networks compatible with each other.Finding the best software is not easy. A better understanding of what you need and asking the right questions makes it easier. The software should be capable of handling challenges specific to your company. If you operate multiple distribution centers, it may be beneficial to create routes with product originating from more than one depot. Few software providers though, are capable of optimizing routes using multiple depots. The provider should be able to support installation of its product. Make sure to clearly understand what training and software maintenance is offered.Obviously, selecting the right routing/scheduling software is critically important. Unfortunately, some companies are using software that may not be best suited to their operation. Logistics actives with responsibility for approving the software ought to be comfortable they've made the right decision. It is important to realize that not all routing/scheduling software is alike!There questions to ask are: Which operating system is used? How easy is the software to use? Here is a good way to tell. Ask if its graphical user interface(GUI)is flexible. Find out about installation speed - how long does it take? Is the software able to route third party customers with your core business?When was the software originally released and when was it last upgraded?In 1984, ISO released the Open Systems Interconnection(OSI)reference model, which is a well-defined set of specifications that ensures greater compatibility among various technologies. In fact, OSI is a description of network communication that everyone refers to. It is not the only network model, but it has become the primary model for network communication. You will see further in this chapter, that the TCP/IP model is only a reduced version of the OSI model. The OSI model consists of seven layers, each illustrating a particular network function.meanwhile, ASP continues to evolve. With the arrival of the millennium came the arrival of ASP version 3. 0. Version 3. 0 was released along with Internet Information Server(IIS)version 5. 0 as part of the highly anticipated Microsoft Windows 2000. By far, the most important new feature of version 3.0 is the addition of a seventh, intrinsic object called ASP Error which should greatly simplify error handling. Other new features include the addition of three new methods to the Server object, and two new methods to both the Application object and the Session object.When programmers design an image editor for example, they don't have to think about adding OSI Layer 7 capabilities to that software, because it has no need for communication with other computers. On the other hand, when creating an FTP client, they must add communication capabilities to that software. At Layer 7 we usually find Telnet, FTP, HTTP, SMTP, SNMP, or SSH. When we say, For Example, Layer 7 filtering, we refer to filtering application data, regardless of what port or computer it may come from.OSI will be a computer network architecture(architecture)is divided into the following seven:The first layer:physical layer(Physical Layer), provides communications equipment for the mechanical, electrical and functional characteristics and process for the establishment, maintenance and removal of the physical link connection. Specifically, the provisions of the mechanical properties required for network connectivity connector dimensions, pin number and order situation, etc. ;the provisions of the electrical characteristics of the physical connection in the bit stream transmission line signal level of the size, impedance matching , transfer rate from the constraints; features refers to the distribution of the various signals to the exact meaning of the signal, that is the definition of the DTE and DCE function between the various lines; order characteristics of the definition of the use of bit stream signal transmission lines for a group of rules refers to the physical connection of the establishment, maintenance, exchange of information, DTE and DCE on the circuit on double-action series. In this layer, data units known as bits (bit). Belong to the typical definition of the physical layer specification included: EIA / TIA RS-232, EIA / TIA RS-449, V. 35, RJ-45 and so on.The second layer: data link layer(Data Link Layer): in the physical layer bit stream to provide services based on adjacent node between the data link, through the provision of error control data frame(Frame)in the channel error-free transmission, and the action of the series circuit. Data link layer in the physical media is not reliable to provide reliable transmission. The role of this layer include: addressing the physical address, data framing, flow control, data error, such as re-issued. In this layer, data units known as the frame(frame). Data link layer protocol, including representatives of: SDLC, HDLC, PPP, STP, such as frame relay.The third layer is the network layerIn the computer network to communicate between two computers may be a lot of data link may also go through a lot of communication subnet. Network layer of the task is to choose a suitable inter-network routing and switching nodes, to ensure timely delivery of data. Network layer will provide the data link layer packet frame components, including network layer in the package header, which contains the logical address information - - the source site and destination site address of the network address. If you're talking about an IP address, then you are in dealing with the problem of Layer 3, which is “data packets”, rather than layer 2 of the “frame. ” IP is layer 3 part of the problem, in addition to a number of routing protocols and ARP(ARP). All things related to routing in Layer 3 processing. Address resolution and routing is an important objective of Level 3. Network layer can also achieve congestion control features such as Internet interconnection. In this layer, data packets as the unit(packet). Representatives of the network layer protocol, including: IP, IPX, RIP, OSPF, etc…The fourth tier is the transport layer process information. At fourth floor unit, also known as data packets(packets). However, when you talk about TCP protocol, such as concrete and specific when the name, TCP data unit known as paragraph(segments)and the UDP protocol data unit referred to as “datagram (data grams)”. This layer is responsible for obtaining all the information, therefore, it must be tracking data cell debris, out-of-order packets arrive in the transfer process and other possible risk. No. 4 for the upper layer to provide end-to-end(the end-user to end-users)of a transparent and reliable data transmission services. Transparent by means of transmission is transmitted in the communication process of the upper layer shielding the communication transmission system details. Representatives of the Transport Protocol: TCP, UDP, SPX, etc…The fifth layer is the session layerThis layer can also be known as the dialogue meeting between layers or layer, in the session layer and above the high-level, the data transmission is no longer the other named units, known collectively as the message. Session layer does not participate in specific transmission, It provides, including access to authentication and session management, including the establishment and maintenance of mechanisms for communication between applications. If the server to verify user login is completed by the session layer.The sixth layer is Presentation LayerThe main solution to support this level of information that the problem of syntax. For the exchange of data will be suitable for a user from the abstract syntax, into a system suitable for the use of OSI transfer syntax. To provide formatting and conversion of that data services. Data compression and decompression, encryption and decryption so that the layers are responsible for.The seventh layer application layer, application layer for the operating system, applications or network services access the network interface. Agreement on behalf of the application layer, including: Telnet, FTP, HTTP, SNMP, etc. .Through the OSI layers, information from a computer software application for transfer to another application. For example, computer A on the application to send information to the computer application B, then A computer application in information need to be sent to the Application Layer(seventh layer), and then this layer will be sent to that level of information(sixth floor), indicating that the data layer will be transferred to the session layer(fifth layer), and so continue until the physical layer(first layer). In the physical layer, data is placed in the physical network media and sent to computer B. The physical layer of computer B to receive data from the physical media, and then send information up to data link layer(second layer), data link layer and then to the network layer, until the information in order to arrive at the application layer of computer B. Finally, the application layer of computer B and then the application information to the receiving end, thus completing the communication process. The following describes the icons in the process.OSI's seven control the use of a wide range of information and other computer systems to communicate the corresponding layer. Control information contained in these special requests, and show that they correspond to the OSI layer exchange. Data at every level of the head and tail to bring the two basic forms of control information.For one to send down from the previous data, additional control information in the front as the head, attached to the back of the end of the control information is called. However, data from one level to increase the agreement and the agreement the end of the first of a OSI layer is not necessary.When the data transmission between each floor, each level in the data can be added to the head and tail, and these data have been included to increase the level of the head and tail. Agreement includes the first layer and the communication of information between layers. Head and tail as well as the data is associated with the concept, they depend on the analysis of the protocol layer module. For example, the transport layer header includes only the transport layer can be seen the information, the transport layer of the other layers below this only the first part of a data transmission. For the network layer, an information unit from the third layer composed of the first and data. The data link layer, network layer by passing down all the information that is the first and third data layer is seen as data. In other words, a given OSI layer, the information unit that contains the data from all parts of the upper head and tail, as well as data, referred to as packaging. For example, if computer A to a certain application data sent to computer B, the first data sent to the application layer. A computer in the application layer protocol data to add up and the application layer of computer B communications. Formed by the first information unit includes an agreement, data, and possibly the end of the agreement was sent to that layer, that layer of computer B and then add that layer of the control information to understand the agreement first. Information on the size of units in each level in agreement with the agreement the end of the first and add the increase in the first of these agreements and agreements contained in the computer B the end of the corresponding layers of control information to be used. In the physical layer, the entire information unit through the network transmission medium.Computer B in the physical layer unit of information received and sent to the data link layer; and B data link layer in computer A to read the data link layer protocol header added to the control of information;and then remove the agreement and the end of the first agreement, sent to the remainder of the network layer. Perform the same at every level of action: from the corresponding first layer to read the agreement and protocol tail, and remove, and then send the remaining first floor. End of application-layer implementation of these actions, the data sent to computer B on the application, the data and computer applications A is exactly the same as sent.An OSI layer and another layer of communication between the second layer is the use of the services completed. Services provided by adjacent layers help a OSI layer with another layer corresponds to the computer system to communicate. A particular layer of the OSI model is often associated with three other OSI layers contact: with the layer directly adjacent to and under the floor, as well as the objectives of the corresponding computer systems networking layer. For example, computer A's data link layer should be with the network layer, physical layer of computer B, as well as the data link layer communication.附录B为了让电脑来沟通,就必须讲同样的语言或议定书。
计算机网路英文总结2

Chapter 2 应用层(application layer)名词解释P2P:对等计算机网络(Peer-to-peer networking)API:应用程序编程接口(Application Programming Interface)Protocol )UDP:用户数据报协议,在网络中它与TCP协议一样用于处理数据包,是一种无连接的协议。
(User Datagram Protocol)POP3:,即“邮局协议版本3”。
是TCP/IP协议族中的一员,由RFC1939 定义。
本协议主要用于支持使用客户端远程管理在服务器上的电子邮件。
(Post Office Protocol - Version 3)IMAP:邮件访问协议它的主要作用是邮件客户端可以通过这种协议从邮件服务器上获取邮件的信息,下载邮件等。
(Internet Mail Access Protocol)Telnet:远程登录协议。
用于实现互联网中的远程登录功能。
FTP:文件传送协议。
用于实现Internet中交互式文件传输(File Transfer Protocol )SMTP:简单邮件传送协议。
用于实现Internet中电子邮件传输。
(Simple Mail Transfer Protocol)DNS:域名系统。
用于实现网络设备名字到IP地址映射的网络服务。
(Domain Name System)SNMP:简单网络管理协议。
用于管理与监视网络设备。
(Simple Network Management Protocol)HTTP:超文本传送协议。
用于www服务。
(Hyper Text Transfer Protocol)1.三种网络体系结构客户机/服务器结构(C/S):这种结构分两个部分:服务器和客户机。
服务器就只提供服务,响应客户机的请求;客户机向服务器发送请求,并接收服务。
P2P结构(文件传输,bt种子):P2P是一种点对点的结构,在纯P2P结构中,没有服务器,每一台接入网络的电脑都是平等的,既作为服务的申请者和使用者,也作为服务的响应者和提供者。
计算机网络介绍中英文

计算机网络介绍中英文计算机网络基础介绍(英文)AD:Introduction to Computer NetworkComputer network is a system connecting two or more computers. A computer network allows user to exchange data quickly, access and share resources including equipments, application software, and information.Data communications systems are the electronic systems that transmit data over communications lines from one location to another. You might use data communications through your microcomputer to send information to a friend using another computer. You might work for an organization whose computer system is spread throughout a building, or even throughout the country or world. That is, all the parts—input and output units, processor, and storage devices—are in different places and linked by communications. Or you might use telecommunications lines—telephone lines—to tap into information located in an outside data bank. You could then transmit it to your microcomputer for your own reworking and analysis.To attach to a network, a special-purpose hardware component is used to handle all the transmission. The hardware is called a network adapter card or network interface card (NIC), it is a printed circuit board plugged into a computer's bus, and a cable connects it to a network medium.Communications networks differ in geographical size. There are three important types: LANs, MANs, and WANs.Local Area Networks Networks with computers andperipheral devices in close physical proximity—within the same building, for instance—are called local area networks (LANs). Linked by cable-telephone, coaxial, or fiber optic. LANs often use a bus form organization. In a LAN, people can share different equipments, which lower the cost of equipments. LAN may be linked to other LANs or to larger networks by using a network gateway. With the gateway, one LAN may be connected to the LAN of another LAN of another office group. It may also be connected to others in the wide world, even if their configurations are different. Alternatively, a network bridge would be used to connect networks with the same configurations.There is a newly development for LANs: WLAN. A wireless LAN (WLAN) is a flexible data communication system implemented as an extension to, or as an alternative for, a wired LAN within a building or campus. Using electromagnetic waves, WLANs transmit and receive data over the air, minimizing the need for wired connections. Thus, WLANs combine data connectivity with user mobility, and, through simplified configuration, enable movable LANs.Over the recent several years, WLANs have gained strong popularity in a number of vertical markets, including the health-care, retail, manufacturing, warehousing, and academic arenas.These industries have profited from the productivity gains of using hand-held terminals and notebook computers to transmit real-time information to centralized hosts for processing. Today WLANs are becoming more widely recognized as a general-purpose connectivity alternative for a broad range of business customers.Applications for Wireless LANs Wireless LANs frequently augment rather than replace wired LAN networks—oftenproviding the final few meters of connectivity between a backbone network and the mobile user. The following list describes some of the many applications made possible through the power and flexibility of wireless LANs:●Doctors and nurses in hospitals are more productive because hand-held or notebook computers with wireless LAN capability deliver patient information instantly.●Consulting or accounting audit engagement teams or small workgroups increase productivity with quick network setup.●Network managers in dynamic environments minimize the overhead of moves, adds, and changes with wireless LANs, thereby reducing the cost of LAN ownership.●Training sites at corporations and students at universities use wireless connectivity to facilitate access to information, information exchanges, and learning.●Network managers installing networked computers in older buildings find that wireless LANs are a cost-effective network infrastructure solution.●Retail store owners use wireless networks to simply frequent network reconfiguration.●Trade show and branch office workers minimize setup requirements by installing preconfigured wireless LANs needing no local MIS support.●Warehouse workers use wireless LANs to exchange information with central databases and increase their productivity.●Network managers implement wireless LANs to provide backup for mission-critical applications running on wired networks.●Senior executives in conference rooms make quickerdecisions because they have real-time information at their fingertips.The increasingly mobile user also becomes a clear candidate for a wireless LAN. Portable access to wireless networks can be achieved using laptop computers and wireless NICs. This enables the user to travel to various locations–meeting rooms, hallways, lobbies, cafeterias, classrooms, etc.–and still have access to their networked data. Without wireless access, the user would have to carry clumsy cabling and find a network tap to plug into.Metropolitan Area Networks These networks are used as links between office buildings in a city. Cellular phone systems expand the flexibility of MAN by allowing links to car phones and portable phones.Wide Area Networks Wide area networks are countrywide and worldwide networks. Among other kinds of channels, they use microwave relays and satellites to reach users over long distances. One of the most widely used WANs is Internet, which allows users to connect to other users and facilities worldwide.计算机网络基础介绍(译文)计算机网络是连接两个或多个计算机的系统,它允许用户快速地交换数据,访问和共享包括设备、应用软件和信息在内的资源。
Computer network中英文对照简介

Computer network计算机网络A computer network is a group of more computers connected to each electronically. This means that the computers can "talk" to each other and that every computer in the network can send information to the others. Usually, this means that the speed of the connection is fast - faster than a normal connection to the Internet.计算机网络是一组多台计算机连接到每个电子。
这意味着计算机可以“讲”给对方,并且每一个在网络上的计算机可以将信息发送到其他。
通常情况下,这意味着连接速度快 - 速度比正常的连接到互联网。
Some basic types of computer networks include:▪ A local area network (often called a LAN) connects two or more computers, and may be called a corporate network in an office or business setting.▪An "internetwork", sometimes called a Wide Area Network (because of the wide distance between networks) connects two or more smaller networks together. The largest internetwork is called the Internet.计算机网络的一些基本类型包括:局域网络(通常被称为一个LAN)连接两个或更多的计算机,并可能被称为一个企业网络,在办公室或业务设置。
计算机与网络英汉对照词汇

计算机与网络英汉对照词汇(U-Z)篇计算机与网络英汉对照词汇(U-Z)篇[U]UDA 统一数据读取UML 统一建模语言UTP 无屏蔽双绞线URL 统一资源定位格式UPS 不间断电源Ultra DMA 33 同步DMA协定UNIX 32位操作系统UNIX 操作系统USB 通用串行总线Users and Groups 用户和(小)组User Datagram Protocol 用户数据报协议User Agent 用户代理USENET USENET网Unshielded Twisted Pair 非屏蔽双绞线UNIX-to-UNIX Copy Program UNIX系统间文件拷贝程序UNIX System Laboratories UNIX系统实验室UNIX International UNIX国际UNIX UNIX操作系统Unit of Work 作业单元,工作单元Uninterruptible Power Supply 不间断电源Unified Network Management Architecture (UNMA),AT&T AT&T的统一网络管理体系结构[V]Virtual Desktop 虚拟桌面VoxML 语音标记语言Video Compression 视频压缩Virtual reality 虚拟现实VOD 视频传播系统VESA 视频电子标准协会VRML 虚拟现实建模语言VESA 视频电子标准Volume Spanning 卷宗的跨越Volumes,NetWare NetWare的卷宗Virtual Terminal(VT)虚拟终端Virtual Telecommunication Access Method 虚拟远程通信访问方法Virtually Integrated Technical Architecture Lifecycle 虚拟集成技术体系结构生命周期Virtual File Systems 虚拟文件系统Virtual Data Networks 虚拟数据网Virtual Circuit 虚电路VINES,Banyan Banyan的VINES操作系统Videoconferencing and Desktop Video 电视会议和台式(桌面)视频系统Very Small Aperture Terminals(VSATs)卫星小站电路设备Vertical Wiring 垂直布线系统Vendor Independent Messaging (VIM),Lotus Lotus 的厂商无关消息传递应用程序编程接口“V dot”Standards,CCITT CCITT(ITU)的“V点”标准VAX,Digital Equipment Corporation(DEC)数字设备公司(DEC)的 VAXValue-Added Carrier 增值网[W]WINS IP解析WYSIWYG 所见即所得WEB VOD WEB视频点播Wizard 向导Wavetable 波表合成WindowsCE 操作系统WAP 无线应用协议Workstation 工作站Workplace OS Workplace操作系统Workgroups 工作组,(用户)组Workflow Software 工作流软件Wiring 布线Wireless Mobile Communication 无线移动通信Wireless LAN Communication 无线局域网通信Windows Telephony Application Interface Windows 电话应用程序接口Windows Sockets API Windows套节字(嵌套字)APIWindows Open System Architecture(WOSA)Windows开放式系统体系结构(WOSA)Windows NT Advanced Server,Microsoft Microsoft的 Windows NT高级服务器操作系统Windows NT,Microsoft Microsoft的Windows NT操作系统Windows for Workgroups,Microsoft Microsoft的Windows for Workgroups操作系统Wide Area Networks 广域网WHOIS(“Who Is”) WHOIS数据库[X]XUL 扩展用户接口语言XON/XOFF 异步通信协议X2/DSL 调制解调器XSLT XSL变换描述XUL 扩展用户接口语言XQL XML查询语言XML 扩展标签语言X Window X窗口,X Windows图形用户接口X/Open X/Open公司,X/Open国际联盟有限公司XMODEM Protocol XMODEM协议Xerox Network System Xerox网络系统X.500 Directory Services X.500目录服务X.400 Message Handling System X.400消息处理系统X.25 X.25 协议[Y]Ymodem Ymodem协议[Z]Zmodem Zmodem协议Zip Drive Zip驱动器ZIP 压缩文件格式Zone Multicast Address,AppleTalk AppleTalk的区广播地址Zone Information Table(ZIT),AppleTalk AppleTalk 的区信息表Zone Information Protocol(ZIP),AppleTalk AppleTalk的区信息协议Zone,AppleTalk AppleTalk 的区,AppleTalk的域ZMODEM Protocol ZMODEM 协议。
计算机与网络英汉对照词典

计算机与网络英汉对照词典[A]Alphamosic Graphics字母镶嵌图形Active Directory动态目录ADSI动态目录服务接口Autosizing自动调整大小Anonymous FTP 匿名文件传输Access Control 访问控制ARP 地址解析协议API 应用程序界面ACL 访问控制表Attenuation 衰减ARP 地址解析协议Adapter 适配器Average seek time 平均寻道时间Authorization 授权,认证Adapter 适配器A3D 3D定位音效技术Acrobat Adobe阅读软件AC97 音响数字/模拟转换ACL 访问控制表A3D Aureal声音技术ATAPI AT附件包接口aliasing 混淆utoexec.bat 自动批处理文件API 应用程序设计接口ASP 服务器开发专用脚本ADSL 非对称数字用户线路AVI 影音文件ADSL 非对称数字用户环线Algorithm 算法Alpha DEC公司微处理器Authorwsre Authorware 多媒体创作软件AMI BIOS BIOS基本输入/输出系统AGP 加速图形接口Aactive matrix 动态矩阵Aactive Network 动态网络Authentication and Authorization 鉴别与授权Auditing 审计,计审At Work Architecture,Microsoft Microsoft的At Work体系结构-------------------------------------------------------------------------------- [B]BISDN宽带综合业务数字网BRI基本速率接口BIS商务信息系统Bundled Software捆绑软件Bluetooth蓝牙Back Door 后门Bridge 网桥Bit 比特Backup 备份Beta Test Beta测试Bookmark 书签BASIC 编程语言B2B 商务对商务Bandwidth 带宽BBS 电子布告栏系统Beta 测试第二版bit 位Bug 程序缺陷、臭虫Byte-Oriented Protocol 面向字节规程Bus Topology 总线拓扑Bursts 突发传送Burst Mode,NetWare NetWare的突发方式Bulletin Board System 公告牌系统Brouter(Bridge/router)桥路器(桥接器/路由器)Broadcast Storm 广播风暴Broadcast 广播Broadband Services 宽带(通信)服务Broadband ISDN 宽带综合业务数字网Bridging 桥接Breakout BoX 中断盒Border Gateway Protocol 边界网关协议BNC Connector BNC连接器Block Suballocation 磁盘块再分配Bit-Oriented Protocol 面向位协议BITNET BITNET网Bindery 装订Binary Synchronous Communications 二进制同步通信(规程)Bell Operating Companies 贝尔运营公司Bell modem Standards 贝尔调制解调器标准Bellman-Ford Distance-Vector Routing Algorithm Bellman-Ford距离向量--------------------------------------------------------------------------------[C]CFTV付费电视CDMA码分多址技术CRC循环冗余检查CD-ROM只读光盘机CMIP 通用管理信息协议Cable 电缆Cable Modem 电缆调制解调器Chipset 芯片组CNNIC 中国互联网络信息中心CRT 阴极射线管Cache 高速缓冲存储器Client/Server 客户机/服务器Cookie 网络小甜饼Cache 高速缓冲存储器CMOS 可读写芯片CGI 公共网关接口Cryptography 密码术;密码学Corporation for Open Systems 开放系统公司Copper Distri but ed Data Interface 铜质分布式数据接口Cooperative Accessing 协同处理Controlled Access Unit 受控访问单元Contention 争用Container Objects 所有者对象Connection-Oriented and Connectionless Protocols 面向连接和无连接协议Connectionless Network Protocol 无连接网络协议Connectionless and Connection-Oriented Transactions 无连接和面向连接事务Configuration Management 配置管理Conditioning 调节Concentrator Devices 集中器设备Compression Techniques 压缩技术Compound Documents 复合文档Complex Instruction Set Computer 复杂指令系统计算机Communication Services 通信服务Communication Server 通信服务器Communication Controller 通信控制器Communication 通信Common Programming Interface for Communication IBM IBM的通信公用编程接口Common Open Software Environment 公用开放软件环境Common Object Request Broker Architecture 公用对象请求代管者体系结构Common Object Model 公用对象模型--------------------------------------------------------------------------------[D]Dvorak Keyboard Dvorak键盘DDR双倍速率SDRAMDAO 数据访问对象Daemon 后台程序DTR 数据终端就绪DASD 直接访问存储设备DMI 桌面管理界面DPI 打印分辨率DHCP 动态主机配置协议Driver 驱动程序DDN 数字数据网络DRAM 动态随机存取内存DSL 数字用户环线Desktop 桌面、台式电脑Download 下载Digital camera Digital camera 数码相机Dynamic Routing 动态路由选择Dynamic Data Exchange 动态数据交换Duplex Transmission 双工传输Duplexed Systems 双工系统Downsizing 向下规模化,下移DOS Requester,NetWare NetWare礑OS请求解释器Domains 域Domain Name Service 域名服务Document Management 文档管理Document Interchange Standards 文档交换标准Distri but ed System Object Model 分布式系统对象模型Distri but ed Relational Database Architecture 分布式关系数据库体系结构Distri but ed Queue Dual Bus 分布式队列双总线Distri but ed Processing 分布式处理Distri but ed Objects EveryWhere(DOE),SunSoft SunSoft的全分布式对象Distri but ed Object Management Systems 分布式对象管理系统Distri but ed Object Management Facility(DOMF),Hewlett-Packard HP的分布式对象管理设施Distri but ed Name Service,DEC DEC的分布式命名服务Distri but ed Management Environment 分布式管理环境Distri but ed Management 分布式管理Distri but ed File Systems 分布式文件系统Distri but ed File System,OSF DCE OSF DCE的分布式文件系统Distri but ed Database 分布式数据库Distri but ed Computing Environment(DCE),OSF 开放软件基金会(OSF)的分布式计算环境--------------------------------------------------------------------------------[E]Edge Device 边界设备Email Filter 电子邮件过滤器EPP 增强型并行端口Extranet 外联网EISA总线扩展工业标准结构External Bus 外部总线EDO RAM 动态存储器Ethernet 以太网Email client 电子邮件客户端程序Exterior Gateway Protocols 外部网关协议Extended Industry Standard Architecture Bus 扩展工业标准体系结构(EISA)总线EtherTalk EtherTalk 适配器Ethernet100VG-AnyLAN(Voice Grade)100VG-AnyLAN(语音级)以太网Ethernet 100Base-X 100Base-X以太网Ethernet 10BaSe-T(Twisted-pair)10Base-T(双绞线)以太网Ethernet 10Base-5(Thicknet)10Base-5(粗电缆)以太网Ethernet 10Base-2(Thinnet)10Base-2(细电缆)以太网Ethernet 以太网Error Detection and Correction 检错和纠错Enterprise System Connections(SCON),IBM IBM的企业级系统连接Enterprise System Architecture,IBM IBM的企业级系统体系结构Enterprise Networks 企业网Enterprise Management Architecture,DEC DEC的企业(点)管理体系结构End System-to-Intermediate System(ES-IS)Routing 端系统对中间系统Encryption 加密Encina Encina应用程序Encapsulation 封装E-Mail 电子函件Elevator Seeking 电梯式查找[寻道]算法Electronic Software Distri but ion(ESD)and Licensing 电子软件分发(ESD)和特许(ESL)Electronic Mail Broadcasts to a Roaming Computer 对漫游计算机的电子函件广播Electronic Mail 电子函件Electronic Industries Association 电子工业协会Electronic Data Interchange 电子数据交换Electromagnetic Interference 电磁干扰EISA(Extended Industry Standard Architecture)Bus EISA(扩展工业标准体系结构)总线EIA/TIA 568 Commercial Building Wiring Standard EIA/TIA 568 商用建[F]File Server文件服务器FCC & BCC转发与密送Flash动画制作软件Failback 自动恢复FAT 文件分配表FTP Server 文件传输服务器Fax modem 传真调制解调器FDDI 光纤分布式数据接口FAT 文件分配表FLASH 动感网页制作工具FTP 文件传输协议FAT32 32位文件分配表Firewall 防火墙Flash FlashFull-Duplex Transmissions 全双工传输Front-End System 前端(台)系统Front-End Processor 前端(台)处理机Frequency Division Multiplexing 频分多路复用Frames in Communication 通信帧Frame Relay 帧中继Fractional T1/Fractional T3 部分T1/部分T3Forwarding 转发Flow Control Methods 流控方法FINGER FINGER实用程序Filtering 筛选,过滤File Transfer Protocol 文件传输协议File Transfer Access and Management 文件传输访问和管理File Systems in the Network Environment 网络环境中的文件系统File Systems,Distri but ed 分布式文件系统Filesharing 文件共享File Server 文件服务器Fileand Directory Permissions,Windows NT Windows NT的文件和目录许File and Directory Attri but es,NetWare NetWare的文件和目录属性Fiber Channel 光纤通道Fiber-Optic Cable 光缆Fiber Distri but ed Data Interface 光纤分布式数据接口Federated Naming Services,SunSoft ONC SunSoft ONC的联合命名服务Federated Database 联合数据库Federal Information Processing Standards 联邦信息处理标准FAX Servers 传真服务器--------------------------------------------------------------------------------[G]GPRS通用分组无线业务GPRS通用分组无线业务3G 第三代移动通信GUI 图形用户界面Gateway 网关Groupware 群件Groups 组Grounding Problems 接地问题Government OSI Profile 政府OSI框架文件Glue,Oracle Oracle的Glue解决方法Global Naming Services 全局命名服务Gateway-to-Gateway Protocol 网关对网关协议Gateway 网关,信关--------------------------------------------------------------------------------[H]HDF 层次型数据格式Hardware 硬件HTTP 超文本传输协议Hacker 黑客HTML 超文本标记语言HUB 集线器HTTP 超文本传输协议HTML 超文本链接标示语言Hard Disk 硬盘Hubs Hub,集线器,集中器Hub Management Interface Hub管理接口Hot Fix,Novell NetWare Novell NetWare的热修复Host 主机Horizontal Wiring System 水平布线系统Hop 跳跃(计)数,过路数,中继数Homogeneous Network Environments 同构网络环境Home Directory 私人目录High-Speed Serial Interface 高速串行接口High-Speed Networking 高速联网高速网包括传输速度高于在1990年前占主导地位的传统传输速度的LAN和WHigh Performance Routing(HPR),IBM IBM 的高性能路由选择High Performance Parallel Interface 高性能并行接口High Performance File System 高性能文件系统High-Level Data Link Control 高级数据链路控制(规程)High Capacity Storage System(HCSS),Novell NetWare Novell NetWare的大容量存储系统High-bit-rate Digital Subscriber Line 高位速率数字用户专用线Heterogeneous Network Environments 异构网络环境Hermes,Microsoft Microsoft的企业网管理系统Handshaking 握手,联络,信号交换Half-Duplex Transmission 半双工传输--------------------------------------------------------------------------------[I]IMAP4信息访问协议4Insert Mode插入模式iPAQ Pocket PCIIS Internet信息服务器IB 智能大厦IrDA 红外线传输装置IIS 网络信息服务器IA 信息家电INF File 适配器安装信息文件Instructions Cache 指令缓存INF File 信息文件Internet backbone Internet骨干网Interface 界面Icon 图标Icon 图标Icon 图标Icon 图标Icon 图标IT 信息技术产业Internal Bus 内部总线IIS Internet信息服务器IT 信息技术IDE 集成驱动电子设备IP 网络协议IRC 互联网中转聊天ICP 互联网内容提供商ICP 互联网内容提供商Isohronous Service 等时服务IS-IS Interdomain Routing Protocol IS-IS域间路由选择协议ISDN/B-ISDN 综合业务数字网/宽带综合业务数字网Iridium System 铱系统Interrupts 中断Interprocess Communication 进程间通信Interoperability 互操作性,互用性Internetwork Routing 网间路由选择Internetwork Packet Exchange 网间分组交换Internetworking 网络互联Internet Protocol Internet网络协议,因特网协议Internet Engineering Task Force Internet工程任务组Internet Internet网因特网-------------------------------------------------------------------------------- [J]JPEG 联合图像专家组规范JSP 网页控制技术Java 编程语言Jukebox Optical Storage Device 自动换盘光盘存储设备Jabber 超时传输,Jabber传输[K]Key recovry 密钥恢复Knowbots Knowbots智能程序Key Encryption Technology 密钥加密技术Kernel 操作系统内核Kermit Kermit文件运输协议Kerberos Authentication Kerberos鉴别-------------------------------------------------------------------------------- [L]LCD 液晶显示屏Light Cabel 光缆Leased line 专线LPT 打印终端LPT 打印终端接口LAN 局域网LU 6.2 LU 6.2协议Lotus Notes Lotus的Notes软件Logons and Logon Accounts 用户登录和登录帐号Login Scripts 登录原语Logical Units 逻辑单元Logical Links 逻辑链路LocalTalk LocalTalk网Local Procedure Calls 本地过程调用Local Loops 局部环路Local Groups 本地组Local Exchange Carrier 本地交换电信局Local Area Transport 局域传输协议Local Area NetWorks 局域网Local Access and Transport Area 本地访问和传输区域Load-Balancing Bridges 负载平衡桥接器,负载平衡网桥Link State Routing 链路状态路由选择Link Services Protocol,NetWare NetWare的链路服务协议Link Layer 链路层Link Access Procedure 链路访问规程Line Conditioning 线路调节Licensing Server API 许可证服务器APILegacy Systems 保留系统Leased Line 租用线路Learning Bridges 自学习桥接器Leaf Objects 叶对象Layered Architecture 分层体系结构Large Internetwork Packet Exchange 大型网间分组交换Laptop Connections 膝上机联网LAN Workplace Products,Novell Novell的LAN Workplace产品,Novell的局域网Wo rkplace产品LAN Troubleshooting 局域网故障诊断LANtastic LANtastic局域网操作系统LAN Server 局域网服务器LAN Requester 局域网请求解释器LAN Manager,Microsoft Microsoft的局域网管理器,Microsoft的LAN Manager--------------------------------------------------------------------------------[M]Mosaic 摩塞克浏览器MO 磁性光盘Mac OS Mac操作系统MO 磁光盘MCSE 微软认证系统工程师MUD 分配角色的游戏环境Mainbus 系统总线Mainboard 主板MAN 城域网Memory Stick Memory Stick 存储棒MSI MSI 微星科技Multistation Access Unit 多站访问部件Multipurpose Internet Mail Extension Internet多功能邮件传递扩展标准Multiprotocol Transport Network(MPTN),IBM IBM的多协议传输网络Multiprotocol Router 多协议路由器Multiprotocol Networks 多协议网络Multiprocessor Systems 多处理器系统Multiprocessing 多处理器处理Multiplexing 多路复用技术Multimedia 多媒体Multidrop(Multipoint)Connection 多点连接MOTIS(Message Oriented Text Interchange System)MOTIS(面向消息的文本交换系统)Motif Motif 工具Modems 调制解调器Mobile Computing 移动计算Mirroring 镜像Middleware 中间件Microwave Communication 微波通信Micro-to-Mainframe Connectivity 微型计算机到大型计算机的互联性Microsoft At Work Architecture Microsoft At Work体系结构Microsegmentation 微分段Microkernel 微内核Microcom Networking Protocol(MNP)Microcom的联网协议MicroChannel Architecture(MCA)Bus 微通道体系结构(MCA)总线Metropolitan Area Networks 城域网Messaging Application Programming Interface 消息应用程序编程接口Messaging API,Inter-Application 应用程序间的消息传递APIMessaging API,E-mail E-mail的消息传递APIMessage Transfer Agent 消息传送代理Message Queuing Interface(MAI),IBM IBM的消息排队接口--------------------------------------------------------------------------------[N]NOC网络操作中心NAT网址解析NOC网络操作中心NAT 网址解析NDIS 网络驱动程序接口Network Architecture 网络体系结构NSR 渲染引擎NFS 网络文件系统NAT 网址转换NWLink IPX/SPX协议微软执行部分NetBIOS 网络基本输入/输出系统Network interface card 网卡NTFS(New Technology File System)NTFS(新技术文件系统)Novell Novell公司Node 节点,结点,网点Network Troubleshooting 网络故障诊断与维修Network Service Protocol,DEC DEC网络服务协议Networks 网络NetWork Management 网络管理Network Layer,OSI Model OSI模型的网络层Network Interface Card 网络接口卡Networking Blueprint 联网方案Network File System 网络文件系统Network Dynamic Data Exchange 网络动态数据交换Network Driver Standards 网络驱动程序标准Network Driver Interface Specification 网络驱动程序接口规范NetWork Control Program 网络控制程序Network Architecture 网络体系结构NetWare Volumes NetWare的(文件)卷宗NetWare Shell NetWare工作站外壳程序NetWare SFT Level ⅢNetWare的三级系统容错NetWare Products NetWare软件产品NetWare Loadable Module NetWare的可装入模块NetWare Link Service Protocol NetWare的链路服务协议NetWare Electronic Software Distri but ion NetWare的电子软件分发NetWare Disks,Partitions,and Volumes NetWare的磁盘、分区和卷宗NetWare Core Protocol NetWare的核心协议NetWare NetWare网络操作系统NetView,IBM IBM的NetView网络管理系统NetLS(Network License Server)NetLS(网络许可权服务器)--------------------------------------------------------------------------------[O]OEM原装备生产厂商OH调制解调器连线OSD 屏幕视控系统OAW 光学辅助温式技术OA 办公自动化Open Source 开放源代码OSF/1,Open Software Foundation 开放软件基金会OSF/1操作系统OS/2 OS/2操作系统Organization Containers 机构包容器对象Optical Libraries 光盘库,光盘存储库Optical Fiber 光纤Open View Management System,Hewlett-Packard HP的Open VieW管理系统Open Systems Interconnection(OSI)Model 开放式系统互联(OSI)模型Open Systems 开放式系统Open Software Foundation(OSF)开放软件基金会(OSF)Open Shortest Path First(OSPF)Protocol 优先开放最短路径(OSPF)协议Open Network Computing(ONC),SunSoft SunSoft的开放式网络计算环境Open Messaging Interface(OMI)开放消息传递接口Open Document Architecture 开放文档体系结构OpenDoc Alliance,Apple Apple的OpenDoc联盟OPEN DECconnect Structured Wiring 开放DECconnect结构化布线系统OpenData-link Interface 开放数据链路接口Open Database Connectivity(ODBC),Microsoft Microsoft的开放式数据库互联性Open Collaborative Environment(OCE),Apple Apple的开放协作环境On-line Transaction Processing 联机(在线)事务处理Objects,NetWare Directory Services NetWare目录服务中的对象Objects 对象,目标,实体Object Request Broker 对象请求代管者Object-Oriented echnology 面向对象技术Object-Oriented Interfaces and Operating Systems 面向对象接口和操作系统Object-Oriented Database 面向对象数据库Object Management Group 对象管理组织Object Management Architecture 对象管理体系结构Object Linkingand Embedding 对象链接与嵌入Object Broker,DEC DEC的对象代理者软件,DEC的Object Broker软件--------------------------------------------------------------------------------[P]Packetsniffer包嗅探器PHP4嵌入式脚本描述语言Push Technology推技术PVM并行虚拟机Path 路径、通路PKI 公开密钥基础设施Pull-down Menu 下拉菜单PAP 密码验证协议PnP 即插即用PCL 打印机指令语言PDS 个人数字系统PCI 周边元件扩展接口POP3 高级网络协议PHP 服务器端编程语言Plasma Display Plasma Display 等离子显示器Punchdown Block 穿孔板,分线盒Pulse-Code Modulation 脉码调制,脉冲代码调制Public Switched Data NetWork 公共交换数据网Public Key Cryptographic Systems 公开密钥加密系统Public Data NetWorks(PDNs)公用数据网(PDN)PU2.1 物理单元(PU)2.1Protocol Stack 协议栈Protocols,Communication 通信协议Protocol Data Unit 协议数据单元Protocol Converters 协议转换器Protocol Analyzers 协议分析器(程序)Protected of Data 数据的保护Protected Mode (受)保护模式Properties of Objects 对象的性质,对象的特性Propagation Delay 传播延迟Project DOE(Distri but ed Objects Everywhere)企业(工程)DOE(全分布式对象)Private Network 私用网,专用网Private Key Cryptography 私用密钥密码学Privacy Enhanced Mail 增强安全的私人函件Print Server 打印服务器Printingon NetWare Networks NetWare网上打印(服务)Premises Distri but ion System 规整化布线系统Preemptive Multitasking 抢先多任务处理PowerPC PowerPC微处理里器系列PowerOpen Environment PowerOpen环境[Q]|龙哥救急呀,我的Win2k(professional)中了“红色代码III”病毒,该如何手动清除?Quadrature Amplitude Modulation 正交振幅调制,正交调幅--------------------------------------------------------------------------------[R]RDRAM高频DRAMRAID 冗余独立磁盘阵列Registry 注册表RISC CPU 精简指令集CPURegistry 注册表RDRAM Rambus动态随机存取内存RSA Data Security RSA数据安全性RSA数据安全性Routing Protocols 路由选择协议Routing Information Protocol 路由选择信息协议Routing,OSI OSI的路由选择Routing,NetWare NetWare的路由选择Routing,Internet Internet路由选择Routing,IBM IBM路由选择Routing,AppleTalk AppleTalk路由选择AppleTalk路由选择Routers 路由器RJ-11and RJ-45 Connections RJ-11和RJ-45连接Ring Network Topology 环网拓扑结构环网拓扑结构Rights(Permissions)in Windows NT Windows NT权限(准许权限)Rightsin Windows for Workgroups Windows for Workgroups中的权限Rightsin Novell NetWare Novell NetWare中的权限RG-62 Coaxial Cable RG-62同轴电缆RG-58 Coaxial Cable RG-58同轴电缆Replication 复制Repeater 中继器,重复器Remote Procedure Call 远程过程调用Remote Access Software 远程访问软件Regional Bell Operating Companies(RBOC)地方贝尔运营公司Redundant Arrays of Inexpensive Disks(RAID)廉价磁盘冗余阵列Reduced Instruction Set Computer 精简指令系统(集)计算机Redirector 重定向器(程序)RAM Mobile Data RAM 移动数据公司Radio Networks 无线电网络--------------------------------------------------------------------------------[S]SSL安全套层SAA系统应用架构SMP 对称多处理结构SET 安全电子商务协议SNA 系统网络结构Subnet 子网SSL 安全套接层协议Server 服务器SMP 对称式多处理器Serial Interface 串行接口SOHO 小型办公与家庭办公Scanner 扫描仪Search Engine 搜索引擎Screen Saver 屏幕保护程序Socket 7 接口结构SONET 同步光纤网SMTP 简单邮件传送协议SCSI 小型计算机系统接口SGRAM 同步图形动态随机存取内存SDRAM 同步动态随机存取内存SystemView,IBM IBM的SystemView网络管理系统Systems Network Architecture(SNA),IBM IBM 系统网络体系结构Systems Application Architecture 系统应用体系结构System Object Model(SOM),IBM IBM的系统对象模型(SOM)System Fault Tolerance 系统容错Synchronous Optical Network 同步光纤网Synchronous Data Link Control 同步数据链路控制(规程)Synchronous Communication 同步通信Symmetrical Multiprocessing 对称多处理Switching Hubs 交换式集线器Switched Virtual Circuit 交换式虚电路Switched Services 交换式服务Switched Multimegabit Data Service 交换式多兆位数据服务Switched-56 Services Switched-56服务,交换式56服务Surge Suppressors 浪涌电压抑制器,电涌抑制器Supervisor 超级用户,监管员SunOS,SunSoft SunSoft的SunOS操作系统SunNet Manager,Sun Microsystems,Inc.Sun公司的SunNet Manager Sun Microsystems,Inc.Sun 微系统公司SunLink Network Sunlink网--------------------------------------------------------------------------------[T]TFT 有源矩阵彩色显示器TFTP 小文件传输协议Transport layer 传输层Taskbar 任务条Twisted-Pair Cable 双绞线,双绞线电缆Tuxedo,UNIX System Laboratories UNIX系统实验室的Tuxedo中间件Tunneling 管道传送,隧道,管道传输Trustees 受托者Troubleshooting 故障诊断与维修,排错Trivial File Transfer Protocol 普通文件运输协议Transport Protocol 传输协议Transport Layer Interface 运输层接口Transport Layer,OSI Model OSI模型的运输层Transmission Media,Methods,and Equipment 传输介质、方法和设备Transmission Control Protocol/Internet Protocol 传输控制协议/Internet协议Transfer Rates 传输率Transceiver,Ethernet 以太网收发器,以太网的接收发送器Transaction Processing 事务处理Topology 拓扑结构Token Ring NetWork 令牌环网Token Bus NetWork 令牌总线网Token and Token Passing Access Methods 令牌和令牌传递访问方式Time Synchronization Services 时间同步服务Time Domain Reflectometer 时域反射计(仪,器)Throughput 吞吐率,处理能力Threads 线程Testing Equipment and Techniques 测试设备和技术Terminator 终端器,终结器,终止器Terminal Servers 终端服务器Terminal 终端Telnet Telnet程序Telenet Telenet网Telecommunication 电信,远程通信Technical Office Protocol 技术办公系统协议TeamLinks,DEC DEC的群件TeamLinksTaligent Taligent公司T1/T3 Services T1/T3服务--------------------------------------------------------------------------------[U]UDA统一数据读取UML 统一建模语言UTP 无屏蔽双绞线URL 统一资源定位格式UPS 不间断电源Ultra DMA 33 同步DMA协定UNIX 32位操作系统UNIX 操作系统USB 通用串行总线Users and Groups 用户和(小)组User Datagram Protocol 用户数据报协议User Agent 用户代理USENET USENET网Unshielded Twisted Pair 非屏蔽双绞线UNIX-to-UNIX Copy Program UNIX系统间文件拷贝程序UNIX System Laboratories UNIX系统实验室UNIX International UNIX国际UNIX UNIX操作系统Unit of Work 作业单元,工作单元Uninterruptible Power Supply 不间断电源Unified Network Management Architecture(UNMA),AT&T AT&T的统一网络管理体系结构--------------------------------------------------------------------------------[V]Virtual Desktop虚拟桌面VoxML语音标记语言Video Compression 视频压缩Virtual reality 虚拟现实VOD 视频传播系统VESA 视频电子标准协会VRML 虚拟现实建模语言VESA 视频电子标准Volume Spanning 卷宗的跨越Volumes,NetWare NetWare的卷宗Virtual Terminal(VT)虚拟终端Virtual Telecommunication Access Method 虚拟远程通信访问方法Virtually Integrated Technical Architecture Lifecycle 虚拟集成技术体系结构生命周期Virtual File Systems 虚拟文件系统Virtual Data Networks 虚拟数据网Virtual Circuit 虚电路VINES,Banyan Banyan的VINES操作系统Videoconferencing and Desktop Video 电视会议和台式(桌面)视频系统Very Small Aperture Terminals(VSATs)卫星小站电路设备Vertical Wiring 垂直布线系统Vendor Independent Messaging (VIM),Lotus Lotus 的厂商无关消息传递应用程序编程接口“V dot”Standards,CCITT CCITT(ITU)的“V点”标准VAX,Digital Equipment Corporation(DEC)数字设备公司(DEC)的VAXValue-Added Carrier 增值网[W]WINS IP解析WYSIWYG 所见即所得WEB VOD WEB视频点播Wizard 向导Wavetable 波表合成WindowsCE 操作系统WAP 无线应用协议Workstation 工作站Workplace OS Workplace操作系统Workgroups 工作组,(用户)组Workflow Software 工作流软件Wiring 布线Wireless Mobile Communication 无线移动通信Wireless LAN Communication 无线局域网通信Windows Telephony Application Interface Windows 电话应用程序接口Windows Sockets API Windows套节字(嵌套字)APIWindows Open System Architecture(WOSA)Windows开放式系统体系结构(WOSA)Windows NT Advanced Server,Microsoft Microsoft的Windows NT高级服务器操作系统Windows NT,Microsoft Microsoft的Windows NT操作系统Windows for Workgroups,Microsoft Microsoft的Windows for Workgroups操作系统Wide Area Networks 广域网WHOIS(“Who Is”)WHOIS数据库--------------------------------------------------------------------------------[X]XUL扩展用户接口语言XON/XOFF异步通信协议X2/DSL调制解调器XSLT XSL变换描述XUL 扩展用户接口语言XQL XML查询语言XML 扩展标签语言X Window X窗口,X Windows图形用户接口X/Open X/Open公司,X/Open国际联盟有限公司XMODEM Protocol XMODEM协议Xerox Network System Xerox网络系统X.500 Directory Services X.500目录服务X.400 Message Handling System X.400消息处理系统X.25 X.25 协议--------------------------------------------------------------------------------[Y]Ymodem Ymodem协议--------------------------------------------------------------------------------[Z]Zmodem Zmodem协议Zip Drive Zip驱动器ZIP 压缩文件格式Zone Multicast Address,AppleTalk AppleTalk的区广播地址Zone Information Table(ZIT),AppleTalk AppleTalk 的区信息表Zone Information Protocol(ZIP),AppleTalk AppleTalk的区信息协议Zone,AppleTalk AppleTalk 的区,AppleTalk的域ZMODEM Protocol ZMODEM 协议Aabsolute positioning 絕對定位abstract windows toolkit 抽象窗口工具庫accumulator 累加器active multi-media 動態多媒體address 地址,[台]位址AI-searching 智能搜索引擎alphamosic graphics 字母鑲嵌圖形alphanumeric 字母數字,[台]文數American on Line 美國在線,美國連線,[台]美國線上American Standard Code for Information Interchange 美國信息交換標準代碼analog 模擬,[台]類比AND gate 與門,[台]及閘AOL (American on Line) 美國在線,美國連線,[台]美國線上API (application programming interface) 應用編程接口,應用編程界面,[台]應用程式介面,[港]應用程式編寫介面applet 支程序,小應用程序application-oriented language 面向應用的語言,[台]應用導向語言application programming interface 應用編程接口,應用編程界面,[台]應用程式介面,[港]應用程式編寫介面application service provider 應用服務提供商[港]應用服務供應商ASCII (American Standard Code for Information Interchange) 美國信息交換標準代碼ASP (application service provider) 應用服務提供商[港]應用服務供應商assembler 匯編器,匯編程序,[台]組譯器,組合程式asynchronous transfer mode 異步傳輸模式,[台]非同步傳輸模式ATM (asynchronous transfer mode) 異步傳輸模式,[台]非同步傳輸模式audio card 聲卡AWT (abstract windows toolkit) 抽象窗口工具庫Bbackground 後台,[台]背景,次優bandwidth 帶寬,通訊頻帶,[台/港]頻寬baseband 基帶,[台/港]基頻BBS (bulletin board system) 公告牌系統,電子公告系統,電子公告欄,電子佈告系統,[台]電子佈告欄BFT (binary file transfer) 二進制文件傳輸Big-5 大五碼,[台]五大碼,大五碼binary file transfer 二進制文件傳輸binary runtime environment for wireless 無線二進制碼,[港]無�二位元?#92;行環境軟件bit 位,比特,[台]位元,數元bit-slice 位片,[台]位元切片,位片劃分bluetooth ?#123;牙,[港]?#123;芽boot 引導bootstrap 引導程序,引導指令,輔助程序,[台]啟動程式BREW (binary runtime environment for wireless) 無線二進制碼,[港]無�二位元? #92;行環境軟件broadband 寬帶,[台/港]寬頻broken link 斷鏈browser 瀏覽器buffer 緩存器,[台/港]緩衝器bulletin board system 公告牌系統,電子公告系統,電子公告欄,電子佈告系統,[台]電子佈告欄bus 總線,匯流排bus network 總線網,[港]幹線網絡byte 字節,[台]位元組,數元組byte code 字節碼CC-MARC format (Chinese machine readable cataloging format) [台]中國機讀編目格式cable modem 線纜?#123;制解?#123;器,[港]電纜數據機calendar server 日歷服務器call on motion 動態監測cascading style sheets 層疊樣式表,串接樣式表,級聯風格表單CASE (compter aided software engineering) 計算機輔助軟件工程,[港]電腦軟件輔助工程case sensitive 區分大小寫CCCII (Chinese Character Code for Information Interchange) 漢字信息交換碼,[台]漢字資訊交換碼,中文資訊交換碼CD-E (compact disc-erasable) [台/港]可擦除式光碟CD-I 交互式光盤CD-R (compact disc-recordable) 光盤刻錄機,[港]光碟燒錄機CD-ROM 光盤,唯讀光盤,只讀光盤,[台/港]光碟,唯讀光碟CD-ROM drive 光盤驅動器,[港]光碟機,[台]唯讀光碟機CD-RW (compact disc-rewritable) 可擦寫刻錄機,[港]可重寫光碟燒錄機CDMA (code division multiple access) 碼分多址certificate server 認證服務器CERNET (China Education and Research Network) 中國教育和科研計算機網CGI (common gateway interface) 通用網關接口,公用網關接口,公共網關接口channel definition format 通道定義格式,頻道定義格式character 字符,[台]字元China Education and Research Network 中國教育和科研計算機網China machine readable cataloging format 中國機讀目錄格式China MARC format (China machine readable cataloging format)中國機讀目錄格式Chinanet 中國公用計算機交互網Chinese Character Code for Information Interchange 漢字信息交換碼,[台]漢字資訊交換碼,中文資訊交換碼Chinese machine readable cataloging format [台]中國機讀編目格式Chinese MARC format (Chinese machine readable cataloging format) [台]中國機讀編目格式CIMS (computer integrated manufacturing system) 計算機集成制造系統click 點擊,[港]按掣client 客戶,客戶機,客戶端,[台]客戶端,用戶端,用者端CMOS RAM (complementary metal oxide semiconductor random access memory)互補金屬氧化物半導體隨機存儲器code division multiple access 碼分多址code snippet 代碼片斷cold link 冷鏈接collabra 新聞閱讀器collabra server 新聞組服務器COM (component object model) 組件對象模式,組件對象模型common gateway interface 通用網關接口,公用網關接口,公共網關接口compact disc-erasable [台/港]可擦除式光碟compact disc-recordable 光盤刻錄機,[港]光碟燒錄機compact disc-rewritable 可擦寫刻錄機,[港]可重寫光碟燒錄機compatibility 兼容性,[台]相容性,互換性complementary metal oxide semiconductor random access memory 互補金屬氧化物半導體隨機存儲器component object model 組件對象模式,組件對象模型computer aided software engineering 計算機輔助軟件工程,[港]電腦軟件輔助工程computer integrated manufacturing system 計算機集成制造系統computer supported cooperative work 計算機支持的協同工作,[台]電腦輔助群體合作computer-to-plate 電腦直接製版技術computing 計算corporate user [港]公司用戶cracker 闖入者,[港]破網客cross-platform 跨平臺cross platform extension 跨平臺擴展器CSCW (computer supported cooperative work) 計算機支持的協同工作,[台]電腦輔助群體合作CSS (cascading style sheets) 層疊樣式表,層疊樣式單,串接樣式表,級聯風格表單cyber cash 電子貨幣cyberspace 信息空間,電腦空間,網絡空間DDAB (digital audio broadcasting) 數字音頻廣播,[港]數碼音頻廣播,數字音訊廣播data 數據,[台]資料data exchange interface 數據交換接口data mining 數據開發,數據採集,數據採掘,[台]資料探勘,[港]數據開拓data sharing 數據共享data warehouse 數據?#125;庫,[台]資料?#125;儲data warehousing [港]數據貯存database 數據庫,[台]資料庫,資料基daughter card 子卡deadlock 死鎖,[台]死結,停滯debug 排錯,[台]除錯,[港]偵錯,除蟲demand paging 請求?#123;頁,[台]需量播叫DEN (directory enabled network) 目錄驅動網絡dense wavelength division multiplexing 高密度波分多路?#125;用,密集波分多路?#125;用,[港]密集波分?#125;用技術destination document 目的地文件DHCP (Dynamic Host Configuration Protocol) 動態主機配置協議,[港]動態主機配置協定DHTML (dynamical hypertext markup language) 動態超文本置標語言digerati [港]數位精英digital audio broadcasting 數字音頻廣播,[港]數碼音頻廣播,數字音訊廣播digital library 數字化圖書館,數字圖書館,[台]數位圖書館,電子圖書館,[港]數碼圖書館digital loop carrier [台]數位迴路載波器digital nervous system 數字神經系統,[港]數位神經系統digital right management 數字內容權利保護,數碼權利管理,[港]數碼權益管理digital signal processor 數字信號處理器digital subscriber line 數字用戶線,[港]數碼用戶線路digital video disc 數字視盤,[港]數碼影像光碟,數碼視像光碟,數碼影碟direct memory access 直接內存存取directory 目錄,[台]目錄,指南directory enabled network 目錄驅動網絡directory server 目錄服務器directory service 目錄服務,名錄服務DIS (distri but ed interactive simulation) 分佈式交互仿真disassembler 反匯編,[台]分解器diskette 軟磁盤,[台]軟磁片,[港]軟磁碟distri but ed interactive simulation 分佈式交互仿真。
计算机网络所有常用中英文对称解释

第一章:调制解调器:Modem国家标准化组织:ISO开放系统互连参考模型:OSI/RM 国家信息基础设施:NII电子邮件:E-mail电子商务:E-Commerce公用计算机互联网:CHINANET 网络操作系统:NOS网间包交换协议:IPX传输控制协议/网际协议:TCP/IP网络管理系统软件:NMS简单网络管理协议:SNMP局域网:LAN城域网:MAN广域网:WAN数字数据网:DDN公共电话网:PSTM:帧中继:FR客户机/服务器:Client/Server第二章:数据终端设备:DTE数据端接设备:DCE异步传输模式:ATM循环冗余码校验:CRC第三章:服务访问点:SAP数据终端设备:DTE数据电路终接设备:DCE美国电子工业协会:EIA虚拟终端:VT虚拟终端协议:VTP介质访问控制:MAC载波侦听多路访问:CSMA/CD逻辑链路控制:LLC介质连接单元:MAC集线器:Hub交换机:Swicth非屏蔽双绞线:UTP宽带综合业务数字:B-ISDN服务质量:QoS光纤分布数据接口:FDDI美国国防部高级研究计划署:ARPA网际控制报文协议:ICMP 地址解析协议:ARP逆向地址解析协议:RARP 传输控制协议:TCP用户数据报协议:UDP文件传输协议:FTP远程登录协议:Telnet简单邮件传输协议:SMTP 超文本传输协议HTTP路由信息协议:RIP域名服务:DNS公共交换电话网:PSTN综合业务数字网:ISDN数字数据网:DDN点对点协议:PPP帧中继:FR第四章:非屏蔽双绞线:UTP屏蔽双绞线:STP国际电气工业协会:EIA 光纤插座:FJ发光二极管:LED注入型激光二极管:ILD单模光纤:SMF多模光纤:MMF第五章:网卡:NIC网桥:Bridge交换机:Switch虚拟局域网:VLAN服务质量:QoS路由选择信息协议:RIP内部网关路由协议:IGRPInternet接入访问提供商:ISP中继器:RP第六章:美国国防部高级研究计划局:ARPA 美国国家科学基金会:NSF国家信息基础设施:NII中国公用计算机互联网:CHINANET 中国科技网:CSTNET中国教育和科研计算机网:CERNET 中国金桥网:CHINAGBN简单邮件传输协议:SMTP邮局传输协议:POP3网络虚拟终端:NVT万维网:WWW统一资源定位器:URL超文本标记语言:HTML即时通讯:IM超文本传输协议:HTTP国家科学基金会:NSFNET Tnternet网络信息中心:NIC “与”:AND域名服务:DNS国际互联网络信息中心:TnterNIC 中国互联网络信息中心:CNNIC ISDN配适器:TA虚拟私有网络:VPN非对称数字用户线:ADSL第七章:控制报文协议:ICMP网络管理系统:NMS管理信息库:MIB远程监控:RMON黑客:Hacker防火墙:Firewall第八章:家庭网络:SOHO计算机局域网络:WLAN 介质存取控制层:MAC。
计算机网络专业英语(已排版可直接打印)

Aaccess 访问access control 访问控制access matrix 访问矩阵account 帐号ACL(access control list) 访问列表acquisition confirm 获取确认acquisition request 获取请求across certificate交叉证书active 激活address size 地址ADSL 对称数字用户服务线ADSL(asymmetric digital subscriber line) 不对称数字用户AFS(andrew ) 分布式文件系统agent 代理AH(authentication header 鉴别报头ANSI 美国国家标准协会ASK(amplitude shift keying) 幅移键控法assume 担任asymmetric key cryptography 不对称加密ATM( Asynchronous Transfer Mode) 异步传输模式attempt limit 最大重传次数AUI 连接单元接口authenticated 已认证authentication 鉴别authentication mechanisms路由控制机制authenticatior 身份认证awareness互相感知Bback 前一步back off limit 避免算法参数BIOS(Basic-input-Output System) 基本输入输出系统bridge 网桥broadcast storm 广播风暴BtoC(B2C)business to consumer 企业对消费者BtoG(business to government 企业对政府cCA(certificate authority)证书权威机构Cable-modem机顶盒catalog 目录手册CBX(computerized branch exchange) 程控交换CCITT 国际电报电话咨询委员会CDE(common desktop environment) 通用桌面环境CD-R 光盘刻录机CD-ROM 光盘驱动器(光驱)cease 中止cell rate decoupling 信元率去耦certificate证书certificate hierarchy 证书层次结构certificate verify 证书检验报文CGI(common gateway interface) 公用网关接CHAP(challenge handshake authenticationprotocol) 请求握手验证协议chat 闲谈chip 芯片ciphertext 脱密click 点击Client/Server 客户机/服务器cluster 群集地址CMIS/CMIP公共管理信息服务/协议CMISE 公共管理信息服务code 密码CODEC(Code decoder) 编码解码器collaboration 协作collabration/cooperation 协调和协作方式collaspsed backone折叠式主干网co-located 同地协作column 行commerce 主题compatibility 兼容性computer language 计算机语言言configuration 配置content/message 内容cooperation协同coordination 协调copy 复制CORBA 面向对象的分布系统应用COSE(common open softwareenvironment) 普通开放软件环境RPC远程过程调用COSE(common opensystem environment)通用开放系统环境course grained 粗粒度访问控制CPU(Central Processing Unit) 央处理单元cruise 漫游CSCL(Computer Supported CooperativeLearning) 计算机支持的合作学习CSCW(computer supported cooperativework 计算机支持协同工作CSMA/CD 载波监听多路访问/冲突检测cut 剪切Ddata 数据data base数据库data confidentiality 保密data integrity 数据完整性DBMS(Data Base Manage System) 数据库管理系统DBS(direct broadcast satellite) 直播广播卫星DCE(distributed computing environment) 分布计算环境DDCS 数据库管理和分布数据库连接服务debug 调试decryption 解密default receive windows) 预设接收窗口Demo 演示DES(data encryption standard) 数据加密标准description描述Destination Folder目的文件夹digital signature mechanisms数据完整性distance education/learning 远程教育DNS(domain name service) 域名服务DNA 数字网络体系构double click 双击dummy 哑终端Eedit 编辑educational groupware system教育组件系统EEI(extenal environment interface) 扩展环境接口EGP(exterior gateway protocol) 扩展网关协议Email 电子邮件encapsulation 封装enciphermant 加密机制encopulation security payload 封装安全负载encryption 加密exception异常execute 执行exit 退出FFCS 帧校验序FDM 频分路复用find file文件查寻fine grained 细粒度访问控制finish 结束Firewall 防火墙Fixed disk setup program 硬盘安装程序Floppy Disk软盘folder 文件夹font 字体FSK(frequency shift eying) 移键控法full screen全屏function 函数Ggateway 网关graphics 图形groupware群件GSM(roup pecial mobile) 移动通讯GSS-API 通用安全服务GUI(graphical user interfaces ) 图形用户界面HHard Disk硬盘HDSL(high bit rate) 两对双绞线Homepage 主页HTML hypertext markup language 超文本语言HUB 集线器hyperlink超级链接hypertext超文本IICCC 国际计算机信会议ICMP internet 控制报文协议icon 图标ICQ 网上寻呼IDEA(international data encryptionalgorithm) 国际加密算法IE(Internet Explorer) 微软公司的网络浏览器IGP(inter gateway protocol) 内部网关连接器协议IGP(interior gateway rotocol) 核心网关协议IIS(Internet Informationserver) internet 信息服务IKE(Internet key exchange) 因特网密钥交换image 图像IMAP(internet message accessprotocol) 协议integrated model 集成模型Inter Frame Gap 帧interactive communication交互通信interenterprise computing企业间的计算interface界面Internal web 内部环球网Internet 互联网internetworked enterprise互联网上的企业interrupt中断inverted 颠倒IP(Address)互联网议(地址)IPSEC(IP security)安全IPIPSP(IP security protocol) IP安全协议IRC(internet relay chat) 聊天ISO 国际标准化组织ISP(internet service provider) 服务商JJam size 阻塞参数KDC(key distribuetion center) 密钥分发中心Kkeyboard 键盘LLAN 局域网LAPB(line access protocol balanced)链路访问协议平衡LDAP(light weight directory access protocol)轻量目录访问协议license 许可(证)LIP(serial line)IP串行IPLynx Mosaic Netscape Hotjava浏览器Mmail lists 邮件列表mainboard主板manual 指南MAU 介质连接口max frame size 最大帧MDI 介质相关接口medium grained 中粒度访问控制message systems 信报系统middleware 中间件MIPS PC的处理能力Modem(MOdulator-DEModulator)调制解调器monitor 监视器more flag标识mouse 鼠标MSS(maximum segment size)最大分段尺寸MTU(maximum transmission unit) 最大传输单位multi homed多宿主multicast组播地址multimedia 多媒体NNAT(network address translation) 网络地址转换Navigator网景公司的浏览器NCP(network control protocol) 网络控制协议NDIS(network device interface specification)网络设备接口network-based distance education 远程网络教育newgroups新闻组next 下一步nonlinear encoding非线性编程non-reputation 防止否认notarization mechanisms 公证NRZ (Non return to zero) 不归零制NSP(name service protocol) 域名服务协议NTDS(windows NT directory server) windows NT目录服务NWC(newwave computingHP) 新波形计算Oobject 对象OCCA(open cooperative computingarchitecture) 开放合作计算体系结构ODI 开放数据链路接口OEM 原始设备制造商offset 偏移On semble stackable 10BASE 可叠加组合型集线器online 在线OO(Object-Oriented) 面向对象option pack功能补丁OSF 开放软件中心OSF(open software foundation) 开放软件基金OSPF 开放最短径优先协议OSPF(open shortest path controlprotocol) 开放的最短路径优先协议PPABX(private automatic branch exchange) 自动交换机PAD 填充字段pan 漫游PAP(password authentication protocol)密码验证协议paragraph段落password 口令paste 粘贴PBX(private branch exchange)专用换网PCM(pulse code modulation) 脉冲代码调制PCS 便携式智能终端PCT(private communication technology)专网通信技术PIN(personal identification number)个人标识符plaintext明文platform 平台PMA 物理介质接口poll 轮询portable 便携P-P(Plug and Play)即插即用PPP(Point to Point protocol)点对点协议previous 前一个print preview 打印预览private 保密private key私钥profit 利润program 程序progress 进展protocol 协议proxy server 代理服务器PSK(phase shift keying) 相移键控法PtoP(C2C)person to person个人对个人public key 公钥PWS(peer web serviceWEB) 服务器RRADSL(rate adaptive DSL) 速率自适应DSLRAM(random access memory)随机存储器(内存)RAS 远程访问服务realm 域redirector 重定向器reference monitor 引用监控器registration 登录release 发布remote 远程协作repeater 中继器Replace 替换reply attack 检测重放攻击restart 重新启动right click右击RIP(routing information protocol) 路由信息协议RIP(Routing Information protocol) 路由信息协议rogue programs 捣乱程序ROM(Read Only Memory) 只读存储器router 路由器row 列RR(resource record) 资源记录ruler 标尺SSBS(source route switching) 源路由交换网桥scable model 可伸缩模型SDH 同步数字复用SDSL(symmetric DSL) 单对双绞线seal 封装search 查询Search Engine 搜索引擎security audit trail 安全审计跟踪security domain 安全领域security labels 安全标记security recovery 安全恢复select all 全选service pack 服务补丁session key会话层密钥SET(secure electrionic transaction)安全电子传送settings 设置settop box 机顶盒setup 安装SFD 起始定界符SFT(system fault tolerant) 系统容错short cut快捷方式sign 签名SMI(structer of managementinformation) 管理信息结构SMT(station management) 管理站SMTP(simple mail transfer protocol)简单邮件传输SMTP(simple mail transfer protocol)简单邮件传输协议SMTP(simple mail transfer protocol)简单邮件传输协议SNA 系统网络体系结构SNMP(simple network management protocol) 简单网管协议SNMP(simple network management protocol) 简单网络管理协议SNR(signal noise ratio) 信噪比solttime 时间片SONENT(synchronous optical network)同步光纤网络source routing bridge 源路径桥SPF(shortest path first) 最短路径spoofing 欺骗SRT 源地址选择透明桥SRT(source route transparent) 源路由透明网桥status bar 状态条STDM 统计时分多路复用STLP(secure transport layer protocol)安全传送层style 风格symbol 符号symmetric key cryptography 对称加密Ttable 表TDM 时分多路复用tele-access远程访问TELEGP(exterior gateway protocol) 外部网关连接器协议telemedicine 远程医疗tele-mentoring 远程辅导tele-sharing 远程共享Telnet 远程登录template 模版text 文本ticket 凭证timestamp时间标记tool bar 工具条translation bridging 转换桥接方式transparent bridge传输桥trusted function 可信TTL(time to live) 留存时间UUDP(user datagram protocol) 用户数据报协议uninstall卸载UPS(Uninterruptable Power Supply) 不间断电源URL(Uniform resource locator) 同意资源定位符URL(uniform resource locator) 统一资源定位user 用户Vvideo conferencing视频会议view 视图virtual classroom 虚拟教室virtual electronic commerce city 虚拟电子商城virtual electronic mall 虚拟电子商场virtual publishing虚拟出版virtual store 虚拟商店virus 病毒VPN(virtual private networks) 虚拟专网WWAN 广域网application protocol) 无线应用协议WDH 波分复用Webpage 网页website 网站Windows NT 微软公司的网络操作系统workflow 工作流Wide Web) 万维网WYSIWYG(what you see is what you get)所见即所得xDSL(x digital subscriber line) 数字用户线路zoom in 放大zoom out 缩小。
计算机网络中英文互译,DOC

欢迎共阅计算机网络中英翻译ACK(ACKnowledgement)确认帧ADSL(AsymmetricDigitalSubscriberLine)非对称数字用户线AN(AccessNetwork)接入网ANSI(AmericanNationalStandardsInstitute)美国国家标准协会AP(AccessPoint)接入点API(ApplicationProgrammingInterface)应用编程接口APNIC(AsiaPacificNetworkInformationCenter)亚太网络信息中心ARP(AddressResolutionProtocol)地址解析协议AWT(BNACBR(CCPCSMA/CD(CarrierSenseMultipleAccess/CollisionDetection)载波监听多点接入/碰撞检测CSU/DSU(ChannelServiceUnit/DataServiceUnit)信道服务单元/数据服务单元CTD(CellTransferDelay)信元传送时延DACS(DigitalAccessandCross-connectSystem)数字交接系统DCA数据通信体系结构DCE(DataCircuit-terminatingEquipment)数据电路端接设备DE(DiscardEligibility)丢弃指示DES(DataEncryptionStandard)数据加密标准DHCP(DynamicHostConfigurationProtocol)动态主机配置协议DLCI(DataLinkConnectionIdentifier)数据链路连接标识符DMT(DiscreteMulti-Tone)离散多音(调制)DNS(DomainNameSystem)域名系统DNA数据网络系统结构DSL(DigitalSubscriberLine)数字用户线DSLAM(DSLAccessMultiplexer)数字用户线接入复用器DSSS(DirectSequenceSpreadSpectrum)直接序列扩频DTE(DataTerminalEquipment)数据终端设备DVMRP(DistanceVectorMulticastRoutingProtocol)距离向量多播路由选择协议DWDM(DenseWDM)密集波分复用EGP(ExternalGatewayProtocol)外部网关协议EIA(ElectronicIndustriesAssociation)美国电子工业协会ESS伍FCS(FrameFIFO(FR(FrameGFC(HDSL(HighspeedDSL)高速数字用户线HEC(HeaderErrorControl)首部差错控制HFC(HybridFiberCoax)光纤同轴混合(网)HTML(HyperTextMarkupLanguage)超文本置标语言HTTP(HyperTextTransferProtocol)超文本传送协议IAB(InternetArchitectureBoard)因特网体系结构委员会IAC(InterpretAsCommand)作为命令解释IAHC(InternetInternationalAdHocCommittee)因特网国际特别委员会ICMP(InternetControlMessageProtocol)因特网控制报文协议IDEA(InternationalDataEncryptionAlgorithm)国际数据加密算法IEEE电气和电子工程师协会IESG(InternetEngineeringSteeringGroup)因特网工程指导小组IETF(InternetEngineeringTaskForce)因特网工程部IFS(Inter Frame Space)帧间间隔IGMP(InternetGroupManagementProtocol)因特网组管理协议IGP(InteriorGatewayProtocol)内部网关协议IM(InstantMessaging)即时传信IMAP(InternetMessageAccessProtocol)因特网报文存取协议IMP(InterfaceMessageProcessor)接口报文处理机IP(InternetProtocol)网际协议IR(InfraRed)红外技术IRTF(ISO(ISP(ITU(ITU-T(MIB(ManagementInformationBase)管理信息库MIME(MultipurposeInternetMailExtensions)通用因特网邮件扩充modem调制解调器MOTIF(MessageOrientedTextInterchangeSystem)面向报文的电文交换系统MPEG(MotionPictureExpertsGroup)活动图像专家组标准MPOA(MultiProtocolOverATM)多协议在ATM上运行MPLS(MultiProtocolLabelSwitching)多协议标记交换MRU(MaximumReceiveUnit)最大接收单元MSS(MaximumSegmentSize)最长报文段MTU(MaximumTransferUnit)最大传送单元NAK(NegativeAcKnowlegement)否认帧NAP(NetworkAccessPoint)网络接入点N.ISDN(Narrowband-ISDN)窄带综合业务数字网NAT(NetworkAddressTranslation)网络地址转换NAV(NetworkAl location Vector)网络分配向量NCP(NetworkControlProtocol)网络控制协议NFS(NetworkFileSystem)网络文件系统NGI下一代因特网计划NIA网络适配器NIC(NetworkInterfaceCard)网络接口卡、网卡NII(NationalInformationInfrastructure)国家信息基础结构,国家信息基础设施ODBC(OSF(OSI(PBX(PCR(PCSPDHPDAPDNPDUPERPIRPLCPPLRPMDPPPPPTPPRMPRNPSN分组交换节点PacketSwitchNodePSTN公用电话交换网PublicSwitchedTelephoneNetworkRARP逆向地址解析协议ReverseAddressResolutionProtocolRAS远程访问服务器RFC请求评注RequestforCommentsRMON远程网络管理Router路由器RPC远程过程调用RemoteProcedureCallRSVP资源重复利用协议RTP接收和发送端口RTS往返样本RoundTripSampleRTS剩余时间标签SAP业务接入点ServiceAccessPointSAP服务公告协议ServiceAdvertisingProtocolSAR分段和重组(子层)SegmentationandReassemblySDH同步数字系列SynchronousDigitalHierarchySDLC同步数据链路控制(协议)AdvancedDataCommunicationControlProcedure SDTV标准数字电视SDU业务数据单元ServiceDataUnitSIPP增强的简单因特网协议SimpleInternetProtocolPlusSLIP串行线路IPSerialLineInterfaceProtocolSMDSSMFSMTSMTPSNASNMPSNRSONETSTMSTPSTSSVCTCPTDMTFTPVCC虚信道连接VirtualChannelConnectionVLAN虚拟局域网VirtualLANVLSI超大规模集成电路VOD点播图像VideoonDemandVPC虚路径连接VirtualPathConnectionVPI虚路径标识virtualpathidentifierVPN虚拟专用网络VirtualPrivateNetworkVRML虚拟现实造型语言VirtualRealityModelingLanguageVTP虚拟隧道协议WAN广域网WideAreaNetworkWDM波分多路复用WavelengthDivisionMultiplexing WWW万维网WorldWideWeb。
计算机专业英语Unit 5 Network

Computer English
New Words and Useful Expressions
subnet/ 'sʌbnet / intranet/ 'ɪntrənet / verify/ 'verɪfaɪ / multiplex/ 'mʌltɪpleks / queue/ kjuː / best effort out of sequence binary notation
❖ FTP: The File Transfer Protocol (FTP) is a standard network protocol used to transfer computer files from one host to another host over a TCP-based network, such as the Internet. FTP is built on a client-server architecture and uses separate control and data connections between the client and the server.
three-way handshake
IP header IP payload
Time to Live
connection oriented TCP timestamps
点分十进制 字节流 三次握手。在TCP/IP协议中,TCP协 议提供可靠的连接服务,采用三次 握手建立一个连接。 IP数据报头部 IP数据报负载 生存时间值。Time To Live的缩写, 该字段指定IP包被路由器丢弃之前 允许通过的最大网段数量 。TTL是 IPv4包头的一个8 bit字段。 面向连接的 TCP时间戳
计算机网络外文翻译

附录:英文技术资料翻译英文原文:Solutions, such as the various encryption methods and PKI, enable businesses to securely extend their networks through the Internet. One way in which businesses accomplish this extension is through Virtual Private Networks (VPNs).A VPN is a private network that is created via tunneling over a public network, usually the Internet. Instead of using a dedicated physical connection, a VPN uses virtual connections routed through the Internet from the organization to the remote site. The first VPNs were strictly IP tunnels that did not include authentication or encryption of the data. For example, Generic Routing Encapsulation (GRE) is a tunneling protocol developed by Cisco that can encapsulate a wide variety of Network Layer protocol packet types inside IP tunnels. This creates a virtual point-to-point link to Cisco routers at remote points over an IP internetwork. Other examples of VPNs that do not automatically include security measures are Frame Relay, ATM PVCs, and MultIProtocol Label Switching (MPLS) networks.A VPN is a communications environment in which access is strictly controlled to permit peer connections within a defined community of interest. Confidentiality is achieved by encrypting the traffic within the VPN. Today, a secure implementation of VPN with encryption is what is generally equated with the concept of virtual private networking.VPNs have many benefits:Cost savings - VPNs enable organizations to use cost-effective, third-party Internet transport to connect remote offices and remote users to the main corporate site. VPNs eliminate expensive dedicated WAN links and modem banks. Additionally, with the advent of cost-effective, high-bandwidth technologies, such as DSL,organizations can use VPNs to reduce their connectivity costs while simultaneously increasing remote connection bandwidth.●Security - VPNs provide the highest level of security by usingadvanced encryption and authentication protocols that protect data from unauthorized access.●Scalability- VPNs enable corporations to use the Internetinfrastructure that is within Internet service providers (ISPs) and devices. This makes it easy to add new users, so thatcorporations can add significant capacity without adding significant infrastructure.●Compatibility with broadband technology- VPNs allow mobileworkers, telecommuters, and people who want to extend theirworkday to take advantage of high-speed, broadband connectivity to gain access to their corporate networks, providing workers significant flexibility and efficiency. High-speed broadband connections provide a cost-effective solution for connecting remote offices.In the simplest sense, a VPN connects two endpoints over a public network to form a logical connection. The logical connections can be made at either Layer 2 or Layer 3 of the OSI model. VPN technologies can be classified broadly on these logical connection models as Layer 2 VPNs or Layer 3 VPNs. Establishing connectivity between sites over a Layer 2 or Layer 3 VPN is the same. A delivery header is added in front of the payload to get it to the destination site. This chapter focuses on Layer 3 VPN technology.Common examples of Layer 3 VPNs are GRE, MPLS, and IPSec. Layer 3 VPNs can be point-to-point site connections such as GRE and IPSec, or they can establish any-to-any connectivity to many sites using MPLS.Generic routing encapsulation (GRE) was originally developed by Cisco and later standardized as RFC 1701. An IP delivery header for GRE is defined in RFC 1702. A GRE tunnel between two sites that have IPreachability can be described as a VPN, because the private data between the sites is encapsulated in a GRE delivery header.Pioneered by Cisco, MPLS was originally known as tag switching and later standardized via the IETF as MPLS. Service providers are increasingly deploying MPLS to offer MPLS VPN services to customers. MPLS VPNs use labels to encapsulate the original data, or payload, to form a VPN.How does a network administrator prevent eavesdropping of data in a VPN? Encrypting the data is one way to protect it. Data encryption is achieved by deploying encryption devices at each site. IPSec is a suite of protocols developed with the backing of the IETF to achieve secure services over IP packet-switched networks. The Internet is the most ubiquitous packet-switched public network; therefore, an IPSec VPN deployed over the public Internet can provide significant cost savings to a corporation as compared to a leased-line VPN.IPSec services allow for authentication, integrity, access control, and confidentiality. With IPSec, the information exchanged between remote sites can be encrypted and verified. Both remote-access and site-to-site VPNs can be deployed using IPSec.There are two basic types of VPN networks:Site-to-siteRemote-accessA site-to-site VPN is created when connection devices on both sides of the VPN connection are aware of the VPN configuration in advance. The VPN remains static, and internal hosts have no knowledge that a VPN exists. Frame Relay, ATM, GRE, and MPLS VPNs are examples of site-to-site VPNs.A remote-access VPN is created when VPN information is not statically set up, but instead allows for dynamically changing information and can be enabled and disabled. Consider a telecommuter who needs VPN access to corporate data over the Internet. The telecommuter does not necessarily have the VPN connection set up at all times. The telecommuter's PC isresponsible for establishing the VPN. The information required toestablish the VPN connection, such as the IP address of the telecommuter, changes dynamically depending on the location of the telecommuter.A site-to-site VPN is an extension of a classic WAN network. Site-to-site VPNs connect entire networks to each other, for example, they can connect a branch office network to a company headquarters network. In the past, a leased line or Frame Relay connection was required to connect sites, but because most corporations now have Internet access,these connections can be replaced with site-to-site VPNs.Site-to-site VPNIn a site-to-site VPN, hosts send and receive normal TCP/IP traffic through a VPN gateway, which can be a router, firewall, Cisco VPN Concentrator, or Cisco ASA 5500 Series Adaptive Security Appliance. The VPN gateway is responsible for encapsulating and encrypting outbound traffic from a particular site and sending it through a VPN tunnel over the Internet to a peer VPN gateway at the target site. Upon receIPt, the peer VPN gateway strIPs the headers, decrypts the content, and relays thepacket toward the target host inside its private network.Remote-Access VPNRemote-access VPNs are an evolution of circuit-switching networks, such as plain old telephone service (POTS) or ISDN. Remote-access VPNs can support the needs of telecommuters, mobile users, and extranet consumer-to-business traffic. Remote-access VPNs support a client / server architecture where a VPN client (remote host) requires secure access to the enterprise network via a VPN server device at the network edge.In the past, corporations supported remote users by using dial-in networks and ISDN. With the advent of VPNs, a mobile user simply needs access to the Internet to communicate with the central office. In the case of telecommuters, their Internet connectivity is typically a broadband connection.In a remote-access VPN, each host typically has Cisco VPN clientsoftware. Whenever the host tries to send traffic intended for the VPN, the Cisco VPN Client software encapsulates and encrypts that traffic before sending it over the Internet to the VPN gateway at the edge of the target network. Upon receIPt, the VPN gateway behaves as it does for site-to-site VPNs.An emerging remote-access technology is Cisco IOS SSL VPN. This technology provides remote-access connectivity from almost any Internet-enabled host using a web browser and its native Secure Sockets Layer (SSL) encryption. SSL VPNs allow users to access web pages and services, including the ability to access files, send and receive email, and run TCP-based applications without IPSec VPN Client software. They provide the flexibility to support secure access for all users, regardless of the host from which they establish a connection. This flexibility enables companies to extend their secure enterprise networks to any authorized user by providing remote-access connectivity to corporate resources from any Internet-enabled host.SSL VPN currently delivers two modes of access: clientless and thin client. With clientless SSL VPN, a remote client needs only an SSL-enabled web browser to access HTTP- or HTTPS-enabled web servers on the corporate LAN. In a thin client SSL VPN environment, a remote client must download a small, Java-based applet for secure access of TCP applications that use static port numbers. UDP is not supported in a thin client environment.SSL VPNs are appropriate for user populations that require per-application or per-server access control, or access from non-enterprise-owned desktops. SSL VPNs are not a complete replacement for IPSec VPNs. IPSec VPNs allow secure access to all of an organization's client/server applications. Additionally, SSL VPNs do not support the same level of cryptographic security that IPSec VPNs support. While SSL VPNs cannot replace IPSec VPNs, in many cases, they are complementary because they solve different problems. This complementary approach allows a single device to address all remote-access user requirements.The primary benefit of SSL VPNs is that they are compatible with Dynamic MultIPoint VPNs (DMVPNs), Cisco IOS Firewalls, IPSec, intrusion prevention systems (IPSs), Cisco Easy VPN, and Network Address Translation (NAT).中文译文:解决方案,如各种加密方法和PKI,使企业能够安全地通过互联网扩展其网络,实现这一企业网络扩展的方式之一就是通过虚拟专用网。
计算机网络体系结构

网络协议定义网络协议是计算机网络必不可少的,一个完整的计算机网络需要有一套复杂的协议集合,组织复杂的计算机网络协议的最好方式就是层次模型。
而将计算机网络层次模型和各层协议的集合定义为计算机网络体系结构(Network Architecture)。
计算机网络定义计算机网络由多个互连的结点组成,结点之间要不断地交换数据和控制信息,要做到有条不紊地交换数据,每个结点就必须遵守一整套合理而严谨的结构化管理体系.计算机网络就是按照高度结构化设计方法采用功能分层原理来实现的,即计算机网络体系结构的内容.网络体系结构及协议的概念网络体系(Network Architecture):是为了完成计算机间的通信合作,把每台计算机互连的功能划分成有明确定义的层次,并规定了同层次进程通信的协议及相邻之间的接口及服务.网络体系结构:是指用分层研究方法定义的网络各层的功能,各层协议和接口的集合.网络体系结构最早是由IBM公司在1974年提出的,名为SNA计算机网络体系结构:是指计算机网络层次结构模型和各层协议的集合结构化是指将一个复杂的系统设计问题分解成一个个容易处理的子问题,然后加以解决.层次结构是指将一个复杂的系统设计问题分成层次分明的一组组容易处理的子问题,各层执行自己所承担的任务.计算机网络结构采用结构化层次模型的优点:各层之间相互独立,即不需要知道低层的结构,只要知道是通过层间接口所提供的服务灵活性好,是指只要接口不变就不会因层的变化(甚至是取消该层)而变化各层采用最合适的技术实现而不影响其他层有利于促进标准化,是因为每层的功能和提供的服务都已经有了精确的说明网络协议协议(Protocol)网络中计算机的硬件和软件存在各种差异,为了保证相互通信及双方能够正确地接收信息,必须事先形成一种约定,即网络协议.协议:是为实现网络中的数据交换而建立的规则标准或约定.网络协议三要素:语法,语义,交换规则(或称时序/定时关系)注:通信协议的特点是:层次性,可靠性和有效性.实体(Entity)实体:是通信时能发送和接收信息的任何软硬件设施接口(Interface)接口:是指网络分层结构中各相邻层之间的通信开放系统互连参考模型(OSI/RM)OSI/RM参考模型基本概述为了实现不同厂家生产的计算机系统之间以及不同网络之间的数据通信,就必须遵循相同的网络体系结构模型,否则异种计算机就无法连接成网络,这种共同遵循的网络体系结构模型就是国际标准——开放系统互连参考模型,即OSI/RM.ISO 发布的最著名的ISO标准是ISO/IEC 7498,又称为X.200建议,将OSI/RM依据网络的整个功能划分成7个层次,以实现开放系统环境中的互连性(interconnection), 互操作性(interoperation)和应用的可移植性(portability).分层原则ISO将整个通信功能划分为7个层次,分层原则如下:网络中各结点都有相同的层次不同结点的同等层具有相同的功能同一结点内相邻层之间通过接口通信每一层使用下层提供的服务,并向其上层提供服务不同结点的同等层按照协议实现对等层之间的通信第七层应用层第六层表示层第五层会话层第四层传输层第三层网络层第二层数据链路层第一层物理层各层原理和作用OSI/RM的配置管理主要目标就是网络适应系统的要求.低三层可看作是传输控制层,负责有关通信子网的工作,解决网络中的通信问题;高三层为应用控制层,负责有关资源子网的工作,解决应用进程的通信问题;传输层为通信子网和资源子网的接口,起到连接传输和应用的作用.ISO/RM的最高层为应用层,面向用户提供应用的服务;最低层为物理层,连接通信媒体实现数据传输.层与层之间的联系是通过各层之间的接口来进行的,上层通过接口向下层提供服务请求,而下层通过接口向上层提供服务.两个计算机通过网络进行通信时,除了物理层之外(说明了只有物理层才有直接连接),其余各对等层之间均不存在直接的通信关系,而是通过各对等层的协议来进行通信,如两个对等的网络层使用网络层协议通信.只有两个物理层之间才通过媒体进行真正的数据通信.当通信实体通过一个通信子网进行通信时,必然会经过一些中间节点,通信子网中的节点只涉及到低三层的结构.OSI/RM中系统间的通信信息流动过程在OSI/RM中系统间的通信信息流动过程如下:发送端的各层从上到下逐步加上各层的控制信息构成的比特流传递到物理信道,然后再传输到接收端的物理层,经过从下到上逐层去掉相应层的控制住信息得到的数据流最终传送到应用层的进程.由于通信信道的双向性,因此数据的流向也是双向的.比特流的构成:数据DATA应用层(DATA+报文头AH,用L7表示)表示层(L7+控制信息PH)会话层(L6+控制信息SH)传输层(L5+控制信息TH)网络层(L4+控制信息NH)数据链路层(差错检测控制信息DT+L3+控制信息DH)物理层(比特流)OSI/RM各层概述物理层(Physical Layer)直接与物理信道直接相连,起到数据链路层和传输媒体之间的逻辑接口作用. 功能:提供建立,维护和释放物理连接的方法,实现在物理信道上进行比特流的传输.传送的基本单位:比特(bit)物理层的内容:1)通信接口与传输媒体的物理特性物理层协议主要规定了计算机或终端DTE与通信设备DCE之间的接口标准,包括接口的机械特性,电气特性,功能特性,规程特性2)物理层的数据交换单元为二进制比特:对数据链路层的数据进行调制或编码,成为传输信号(模拟,数字或光信号)3)比特的同步:时钟的同步,如异步/同步传输4)线路的连接:点—点(专用链路),多点(共享一条链路)5)物理拓扑结构:星型,环型,网状6)传输方式:单工,半双工,全双工典型的物理层协议有RS-232系列,RS449,V.24,V.28,X.20,X.21数据链路层(Data Link Layer)通过物理层提供的比特流服务,在相邻节点之间建立链路,对传输中可能出现的差错进行检错和纠错,向网络层提供无差错的透明传输.主要负责数据链路的建立,维持和拆除,并在两个相邻机电队线路上,将网络层送下来的信息(包)组成帧传送,每一帧包括一定数量的数据和一些必要的控制信息.为了保证数据帧的可靠传输应具有差错控制功能.功能:是在不太可靠的物理链路上实现可靠的数据传输传送的基本单位:帧(Frame)数据链路层内容:1)成帧:是因要将网络层的数据分为管理和控制的数据单元2)物理地址寻址:标识发送和接收数据帧的节点位置,因此常在数据头部加上控制信息DH(源,目的节点的地址),尾部加上差错控制信息DT3)流量控制:即对发送数据帧的速率进行控制,保证传输正确.4)差错控制:在数据帧的尾部所加上的尾部控制信息DT5)接入控制:当多个节点共享通信链路时,确定在某一时间内由哪个节点发送数据常见的数据链路层协议有两类:一是面向字符型传输控制规程BSC;一是面向比特的传输控制规程HDLC流量控制技术(1)停-等流量控制:发送节点在发送一帧数据后必须等待对方回送确认应答信息到来后再发下一帧.接收节点检查帧的校验序列,无错则发确认帧,否则发送否认帧,要求重发.存在问题:双方无休止等待(数据帧或确认帧丢失),解决办法发送后使用超时定时器;重帧现象(收到同样的两帧),解决办法是对帧进行编号适用:半双工通信(2)滑动窗口流量控制:是指对于任意时刻,都允许发送端/接收端一次发送/接收多个帧,帧的序号个数称为发送/接收窗口大小适用:全双工工作原理:以帧控制段长为8位,则发送帧序号用3bit表示,发送窗口大小为WT=5,接收窗口大小为WR=2为例来说明发送窗口0123412345重发13456756701接收窗口01(0对1错)12(1等2对)12(正确)34(正确)……滑动窗口的大小与协议的关系:WT >1,WR=1,协议为退回N步的ARQ(自动反馈请求)WT >1,WR>1,协议为选择重传的ARQWT =1,WR=1,协议为停-等式的ARQ网络层(Network Layer)又称为通信子网层,是计算机网络中的通信子网的最高层(由于通信子网不存在路由选择问题),在数据链路层提供服务的基础上向资源子网提供服务.网络层将从高层传送下来的数据打包,再进行必要的路由选择,差错控制,流量控制及顺序检测等处理,使发送站传输层所传下来的数据能够正确无误地按照地址传送到目的站,并交付给目的站传输层.功能:实现分别位于不同网络的源节点与目的节点之间的数据包传输(数据链路层只是负责同一个网络中的相邻两节点之间链路管理及帧的传输),即完成对通信子网正常运行的控制.关键技术:路由选择传送信息的基本单位:包(Packer)网络层采用的协议是X.25分组级协议网络层的服务:面向连接服务:指数据传输过程为连接的建立,数传的维持与拆除连接三个阶段.如电路交换面向无连接服务:指传输数据前后没有连接的建立,拆除,分组依据目的地址选择路由.如存储转发网络层的内容:逻辑地址寻址:是指从一个网络传输到另一个网络的源节点和目的节点的逻辑地址NH(数据链路层中的物理地址是指在同一网络中)路由功能:路由选择是指根据一定的原则和算法在传输通路中选出一条通向目的节点的最佳路由.有非适应型(有随机式,扩散式,固定式路选法)和自适应型(有孤立的,分布的,集中的路选法)两种选择算法流量控制:拥塞控制:是指在通信子网中由于出现过量的数据包而引起网络性能下降的现象. 传输层(Transport Layer)是计算机网络中的资源子网和通信子网的接口和桥梁,完成资源子网中两节点间的直接逻辑通信.传输层下面的三层属于通信子网,完成有关的通信处理,向传输层提供网络服务;传输层上面的三层完成面向数据处理的功能,为用户提供与网络之间的接口.由此可见,传输层在OSI/RM中起到承上启下的作用,是整个网络体系结构的关键. 功能:实现通信子网端到端的可靠传输(保证通信的质量)信息传送的基本单位:报文传输层采用的协议是ISO8072/3会话层(Session Layer)又称为会晤层,是利用传输层提供的端到端的服务向表示层或会话层用户提供会话服务.功能:提供一个面向用户的连接服务,并为会话活动提供有效的组织和同步所必须的手段,为数据传送提供控制和管理.信息传送的基本单位:报文会话层采用的协议是ISO8326/7表示层(Presentation Layer)表示层处理的是OSI系统之间用户信息的表示问题,通过抽象的方法来定义一种数据类型或数据结构,并通过使用这种抽象的数据结构在各端系统之间实现数据类型和编码的转换.功能:数据编码,数据压缩,数据加密等工作信息传送的基本单位:报文表示层采用的协议是ISO8822/3/4/5应用层(Application Layer)应用层是计算机网络与最终用户间的接口,是利用网络资源唯一向应用程序直接提供服务的层.功能:包括系统管理员管理网络服务所涉及的所有问题和基本功能.信息传送的基本单位:用户数据报文应用层采用的协议有:用于文件传送,存取和管理FTAM的ISO8571/1~4;用于虚终端VP的ISO9040/1;用于作业传送与操作协议JTM的ISO8831/2;用于公共应用服务元素CASE的ISO8649/50Internet的体系结构Internet是由无数不同类型的服务器,用户终端以及路由器,网关,通信线路等连接组成,不同网络之间,不同类型设备之间要完成信息的交换,资源的共享需要有功能强大的网络软件的支持,TCP/IP就是能够完成互联网这些功能的协议集.图书信息书名: 计算机网络体系结构作者:刘永华出版社:南京大学出版社出版时间: 2009年03月ISBN: 9787305057861开本: 16开定价: 32元内容简介《计算机网络体系结构》以网络体系结构为主线,重点介绍了网络体系结构及各层协议的原理与技术,从网络的不同层次上讲解网络的体系结构、协议、各层次的主要问题、解决方法和相关技术。
《计算机网络》中英词汇对照表

《计算机网络》中英文对照表Chapter 11.1Internet:因特网Computer network :计算机网络Host: 主机End system: 终端系统Packet switching: 分组交换Route: 路径Internet service provider (ISP): 因特网服务提供商Protocol: 协议Transmission Control Protocol (TCP):传输控制协议1.2Client: 客户端Server: 服务器Peer: 对等机Reliable data transfer: 可靠数据传输Flow control: 流量控制Congestion-control: 拥塞控制User Datagram Protocol (UDP): 用户数据报协议1.3Circuit switching: 电路交换/线路交换Packet switching: 分组交换Frequency-division multiplexing (FDM): 频分多路复用Time-division multiplexing (TDM): 时分多路复用Bandwidth: 带宽Time slot: 时隙Frame: 帧Message: 报文:Packet: 分组Store-and-forward: 存储转发Datagram network: 数据报网络Virtual-circuit network: 虚电路网络1.4Router: 路由器Modem: 调制解调器Local area network (LAN): 局域网Ethernet: 以太网Wireless LAN: 无线局域网Guided media: 导向型介质Unguided media: 非导向型介质Twisted-pair copper wire: 双绞线Unshielded twisted pair(UTP): 非屏蔽双绞线Coaxial cable: 同轴电缆Fiber optics: 光线/光缆1.6Nodal processing delay: 结点处理延迟Queuing delay: 排队延迟Transmission delay: 发送延迟Propagation delay: 传播延迟Traffic intensity: 流通强度End-to-end delay: 端到端延迟1.7Layer: 层次Protocol stack: 协议栈Application layer: 应用层Transport layer: 传输层Network layer: 网络层Link layer: 链路层Physical layer: 物理层Encapsulation: 封装Message: 报文Segment: 报文段Datagram: 数据报Frame: 帧Chapter 22.1Client-server architecture: 客户端-服务器体系结构;C/S结构P2P architecture: 对等结构Processes: 进程Socket: 套接字Application programming interface (API): 应用程序编程接口IP address: IP地址Prot number: 端口号Syntax: 语法Semantics: 语义Full-duplex: 全双工Handshaking: 握手Real-time application: 实时应用2.2The World Wide Web: 万维网HyperText Transfer Protocol (HTTP): 超文本传输协议Web page: 网页Object: 对象HyperText Markup Language (HTML): 超文本标记语言URL:统一资源定位符Browser: 浏览器Persistent connection: 持久连接Non-persistent connection: 非持久连接Round-trip time (RTT): 往返时间Without pipelining: 非流水线方式With pipelining: 流水线方式Web cache: web 缓存Proxy server: 代理服务器2.3File Transfer Protocol (FTP): 文件传输协议Control connection: 控制连接Data connection: 数据连接Out-of-band: 带外In-band: 带内2.4Electronic Mail: 电子邮件User agent: 用户代理Mail server: 邮件服务器Simple Mail Transfer Protocol (SMTP): 简单邮件传输协议Mailbox: 邮箱Multipurpose Internet Mail Extensions (MIME): 多用途因特网邮件扩展协议Post Office Protocol (POP): 邮局协议Internet Mail Access Protocol (IMAP): Internet 邮件访问协议2.5Domain Name System (DNS): 域名系统Hostname: 主机名Host aliasing: 主机别名Mail server aliasing: 邮件服务器别名Load distribution: 负载分配Root DNS server: 根DNS服务器Top-Level Domain (TLD) servers: 顶级域DNS服务器Authoritative DNS servers: 授权DNS服务器;权威DNS服务器Local DNS server: 本地DNS服务器Database: 数据库Chapter 33.1Logical communication: 逻辑通讯3.2Multiplexing: 多路复用Demultiplexing: 多路分解Well-known port number: 众所周知的端口号3.3UDP segment: UDP报文段Checksum: 校验和;检查和Wrapped around: 回卷3.4Channel: 通道;信道Positive acknowledgement : 肯定应答Negative acknowledgement: 否定应答ARQ (automatic repeat request): 自动重传请求Feedback: 反馈Retransmission: 重传Stop-and-wait protocol: 停止-等待协议Duplicate packets: 冗余分组Sequence number: 顺序号Timer: 定时器Alternating-bit protocol: 比特交替协议Utilization: 利用率Go-back-N (GBN): 回退N步Window size: 窗口大小Sliding-window protocol: 滑动窗口协议Cumulative acknowledgement: 累积确认Timeout: 超时Selective Repeat (SR): 选择重传3.5Connection-oriented: 面向连接Point-to-point: 点到点Three-way handshake: 三次握手Maximum segment size (MSS): 最大报文段大小Maximum transmission unit (MTU): 最大传输单元Piggybacked: 捎带Sample RTT: 样本RTTFast retransmit: 快速重传Selective acknowledgement: 选择确认Flow-control: 流量控制Receive window: 接收窗口3.7Congestion control: 拥塞窗口Self-clocking: 自定时的Additive-increase, multiplicative-decrease: 加性增,乘性减Slow star: 慢启动Congestion avoidance: 拥塞避免Threshold: 阈值Fast recovery: 快速恢复Bottleneck: 瓶颈Latency: 延迟Chapter 44.1Forwarding: 转发Routing: 路由Routing algorithm: 路由算法Forwarding table: 转发表Router: 路由器Jitter: 抖动Best-effort service: 尽力而为的服务4.2Virtual-circuit (VC) network: 虚电路网络Datagram network: 数据报网络Prefix: 前缀Longest prefix matching rule: 最长前缀匹配规则4.3Input port: 输入端口Switching fabric: 交换结构Routing processor: 路由处理器Crossbar: 交叉结构4.4Time-to-live (TTL) :生存时间Fragmentation: 分片;片段Dotted-decimal notation: 点分十进制表示法Subnet: 子网Subnet mask: 子网掩码Classless Interdomain Routing (CIDR): 无类别域际路由选择Dynamic Host Configuration Protocol(DHCP):动态主机配置协议Plug-and-play: 即插即用Network address translation (NA T): 网络地址转换Internet Control Message Protocol (ICMP): 因特网控制报文协议Dual-stack: 双栈Tunneling: 隧道4.5Default router: 默认路由器Graph: 图A global routing algorithm : 全局路由算法A decentralized routing algorithm : 分布式路由算法Static routing algorithm: 静态路由算法Dynamic routing algorithm : 动态路由算法Link-State (LS): 链路状态Distance-Vector(DV): 距离向量Routing table: 路由表Autonomous system (AS): 自治系统Intra-autonomous system routing protocol: 自治系统内路由协议Inter-AS routing protocol: 自治系统间路由协议4.6Interior gateway protocol: 内部网关协议Routing Information Protocol (RIP): 路由信息协议Open Shortest Path First (OSPF): 开放最短路径优先协议Advertisement: 公告Hop: 跳Border Gateway Protocol (BGP): 边界网关协议4.7Broadcast: 广播Multicast: 多播Chapter 55.1Node: 结点Link: 链路Frame: 帧Medium access control (MAC): 介质访问控制Full-duplex: 全双工Half-duplex: 半双工Adapter: 适配器Network interface card (NIC): 网卡Interface: 接口5.2Parity check: 奇偶校验Odd: 奇数Even: 偶数Cyclic redundancy check (CRC): 循环冗余校验Polynomial: 多项式5.3Collide: 冲突Multiple access protocol: 多路访问协议Channel partitioning protocol: 信道划分协议Random access protocol: 随机访问协议Taking-turns protocol: 轮转协议Code division multiple access (CDMA): 码分多址访问Carrier sensing: 载波侦听Collision detection: 冲突检测Polling protocol: 轮询协议Token-passing protocol: 令牌传递协议Token: 令牌Local Area Network (LAN): 局域网Token-ring: 令牌环Fiber distributed data interface (FDDI): 光纤分布式数据接口Metropolitan Area Network (MAN): 城域网5.4Address Resolution Protocol (ARP): 地址解析协议Dynamic Host Configuration Protocol (DHCP): 动态主机配置协议5.5Ethernet: 以太网Preamble: 前导码Manchester encoding: 曼彻斯特编码5.6Hub: 集线器Collision domain: 冲突域Switch: 交换机Filtering: 过滤Forwarding: 转发Switch table: 交换表Self-learning: 自学习Plug-and-play devices: 即插即用设备Cut-through switching: 直通式交换5.7Point-to-point: (PPP): 点到点。
计算机网络体系结构

3.1 网络体系结构及协议的概念
为了便于理解协议分层的概念,我们以两个计算机之间通过通信网络传递邮件的过程为例,具体地说明协议的分层过程和方法。从宏观上看,甲乙双方只要将信息通过计算机外设输入计算机,然后启动计算机应用程序的邮件发送或接收功能即可完成邮件的传送和交流。如果对整个通信过程细分的话,根据完成任务的不同,可以将该通信过程划分为以下三个层次(如图3.1所示)。
3.2 OSI基本参考模型
单击此处添加正文,文字是您思想的提炼,为了演示发布的良好效果,请言简意赅地阐述您的观点。
这一层的功能是建立、维持和释放网络实体之间的数据链路,这种数据链路对网络层应表现为一条无差错的信道。相邻结点之间的数据交换是分帧进行的,各帧按顺序传送,并通过接收端的校验检查和应答保证可靠的传输。数据链路层对损坏、丢失和重复的帧应能进行处理,这种处理过程对网络层是透明的。相邻结点之间的数据传输也有流量控制的问题,数据链路层把流量控制和差错控制合在一起进行。两个结点之间传输数据帧和发回应答帧的双向通信问题要有特殊的解决办法。有时由反向传输的数据帧“捎带”回对正向数据传输的应答信息,这是一种极巧妙而高效率的控制机制。
会话层
3.2 OSI基本参考模型
4.传输层
这一层在低层服务的基础上提供一种通用的传输服务。会话实体利用这种透明的数据传输服务使数据传输能高效地进行而不必考虑下层通信网络的工作细节。传输层用多路复用或分流的方式优化网络的传输性能。当会话实体要求建立一条传输连接时,传输层就为其建一个对应的网络连接。如果要求较高的吞吐率,传输层可能为其建立多个网络连接(分流);如果要求的传输速率不很高,单独创建和维持一个网络连接不合算,则传输层就可考虑把几个传输连接多路复用到一个网络连接L。这样的多路复用和分流对传输层以上是透明的。
ISOOSI网络体系结构计算机网络论文

1. ISO/OSI网络体系结构:即开放系统互联参考模型(Open System Interconnect Reference Model)。
是ISO(国际标准化组织)根据整个计算机网络功能将网络分为物理层、数据链路层、网络层、传输层、会话层、表示层、应用层七层。
也称"七层模型"。
每层之间相对独立,下层为上层提供服务。
物理层(Physics Layer)1. 物理层是网络的最底层。
实现的物理实体主要是通信媒体(线路)和通信接口,其主要指实现传输原始比特流的物理连接的各种特性(手段)。
物理层的概念:(1)OSI:在物理信道实体之间合理地通过中间系统,为比特传输所需物理连接的激活、保持和去活提供的机械的、电气的、功能特性和规程特性的手段。
(2) CCITT(国际电话与电报顾问委员会):利用物理的、电气的、功能和规程特性在DTE和DCE之间实现对物理信道的建立、保持和拆除功能。
信道实体的特性:物理特性(特性),电气特性,功能特性,规程特性。
2.物理的功能:(1)实现各节点之间的位传输。
保证位传输的正确性,并向数据链路层提供一个透明的位流传输。
(2)在DTE,DCE之间完成对数据链路的建立、保持和拆除操作。
3. 解决的主要问题:物理层负责一个节点(主机、工作站)与下一节点之间的比特流(位)传输。
包括传输介质的接口,数据信号的编码,电压或电压放大,接头尺寸,形状及输出针,以及与位流的物理传输相关的其它任何东西。
4.物理层的四个特性:物理特性(机械特性),电气特性,功能特性,规程特性。
(1) 机械特性(物理特性):指通信实体间硬件连接接口的机械特点。
如:接口的形状、大小;接口引脚的个数、功能、规格、引脚的分布;相应通信媒体的参数和特性。
(2)电气特性:线路连接方式、信号电平、传输速率、电缆长度和阻抗。
(3)功能特性:接口电路的功能,物理接口各条信号线的用途(用法)。
包括:接口线功能规定方法,和接口线功能分类:数据、控制、定时、接地。
计算机网络体系结构

计算机网络体系结构一、OSI模型OSI模型(Open Systems Interconnection Reference Model)也称为开放系统互联参考模型,是一种理论上的网络体系结构标准。
它基于开放系统互联的概念,将网络通信划分为七个层次,每个层次都执行特定的任务和功能。
1. 物理层(Physical Layer):负责定义传输媒体的物理连接和传输技术。
它的主要任务是将比特流转换为电信号进行传输。
2. 数据链路层(Data Link Layer):负责将原始的物理连接转换为稳定可靠的数据链路,通过帧来管理数据的传输。
3. 网络层(Network Layer):负责数据包的选址和转发,完成网络之间的数据传输和路由选择。
4. 传输层(Transport Layer):为数据提供端到端的可靠传输,确保数据在发送和接收方之间正确传输。
5. 会话层(Session Layer):负责建立、管理和终止会话,提供应用程序之间的通信和同步。
6. 表示层(Presentation Layer):负责数据的压缩、加密和转换,以确保不同系统之间的数据格式一致。
7. 应用层(Application Layer):为用户提供各种应用服务,如电子邮件、文件传输和远程登录等。
二、TCP/IP模型TCP/IP模型(Transmission Control Protocol/Internet Protocol)是一种实际应用中广泛使用的网络体系结构。
它由四个层次组成,与OSI模型的一些层次有重叠。
1. 网络接口层(Network Interface Layer):与OSI模型的物理层和数据链路层相对应,负责实际的物理连接和数据帧的传输。
2. 网际层(Internet Layer):与OSI模型的网络层相对应,负责数据的路由和转发。
其中著名的协议有IPv4和IPv63. 传输层(Transport Layer):与OSI模型的传输层相对应,提供端到端的可靠通信,其中著名的协议有TCP和UDP。
计算机专业b-s模式 外文翻译 外文文献 英文文献 中英对照

外文翻译ENGLISHE:Develop Web application program using ASP the architecture that must first establish Web application. Now in application frequently with to have two: The architecture of C/S and the architecture of B/S.Client/server and customer end / server hold the architecture of C/S.The customer / server structure of two floor.Customer / server ( Client/Server ) model is a kind of good software architecture, it is the one of best application pattern of network. From technology, see that it is a logic concept, denote will a application many tasks of decomposing difference carry out , common completion is entire to apply the function of task. On each network main computer of web site, resource ( hardware, software and data ) divide into step, is not balanced, under customer / server structure, without the client computer of resource through sending request to the server that has resource , get resource request, so meet the resource distribution in network not balancedness. With this kind of structure, can synthesize various computers to cooperate with work, let it each can, realize the scale for the system of computer optimization ( Rightsizing ) with scale reduce to melt ( Downsizing ). Picture is as follows:It is most of to divide into computer network application into two, in which the resource and function that part supports many users to share , it is realized by server; Another part faces every user , is realized by client computer, also namely, client computer is usual to carry out proscenium function , realizes man-machine interaction through user interface , or is the application program of specific conducted user. And server usually carries out the function of backstage supporter , manages the outside request concerning seting up, accepting and replying user that shared. For a computer, it can have double function , is being certain and momentary to carve to act as server , and again becomes client computer in another time.Customer / server type computer divide into two kinds, one side who offers service is called as server , asks one side of service to be called as customer. To be able to offer service, server one side must have certain hardware and corresponding server software; Also, customer one side mustalso have certain hardware and corresponding customer software.There must be a agreement between server and customer, both sides communicate according to this agreement.Apply customer / server model in Internet service , the relation between customer and server is not immutable. Some Internet node offers service on the one hand , also gets service on the other hand from other node; It is even in one time dialogue course, mutual role also exchanges probably. As in carry out file transmission , if be called as one side who offers file server, is called as one side who gets file customer, when using get or mget order since another node takes file, can think that what self use and it is client computer , is using put or mput order to another node dispatch file can again think the machine that used self is server.Multilayer customer / server structureAlong with the development of enterprise application, recently, have again arisen a kind of new multilayer architecture, it applies customer end to divide into two minutes: Customer application and server apply. Customer application is the part of original customer application , is another and partial to have been transfered to server to apply. New customer application takes the responsibility for user interface and simple regular business logic and new server application resident core , changeable business logic. Therefore its structure has become new ( Client application + Server application )/Server structure. Following picture shows:This kind of structure has solved traditional Client/Server can expand problem, have reduced customer end business logic , and have reduced the requirement of customer end for hardware. At the same time because of a lot of business logic concentrations have gone to unitary application server on, the maintenance work of application system had been also concentrated together, have eliminated the problem in the traditional structure of Client/Server that software distributes. This kind of structure is called as the architecture of B/S.Browser/Server and browser / server hold the architecture of B/S. Onessence, Browser/Server is also a kind of structure of Client/Server, it is a kind of from the traditional two levels of structural development of Client/Server come to the three-layer structural special case of Client/Server that applied on Web.In the system of Browser/Server, user can pass through browser to a lot of servers that spread on network to send request. The structure of Browser/Server is maximum to have simplified the work of client computer, on client computer, need to install and deploy few customer end software only , server will bear more work, for database visit and apply program carry out will in server finish.Under the three-layer architecture of Browser/Server, express layer ( Presentatioon ) , function layer ( Business Logic ) , data layer ( Data Service ) have been cut the unit of 3 relative independences: It is the first layer of to express layer: Web browser.In expressing layer contain system show logic, locate in customer end. It's task is to suggest by Web browser to the certain a Web server on network that service is asked , after verifying for user identity, Web server delivers needed homepage with HTTP agreement to customer end, client computer accept the homepage file that passed , and show it in Web browser on.Second layer function layer: Have the Web server of the application function of program extension.In function layer contain the systematic handling of general affairs logic, locate in Web server end. It's task is the request concerning accepting user , need to be first conducted and corresponding to expand application program and database to carry out connection , passes through the waies such as SQL to database server to put forward data handling to apply for, then etc. database server the result of handling data submit to Web server, deliver again by Web server to return customer end.The number of plies of 3th according to layer: Database server.In data layer contain systematic data handling logic, locate in database server end. It's task is to accept the request that Web server controls for database, realization is inquired and modified for database , update etc. function, submit operation result to Web server.Careful analysis is been easy to see , the architecture of Browser/Server of three-layer is the handling of general affairs of the two levels of structure of Client/Server logic modular from the task of client computer in split , from the first floor of individual composition bear the pressure of its task and such client computer have alleviated greatly, distribute load balancedly and have given Web server, so from the structural change of Client/server of original two floor the structure of Browser/Server of three-layer. This kind of three-layer architecture following picture shows.This kind of structure not only client computer from heavy burden andthe requirement of performance that rises continuously for it in liberation come out , also defend technology people from heavy maintenance upgrading work in free oneself. Since client computer handles general affairs , logic partial minutes have given function server, make client computer right off " slender " a lot of, do not take the responsibility for handling complex calculation and data again visit etc. crucial general affairs, is responsible to show part, so, maintenance people do not rush about again for the maintenance work of program between every client computer, and put major energy in the program on function server update work. Between this kind of three-layer structural layer and layer, the mutually independent change of any first floor does not affect the function of other layer. It has changed the defect of the two levels of architecture of Client/Server of tradition from foundation, it is the transform with deep once in application systematic architecture.The contrast of two architecturesThe architecture of Browser/Server and the architecture ofClient/Server compare with all advantages that not only have the architecture of Client/Server and also have the architecture ofClinet/Server the unique advantage that place does not have: Open standard: The standard adopted by Client/Server only in department unification for but, it's application is often for special purpose.It is lower to develop and defend cost: It need to be implemented on all client computers that the application of Client/Server must develop the customer end software for special purpose, no matter installation and disposition escalate still, have wasted manpower and material resources maximumly. The application of Browser/Server need in customer end have general browser , defend and escalate to work in server end go on , need not carry out any change as customer holds , have reduced the cost of development and maintenance so greatly.It is simple to use , interface friendly: The interface of the user of Client/Server is decided by customer end software, interface and the method of its use are not identical each, per popularize a system of Client/Server ask user study from the beginning, is hard to use. The interface of the user of Browser/Server is unified on browser, browser is easy to use , interface friendly, must not study use again other software, the use of a Lao Yong Yi that has solved user problem.Customer end detumescence: The customer end of Client/Server has the function that shows and handles data , as the requirement of customer end is a client computer " it is fat " very high. The customer of Browser/Server holds the access that not takes the responsibility for database again and the etc. task of complex data calculation, need it only show , the powerful role that has played server fully is so large to have reduced the requirement for customer end, customer end become very " thin ".System is flexible: The 3 minutes of the system of Client/Server, in modular, have the part that need to change to want relation to the change of other modular, make system very difficult upgrading. The 3 minutes of the system of Browser/Server modular relative independence, in which a part of modular change, other modular does not get influence, it is very easy that system improve to become, and can form the system with much better performance with the product of different manufacturer.Ensure systematic safety: In the system of Client/Server, directly join with database server because of client computer, user can very easily change the data on server, can not guarantee systematic safety. The system of Browser/Server has increased a level of Web server between client computer and database server , makes two not to be directly linked again, client computer can not be directly controled for database, prevent user efficiently invade illegally.The architecture of Browser/Server of three-layer has the advantage that a lot of traditional architectures of Client/Server does not have , and is close to have combined the technology of Internet/Intranet, is that the tendency of technical development tends to , it application system tape into one brand-new develop times. From this us option the configuration of B/S the architecture that develops as system.what are C/S with B/SFor " C/S " with the technology of " B/S " develop change know , first,must make it clear that 3 problems.( 1 ) What is the structure of C/S.C/S ( Client/Server ) structure, the server structure and client computer that all know well. It is software systematic architecture, through it can hold hardware environment fully using two advantage, realize task reasonable distribution to Client end and Server end , have reduced systematic communication expense. Now, the most systems of application software are the two levels of structure of the form of Client/Server , are developing to the Web application of distribution type since current software application is systematic, Web and the application of Client/Server can carry out same business handling , apply different modular to share logic assembly; Therefore it is systematic that built-in and external user can visit new and existing application , through the logic in existing application system, can expand new application system. This is also present application system develop direction. Traditional C /S architecture though adopting is open pattern, but this is the openness that system develops a level , in specific application no matter Client end orServer end the software that need to still specify support. Because of the software software that need to develop different edition according to the different system of operating system that can not offer the structure of C/S and the open environment of user genuine expectation , besides, the renovation of product is very rapid, is nearly impossible to already meet the 100 computer above users of local area network at the same time use. Price has low efficiency high. If my courtyard uses , Shanghai exceed the orchid company's management software " statistics of law case" is typical C /S architecture management software.( 2 ) What is the structure of B/S.B/S ( Browser/Server ) structure browser and server structure. It is along with the technology of Internet spring up , it is for the structure of improvement or a kind of change of the structure of C/S. Under this kind of structure, user working interface is to realize through WWW browser, lose the logic of general affairs very much in front( Browser) realization, but the major logic of general affairs in server end( Server) realization, form the three-layer claimed 3-tier structure. So, have simplified customer end computer load greatly , have alleviated system to defend workload and the cost with upgrading , have reduced the overall cost of user ( TCO ). With present technology see , local area network the network application that establishes the structure of B/S , and under the pattern of Internet/Intranet, database application is easy to hold relatively , cost also is lower. It is that oneness goes to the development of position , can realize different people, never same place, with difference receive the way of entering ( for example LAN, WAN, Internet/Intranet etc.) visit and operate common database; It can protect data platform efficiently with management visit limits of authority, server database is also safe. Now in my courtyard, net ( Intranet ) , outer net ( Internet ) with Beijing eastern clear big company " law case and the management software of official business " is the structural management software of B/S , policemen each working station in local area network pass through WWW browser can realize working business. Especially in JAVA step platform language appearance after, the configuration management software of B/S is more facilitated , is shortcut, efficient.( 3 ) The management software technology of main stream.The technology of main stream of management software technology is as management thought , have also gone through 3 develop period. First, interface technology goes to Windows graph interface ( or graph user interface GUI ) from last century DOS character interface, till Browser browser interface 3 differences develop period. Secondly, today own the browser interface of computer, is not only visual and is easy to use , what is more major is that any its style of application software based on browser platform is as, make the requirement of choosing a person for the job for operating training not high and software operability is strong , is easy to distinguish; Moreover platform architecture the file that also goes to today from past single user development /server ( F /S ) system and client computer /server ( C /S ) system and browser /server ( B /S ) system.The comparison of C/S and B/SC/S and B/S is the now world two technologies of main stream of developing pattern technical configuration. C/S is that American Borland company researches and develop most early, B/S is that American Microsoft researches and develop. Now this two technologies with quilt world countries grasp , it is many that domestic company produce article with C/S and the technical development of B/S. This two technologies have the certain market share of self , is with customer crowd , each domestic enterprise says that own management software configuration technical function is powerful, advanced, convenient , the customer group that can lift , have a crowd scholar ink guest to shake flag self cry out , advertisement flies all over the sky , may be called benevolent to see kernel, sage sees wisdomC/S configures inferior position and the advantage of software( 1 ) Application server operation data load is lightcomparatively.The database application of the most simple architecture of C/S is become by two partial groups, customer applies program and database server program. Both can be called as proscenium program and the program of backstage supporter respectively. The machine of operation database server program is also called as application server. Once server program had been started , waits the request concerning responding customer program hair at any time; Customer application program operation can becalled as customer computer on the own computer of user, in correspondence with database server, when needs carry out any operation for the data in database, customer program seeks server program voluntarily , and sends request to it, server program is regular as basis intends to make to reply, send to return result, application server operation data load is lighter.( 2 ) Data store management function relatively transparent.In database application data store management function, is carried out respectively independently by server program and customer application program , is regular as proscenium application can violate , and usually those different( no matter is have known still unknown ) operations data, in server program, do not concentrate realization, for instance visit limits of authority, serial number can be repeated , must have customer talent establishment the rule order. It is these to own , for the last user that works on proscenium program is " transparent ", they need not be interest in ( can not usually also interfere ) the course of behind, can complete own all work. In the application of customer server configuration proscenium program not is very " thin ", troublesome matter is delivered to server and network. In the system of C/S take off , database can not become public really , professionally more competent storehouse, it gets independent special management.( 3 ) The inferior position of the configuration of C/S is high maintenance cost make investment just big.First, with the configuration of C/S, will select proper database platform to realize the genuine "unification" of database data, make the data synchronism that spreads in two lands complete deliver by database system go to manage, but the logically two operators of land will directly visit a same database to realize efficiently , have so some problems, if needs establishment the data synchronism of " real time ", the database server that must establish real time communication connection between two places and maintains two lands is online to run , network management staff will again want to defend and manage for customer end as server defends management , maintenance and complex tech support and the investment of this high needs have very high cost, maintenance task is measured.Secondly, the software of the structure of C/S of tradition need to develop thesoftware of different edition according to the different system of operating system , is very rapid because of the renovation of product, price is working needs high with inefficient already do not meet. In JAVA step platform language appearance after, the configuration of B/S is more vigorous impact C/S , and forms threat and challenge for it. .The advantage of B/S configuration software( 1 ) The Maintenance of inferior position and upgrading way are simple.Now upgrading and the improvement of software system more and more frequently, the product of the configuration of B/S embodies more convenient property obviously. For one a little a little bit big unit , if systematic administrator needs , between hundreds of 1000 even last computers round trip run , efficiency and workload is to can imagine, but the configuration of B/S software needs management server have been all right , all customer ends are browser only, need not do any maintenance at all. No matter the scale of user has , is what , has how many branch will not increase any workload of maintenance upgrading , is all to operate needs to aim at server to go on; If need differently only, net server connection specially , realize long-range maintenance and upgrading and share. So client computer more and more " thin ", and server more and more " fat " is the direction of main stream of future informative development. In the future, software upgrading and maintenance will be more and more easy , and use can more and more simple, this is for user manpower , material resources, time and cost save is obvious , it is astonishing. Therefore defend and escalate revolutionary way is the client computer " it is thin ", " is fat " server.( 2 ) Cost reduction, it is more to select.All know windows in the computer of top of a table on nearly one Tong world, browser has become standard disposition, but on server operating system, windows is in absolute dominance position not. Current tendency is the application management software that uses the configuration of B/S all , need to install only in Linux server on , and safety is high. The so server option of operating system is many, no matter choosing those operating system, can let the most of ones use windows in order to the computer of top of a table of operating system does not get influence, this for make most popular free Linux operating system develop fast, Linux except operatingsystem is free besides, it is also free to link database, this kind of option is very pupular.Say, many persons on daily, "Sina website" nets , so long as having installed browser for can , and what need not know the server of " Sina website " to use is that what operating system, and in fact the most of websites do not use windows operating system really, but the computer of user is most of as installing to be windows operating system.( 3 ) Application server operation data load value comparatively.Since B/S configures management, software installation in server end ( Server ) on, it is been all right that network administrator need to manage server only, the user interface major logic of general affairs in server ( Server ) end pass through WWW browser completely realization, lose the logic of general affairs very much in front( Browser) realization, all customer ends has only browser, network administrator need to do hardware maintenance only. But application server operation data load is heavier, once occuring " server collapse " to wait for problem, consequence is unimaginable. Therefore a lot of units have database to stock server , are ready for any eventuality.原文翻译:利用ASP开发Web应用程序首先必须确立Web应用的体系结构。
计算机网络专业英语

(DEC)CSMA/CD 载波监听多路访问/冲突检测(IBM)DNA 数字网络体系构access访问access contro l 访问控制access matrix访问矩阵accoun t 帐号ACL(access contro l list) 访问列表acquis ition confir m 获取确认acquis ition reques t 获取请求across certif icate交叉证书active激活addres s size 地址ADSL 对称数字用户服务线ADSL(asymme tricdigita l subscr iber line) 不对称数字用户AFS(andrew file system) 分布式文件系统agent代理AH(authen ticat ion header鉴别报头ANSI 美国国家标准协会ASK(amplit ude shift keying)幅移键控法assume担任asymme trickey crypto graphy 不对称加密ATM( Asynch ronou s Transf er Mode) 异步传输模式attemp t limit最大重传次数AUI 连接单元接口authen ticat ed 已认证authen ticat ion 鉴别authen ticat ion mechan isms路由控制机制authen ticat ior 身份认证awaren ess互相感知back 前一步back off limit避免算法参数BIOS(Basic-input-Output System) 基本输入输出系统bridge网桥broadc ast storm广播风暴BtoC(B2C)busine ss to consumer 企业对消费者BtoG(busine ss to govern ment企业对政府CA(certif icate author ity)证书权威机构Cable-modem机顶盒catalo g 目录手册CBX(comput erize d branch exchan ge) 程控交换CCITT国际电报电话咨询委员会CDE(common deskto p environment) 通用桌面环境CD-R 光盘刻录机CD-ROM 光盘驱动器(光驱)cell rate decoup ling信元率去耦certif icate证书certif icate hierar chy 证书层次结构certif icate verify证书检验报文CGI(common gatewa y interf a ce) 公用网关接口CHAP(challe nge handsh ake authen ticat ion protoc ol) 请求握手验证协议chat 闲谈chip 芯片cipher text脱密click点击Client/Server客户机/服务器cluste r 群集地址CMIS/CMIP公共管理信息服务/协议CMISE公共管理信息服务code 密码CODEC(Code decode r) 编码解码器collab oration 协作collab ratio n/cooper ation协调和协作方式collas psedbackon e折叠式主干网co-locate d 同地协作column行compat ibility 兼容性comput er langua ge 计算机语言言config uration 配置conten t/messag e 内容cooper ation协同coordinatio n 协调copy 复制CORBA面向对象的分布系统应用COSE(common open softwa r e enviro nment) 普通开放软件环境RPC远程过程调用COSE(common opensy stem enviro nment)通用开放系统环境course graine d 粗粒度访问控制CPU(Centra l Proces singUnit)央处理单元cruise漫游CSCL(Comput er Suppor ted Cooper ative Learning) 计算机支持的合作学习CSCW(comput er suppor ted cooper ative work 计算机支持协同工作cut 剪切data 数据data base数据库data confid entia lity保密data integr ity 数据完整性DBMS(Data Base Manage System) 数据库管理系统DBS(direct broadc ast satellite) 直播广播卫星DCE(distributed comput ing enviro nment) 分布计算环境DDCS 数据库管理和分布数据库连接服务debug调试decryp tion解密default receiv e window s) 预设接收窗口Demo 演示DES(data encryp tionstanda rd) 数据加密标准description描述Destin ation Folder目的文件夹digita l signat ure mechan isms数据完整性distan ce educat ion/learning 远程教育DNS(domain name servic e) 域名服务double click双击dummy哑终端edit 编辑educat ional groupw are system教育组件系统EEI(extena l enviro nment interf ace) 扩展环境接口EGP(exterior gatewa y protoc ol) 扩展网关协议Email电子邮件encaps ulation 封装enciph erman t 加密机制encopu latio n security payloa d 封装安全负载encryp tion加密except ion异常execut e 执行exit 退出FCS 帧校验序FDM 频分路复用find file文件查寻fine graine d 细粒度访问控制finish结束Firewa ll 防火墙Fixeddisk setupprogra m 硬盘安装程序Floppy Disk软盘folder文件夹font 字体FSK(freque ncy shift eying)移键控法full screen全屏function 函数gatewa y 网关graphics 图形groupw are群件GSM(roup pecial mobile) 移动通讯GSS-API 通用安全服务GUI(graphical user interf aces) 图形用户界面Hard Disk硬盘HDSL(high bit rate) 两对双绞线Homepa ge 主页HTML hypert ext markup langua ge 超文本语言HUB 集线器hyperlink超级链接hypert ext超文本ICCC 国际计算机信会议ICMP intern et 控制报文协议icon 图标ICQ 网上寻呼IDEA(intern ation al data encryp tionalgorithm) 国际加密算法IE(Intern et Explor er) 微软公司的网络浏览器IGP(inter gatewa y protoc ol) 内部网关连接器协议IGP(interior gatewa y rotoco l)核心网关协议IIS(Intern et Inform ation server) intern et 信息服务IKE(Intern et key exchan ge) 因特网密钥交换image图像IMAP(intern et messag e access protoc ol) 协议integr atedmodel集成模型Inter FrameGap 帧intera ctive commun ication交互通信intere nterp risecomput ing企业间的计算interf ace界面Intern al web 内部环球网Intern et 互联网intern etwor ked enterp rise互联网上的企业interr upt中断invert ed 颠倒IP(Addres s)互联网议(地址)IPSEC(IP security)安全IPIPSP(IP security protoc ol) IP安全协议IRC(intern et relaychat) 聊天ISO 国际标准化组织ISP(intern et servic e provid er) 服务商Jam size 阻塞参数KDC(key distribuetion center)密钥分发中心keyboa rd 键盘LAN 局域网LAPB(line access protoc ol balanc ed)链路访问协议平衡LDAP(light weight direct ory access protoc ol)轻量目录访问协议licens e 许可(证)LIP(serial line)IP串行IPLynx Mosaic Netsca pe Hotjava浏览器mail lists邮件列表mainbo ard主板manual 指南MAU 介质连接口max framesize 最大帧MDI 介质相关接口medium graine d 中粒度访问控制messag e system s 信报系统middle ware中间件MIPS PC的处理能力Modem(MOdula tor-DEModulator)调制解调器monito r 监视器more flag标识mouse鼠标MSS(maximu m segmen t size)最大分段尺寸MTU(maximu m transm issio n unit) 最大传输单位multi homed多宿主multic ast组播地址multim edia多媒体NAT(networ k addres s transla tion) 网络地址转换Naviga tor网景公司的浏览器NCP(networ k contro l protoc ol) 网络控制协议NDIS(networ k device interf a ce specif ication)网络设备接口networ k-baseddistan ce educat ion 远程网络教育newgro ups新闻组next 下一步nonlin ear encoding非线性编程non-reputa tion防止否认notarizatio n mechan isms公证NRZ (Non return to zero) 不归零制NSP(name servic e protoc ol) 域名服务协议NTDS(window s NT direct ory server) window s NT目录服务NWC(newwav e comput ingHP) 新波形计算object对象OCCA(open cooper ative comput ing archit ectur e) 开放合作计算体系结构ODI 开放数据链路接口OEM 原始设备制造商offset偏移On semble stacka ble 10BASE可叠加组合型集线器online在线OO(Object-Orient ed) 面向对象option pack功能补丁OSF 开放软件中心OSF(open softwa re founda tion)开放软件基金OSPF 开放最短径优先协议OSPF(open shorte st path contro l protoc ol) 开放的最短路径优先协议PABX(privat e automa tic branch exchan ge) 自动交换机PAD 填充字段pan 漫游PAP(passwo rd authen ticat ion protoc ol)密码验证协议paragr aph段落passwo rd 口令paste粘贴PBX(privat e branch exchan g e)专用换网PCM(pulsecode modula tion)脉冲代码调制PCS 便携式智能终端PCT(privat e commun ication techno logy)专网通信技术PIN(person al identificat ion number)个人标识符plaint ext明文platfo rm 平台PMA 物理介质接口poll 轮询portab le 便携P-P(Plug and Play)即插即用PPP(Point to Point protoc ol)点对点协议previo us 前一个print previe w 打印预览privat e 保密privat e key私钥profit利润progra m 程序progre ss 进展protoc ol 协议proxyserver代理服务器PSK(phaseshift keying) 相移键控法PtoP(C2C)person to person个人对个人public key 公钥PWS(peer web servic eWEB)服务器RADSL(rate adaptive DSL) 速率自适应D S L RAM(random access memory)随机存储器(内存) RAS 远程访问服务realm域redire ctor重定向器refere nce monito r 引用监控器regist ratio n 登录releas e 发布remote远程协作repeat er 中继器Replac e 替换replyattack检测重放攻击restar t 重新启动right click右击RIP(routin g inform ation protoc ol) 路由信息协议RIP(Routin g Inform ation protoc ol) 路由信息协议rogueprogra ms 捣乱程序ROM(Read Only Memory) 只读存储器router路由器row 列RR(resour ce record) 资源记录ruler标尺SBS(source routeswitch ing) 源路由交换网桥scable model可伸缩模型SDH 同步数字复用SDSL(symmet ric DSL) 单对双绞线seal 封装search查询Search Engine搜索引擎security audit trail安全审计跟踪security domain安全领域security labels安全标记security recove ry 安全恢复select all 全选servic e pack 服务补丁sessio n key会话层密钥SET(secure electr ionic transa ction)安全电子传送settin gs 设置settop box 机顶盒setup安装SFD 起始定界符SFT(system fault tolera nt) 系统容错short cut快捷方式sign 签名SMI(struct er of manage ment inform ation) 管理信息结构SMT(statio n manage ment)管理站SMTP(simple mail transf er protoc ol)简单邮件传输SMTP(simple mail transf er protoc ol)简单邮件传输协议SMTP(simple mail transf er protoc ol)简单邮件传输协议SNA 系统网络体系结构SNMP(simple networ k manage ment protoc ol) 简单网管协议SNMP(simple networ k manage ment protoc ol) 简单网络管理协议SNR(signal noiseratio)信噪比solttime 时间片SONENT(synchr onous optica l networ k)同步光纤网络source routin g bridge源路径桥SPF(shorte st path first)最短路径spoofing 欺骗SRT 源地址选择透明桥SRT(source routetransp arent) 源路由透明网桥status bar 状态条STDM 统计时分多路复用STLP(secure transp ort layer protoc ol)安全传送层style风格symbol 符号symmet ric key crypto graph y对称加密table表TDM 时分多路复用tele-access远程访问TELEGP(exterior gatewa y protoc ol) 外部网关连接器协议teleme dicin e 远程医疗tele-mentor ing 远程辅导tele-sharin g 远程共享Telnet远程登录templa te 模版text 文本ticket凭证timest amp时间标记tool bar 工具条translation bridging 转换桥接方式transp arent bridge传输桥truste d function 可信TTL(time to live) 留存时间UDP(user datagr am protoc ol) 用户数据报协议uninst all卸载UPS(Uninte rrupt ablePowerSupply) 不间断电源URL(Unifor m resour ce locator) 同意资源定位符URL(unifor m resour ce locato r) 统一资源定位user 用户videoconfer encin g视频会议view 视图virtua l classr oom 虚拟教室virtua l electr oniccommer ce city 虚拟电子商城virtua l electr onicmall 虚拟电子商场virtua l publis hing虚拟出版virtua l store虚拟商店virus病毒VPN(virtua l privat e networ k s) 虚拟专网WAN 广域网WAP(wirele ss applic ation protoc ol) 无线应用协议WDH 波分复用Webpag e 网页websit e 网站Window s NT 微软公司的网络操作系统workflow 工作流WWW(WorldWide Web) 万维网WYSIWY G(what you see is what you get)所见即所得xDSL(x digita l subscr iber line) 数字用户线路zoom in 放大zoom out 缩小。
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
附录AWith the new network technology and application of the continuous rapid development of the computer network should. Use of becoming increasingly widespread, the role played by the increasingly important computer networks and human. More inseparable from the lives of the community's reliance on them will keep growing.In order for computers to communicate, they must speak the same language or protocol. In the early days of networking, networks were disorganized in many ways. Companies developed proprietary network technologies that had great difficulties in exchanging information with other or existing technologies; so network interconnections were very hard to build. To solve this problem, the International Organization for Standardization(ISO)created a network model that helps vendors to create networks compatible with each other.Finding the best software is not easy. A better understanding of what you need and asking the right questions makes it easier. The software should be capable of handling challenges specific to your company. If you operate multiple distribution centers, it may be beneficial to create routes with product originating from more than one depot. Few software providers though, are capable of optimizing routes using multiple depots. The provider should be able to support installation of its product. Make sure to clearly understand what training and software maintenance is offered.Obviously, selecting the right routing/scheduling software is critically important. Unfortunately, some companies are using software that may not be best suited to their operation. Logistics actives with responsibility for approving the software ought to be comfortable they've made the right decision. It is important to realize that not all routing/scheduling software is alike!There questions to ask are:Which operating system is used?How easy is the software to use?Here is a good way to tell. Ask if its graphical user interface(GUI)is flexible. Find out about installation speed - how long does it take?Is the software able to route third party customers with your core business?When was the software originally released and when was it last upgraded?In 1984, ISO released the Open Systems Interconnection(OSI)reference model,which is a well-defined set of specifications that ensures greater compatibility among various technologies. In fact, OSI is a description of network communication that everyone refers to. It is not the only network model, but it has become the primary model for network communication. You will see further in this chapter, that the TCP/IP model is only a reduced version of the OSI model. The OSI model consists of seven layers, each illustrating a particular network function.meanwhile, ASP continues to evolve. With the arrival of the millennium came the arrival of ASP version 3. 0. Version 3. 0 was released along with Internet Information Server(IIS)version 5. 0 as part of the highly anticipated Microsoft Windows 2000. By far, the most important new feature of version 3. 0 is the addition of a seventh, intrinsic object called ASP Error which should greatly simplify error handling. Other new features include the addition of three new methods to the Server object, and two new methods to both the Application object and the Session object.When programmers design an image editor for example, they don't have to think about adding OSI Layer 7 capabilities to that software, because it has no need for communication with other computers. On the other hand, when creating an FTP client, they must add communication capabilities to that software. At Layer 7 we usually find Telnet, FTP, HTTP, SMTP, SNMP, or SSH. When we say, For Example, Layer 7 filtering, we refer to filtering application data, regardless of what port or computer it may come from.OSI will be a computer network architecture(architecture)is divided into the following seven:The first layer:physical layer(Physical Layer), provides communications equipment for the mechanical, electrical and functional characteristics and process for the establishment, maintenance and removal of the physical link connection. Specifically, the provisions of the mechanical properties required for network connectivity connector dimensions, pin number and order situation, etc. ;the provisions of the electrical characteristics of the physical connection in the bit stream transmission line signal level of the size, impedance matching , transfer rate from the constraints; features refers to the distribution of the various signals to the exact meaning of the signal, that is the definition of the DTE and DCE function between the various lines; order characteristics of the definition of the use of bit stream signal transmission lines for a group of rules refers to the physical connection of the establishment, maintenance, exchange of information, DTE andDCE on the circuit on double-action series. In this layer, data units known as bits(bit). Belong to the typical definition of the physical layer specification included:EIA / TIA RS-232, EIA / TIA RS-449, V. 35, RJ-45 and so on.The second layer:data link layer(Data Link Layer):in the physical layer bit stream to provide services based on adjacent node between the data link, through the provision of error control data frame(Frame)in the channel error-free transmission, and the action of the series circuit. Data link layer in the physical media is not reliable to provide reliable transmission. The role of this layer include:addressing the physical address, data framing, flow control, data error, such as re-issued. In this layer, data units known as the frame (frame). Data link layer protocol, including representatives of:SDLC, HDLC, PPP, STP, such as frame relay.The third layer is the network layerIn the computer network to communicate between two computers may be a lot of data link may also go through a lot of communication subnet. Network layer of the task is to choose a suitable inter-network routing and switching nodes, to ensure timely delivery of data. Network layer will provide the data link layer packet frame components, including network layer in the package header, which contains the logical address information - - the source site and destination site address of the network address. If you're talking about an IP address, then you are in dealing with the problem of Layer 3, which is “data packets”, rather than layer 2 of the “frame. ”IP is layer 3 part of the problem, in addition to a number of routing protocols and ARP(ARP). All things related to routing in Layer 3 processing. Address resolution and routing is an important objective of Level 3. Network layer can also achieve congestion control features such as Internet interconnection. In this layer, data packets as the unit(packet). Representatives of the network layer protocol, including: IP, IPX, RIP, OSPF, etc…The fourth tier is the transport layer process information. At fourth floor unit, also known as data packets(packets). However, when you talk about TCP protocol, such as concrete and specific when the name, TCP data unit known as paragraph(segments)and the UDP protocol data unit referred to as “datagram(data grams)”. This layer is responsible for obtaining all the information, therefore, it must be tracking data cell debris, out-of-order packets arrive in the transfer process and other possible risk. No. 4 for the upper layer to provide end-to-end(the end-user to end-users)of a transparent and reliable data transmission services. Transparent by means of transmission is transmitted in thecommunication process of the upper layer shielding the communication transmission system details. Representatives of the Transport Protocol:TCP, UDP, SPX, etc…The fifth layer is the session layerThis layer can also be known as the dialogue meeting between layers or layer, in the session layer and above the high-level, the data transmission is no longer the other named units, known collectively as the message. Session layer does not participate in specific transmission, It provides, including access to authentication and session management, including the establishment and maintenance of mechanisms for communication between applications. If the server to verify user login is completed by the session layer.The sixth layer is Presentation LayerThe main solution to support this level of information that the problem of syntax. For the exchange of data will be suitable for a user from the abstract syntax, into a system suitable for the use of OSI transfer syntax. To provide formatting and conversion of that data services. Data compression and decompression, encryption and decryption so that the layers are responsible for.The seventh layer application layer, application layer for the operating system, applications or network services access the network interface. Agreement on behalf of the application layer, including: Telnet, FTP, HTTP, SNMP, etc. .Through the OSI layers, information from a computer software application for transfer to another application. For example, computer A on the application to send information to the computer application B, then A computer application in information need to be sent to the Application Layer(seventh layer), and then this layer will be sent to that level of information(sixth floor), indicating that the data layer will be transferred to the session layer(fifth layer), and so continue until the physical layer(first layer). In the physical layer, data is placed in the physical network media and sent to computer B. The physical layer of computer B to receive data from the physical media, and then send information up to data link layer(second layer), data link layer and then to the network layer, until the information in order to arrive at the application layer of computer B. Finally, the application layer of computer B and then the application information to the receiving end, thus completing the communication process. The following describes the icons in the process.OSI's seven control the use of a wide range of information and other computer systems to communicate the corresponding layer. Control information contained in thesespecial requests, and show that they correspond to the OSI layer exchange. Data at every level of the head and tail to bring the two basic forms of control information.For one to send down from the previous data, additional control information in the front as the head, attached to the back of the end of the control information is called. However, data from one level to increase the agreement and the agreement the end of the first of a OSI layer is not necessary.When the data transmission between each floor, each level in the data can be added to the head and tail, and these data have been included to increase the level of the head and tail. Agreement includes the first layer and the communication of information between layers. Head and tail as well as the data is associated with the concept, they depend on the analysis of the protocol layer module. For example, the transport layer header includes only the transport layer can be seen the information, the transport layer of the other layers below this only the first part of a data transmission. For the network layer, an information unit from the third layer composed of the first and data. The data link layer, network layer by passing down all the information that is the first and third data layer is seen as data. In other words, a given OSI layer, the information unit that contains the data from all parts of the upper head and tail, as well as data, referred to as packaging. For example, if computer A to a certain application data sent to computer B, the first data sent to the application layer.A computer in the application layer protocol data to add up and the application layer of computerB communications. Formed by the first information unit includes an agreement, data, and possibly the end of the agreement was sent to that layer, that layer of computer B and then add that layer of the control information to understand the agreement first. Information on the size of units in each level in agreement with the agreement the end of the first and add the increase in the first of these agreements and agreements contained in the computer B the end of the corresponding layers of control information to be used. In the physical layer, the entire information unit through the network transmission medium.Computer B in the physical layer unit of information received and sent to the data link layer; and B data link layer in computer A to read the data link layer protocol header added to the control of information; and then remove the agreement and the end of the first agreement, sent to the remainder of the network layer. Perform the same at every level of action:from the corresponding first layer to read the agreement and protocol tail, and remove, and then send the remaining first floor. End of application-layer implementation of these actions, the data sent to computer B on the application, the data and computerapplications A is exactly the same as sent.An OSI layer and another layer of communication between the second layer is the use of the services completed. Services provided by adjacent layers help a OSI layer with another layer corresponds to the computer system to communicate. A particular layer of the OSI model is often associated with three other OSI layers contact: with the layer directly adjacent to and under the floor, as well as the objectives of the corresponding computer systems networking layer. For example, computer A's data link layer should be with the network layer, physical layer of computer B, as well as the data link layer communication.附录B为了让电脑来沟通,就必须讲同样的语言或议定书。