计算机网络英文试题

计算机网络英文试题
计算机网络英文试题

Computer Network Test Paper

1.Who invented IP and some related Internet protocols? B

a)Vinton Cerf and Bob Metcalfe

b)Vinton Cerf and Robert Kahn

c)Bob Metcalfe and Ivan Sutherland

d)Bob Metcalfe and David Clark

2.In the OSI reference model,

3.The upper layers of the OSI model are, in correct order B

a)Session, application, presentation

b)Session, presentation, application

c)Session, application, presentation, physical

d)Application, presentation, session

4.The lower layers of the OSI model are, in correct order D

a)physical, system, network, logical

b)physical, logical, network, system

c)physical, transport, network, data link

d)physical, data link, network, transport

5.The Internet Protocol (IP) generally corresponds to which OSI layer? A

a)Network (layer three)

b)Transport (layer four)

c)Data link (layer two)

d)Session (layer five)

6.MTU stands for C

a)Minimum Transfer Unit

b)Minimum Transmission Unit

c)Maximum Transmission Unit

d)Maximum Transfer Unit

7.What layer of the OSI model is designed to perform error detection functions?

B

a)Physical

b)Data link

c)Network

d)transport

8.Which of these network devices primarily functions at the OSI Network layer

(layer 3)? C

a)Switch

b)Gateway

c)Router

d)All of the above

9.What is the size of today’s standard (IPv4) IP address? A

a) 4 bytes (32 bits)

b)12 bytes (96 bits)

c)15 bytes (120 bits)

d)16 bytes (128 bits)

10.What is the size of the next-generation (IPv6) IP address?

a) 4 bytes (32 bits)

b)12 bytes (96 bits)

c)15 bytes (120 bits)

d)16 bytes (128 bits)

11.Which of the following higher-level protocols runs over IP? D

a)FTP

b)HTTP

c)SMTP

d)All of the above

12.Which of the following IPv4 addresses is the loopback address? C

a)0.0.0.0

b)10.0.0.1

c)127.0.0.1

d)255.255.255.255

13.Which of the following IPv6 addresses is the loopback address? B

a)0::0

b)0::1

c)127::0

d)127::1

14.The length of an IP datagram header can vary depending on the options used. What

is the smallest possible IP header size? B

a)16 bytes

b)20 bytes

c)24 bytes

d)60 bytes

15.The source IP address for an IPv4 datagram is stored where in the header?

C

a)2nd longword (bytes 5-8)

b)3rd longword (bytes 9-12)

c)4rd longword (bytes 13-16)

d)5rd longword (bytes 17-20)

16.The destination IP address for an IPv4 datagram is stored where in the header?

D

a)2nd longword (bytes 5-8)

b)3rd longword (bytes 9-12)

c)4rd longword (bytes 13-16)

d)5rd longword (bytes 17-20)

17.The header length field in an IPv4 datagram contains the size of an IP header

measured in number of C

a)Bits

b)Bytes

c)Longwords (4 bytes)

d)None of the above

18.Can IP run over any other physical networks besides Ethernet? D

a)No (and IP does not run over Ethernet)

b)No

c)Yes (but IP does not run over Ethernet)

d)Yes

19.What function does Address Resolution Protocol (ARP) perform? A

a)Converts IP addresses to Ethernet addresses

b)Automatically assigns IP addresses to computers

c)Prevents two computers from using the same IP address

d)None of the above

20.What mechanism does ARP use to resolve IP addresses? B

a)Mathematical formula

b)Lookup table

c)Central web site

d)Random number generator

21.Which utility program is designed to report whether a networked computer is

responding at a given IP address, and how long these responses take? B

a)traceroute

b)ping

c)ttcp

d)netstate

22.which of these shell commands supplies the IP address of a computer running the

Linux operating system? B

a)ipconfig

b)ifconfig

c)linuxconf

d)none of the above

23.Which of the following technologies manage the conversion between IP addresses

and host names? B

a)BGP

b)DNS

c)ARP

d)All of the above

24.CIDR stands for D

a)Class-based Internet Domain Routing

b)Careful Inter-Domain Routing

c)Constant Internet Domain Routing

d)Classless Inter-Domain Routing

25.In CIDR notation, which of the following networks contains host 192.168.14.2?

B

a)192.168.10.0/22

b)192.168.11.0/21

c)192.168.12.0/23

d)192.168.13.0/24

26.Which central authority is responsible for allocating IP addresses on the

Internet? B

a)IETF

b)IANA

c)IEEE

d)None of the above

27.The IP delivery service is C

a)Reliable, connection-oriented

b)Non-routable

c)Unreliable, connectionless

d)None of the above

28.TCP stands for A

a)Transmission Control Protocol

b)Trivial Connection Protocol

c)Traffic Control Protocol

d)Telephony Connection Protocol

29.UDP stands for C

a)Universal Data Protocol

b)Unreliable Datagram Protocol

c)User Datagram Protocol

d)Ultimate Data Protocol

30.Both TCP and UDP belong to which layer of the OSI mode? B

a)Session

b)Transport

c)Network

d)Data Link

31.UDP offers which of the following benefits relative to TCP? A

a)UDP consumes fewer computer resources by not maintaining connection state

b)UDP supports a self-regulating “throttle” feature that prevents network

saturation

c)UDP guarantees that Individual packets of a transmission will arrive “in

order”

d)None of the above

32.What is the maximum recommended length of twisted-pair Ethernet cables used in

home or business networks? B

a)10 meters

b)100 meters

c)1000 meters

d)Other

33.On Ethernet LANs, the Ethernet address is also known as the B

a)IP address

b)MAC address

c)Virtual address

d)Other

34.How long is a MAC address? B

a) 4 bytes

b) 6 bytes

c)8 bytes

d)10 bytes

35.What is the basic unit of Ethernet traffic? B

a)File

b)Frame

c)Packet

d)Stream

36.CSMA/CD stands for A

a)Carrier Sense Multiple Access with Collision Detection

b)Collision Sense Multiple Access with Carrier Detection

c)Carrier Single-Multiple Access with Collision Detection

d)Collision Single-Multiple Access with Carrier Detection

37.Which of the following is a routing protocol?

a)ARP

b)DNS

c)BGP

d)SMTP

38.Which of the following algorithm has the so called count-to-infinity problem?

C

a)Flooding algorithm

b)Link-state algorithm

c)Distance vector algorithm

d)None of the above

39.Which of the following algorithm does BGP use? C

a)Flooding algorithm

b)Link-state algorithm

c)Distance vector algorithm

d)None of the above

40.Which of the following protocol does ICMP run over? C

a)TCP

b)UDP

c)IP

d)Ethernet

41.Which of the following describes the TCP connection establishing mechanism?

C

a)One-way-handshake

b)Two-way-handshake

c)Three-way-handshake

d)Four-way-handshake

计算机网络专业词汇中英对照

《计算机网络》中英文对照 Chapter 1 End system P28 端系统 Modem P29 调制解调器(俗称:猫) Base station P29 基站 Communication link P30 通信链路 Physical media P30 物理介质 Coaxial cable P30 同轴电缆 Fiber optics P30 光纤 Radio spectrum P30 射频频谱 Transmission rate P30 传输速率 Packets P30 (数据)包,或分组 Routers P30 路由器 Link-layer switches P30 链路层交换机 Path P30 路径 ISP (Internet Service Provider) P30 网络服务提供商 TCP (Transmission Control Protocol) P31 传输控制协议 IP ( Internet Protocol) P31 网际协议 Intranets P31 内网 API (Application Programming Interface) P32 应用程序编程接口Network edge P35 网络边缘 Access Networks P38 接入网 Ethernet P42 以太网 Network core P48 网络核心 Circuit Switching P50 电路转换 Packet Switching 分组交换 FDM (frequency-division multiplexing) P50 频分多路复用 TDM (time-division multiplexing) P50 时分多路复用 Statistical Multiplexing 统计复用 Store-and-forward 存储转发 Queuing delays P53 排队延迟 Transmission delay P60 传输延迟,或发送延迟 Propagation delay P60 传播延迟 Throughput P59 吞吐量 Internet backbone P57 骨干网 Delay P59 延迟,或时延 Loss P59 丢包 Packet-Switched Network P59 分组交换网络 Nodal processing delay P60 节点处理延迟 End-to-end delay P66 端到端延迟 Instantaneous throughput P68 瞬时吞吐量

计算机网络期末试卷(已看)

学 院 : 专 业 : 学 号 : 姓 名 : …

虚电路方式的原理及特点为:虚电路方式试图将数据报方式与线路交换方式结合起来,处分发挥两种方法的优点,以达到最佳的数据交换效果;数据报方式在分组发送之前,发送方与接收方之间不需要预先建立连接。虚电路方式在分组发送之前,需要在发送方和接收方建立一条逻辑连接的虚电路;虚电路方式与线路交换方式相同,整个通信过程分为以下三个阶段:虚电路建立、数据传输与虚电路释放。 2 简述数据链路层的功能及其实现 答: (1) 链路管理 & (2)帧同步 (3)流量控制 (4)差错控制 (5)寻址 七论述(10'*2=20分): 1 结合OSI/RM和TCP/IP参考模型,谈谈你对网络分层体系结构的理解。 2 结合HDLC和TCP的协议数据单元格式,谈谈你对网络协议的理解。 @ 源端口(16位)目的端口(16位) … 顺序号(32位) 确认号(32位) 报头长度保留码位窗口大小(16位) 校验和(16位)紧急指针(16位) 任选项填充~ 数据域 TCP报文格式 答:OSI参考模型按功能划分为五层:物理层、数据链路层、网络层、传输层和应用层。 物理层主要功能:利用传输介质为通信的网络结点之间建立、管理和释放物理连接;实现比特流的透明传输,为数据链路层提供数据传输服务;物理层的数据传输单元是比特。(1) 数据链路层的主要功能:在物理层提供的服务基础上,数据链路层在通信的实体间建立数据链路连接;传输以“帧”为单位的数据包;采用差错控制与流量控制方法,使有差错的物理线路变成无差错的数据链路(1)网络层的主要功能:通过路由选择算法为分组通过通信子网选择最适当的路径;为数据在结点之间传输创建逻辑链路;实现拥塞控制、网络互连等功能。(1)

计算机网络第七版

计算机网络第七版答案 第一章概述 1-02 简述分组交换的要点。 答:(1)报文分组,加首部(2)经路由器储存转发(3)在目的地合并 1-03 试从多个方面比较电路交换、报文交换和分组交换的主要优缺点。 答:(1)电路交换:端对端通信质量因约定了通信资源获得可靠保障,对连续传送大量数据效率高。(2)报文交换:无须预约传输带宽,动态逐段利用传输带宽对突发式数据通信效率高,通信迅速。(3)分组交换:具有报文交换之高效、迅速的要点,且各分组小,路由灵活,网络生存性能好。 1-08 计算机网络都有哪些类别?各种类别的网络都有哪些特点? 答:按范围:(1)广域网WAN:远程、高速、是Internet的核心网。 (2)城域网:城市范围,链接多个局域网。 (3)局域网:校园、企业、机关、社区。 (4)个域网PAN:个人电子设备 按用户:公用网:面向公共营运。专用网:面向特定机构。 1-10 试在下列条件下比较电路交换和分组交换。要传送的报文共x(bit)。从源点到终点共经过k段链路,每段链路的传播时延为d(s),数据率为b(b/s)。在电路交换时电路的建立时间为s(s)。在分组交换时分组长度为p(bit),且各结点的排队等待时间可忽略不计。问在怎样的条件下,分组交换的时延比电路交换的要小?(提示:画一下草图观察k段链路共有几个结点。) 答:线路交换时延:kd+x/b+s, 分组交换时延:kd+(x/p)*(p/b)+ (k-1)*(p/b),其中(k-1)*(p/b)表示K段传输中,有(k-1)次的储存转发延迟,当s>(k-1)*(p/b)时,电路交换的时延比分组交换的时延大,当x>>p,相反。 1-14 计算机网络有哪些常用的性能指标? 答:速率,带宽,吞吐量,时延,时延带宽积,往返时间RTT,利用率 1-15 假定网络利用率达到了90%。试估计一下现在的网络时延是它的最小值的多少倍? 解:设网络利用率为U。,网络时延为D,网络时延最小值为D0U=90%;D=D0/(1-U)---->D/ D0=10 现在的网络时延是最小值的10倍

强烈推荐计算机网络英文试题库(附答案)chapter.doc

Chapter 2 Application Layer 1. In the following four descriptions, which one is correct? A In C/S architecture, clients communicate with each other directly. B In C/S architecture, client has a fixed well-known address. C In P2P architecture, peers communicate with each other directly. D In P2P architecture, peer has a fixed well-known address. 2. In the context of a communication session between a pair of process, the process that initiates the communication is labeled as the , the process that waits to be contacted to begin the session is labeled as the . A client process, server process B sending process, receiving process C input process, output process D communicating process, connecting process 3. A socket is the interface between within a host. A the network layer and the link layer B the link layer and the physical layer C the application layer and the transport layer D the transport layer and the network layer 4. In the following applications, which one is a loss-tolerant application? A E-mail B file transfer C instant messaging D real-time audio 5. In the following applications, which one is a bandwidth-sensitive application? A E-mail B web application C real-time audio D file transfer 6. The service of TCP can’t guarantee . A delivery of all data without error B delivery of all data in the proper order

计算机网络期末考试试题及答案

计算机网络试题及答案(一) 一、.填空题 1.所谓计算机网络,会议是利用通信设备和线路将地理位置不同的、功能独立的多个计算机系统互连起来,以功能完善的网络软件实现网络中资源共享和数据通讯的系统。 2.计算机网络如果按作用范围进行分类,可分为广域网(WAN)、局域网(LAN)和城域网(MAN)。 3.网络协议通常采用分层思想进行设计,OSI RM中的协议分为7层,而TCP/IP RM中协议分为4层。 4.在TCP/IP RM中,用于互联层的协议主要有:ARP、IP、RARP、ICMP和IGMP 协议。 5.用于计算机网络的传输媒体有两类:有导线媒体和无导线媒体;光纤可分为两种:单模光纤和多模光纤(MMF)。 6.构成计算机网络的拓扑结构有很多种,通常有星形、总线型、环型、树型、和网状型等。 7.CSMA/CD技术是一种随机接入(所有的用户根据自已的意愿随机地发送数据),冲突不可避免;令牌技术是一种受控接入(各个用户不能任意接入信道而必须服从一定的控制),冲突避免。 8.10BASE-T局域网的数据速率是10mbps,100BASE-TX局域网的数据速率是100mbps。 9.在用双绞线时行组网时,连接计算机和计算机应采用交叉UTP电缆,连接计算机和集线器用直通UTP电缆。 10.在将计算机与10BASE-T集线器进行连接时,UTP电缆的长度不能大于100米。 11.在将计算机与100BASE-TX集线器进行连接时,UTP电缆的长度不能长于100米。 12.以太网交换机和数据交换和转发方式可以分为:直接交换、存储转发交换和改进的直接交换。 13.VLAN的组网方式有两种:静态根据以太网交换机端口进行划分VLAN,动态根据MAC地址、逻辑地址或数据包的协议类型进行划分VLAN。 14.在Internet中,运行IP的互联层可以为其高层用户提供的服务有三个特点:不可靠的数据投递服务、面向无连接的传输服务和尽最大努力投递服务。 15.IP地址由网络号和主机号两部分组成,其中网络号表示互联网中的一个特定网络,主机号表示该网络中主机的一个特定连接。 16.主机的IP地址为202.93.120.77,主机B的IP地址为150.23.55.200。若主机A要向主机B所在的网络进行广播,则直播广播地址为150.23.255.255;若主机A要在本网络中进行广播,则有限广播地址为255.255.255.255。 二、选择题 1.计算机网络是计算机技术和__________相结合的产物。->B A) 网络技术 B) 通信技术 C) 人工智能技术

第七版计算机网络复习提纲.pdf

考点1:internet和Internet的区别。(1章) nternet是互联网,泛指由多个计算机网络互连而成的网络,网络间的通信协议是任意的。Internet是因特网,指当前全球最大的、开放的、由众多网络相互连接的特定的计算机网络,使用TCP/IP协议作为通信规则。 考点2:因特网的核心部分。 核心部分:核心部分:由大量网络和连接这些网络的路由器组成,负责为边缘部分提供高速远程分组交换。 考点3:计算机网络的类别。 按范围:(1)广域网WAN:远程、高速、是Internet的核心网。(2)城域网:城市范围,链接多个局域网。(3)局域网:校园、企业、机关、社区。(4)个域网PAN:个人电子设备按用户:公用网:面向公共营运。专用网:面向特定机构。 考点4:计算机网络的性能指标。 速率,带宽,吞吐量,时延,时延带宽积,往返时间RTT,利用率 考点5:计算机网络体系结构。五层协议。 1.物理层 2.数据链路层 3.网络层 4.运输层 5.应用层 作业:1、计算机网络向用户可以提供那些服务?答:连通性和共享 3、比较电路交换、报文交换和分组交换的主要优缺点: (1)电路交换:端对端通信质量因约定了通信资源获得可靠保障,对连续传送大量数据效率高。 (2)报文交换:无须预约传输带宽,动态逐段利用传输带宽对突发式数据通信效率高,通信迅速。 (3)分组交换:具有报文交换之高效、迅速的要点,且各分组小,路由灵活,网络生存性能好。 17、收发两端之间的传输距离为1000km,信号在媒体上的传播速率为2×108m/s。试计算以下两种情况的发送时延和传播时延: (1)数据长度为107bit,数据发送速率为100kb/s (2)数据长度为103bit,数据发送速率为1Gb/s。 从上面的计算中可以得到什么样的结论? 解:(1)发送时延:ts=107/105=100s。传播时延:tp=106/(2×108)=0.005s (2)发送时延:ts =103/109=1μs。传播时延:tp=106/(2×108)=0.005s 结论:若数据长度大而发送速率低,则在总的时延中,发送时延往往大于传播时延。但若数据长度短而发送速率高,则传播时延就可能是总时延中的主要成分。 1-20 网络体系结构为什么要采用分层次的结构?试举出一些与分层体系结构的思想相似的日常生活。答:分层的好处: ①各层之间是独立的。某一层可以使用其下一层提供的服务而不需要知道服务是如何实现的。②灵活性好。当某一层发生变化时,只要其接口关系不变,则这层以上或以下的各层均不受影响。③结构上可分割开。各层可以采用最合适的技术来实现④易于实现和维护。⑤能促进标准化工作。 与分层体系结构的思想相似的日常生活有邮政系统,物流系统。 考点6:有关信道的几个基本概念。(2章)

计算机网络英文试题

Computer Network Test Paper 1.Who invented IP and some related Internet protocols? B a)Vinton Cerf and Bob Metcalfe b)Vinton Cerf and Robert Kahn c)Bob Metcalfe and Ivan Sutherland d)Bob Metcalfe and David Clark 2.In the OSI reference model, 3.The upper layers of the OSI model are, in correct order B a)Session, application, presentation b)Session, presentation, application c)Session, application, presentation, physical d)Application, presentation, session 4.The lower layers of the OSI model are, in correct order D a)physical, system, network, logical b)physical, logical, network, system c)physical, transport, network, data link d)physical, data link, network, transport 5.The Internet Protocol (IP) generally corresponds to which OSI layer? A a)Network (layer three) b)Transport (layer four) c)Data link (layer two) d)Session (layer five) 6.MTU stands for C a)Minimum Transfer Unit b)Minimum Transmission Unit c)Maximum Transmission Unit d)Maximum Transfer Unit 7.What layer of the OSI model is designed to perform error detection functions? B a)Physical b)Data link c)Network d)transport 8.Which of these network devices primarily functions at the OSI Network layer (layer 3)? C

计算机网络期末试题及答案计算机网络期末试题

计算机网络期末试题及答案A卷填空题(每空 1 分,共 30 分) 1、在计算机网络的定义中,一个计算机网络包含多台具有__自主____功能的计算机;把众多计算机有机连接起来要遵循规定的约定和规则,即__协议_____;计算机网络的最基本特征是__资源共享_______。 2、常见的计算机网络拓扑结构有:__星型________、__网状________、总线型、和___树型________。 3、常用的传输介质有两类:有线和无线。有线介质有__双绞线______、____同轴电缆______、__光纤________。 4、网络按覆盖的范围可分为广域网、_局域网______、___城域网____。 5、TCP/IP协议参考模型共分了_4__层,其中3、4层是_应用层______、___传输层____。 6、电子邮件系统提供的是一种___存储转发_______服务,WWW服务模式为____B/S__________。 7、B类IP地址的范围是_______________________。 8、目前无线局域网采用的拓扑结构主要有________、________、___________。 9、计算机网络的基本分类方法主要有:根据网络所覆盖的范围、根据网络上主机的组网方式,另一种是根据____信息交换方式_____。 10、数据传输的同步技术有两种:_同步传输___________和异步传输。 11、用双绞线连接两台交换机,采用_交叉线______线。586B的标准线序是 _________________________________________。 12、多路复用技术是使多路信号共同使用一条线路进行传输,或者将多路信号组合在一条物理信道上传输,以充分利用信道的容量。多路复用分为:_______频分_________、 ______波分__________、______时分__________和码分多路复用。 13、VLAN(虚拟局域网)是一种将局域网从_逻辑_____上划分网段,而不是从__物理____上划分网 段,从而实现虚拟工作组的新兴数据交换技术。 二、选择题(每题 2 分,共 30 分) 14、计算机网络拓扑是通过网中结点与通信线路之间的几何关系表示网络中各实体间的 ____B_____。 A、联机关系 B、结构关系 C、主次关系 D、层次关系 15、双绞线由两根相互绝缘的、绞合成均匀的螺纹状的导线组成,下列关于双绞线的叙述,不正确的是__A___。 A、它的传输速率达10Mbit/s~100Mbit/s,甚至更高,传输距离可达几十公里甚至更远 B、它既可以传输模拟信号,也可以传输数字信号 C、与同轴电缆相比,双绞线易受外部电磁波的干扰,线路本身也产生噪声,误码率较高 D、通常只用作局域网通信介质 16、ATM网络采用固定长度的信元传送数据,信元长度为___B__。 A、1024B B、53B C、128B D、64B A、广播地址 B、回环地址 C、本地链路地址 D、网络地址 18、HTTP的会话有四个过程,请选出不是的一个。(D ) A、建立连接 B、发出请求信息 C、发出响应信息 D、传输数据 19、在ISO/OSI参考模型中,网络层的主要功能是__B___。 A、提供可靠的端—端服务,透明地传送报文 B、路由选择、拥塞控制与网络互连 C、在通信实体之间传送以帧为单位的数据 D、数据格式变换、数据加密与解密、数据压缩与恢复 20、下列哪个任务不是网络操作系统的基本任务?_A___

计算机网络谢希仁(第七版)复习题(带答案)

第一章 1、(09-33)在OSI参考模型中,自下而上第一个提供端到端服务的层次是() A.数据链路层??B.传输层??C.会话层??D.应用层?? 2、(10-33)下列选项中,不属于网络体系结构中所描述的内容是() A.网络的层次 B.每一层使用的协议 C.协议的内部实现细节 D.每一层必须完成的功能 3、(10-34)在下图所示的采用“存储-转发”方式分组的交换网络中,所有链路的数据传输速度为100Mbps,分组大小为1000B,其中分组头大小20B,若主机H1向主机H2发送一个大小为980000B的文件,则在不考虑分组拆装时间和传播延迟的情况下,从H1发送到H2接收完为止,需要的时间至少是() A:80ms B:80.08ms C:80.16ms D:80.24ms 4、(11-33)TCP/IP参考模型的网络层提供的是() A.无连接不可靠的数据报服务 B.无连接可靠的数据报服务 C.有连接不可靠的虚电路服务 D.有连接可靠的虚电路服务 5、(12-33)在TCP/IP体系结构中,直接为ICMP提供服务协议的是:() A. PPP B. IP C. UDP D. TCP 6、(13-33)在OSI参考模型中,下列功能需由应用层的相邻层实现的是() A.对话管理 B.数据格式转换 C.路由选择 D.可靠数据传输 7.(13-35)主机甲通过1个路由器(存储转发方式)与主机乙互联,两段链路的数据传输速率均为10Mbps,主机甲分别采用报文交换和分组大小为10kb的分组交换向主机乙发送1个大小为8Mb(1M=106)的报文。若忽略链路传播延迟、分组头开销和分组拆装时间,则两种交换方式完成该报文传输所需的总时间分别为() A.800ms、1600ms B.801ms、1600ms C.1600ms、800ms、 D、1600ms、801ms 8.(14-33)在OSI参考模型中,直接为会话层提供服务的是() A.应用层 B表示层 C传输层 D网络层 参考答案:

计算机网络英文题库(附答案)chapter1

精心整理 Chapter1ComputerNetworksandtheInternet 1.The()isaworldwidecomputernetwork,thatis,anetworktha tinterconnectsmillionsofcomputingdevicesthroughoutt heworld.ppt3 A publicInternet B Intranet C switchnet D televisionnet 2.Whichkindofmediaisnotaguidedmedia?() A twisted-paircopperwire B acoaxialcable C fiberoptics D digitalsatellitechannel 3.Whichkindofmediaisaguidedmedia?() A geostationarysatellite B low-altitudesatellite C fiberoptics D wirelessLAN 4. ed(). A Frames B Segments C Datagrams D bitstreams 5. A B C D 6.()makessurethatneithersideofaconnectionoverwhelmsth eothersidebysendingtoomanypacketstoofast. A Reliabledatatransfer B Flowcontrol C Congestioncontrol D Handshakingprocedure 7.()meansthattheswitchmustreceivetheentirepacketbefor eitcanbegintotransmitthefirstbitofthepacketontotheo utboundlink. A Store-and-forwardtransmission B FDM C End-to-endconnection D TDM 8.Datagramnetworksandvirtual-circuitnetworksdifferint hat(). A datagramnetworksarecircuit-switchednetworks,a ndvirtual-circuitnetworksarepacket-switchednetwo rks. B datagramnetworksarepacket-switchednetworks,an dvirtual-circuitnetworksarecircuit-switchednetwo rks. D satellite 10.Processingdelaydoesnotincludethetimeto(). A examinethepacket’sheader B waittotransmitthepacketontothelink C determinewheretodirectthepacket D checkbit-errorinthepacket 11.Inthefollowingfourdescriptions,whichoneiscorrect?() A Thetrafficintensitymustbegreaterthan1. B Thefractionoflostpacketsincreasesasthetraffic intensitydecreases. C Ifthetrafficintensityisclosetozero,theaverage queuingdelaywillbeclosetozero. D Ifthetrafficintensityisclosetoone,theaverageq ueuingdelaywillbeclosetoone. 12.TheInternet’snetworklayerisresponsibleformovingne twork-layerpacketsknownas()fromonehosttoanother. A frame B datagram

计算机网络期末试卷A

《计算机网络》复习题 一.填空题(本大题共__10__题,每题__1__分,共__10__分。) 1.计算机网络系统由资源子网和通信子网组成。 2.OSI参考模型采用了七层体系结构,在物理层上所传数据的单位是比特,在数据 链路层所传数据的单位是帧。 3.电信网络包括线路交换网络和报文分组交换网络,报文分组交换网络又可分为 和虚电路交换网络。 4.简单文件传输协议TFTP采用 tcp/ip 协议作为传输层协议。 5.城市学院WEB服务器的IP地址为,它的netid是。 6.交换式局域网的核心设备是交换机。 7.当PCM用于数字化语音系统时,如果将声音分为64个量化级,系统的采样速率 为8000样本/秒,则数据传输速率应达到 b/s。 8.在内部网关协议中,RIP使用了距离向量协议,OSPF使用了分布式链路状 态协议。 9.在Internet协议中, telnet 服务的默认端口号是23。 10.目前常用的加密算法分为对称加密与非对称加密算法,Elgamal算法属于其中的 非对称加密算法。 二. 单项选择题(本大题共__30__题,每题__1__分,共__30__分。) 1.完成向用户提供可靠的端到端的服务是OSI模型的。 (A)物理层(B)数据链路层 (C)网络层(D)传输层 2.CSMA/CD技术只能用于。 (A)总线型拓扑结构(B)环形拓扑结构 (C)星型拓扑结构(D)不规则拓扑结构

3.下列关于曼彻斯特编码正确的描述是。 (A)曼彻斯特编码是自含时钟编码的模拟数据编码 (B)这种编码不会带来直流分量 (C)每位的中间跳变表示信号的取值为零 (D)曼彻斯特编码前后的比特率不变 4.100Base-TX使用以下哪一种传输介质。 (A)双绞线(B)同轴电缆 (C)红外线(D)光纤 5.建设宽带网络的两个关键技术是骨干网技术和。 (A)Internet技术(B)局域网技术 (C)接入网技术(D)分组交换技术 6. DNS服务器的作用是。 (A)实现两台主机之间的文件传输 (B)实现电子邮件的收发功能 (C)实现IP地址和MAC地址的相互转换 (D)实现域名和IP地址的相互转换 7.传输速率单位“bps”代表的意义是。 (A)Bytes per Second (B)Bits per Second (C)Baud per Second (D)Billion per Second 8.若BSC帧的数据段中出现字符串“A DLE B”,则字符填充后的输出为。 (A)A DLE B B (B)A A DLE B (C)A DLE DLE B (D)A DLE DLE DLE B 9.分布范围可达数百至数千公里,可覆盖一个国家或一个洲的一般称为。 (A)局域网(B)校园网 (C)城域网(D)广域网

计算机网络(谢希仁)复习题

计算机网络(谢希仁)复习样题 一、选择题 1.电路交换是基于位置的交换,而分组交换采用的是存储转发技术来转发数据分组。分组交换网的出现是现代电信的开始,大家公认的 B 是分组交换网之父。 A.INTERNET B。ARPANET C.X.25 D。ISDN 2.大家知道,网络协议是指为进行网络中的数据交换而建立的规则、标准或约定。它有三个要素。请问“表达数据与控制信息的结构或格式”是属于网络协议哪一个要素的内容?A A.语法 B。语句 C.同步 D。语义 3.路由表的分组转发算法是在路由器的IP层执行的,其寻找路由的算法顺序是: A.直接交付-→特定主机路由-→正常路由-→默认路由A 4.OSI制定了网络管理标准框架ISO7498-4,此框架将网络管理分为系统管理、层管理和层操作。并将系统管理分为五个功能域:故障管理、配置管理、计费管理、性能管理和安全管理。请问:“保证在使用最少网络资源和具有最小时延的前提下,网络能提供可靠、连续的通信能力”是属于哪一个功能域?D A.故障管理 B。配置管理 C。计费管理D。性能管理 5.在停止等待协议里,如果丢失了确认帧,超时重传将使接收方收到二个同样的数据帧,这就是停止等待协议的“重复帧”现象。请问:停止等待协议采用的是什么方法来解决“重复帧”问题?D A.启动超时计时器 B。设置滑动窗口 C。采用连续ARQ协议D。设置发送序号 6.OSI的七层协议体系结构中,物理层、数据链路层、网络层、传输层的协议数据单元(PDU)分别称为:A A.比特流、帧、数据分组、报文段 7.OSI的物理层有四个特性,即:机械特性、电气特性、功能特性、规程特性。请问:在EIA-232-E标准接口(它是EIA制订的著名物理层异步通信接口标准)里,“规定引脚的作用”属于哪一个特性?C A.机械特性 B。电气特性C。功能特性 D。规程特性 8.传统的集线器是第一层的设备,集线器 A 冲突域 A.扩大了 B.减小了 C.既不扩大也不减小 D.转发了 9.网卡地址的二进制位有多少位?A A.48 B.64 C.128 D.256 10.目前流行的网络管理系统都是采用基于TCP/IP模型的一个工业标准协议,它就是:C A.HTTP B。FTP C。SNMP D。DNS 11.TCP/IP的网络层含有四个重要的协议,分别为:D D。IP,ICMP,ARP,RARP 12.URL地址由哪三部分组成?

计算机网络最新期末考试试卷和答案

1.一个计算机网络是由核心部分和边缘部分构成的。 2.广播式通信信道中,介质访问方法有多种。IEEE 802规定中包括了局域网中最常用三种,包括:______CSMA/CD__________、_______Token Ring_________、______Token Bus__________。 3.同轴电缆分为基带同轴电缆和宽带同轴电缆两种类型。 4.模拟信号传输的基础是载波,载波的调制有调频、调幅、调相。 5.在计算机网络的层次化体系结构中,除了在物理媒体上进行的是实通信之外,其余各对等实体间进行的通信都是虚通信。 6.提供虚电路服务的通信子网内部的实际操作既可以是虚电路方式,也可以是数据报方式。 7.TCP/IP模型由低到高分别为网络接口层、_ 网络层__、__传输层__和应用层。 8.在TCP/IP层次模型的网络层中包括的协议主要有IP、ICMP、__RIP_和_OSPF 。 9.常用的IP地址有A、B、C三类128.11.3.31是一个_B_类地址,其网络标识为_128.11__,主机标识__3.31___。 10.ATM是一种__ 异步时分复用技术__连接的快速分组交换技术。 11.国内最早的四大网络包括原邮电部的ChinaNet、原电子部的ChinaGBN、教育部的__CERNET_和中科院的CSTnet。 12.DNS正向解析指_通过域名解析成IP地址_,反向解析指__通过IP地址解析域名__。 13.数据链路控制协议可分为异步协议和同步协议两大类,而同步协议又为面向比特、面向字节及面向字符的同步协议类型。 14.按照光信号在光纤中的传播方式,可将光纤分为两种不同的类型,它们是 单模光纤、多模光纤。 15.模拟数据也可以用数字信号来表示。对于声音数据来说,完成模拟数据和数字信号转换功能的设施是编码解码器CODE C 。 16.多路复用一般有两种基本形式:频分多路复用和时分多路复 用。 17.IEEE802.11 指一类有固定基础设施的无线局域网协议标准。 18.随着IP数据报经过不同的路由器时,发生变化的相应字段有生存时间和首部校验和。 19.“三网”指有线电视网、电信网络和计算机网络。 20.从IPv4向IPv6过渡的两种策略是隧道技术和双协议栈技术。 21.数据链路层要解决的三个基本问题是封装成帧和透明传输和差错检测。 22.计算机网络是现代_计算机_技术与通信技术密切组合的产物。 23.广播式通信信道中,介质访问方法有多种。IEEE 802规定中包括了局域网中最常用三种,包括:CSMA/CD总线、Token-ring令牌、Token-Bus 令牌总线。 24.决定局域网特性的主要技术要素为网络拓扑、传输介质、介质访问控制方法。 25.异步时分复用(ATDM)技术的优点是能够避免出现带宽浪费。 26.通信控制规程可分为三类,即面向字节型、面向字符型和面向比特型。 27.采用存储转发技术的数据交换技术有电路交换、报文交换和分组交

计算机网络(第七版)谢希仁著-考试知识点整理

《计算机网络》整理资料 第1章概述 1、计算机网络的两大功能:连通性和共享; 2、计算机网络(简称为网络)由若干结点(node)和连接这些结点的链路(link)组成。网络中的结点可以是计算机、集线器、交换机或路由器等。 3、互联网基础结构发展的三个阶段: ①从单个网络ARPANET 向互联网发展的过程。②建成了三级结构的因特网。③逐渐形成了多层次ISP (Internet service provider)结构的因特网。 4、制定互联网的正式标准要经过以下三个阶段: ①互联网草案(Internet Draft)②建议标准(Proposed Standard)③互联网标准(Internet Standard) 5、互联网的组成: ①边缘部分:由所有连接在互联网上的主机组成,这部分是用户直接使用的。处在互联网边缘的部分就是连 接在互联网上的所有的主机,这些主机又称为端系统(end system)。(是进程之间的通信)两类通信方式: ?客户—服务器方式:这种方式在互联网上是最常见的,也是最传统的方式。 客户(client)和服务器(server)都是指通信中所涉及的两个应用进程(软件)。 客户是服务的请求方,服务器是服务的提供方;服务请求方和服务提供方都要使用网络核心部分所提供的服务。 客户程序:一对多,必须知道服务器程序的地址;不需要特殊硬件和很复杂的操作系统。 服务器程序:可同时处理多个远地或本地客户的请求(被动等待);一般需要有强大的硬件和高级的操作系统支持 ?对等连接方式(p2p):平等的、对等连接通信。既是客户端又是服务端; ②核心部分:由大量网络和连接在这些网络上的路由器组成,这部分是为边缘部分提供服务的(提供连通性 和交换)(主要由路由器和网络组成);核心中的核心:路由器(路由器是实现分组交换的关键构建,其任务是转发收到的分组) 交换——按照某种方式动态地分配传输线路的资源: ?电路交换:必须经过建立连接(占用通信资源)→通话(一直占用通信资源)→释放资源(归还通信资 源)三个步骤的交换方式。 电路交换的一个重要特点就是在通话的全部时间内,通话的两个用户始终占用端到端的通信资源; ?报文交换:基于存储转发原理(时延较长); ?分组交换:分组交换采用存储转发技术。在发送报文(message)之前,先把较长的报文划分成为一个个 更小的等长数据段,在每一个数据段前面,加上一些由必要的控制信息组成的首部(包头header)后,就构成了一个分组(包packet);分组是在互联网中传送的数据单元。 路由器处理分组过程:缓存→查找转发表→找到合适接口转发出去。 优点:高效(逐段占用链路,动态分配带宽),灵活(独立选择转发路由),迅速(不建立连接就能发送分组),可靠(保证可靠性的网络协议;分布式多路由的分组交换网) 问题:存储转发时会造成一定的时延;无法确保通信时端到端所需的带宽。 报文交换和分组交换不需要预先分配传输带宽; 6、计算机网络的分类: 按作用范围:WAN(广),MAN(城),LAN(局),PAN(个人区域网); 按使用者:公用网,专用网; 7、计算机网络的性能

计算机网络名词 英文缩写解释大全

计算机网络名词 英文缩写解释大全 计算机网络名词 英文缩写解释大全 AAL ATM适配层ATM Adaptation Layer ABR 可用比特率Available Bit Rate  ACR 衰减串扰比  ADPCM 自适应差分PCM ADSL 非对称数字环路Asymmetric Digital Subscriber Line AMI ATM Management Interface AMPS 先进型移动电话系统Advanced Mobile Phone System ANS 高级网络与服务Advanced Networks and Services ANSI 美国国家标准协会American National Standard Institute APON 无源光纤网络  ARP 地址解析协议Address Resolution Protocol ARQ 自动重发请求Automatic Repeat Request AS 自制系统Autonomous System ASIC Application Specific Integrated Circuit(Chip)

ASN.1 Abstract Syntax Notation One ATD 异步时分复用Asynchronous Time Division ATM 异步传输模式Asynchronous Transfer Mode BBS 电子公告板Bulletin Board System BER 误比特率bit error rate BGP 边界网关协议Border Gateway Protocol BICMOS 双极型CMOS BIP-8 Bit Interleaved Parity-8 B-ISDN 宽带综合业务数字网Broadband Integrated Services Digital Network BMI Bus-Memory Interface BOOTP 引导协议BOOTstrapping Protocol BRI 单一ISDN基本速率  BUS 广播和未知服务器Broadcast/Unknown Server CAC 连接接纳控制Connection Admission Control CATV 公用天线电视  CBDS 无连接宽带数据服务  CBR 连续比特率Continuous Bit Rate  CCITT 国际电话电报咨询委员会  CD Carrier Detect

计算机网络英文题库(附答案)chapter1

Chapter 1 Computer Networks and the Internet 1.The ( ) is a worldwide computer network, that is, a network that interconnects millions of computing devices throughout the world. ppt3 A public Internet B Intranet C switch net D television net 2.Which kind of media is not a guided media? ( ) A twisted-pair copper wire B a coaxial cable C fiber optics D digital satellite channel 3.Which kind of media is a guided media? ( ) A geostationary satellite B low-altitude satellite C fiber optics D wireless LAN 4.The units of data exchanged by a link-layer protocol are called ( ). A Frames B Segments C Datagrams D bit streams 5.Which of the following option belongs to the circuit-switched networks? ( ) A FDM B TDM C VC networks D both A and B 6.( )makes sure that neither side of a connection overwhelms the other side by sending too many packets too fast. A Reliable data transfer B Flow control C Congestion control D Handshaking procedure 7.( ) means that the switch must receive the entire packet before it can begin to transmit the first bit of the packet onto the outbound link. A Store-and-forward transmission B FDM C End-to-end connection D TDM 8.Datagram networks and virtual-circuit networks differ in that ( ). A datagram networks are circuit-switched networks, and virtual-circuit networks are packet-switched networks. B datagram networks are packet-switched networks, and virtual-circuit networks are circuit-switched networks. C datagram networks use destination addresses and virtual-circuit networks use VC. numbers to forward packets toward their destination. D datagram networks use VC. numbers and virtual-circuit networks use destination addresses to forward packets toward their destination. 9.In the following options, which one is not a guided media? ( ) A twisted-pair wire B fiber optics C coaxial cable D satellite 10.Processing delay does not include the time to ( ). A examine the packet’s header B wait to transmit the packet onto the link C determine where to direct the packet D check bit-error in the packet 11.In the following four descriptions, which one is correct? ( ) A The traffic intensity must be greater than 1. B The fraction of lost packets increases as the traffic intensity decreases. C If the traffic intensity is close to zero, the average queuing delay will be close to zero. D If the traffic intensity is close to one, the average queuing delay will be close to one. 12.The Internet’s network layer is responsible for moving network-layer packets known as ( ) from one host to another. A frame B datagram C segment D message 13.The protocols of various layers are called ( ). A the protocol stack B TCP/IP C ISP D network protocol 14.There are two classes of packet-switched networks: ( ) networks and virtual-circuit networks. A datagram B circuit-switched C television D telephone 15.Access networks can be loosely classified into three categories: residential access, company access and ( ) access. A cabled B wireless C campus D city area Question 16~17

相关文档
最新文档