计算机网络第一章客观题

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

计算机网络第一章客观题
Computer Networks
Chapter 1
(答案见末尾)
1.1 In the following options, which does not define in protocol? ( )
A the format of messages exchanged between two or more communicating entities
B the order of messages exchanged between two or more communicating entities
C the actions taken on the transmission of a message or other event
D the transmission signals are digital signals or analog signals
1.2 In the following options, which is defined in protocol? ( )
A the actions taken on the transmission and/or receipt of a message or other event
B the objects exchanged between communicating entities
C the content in the exchanged messages
D the location of the hosts
1.3 An application can rely on the connection to deliver all of its data without error and in the proper order. The sentence describes ( ).
A flow control
B congestion-control
C reliable data transfer
D connection-oriented service
1.4 The Internet’s connection-oriented service has a name, it is ( ).
B UDP
C TCP/IP
D IP
1.5 The Internet’s connectionless service is called ( ).
A TCP
B UDP
C TCP/IP
D IP
1.6 Which of the following nodes belongs to the network core?
A. a Web Server
B. a Host with Win2003 Server
C. a Router with NAT service
D. a Supernode on Skype Network
1.7 In the Internet, the equivalent concept to end systems is ( ).
A hosts
B servers
C clients
D routers
1.8 In the Internet, end systems are connected together by ( ).
A copper wire
B coaxial cable
C communication links
D fiber optics
1.9 End systems access to the Internet through its ( ).
A modems
B protocols
D sockets
1.10 In the following options, which belongs to the network core? ( )
A end systems
B routers
C clients
D servers
1.11 End systems, packet switches, and other pieces of the Internet, run ( ) that control the sending and receiving of information within the Internet.
A programs
B processes
C applications
D protocols
1.12 The internet allows ( ) running on its end systems to exchange data with each other.
A clients applications
B server applications
C P2P applications
D distributed applications
1.13 The protocols of various layers are called ( ).
A the protocol stack
B TCP/IP
C ISP
D network protocol
1.14 The lower layers of the OSI model are, in correct order
A. physical, system, network, logical
B. physical, logical, network, system
C. physical, transport, network, data link
D. physical, data link, network, transport
1.15 The Internet Protocol (IP) generally corresponds to which OSI layer?
A. Network (layer three)
B. Transport (layer four)
C. Data link (layer two)
D. Session (layer five)
1.16 What layer of the OSI model is designed to perform error detection functions?
A. Physical
B. Data link
C. Network
D. transport
1.17 Which of the following protocol layers is not explicitly part of the Internet Protocol Stack? _________
A. application layer
B. session layer
C. data link layer
D. transport layer
1.18 The 5-PDU is called___
A. message
B. segment
C. datagram
D. frame
1.19 The Int ernet’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
1.20 Transport-layer packets are called:
A. message
B. segment
C. datagram
D. frame
1.21 The units of data exchanged by a link-layer protocol are called ( ).
A Frames
B Segments
C Datagrams
D bit streams
1.22 There are two fundamental approaches to building a network core, ( ) and packet switching.
A electrical current switching
B circuit switching
C data switching
D message switching
1.23 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.
1.24 ( ) 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
1.25 In ( ) networks, the resources needed along a path to provide for communication between the end system are reserved for the duration of the communication session.
A packet-switched
B data-switched
C circuit-switched
D message-switched
1.26 In ( ) networks, the resources are not reserved; a session’s messages use the resources on demand, and as a consequence, may have to wait for access to communication link.
A packet-switched
B data-switched
C circuit-switched
D message-switched
1.27 In a circuit-switched network, if each link has n circuits, for each link used by the end-to-end connection, the connection gets ( ) of the link’s bandwidth for the duration of the connection.
A a fraction 1/n
B all
C 1/2
D n times
1.28 For ( ), the transmission rate of a circuit is equal to the frame rate multiplied by the
number of bits in a slot.
A CDMA
B packet-switched network
C TDM
D FDM
1.29 The network that forwards packets according to host destination addresses is called ( ) network.
A circuit-switched
B packet-switched
C virtual-circuit
D datagram
1.30 The network that forwards packets according to virtual-circuit numbers is called ( ) network.
A circuit-switched
B packet-switched
C virtual-circuit
D datagram
1.31 The time required to propagate from the beginning of the link to the next router is ( ).
A queuing delay
B processing delay
C propagation delay
D transmission delay
1.32 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
1.33 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.
1.34 Suppose, a is the average rate at which packets arrive at the queue, R is the transmission rate, and all packets consist of L bits, then the traffic intensity is ( ),
A LR/a
B La/R
C Ra/L
D LR/a
1.35 Suppose there is exactly one packet switch between a sending host and a receiving host. The transmission rates between the sending host and the switch and between the switch and the receiving host are R1 and R2, respectively. Assuming that the switch uses store-and-forward packet switching, what is the total end-to-end delay to send a packet of length L? (Ignore queuing delay, propagation delay, and processing delay.) ( )
A L/R1+L/R2
B L/R1
C L/R2
D none of the above
1.36 We are sending a 30 Mbit MP3 file from a source host to a destination host. Suppose there is only one link between source and destination and the link has a transmission rate of 10 Mbps. Assume that the propagation speed is 2 * 108 meters/sec, and the distance between source and destination is 10,000 km.
Also suppose that message switching is used, with the message consisting of the entire MP3 file. How many bits will the source have transmitted when the first bit arrives at the destination?
A. 1 bit
B. 30,000,000 bits
C. 500,000 bits
D. none of the above
1.37 In the following entries, which is not a kind of access network?( )
A residential access
B company access
C wireless access
D local access
1.38 The following technologies may be used for residential access, except
A. HFC
B. DSL
C. Dial-up modem
D. FDDI
1.39 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
1.40 在OSI 参考模型中,直接为会话层提供服务的是____。

A. 应用层
B. 表示层
C. 传输层
D. 网络层
1.41 在OSI 参考摸型中,下列功能需由应用层的相邻层实现的是
____。

A. 对话管理
B. 数据格式转换
C. 路由选择
D. 可靠数据传输
1.42 TCP/IP 参考模型的网络层提供的是____。

A.无连接不可靠的数据报服务 B .无连接可靠的数据报服务
C.有连接不可靠的虚电路服务
D.有连接可靠的虚电路服务
1.43 下列选项中,不属于网络体系结构中所描述的内容是____。

A.网络的层次
B.每一层使用的协议
C.协议的内部实现细节
D.每一层必须完成的功能
1.44 在OSI 参考模型中,自下而上第一个提供端到端服务的层次是____。

A. 数据链路层
B. 传输层
C. 会话层
D. 应用层
1.45 假设OSⅠ参考模型的应用层欲发送400 B的数据(无拆分),除物理层和应用层之外,其他各层在封装PDU时均引入20 B的额外开销,则应用层数据传输效率约为____
A.80%B.83%C.87%D.91%
答案:
1:D
2:A
3:C
4:A
5:B
6:C
7:A
8:C
9:C
10:B
11:D
12:D
13:A
14:D
15:A
16:B
17:B
18:A
19:B
20:B
21:A
22:B
23:C
24:A 25:C 26:A 27:A 28:C 29:D 30:C 31:C 32:B 33:C 34:B 35:A 36:C 37:D 38:D 39:D 40:C 41:B 42:A 43:C 44:B 45:A。

相关文档
最新文档