文档库 最新最全的文档下载
当前位置:文档库 › 计算机网络英文题库(附答案)chapter3

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

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

Chapter 3 Transport Layer

1. A transport-layer protocol provides for logical communication between ____.

A Application processes

B Hosts

C Routers

D End systems

2. Transport-layer protocols run in ____.

A Servers

B Clients

C Routers

D End systems

3. In transport layer, the send side breaks application messages into ____, passes to network layer.

A Frames

B Segments

C Data-grams

D bit streams

4. Services provided by transport layer include ____.

A HTTP and FTP

B TCP and IP

C TCP and UDP

D SMTP

5. Which of the following services is not provided by TCP?

A Delay guarantees and bandwidth guarantees

B Reliable data transfers and flow controls

C Congestion controls

D In-order data transfers

6. These two minimal transport-layer services----____ and ____----are the only two services that UDP provides!

A process-to-process data delivery, error checking

B congestion control, reliable data transfer

C flow control, congestion control

D In-order data transfer, error checking

7. Port number’s scop e is ____ to ____.

A 0, 1023

B 0, 65535

C 0, 127

D 0,255

8. The port numbers ranging from ____to ____ are called well-known port number and are restricted.

A 0, 1023

B 0, 65535

C 0, 127

D 0,255

9. UDP socket identified by two components, they are ____.

A source IP addresses and source port numbers

B source IP addresses and destination IP addresses

C destination IP address and destination port numbers

D destination port numbers and source port numbers

10. TCP socket identified by a (an) ____.

A 1-tuple

B 2-tuple

C 3-tuple

D 4-tuple

11. Which of the following applications normally uses UDP services?

A SMTP

B Streaming multimedia

C FTP

D HTTP

12. Reliable data transfer protocol over a perfectly reliable channel is____.

A rdt1.0

B rdt2.0

C rdt3.0

D rdt2.1

13. Reliable data transfer protocol over a channel with bit errors and packet losses is _ ___.

A rdt1.0

B rdt2.0

C rdt3.0

D rdt2.1

14. Which of the following about reliable data transfer over a channel with bit errors i s not correct?

A RDT2.0: assuming ACK and NAK will not be corrupted

B RDT2.1: assuming ACK and NAK can be corrupted

C RDT2.2: only use ACK-s

D RDT2.2: use both ACK-s and NAK-s

15. Which of the following protocols is not pipelining protocols?

A TCP

B rdt3.0

C GO-BACK-N

D selective repeat

16. Which of the following is not correct about GBN protocol?

A Only using ACK-s

B Using cumulative ACK-s

C Receiver discards all out-of-order packets

D It is not pipelined protocol

17. Which of the following is not correct about SR protocol?

A receiver individually acknowledges all correctly received packets

B sender only resends packets for which ACK not received

C It limits sequence number of sent but un-ACK-ed packets

D It is not a pipelined protocol

18. Which of the following about TCP connection is not correct?

A It is a broadcast connection

B It is a point-to-point connection

C It is a pipelined connection

D It is a full duplex connection

19. The SYN segment is used for____.

A TCP connection setup

B TCP flow control

C TCP congestion control

D Closing a TCP connection

20. The FIN segment is used for____.

A TCP connection setup

B TCP flow control

C TCP congestion control

D Closing a TCP connection

21.How does TCP sender perceive congestion?

A Through a timeout event

B Through a receiving duplicate ACK-s event

C Both A and B

D Either A or B

22. Extending host-to-host delivery to process-to-process delivery is called transport-layer ____ and .

A multiplexing and de-multiplexing

B storing and forwarding

C forwarding and filtering

D switching and routing

23. UDP is a ____ service while TCP is a connection-oriented service.

A Connectionless

B Reliable

C Connection-oriented

D In-order

24. The UDP header has only four fields, they are____.

A Source port number, destination port number, length and checksum

B Source port number, destination port number, source IP and destination IP

C source IP, destination IP, source MAC address and destination MAC address

D source IP, destination IP, sequence number and ACK sequence number

25. There are two 16-bit integers: 1110 0110 0110 0110, 1101 0101 0101 0101. Their checksum is____.

A 0100010001000011

B 1011101110111100

C 1111111111111111

D 1000000000000000

26.The maximum amount of data that can be grabbed and placed in a segment is limited by the____.

A Maximum segment size (MSS)

B MTU

C Checksum

D Sequence number

27.The MSS is typically set by first determining the length of the largest link-layer frame that can be sent by the local sending host----the so-called____.

A Maximum transmission unit (MTU)

B MSS

C Checksum

D Sequence number

28. A File size of 500,000bytes, MSS equals 1000bytes. When we want to transmit this file with TCP, the sequence number of the first segment is 0, and the sequence number of the second segment is ____.

A 1000

B 999

C 1001

D 500000

29.Because TCP only acknowledges bytes up to the first missing byte in the stream, TCP is said to provide____.

A Cumulative acknowledgements

B Selective acknowledgements

C 3 duplicate ACKs

D positive ACKs

30. Provided α=0.125, current value of Estimated-RTT is 0.4s, Sample-RTT is 0.8s, then the new value of Estimated-RTT is ____s.

A 0.45

B 0.6

C 0.7

D 0.8

31.Provided RcvBuffer=20,LastByteRcvd=20,LastByteRead=15, then

RcvWindow=____.

A 14

B 15

C 16

D 10

32. TCP service does not provide____.

A Reliable data transfer

B Flow control

C Delay guarantee

D Congestion control

33. There are two states in TCP congestion control, which are ____.

A slow start and congestion avoidance

B safe start and congestion avoidance

C slow start and congestion abandon

D safe start and congestion abandon

34. The transport-layer protocol provides logical communication between ____, and the network-layer protocol provides logical communication ____.

A hosts, processes

B processes, hosts

C threads, processes

D processes, threads

35. To implement the multicast services the Internet employs the ____ protocol.

A FTP

B TCP

C IGMP

D UDP

36. If an application developer chooses ____ protocol, then the application process is almost directly talking with IP.

A HTTP

B RIP

C CSMA/CD

D UDP

37. ____ maintains connection-state in the end systems. This connection state includes receive and send buffers, congestion-control parameters, and sequence and acknowledgment number parameters.

A UDP

B TCP

C DNS

D HTTP

38. The host that initiates the session in the Internet is labeled as ____.

A server

B user agent

C client

D router

39. With TCP there is no _____ between sending and receiving transport-layer entities.

A flow control

B handshaking

C. congestion control D VC setup

40. The Internet’s ____service helps prevent the Internet from entering a state of gridlock.

A datagram

B congestion control

C sliding window

D timeout event

41. Connection setup at the transport layer involves ____.

A server

B only the two end systems

C client

D router

42. A ____layer protocol provides for logical communication between applications.

A transport

B application

C networking

D MAC

43. In static congestion window, if it satisfies W*S/R > RTT + S/R, the Latency is ____.

A W*S/R – ( RTT+ S/R)

B 2RTT + O/R

C 2RTT + O/R + (k-1)[W* S/R- (RTT + S/R)]

D 2RTT + S/R

44. The receive side of transport layer reassembles segments into messages, passes to ____layer.

A Application

B Networking

C Physical

D MAC

45. In the following four options, which one is correct?

A The variations in the SampleRTT are smoothed out in the computation of the EstimatedRTT

B The timeout should be less than the connection’s RTT

C Suppose that the last SampleRTT in a TCP connection is equal to 1 sec. Then the current value of TimeoutInterval will necessarily be≥1 sec

D Suppose that the last SampleRTT in a TCP connection is equal to 1 sec. Then the current value of TimeoutInterval will necessarily be≤1 sec

46. The port number used by HTTP is ____.

A 80

B 25

C 110

D 53

47. The port number used by SMTP is ____.

A 80

B 25

C 110

D 53

48. The port number used by pop3 is ____.

A 80

B 25

C 110

D 53

49. The port number used by DNS is ____.

A 80

B 25

C 110

D 53

50. The port number used by FTP is ____.

A 20 and 21

B 20

C 21

D 53

51. A UDP socket identified by a ____ tuple(s).

A 2

B 4

C 1

D 3

52. A TCP socket identified by a ____ tuple(s).

A 2

B 4

C 1

D 3

53. A TCP socket does not include____.

A Source MAC address

B Source port number

C Destination IP address

D Destination port number

54. Which of following about UDP is not correct.

A It is a reliable data transfer protocol

B It is connectionless

C no handshaking between UDP sender, receiver

D it is a best effort service protocol

55. DNS uses ____ service.

A TCP

B UDP

C Both TCP and UDP

D None of above

56. Which of following about UDP is correct?

A Finer application-level control over what data is sent, and when

B No connection establishment (which can add delay), so no delay for establish a connection

C No connection state (so, UDP can typically support many active clients)

D Large packet header overhead (16-B)

57. Streaming media uses a ____ service normally.

A TCP

B UDP

C Both TCP and UDP

D None of above

58. The UDP header has only ____ fields.

A 2

B 4

C 1

D 3

59. Which of the following does not included in UDP header.

A Source port number

B Destination port number

C Checksum

D Sequence number

60. Which of the following is not a pipelining protocol.

A Rdt1.0

B Go-Back-N

C Selective repeat

D TCP

61. In the following four descriptions about MSS and MTU, which one is not correct?

A The MSS is the maximum amount of application-layer data in the segment

B The MSS is the maximum size of the TCP segment including headers

C The MSS is typically set by MTU

D The MTU means the largest link-layer frame

62. The job of gathering data chunks, encapsulating each data chunk with header information to create segments and passing the segments to the network is called ____.

A multiplexing

B de-multiplexing

C forwarding

D routing

63. In the following four descriptions about the relationship between the transport layer and the network layer, which one is not correct?

A The transport-layer protocol provides logical communication between hosts

B The transport-layer protocol provides logical communication between processes

C The services that a transport-layer protocol can provide are often constrained by the service model of the network-layer protocol

D A computer network may make available multiple transport protocols

64. Suppose the following three 8-bit bytes: 01010101, 01110000, 01001100. What’s the 1s complement of the sum of these 8-bit bytes?

A 00010001

B 11101101

C 00010010

D 10001000

65. The following four descriptions about multiplexing and de-multiplexing, which one is correct?

A A UDP socket is identified by a two-tuples consisting of a source port number and a destination port number.

B If two UDP segment have different source port number, they may be directed to the same destination process.

C If two TCP segments with different source port number, they may be directed to the same destination process.

D If two TCP segments with same destination IP address and destination port number, they must be the same TCP connection.

66. UDP and TCP both have the fields except ____.

A source port number

B destination port number

C checksum

D receive window

67. If we define N to be the window size, base to be the sequence number of the oldest unacknowledged packet, and next-seq-num to be the smallest unused sequence number, then the interval [nextseqnum,base+N-1] corresponds to packet that ____.

A can be sent immediately

B have already been transmitted and acknowledged

C cannot be used

D have been sent but not yet acknowledged

68. Which of the following about TCP is not correct?

A It is a connectionless protocol

B Point-to-point protocol

C Reliable, in-order byte steam protocol

D Pipelined protocol

69. Which of the following about TCP is not correct?

A It is a connectionless protocol

B full duplex data transfer protocol

C connection-oriented protocol

D flow controlled protocol

70. The maximum amount of data that can be grabbed and placed in a segment is limited by the ____.

A Maximum segment size (MSS)

B MTU

C Sequence number

D Check sum

71. The MSS is typically set by first determining the length of the largest link-layer frame that can be sent by the local sending host (the so-called____), and then will fit into a single link-layer frame.

A Maximum segment size (MSS)

B MTU

C Sequence number

D Check sum

72. The MSS is the maximum amount of ____layer data in the segment, not the maximum size of the TCP segment including headers.

A Application

B Transport

C Networking

D Link

73. Which of the following field is not used for connection setup and teardown?

A Sequence number

B TST

C SYN

D FIN

74. ____ is the byte stream number of first byte in the segment.

A Sequence number

B ACK number

C Checksum

D port number

75. ____ is the byte sequence numbers of next byte expected from other side.

A Sequence number

B ACK number

C Checksum

D port number

76. Because TCP only acknowledges bytes up to the first missing byte in the stream, TCP is said to provide ____ acknowledgements.

A Cumulative

B Selective

C Single

D Negative

77. Fast retransmit means in the case that ____ duplicate ACK-s are received, the TCP sender resend segment before timer expires.

A 3

B 4

C 5

D 6

78. TCP____ means sender won’t overflow receiver’s buffer by tran smitting too much, too fast.

A Flow control

B Congestion control

C Reliable data transfer

D Connection-oriented service

79. TCP provides flow control by having the sender maintain a variable called the ____.

A Receive window

B Congestion window

C Sliding window

D buffer

80. How does TCP sender perceive congestion?

A Timeout

B 3 duplicate ACK-s

C Both A and B

D None of above

81. Transport protocols run in ____.

A Servers

B Clients

C Routers

D End systems

82. Which of the following services is not provided by TCP?

A Delay guarantees and bandwidth guarantees

B Reliable data transfers and flow controls

C Congestion controls

D In-order data transfers

83. Which service does UDP not provide?

A multiplexing

B de-multiplexing

C error-detection

D error-correction

84. There are three major events related to data transmission and retransmission in the TCP sender, which one is not in it?

A data received from application above

B de-multiplexing segment

C timer timeout

D ACK receipt

85. Which of the following applications normally uses UDP services?

A SMTP

B Streaming multimedia

C FTP

D HTTP

86. Which of the following about TCP connection is not correct?

A It is a broadcast connection

B It is a point-to-point connection

C It is a pipelined connection

D It is a full duplex connection

87. The SYN segment is used for____.

A TCP connection setup

B TCP flow control

C TCP congestion control

D Closing a TCP connection

88. Which service helps prevent the internet from entering a state of gridlock?

A reliable data transfer

B flow control

C congestion control

D handshaking procedure

89. The Internet’s _____is responsible for moving packets from one host to another.

A application layer

B transport layer

C network layer

D link layer

90.In the following applications, which one is a bandwidth-sensitive application?

A E-mail

B web application

C real-time audio

D file transfer

91. In the following applications, which one uses UDP?

A E-mail

B web application

C file transfer

D DNS

92. In the following four descriptions, which one is correct?

A If one host’s transport layer uses TCP, then its network layer must use virtual-circuit network.

B Datagram network provides connection service

C The transport-layer connection service is implemented in the router

D The network-layer connection service is implemented in the router as well as in the end system.

93.____ is a speeding-matching service---matching the rate which the sender is sending against the rate at which the receiving application is reading.

A congestion control

B flow control

C sliding-window control

D variable control

94. In the following four descriptions about Rcv-Window, which one is correct?

A The size of the TCP RcvWindow never changes throughout the duration of the connection

B The size of the TCP RcvWindow will change with the size of the TCP RcvBuffer

C The size of the TCP RcvWindow must be less than or equal to the size of the TCP RcvBuffer

D Suppose host A sends a file to host B over a TCP connection, the number of unacknowledged bytes that A sends cannot exceed the size of the size of the RcvWindow.

95. There are 6 flag fields. Which one is to indicate that the receiver should pass the data to the upper layer immediately?

A PSH

B URG

C ACK

D RST

96. Suppose the TCP receiver receives the segment that partially or completely fills in gap in received data, it will ____.

A immediately send ACK

B immediately send duplicate ACK

C wait some time for arrival of another in-order segment

D send single cumulative

97. _____ imposes constrain on the rate at which a TCP sender can send traffic into the network.

A sliding window

B congestion window

C receive window

D variable window

98. Flow control and congestion control are same at that they all limit the rate of the sender, but differ in that ____.

A flow control limits its rate by the size of RcvWindow, but congestion control by the traffic on the link

B congestion control limits its rate by the size of RcvWindow, but flow control by the traffic on the link

C flow control mainly is accomplished by the sender, but congestion control by the receiver.

D flow control mainly is accomplished by the receiver, but congestion control by

the link.

99. This job of delivering the data in a transport-layer segment to the correct socket is called ____.

A multiplexing

B de-multiplexing

C forwarding

D routing

100. If we define N to be the window size, base to be the sequence number of the oldest unacknowledged packet, and next-seq-num to be the smallest unused sequence number, then the interval [base, nextseqnum-1] corresponds to packet that ____.

A can be sent immediately

B have already been transmitted and acknowledged

C cannot be used

D have been sent but not yet acknowledged

101. ____ are the two types of transport services that the Internet provides to the applications.

A TCP and UDP

B connection-oriented and connectionless service

C TCP and IP

D reliable data transfer and flow control

102. In the following descriptions about persistent connection, which one is not correct?

A The server leaves the TCP connection open after sending a response

B Each TCP connection is closed after the server sending one object

C There are two versions of persistent connection: without pipelining and with pipelining

D The default mode of HTTP uses persistent connection with pipelining

103. The field of Length in UDP segment specifies the length of ____.

A the UDP segment, not including the header

B the UDP segment, including the header

C the UDP segment’s header

D the Length field

104. In TCP segment header, which field can implement the reliable data transfer?

A source port number and destination port number

B sequence number and ACK number

C urgent data pointer

D Receive window

105. In the following four descriptions about TCP connection management, which one is not correct?

A Either of the two processes participating in a TCP connection can end the connection

B If the FIN bit is set to 1, it means that it wants to close the connection

C In the first two step of the three-way handshake, the client and server randomly choose an initial sequence number

D In the three segments of the three-way handshake, the SYN bit must be set to 1 106. Suppose host A sends two TCP segments back to back to host B over a TCP connection. The first segment has sequence number 42, and the second has sequence number 110. If the 1st is lost and 2nd arrives at host B. What will be the acknowledgment number?

A 43

B ACK42

C 109

D ACK110

1.Consider sending an object of size O=500,000bytes from server to client. Let

S=500 bytes and RTT=0.2s. Suppose the transport protocol uses static windows with window size 5. For a transmission rate of 100Kbps, determine the latency for sending the whole object. Recall the number of windows K=O/ WS), and there is K-1 stalled state (that is idle time gaps).

2.Consider the following plot of TCP congestion window size as a function of time.

Fill in the blanks as follow:

a) The initial value of Threshold at the first transmission round is ____. b) The value of Threshold at the 11st transmission round is ____. c) The value of Threshold at the 21st transmission round is ____. d) After the 9th transmission round, segment loss detected by ____.

(A) Timeout

(B) Triple duplicate ACK

e) After the 19th transmission round, segment loss detected by ____.

(A) Timeout

(B) Triple duplicate ACK

f) During ____ transmission round, the 18th segment is sent.

3.Consider the TCP reliable data transfer in the given graph. If in Segment 1’s Sequence number =10,data=“AC”, please fill in the following blanks. a) In Segment 2, ACK number=____;

b) In Segment 3, Sequence number =____; data=“0123456789”

c) If there are some bits corrupted in segment 3 when it arrives Host B, then the ACK number in Segment 5 is ____; and the ACK number in Segment 6 is ____.

0 0

0 Congestion window size

Transmission round

4. The client A wants to request a Web page from Server B. Suppose the URL of the page is 172.16.0.200/experiment, and also it wants to receive French version of object. The time-sequence diagram is shown below, please fill in the blanks.

Packet① to Packet③are TCP connection’s segment, then:

Packet ①: SYN flag bit= a

ACK flag bit= b

Sequence number= 92

Packet ②: SYN flag bit=1

ACK flag bit= c Sequence number=100 Packet ③: SYN flag bit= d ACK flag bit=1

Sequence number= e

5. Consider sending an object of size O=100 Kbytes from server to client. Let S=536 bytes and RTT=100msec. Suppose the transport protocol uses static windows with window size W.

(1) For a transmission rate of 25 kbps, determine the minimum possible latency. Determine the minimum window size that achieves this latency.

(2) Repeat (1) for 100 kbps.

6. Consider the following plot of TCP congestion window size as a function of time. Please fill in the blanks as below.

a) The initial value of Threshold at the first transmission round is____. b) The value of Threshold at the 11th transmission round is_____. c) The value of Threshold at the 21st transmission round is_____.

Congestion window size

Transmission round

d) After the 9th transmission round, _____ occurs.

e) After the 19th transmission round, ____ are detected.

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

《计算机网络》考试试题及答案 1.被称为计算机网络技术发展里程碑的计算机网络系统是( ) 网网网网 2.下列关于TCP/IP协议特点的叙述中错误..的是( ) A.开放的协议标准、免费使用、独立于特定的计算机硬件与操作系统 B.独立于特定的网络硬件、可以运行于局域网、广域网和互联网中 C.标准化的高层协议,可以提供多种可靠的用户服务 D.灵活的网络地址分配方案,使得网络设备在网中具有灵活的地址 3.采用同步TDM时,为了区分不同数据源的数据,发送端采取的措施是( ) A.在数据中加上数据源标识 B.在数据中加上时间标识 C.各数据源使用固定时间片 D.各数据源使用随机时间片 4.规定了信号的电平、脉宽、允许的数据传输速率和最大传输距离的物理层特性是( A.机械特性 B.电气特性 C.功能特性 D.规程特性 5.曼彻斯特编码采用的同步方法是( ) A.外同步 B.自同步 C.群同步 D.字符同步 6.正确的循环冗余校验码的检错能力描述是( ) A.可检测出所有三比特的错 B.可检测出所有偶数位错 C.可检测出所有奇数位错 D.可检测出所有大于、等于校验位长度的突发错7.在HDLC操作方式中,传输过程只能由主站启动的是( ) A.正常响应方式 B.异步响应方式 C.异步平衡方式 D.正常与异步响应方式协议提供的3类功能分别是:成帧、链路控制和( ) A.通信控制 B.网络控制

C.存储控制 D.安全控制 9.路由选择包括的两个基本操作分别为( ) A.最佳路径的判定和网内信息包的传送 B.可能路径的判定和网间信息包的传送 C.最优选择算法和网内信息包的传送 D.最佳路径的判定和网间信息包的传送 不支持...的网络类型是( ) A.点对点网络 B.广播网络) C.非广播式的网络 D.点对多点网络数据报经分段后进行传输,在到达目的主机之前,分段后的IP数据报( ) A.可能再次分段,但不进行重组 B.不可能再次分段和重组 C.不可能再次分段,但可能进行重组 D.可能再次分段和重组 类IP地址可标识的最大主机数是( ) 13.路由信息协议(RIP)使用的路由算法是( ) A.最短路由选择算法 B.扩散法 C.距离矢量路由算法 D.链路状态路由算法 14.在Internet中,路由器的路由表通常包含( ) A.目的网络和到达该网络的完整路径 B.所有目的主机和到达该主机的完整路径 C.目的网络和到达该网络的下一个路由器的IP地址 D.互联网中所有路由器的地址 段结构中,端口地址的长度为( ) 比特比特 比特比特 16.可靠的传输协议中的“可靠”是指( )

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

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

虚电路方式的原理及特点为:虚电路方式试图将数据报方式与线路交换方式结合起来,处分发挥两种方法的优点,以达到最佳的数据交换效果;数据报方式在分组发送之前,发送方与接收方之间不需要预先建立连接。虚电路方式在分组发送之前,需要在发送方和接收方建立一条逻辑连接的虚电路;虚电路方式与线路交换方式相同,整个通信过程分为以下三个阶段:虚电路建立、数据传输与虚电路释放。 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)

计算机网络基础试卷A

2018—2019学年第二学期 期 中 考 试 试 卷 考试科目: 计算机网络基础 试卷类别: 闭卷 考试时间: 90 分钟 班级 姓名 一、填空题(每空1分 共15分) 1、计算机网络是 与 相结合的产物。 2、ISP 的中文全称是 。 3、ADSL 的中文全称是 。 4、MAC 地址00-21-97-31-1D-52中,代表网络硬件制造商的编号是 。 5、通过FTP 站点在网络上下载文档,属于Internet 的 功能。 6、云计算的服务模式有 、 和 。 7、局域网中常用的传输介质有 、 和 。 8、分层设计思想是将网络拓步结构分成 、 和 。 二、 选择题(每题2分,共 40 分) 1、IPv6采用( )位二进制数来表示一个IP 地址。 A 、16 B 、32 C 、64 D 、128 2、用于测试两台计算机连通状况的命令是( )。 A 、cmd B 、ping C 、ipconfig D 、Nslook up 3、下列适用于接入网络计算机数量较多的企事业单位的接入方式是( )。 A 、PSTN 接入 B 、ADSL 接入 C 、Cable-Modem 接入 D 、局域网接入 4、一座大楼内的一个计算机网络系统,属于( )。 A 、PAN B 、LAN C 、MAN D 、WAN 5、计算机网络中可以共享的资源包括( )。 A 、硬件、软件、数据、通信信道 B 、主机、外设、软件、通信信道 C 、硬件、程序、数据、通信信道 D 、主机、程序、数据、通信信道 6、在OSI 七层结构模型中,处于数据链路层与传输层之间的是( )。 A 、物理层 B 、网络层 C 、会话层 D 、表示层 7、完成路径选择功能是在OSI 模型的( )。 A 、物理层 B 、数据链路层 C 、网络层 D 、运输层 8、对局域网来说,网络控制的核心是( )。 A 、工作站 B 、网卡 C 、网络服务器 D 、网络互连设备 9、在中继系统中,中继器处于( )。 A 、物理层 B 、数据链路层 C 、网络层 D 、高层 10、以下IP 地址中,属于c 类地址的是( )。 A . B . C . D . 11、在计算机网络中,一般使用( )来对网络中的资源进行管理。 A 、Protocol(协议) B 、NOS C 、网关 D 、网桥 12、拔号入网,以下设备是必要的( )。 A 、一个MODEM B 、一个光驱 C 、一个声卡 D 、一台打印机 13、设置 E-mail 软件时,下面哪项为收信服务器 ( ) A 、SMTP B 、MAIL C 、POP3 D 、以上三项都不正确 14、.TCP/IP 网络协议的应用层主要在OSI 模型的哪些层上操作( )。 —————————————————————————————————————————————————————————— 装 订 线

计算机网络选择题题库及答案

单选 Ch1 1、下述说法中正确的是(D) A.网络层的协议是网络层内部处理数据的规定 B.接口实现的是人与计算机之间的交互 C.在应用层与网络层直接的接口上交换的是包 D.上一层的协议数据单元就是下一层的服务数据单元 2、在OSI参考模型中,第n层与它之上的第n+1层的关系是(A) A.第n层为第n+1层提供服务 B.第n+1层为从第n层接收的报文添加一个报头 C.第n层使用第n+1提供的服务 D.第n层和第n+1层相互没有影响 3、在OSI参考模型中,自下而上第一个提供端到端服务的层次是(B) A.数据链路层 B.传输层 C.会话层 D.应用层 4、下列选项中,不属于网络体系结构中所描述的内容是(C) A.网络层次 B.每一层使用的协议 C.协议的内容实现细节 D.每一层必须完成的功能 5、下列说法正确的是(D) A.在较小范围内布置的一定是局域网,而在较大范围内布置的一定是广域网 B.城域网是连接广域网而覆盖园区的网络 C.城域网是为淘汰局域网和广域网而提出的一种网络技术 D.局域网是基于广播技术发展起来的网络,广域网是基于交换技术发展起来的网络 Ch2 1、在图所示的采用“存储-转发”方式分组的交换网络中,所有链路的数据传输速度为100Mbps,分组大小为1000B,其中分组头大小为20B,若主机H1向主机H2发送一个大小为980000B的文件,则在不考虑分组拆装时间和传播延迟的情况下,从H1发送到H2接收完为止,需要的时间至少是(C)。(2010年全国考研题) A 80ms B 80.08ms C 80.16ms D 80.24ms

2、在无噪声情况下,若某通信链路的带宽为3KHz,采用4个相位、每个相位有4种振幅的QAM调制技术,则该通信链路的最大数据传输速率是(B)。(2009年全国考研题) A 12Kbps B 24Kbps C 48Kbps D 96Kbps 3、将1路模拟信号分别编码为数字信号后,和另外7路数字信号采用同步TDM方式复用到一条通信线路上。1路模拟信号的频率变化范围为0~1KHz,每个样值采用PCM方式编码为4位的二进制数,7路数字信号的数据率均为7.2Kbps。复用线路需要的最小通信能力是(C)。 A 7.2Kbps B 8Kbps C 64Kbps D 512Kbps 4、在一个CDMA移动通信系统中,A、B、C站分配的地址码分别是(-1-1-1+1+1-1+1+1)、(-1-1+1-1+1+1+1-1)和(-1+1-1+1+1+1-1-1),某一时刻A发送数据位0,B发送数据1,C 未发送,则接收C站信息的接收者收到的信号是(A)。 A (0 0 +2-2 0 +2 0 -2) B (0 +2 +2 -2 0 +2 0 -2) C (+2 0 +2 -2 0 +2 0 -2) D (0 0 +2 -2 0 +2 0 0) 5、利用一根同轴电缆互连主机构建以太网,则主机间的通信方式为(B)。 A 全双工 B 半双工 C 单工 D 不确定 6、图是二进制序列的曼彻斯特编码,码元1是前低后高,试画出该二进制序列的差分曼彻斯特编码。如果以100Mbps数据率发送该二进制序列,则所需要的信道带宽至少为多少?

强烈推荐计算机网络英文试题库(附答案)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) 人工智能技术

计算机网络基础试题及答案

【计算机网络基础试题】 一、填空题(每空1分,共50分) 1、计算机网络系统主要由(网络通信)系统、(操作)系统和(应用)系统构成。 2、计算机网络按地理范围可分为(局域)网和(广域)网,其中(局域)网主要用来构造一个单位的内部网。 3、信号是(数据)的表示形式,它分为(模拟)信号和(数字)信号。 4、为了便于数据传输和处理,必需采用(数据编码)技术。 5、模拟信号是一种连续变化的(电信号),而数字信号是一种离散的(脉冲序列)。 6、异步传输是以(字符)为单位的数据传输,同步传输是以(数据块)为单位的数据传输。 7、数字通信系统的基本任务是(高效率)而(无差错)传送数据。 8、信噪比是指(信号)与(白噪声)的比值,其比值越(大),所引起的差错将会越小。 9、差错纠正有(反馈重发纠错)和(前向纠错)两种方法,绝大多数的通信系统采用的都是(反馈重发纠错)。 10、通常我们可将网络传输介质分为(有线)和(无线)两大类。 11、双绞线是一种最常用的传输介质,两根导线相互绞在一起,可使线对之间的(电磁干扰)减至最小,比较适合(短距离)传输。 12、在局域网中所使用的双绞线有(5类)双绞线UTP和(1类)双绞线STP两类,其中5类UTP的传输带宽为(100)MHz。 13、在(低频)传输时,双绞线的抗干扰能力比同轴电缆要高。 14、在网络中通常使用(线路交换)、(报文交换)和(分组交换)三种交换技术。 15、常见的网络拓扑结构为(星型)、(环型)和(总线型)。 16、开放系统互联参考模型OSI采用了(层次)结构的构造技术。

17、在IEEE802局域网标准中,只定义了(物理层)和(数据链路层)两层。 18、局域网中最重要的一项基本技术是(介质访问控制)技术,也是局域网设计和组成的最根本问题。 19、TCP/IP协议的全称是(传输控制)协议和(网际)协议。 20、TCP/IP协议的层次分为(网络接口)层、(网际)层、(传输)层和(应用)层,其中(网络接口)层对应OSI的物理层及数据链路层,而(应用)层对应OSI的会话层、表示层和应用层。 21、3类UTP的带宽为(16)MHz,而6类的UTP的带宽可达(200)MHz。 二、选择题(每题1分,共12分) 1、世界上第一个网络是在(B)年诞生。 A、1946 B、1969 C、1977 D、1973 2、局域网采用的双绞线为:(C) A、3类UTP B、4类UTP C、5类UTP D、6类UTP 3、世界上第一台电脑是在(A)年诞生 A、1946 B、1969 C、1977 D、1973 4、以下不属于无线介质的是:(C) A、激光 B、电磁波 C、光纤 D、微波 5、假如收到1000000000个码元,经检查有一个码元出错,则误码率为:(D) A、十的负二次方 B、十的负四次方 C、十的负六次方 D、十的负九次方 6、以下哪一种方法是减少差错的最根本方法(A) A、提高线路质量 B、采用屏蔽

计算机网络基础知识试题及答案

2006年事业单位招考专业知识考试计算机基础知识理论试题答案附后 (一)单选题(选择最佳答案) 5.在资源管理器窗口中,被选中的文件或文件夹会__b_____。 A.加框显示B.反像显示 C.加亮显示D.闪烁显示 23.一张1.44M容量软盘,大约可存储_____a_______个中文字。 A.72万B.144万 C.14万D.720万 24.对3寸软盘进行写保护应将_________b_____。 A.封上写保护口B.将写保护口留空 C.在盘面贴上用户标签D.改变磁盘的容量 31.计算机存储器的容量以字节为单位。一个字节由___b___个二进制位组成。 A.1 B.2 C.8 D.16 44.在Access97的表中,通常称一个表列为______b___。 A.1个记录B.1个字段 C.1个表页D.1个关系 51.在拨号入网时,当线路接通后MODEM会发出声音,称为_____c____。 A.电铃声B.开机声 C.握手声D.电波声 (二)多选题 1.在Windows98中,以下关于剪贴板的描述,正确的有__acd______。 A.关闭Windows98后,剪贴板中的内容将消失 B.各次剪切或复制到剪贴板的内容,将导致剪贴板的内容越积越多 C.剪贴板的内容可以粘贴到多个不同的应用程序中 D.剪贴板中只保存有最后一次剪切或复制的内容 2.Windows98的桌面上一般包含有下列元素______acd______。 A.开始按钮B.显示器屏幕 C.快捷图标D.任务栏 3.在资源管理器中,查找文件的方式有_____bcd_______。 A.按照建立文件的操作者姓名 B.按需要查找的文件或文件夹的名称 C.按照文件最后的修改日期 D.按高级方式查找(可以给出需要查找文件的某些特征、状况) 4.如果在桌面上打开了多个窗口,使其中一个窗口变为当前窗口,可以____abd_____。A.单击位于任务栏中对应的任务按钮 B.将光标移到非当前窗口的可见部分,单击鼠标的右键 C.在桌面的背景部分双击鼠标左键 D.将光标移到非当前窗口的可见部分,单击鼠标的左键 5.当前常见的序号码有_____cd________。 A.五笔字型码B.表形码

计算机网络英文试题

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、计算机网络中常用的三种有线通信介质是__同轴电缆__、 __光纤__、 __双绞线___。 2、计算机网络的功能主要表现在硬件资源共享、 _软件共享__、 _用户间信息交换__。 3、采用存储转发技术的数据交换技术有_报文交换_、_数据报__、_虚电路_。 4、在典型的计算机网络中,信息以_数据包_为单位,经过中间节点的_存储转发_进行传送。 5、 CSMA/CD是一种_共享性_型的介质访问控制方法,当监听到_冲突_时,停止本次帧传送。 6、 TCP/IP体系结构的传输层上定义的两个传输协议为_TCP_和_UDP_。 7、双绞线有_非屏蔽_、 _屏蔽_两种。 8、局域网常用的拓扑结构有总线型、树型、_星型_、_环型_、_网状_。 9、光纤的规格有_单模_和_多模_两种。 10、计算机网络按网络的作用范围可分为_局域网_、_广域网_和_城域网_。 11、在TCP/IP层次模型的网络层中包括的协议主要有IP、IMCP、_IGMP、ARP_和_RARP__. 12、在数据报服务方式中,网络节点要为每个_分组_选择路由,而在虚电路服务方式中,网络节点只在连接_建立阶段_选择路由。 13、决定局域网特性的主要技术要素为_网络拓扑、传输介质、介质访问控制方法_。 14、计算机网络是现代_计算机_技术与_通信_技术密切组合的产物。 15、通信子网主要由_通信控制处理机_和_通信线路_组成。 16、将数字数据调制为模拟信号的调制方法有_移频键控、移相键控、振幅键控_。 17、计算机网络是现代_通信_技术与_计算机_技术密切组合的产物。 18、通信子网主要由_通信控制处理机、通信线路_组成。 19、多路复用技术主要包括_频分多路、波分多路、时分多路_技术。 22、常用的IP地址有A、B、C三类 128.11.3.31是一个_B_类地址,其网络标识为 _128.11.0.0_,主机标识_ 0.0.3.31_。 23、国际标准化组织ISO对_OSI_系统参考模型与网络协议的研究与发展起了重要的作用。 24、一个网络协议主要由语法、_语义_及_时序_三要素组成。 25、TCP/IP模型由低到高分别为_主机-网络层、互联层、表示层、应用层_。 26、IP地址的位数为_32_位。 10.OSI数据链路层的目的是什么? 为上层网络层屏蔽下层细节,并利用差错控制和流量控制的方法将一条有差错的物理线路变成无差错的数据链路,传输单位为帧。 11. 计算机网络的发展分哪几个阶段?每个阶段有什么特点? 四个阶段:面向终端的远程联机系统、分组交换技术、网络体系与网络协议标准化阶段、互联网阶段 12.解释“协议”的概念,并说明协议的要素。 协议就是一组控制数据通信的规则,协议由语法、语义、时序组成 13.绘图说明TCP连接建立的规程。 TCP是因特网中的传输层协议,使用三次握手协议建立连接。当主动方发出SYN连接请求后,等待对方回答SYN,ACK。这种建立连接的方法可以防止产生错误的连接,TCP使用的流量控制协议是可变大小的滑动窗口协议。第一次握手:建立连接时,客户端发送SYN 包(SEQ=x)到服务器,并进入SYN_SEND状态,等待服务器确认。第二次握手:服务器收到SYN包,必须确认客户的SYN(ACK=x+1),同时自己也送一个SYN包(SEQ=y),即 SYN+ACK包,此时服务器进入SYN_RECV状态。第三次握手:客户端收到服务器的

计算机网络技术考试试题库含答案

计算机网络技术开始试题库 1单项选择题 1.1以下属于物理层的设备是(A) A. 中继器 B. 以太网交换机 C. 桥 D. 网关 1.2在以太网中,是根据_(B)__地址来区分不同的设备的. A. LLC地址 B. MAC地址 C. IP地址 D. IPX地址 1.3IEEE80 2.3u标准是指(B) A. 以太网 B. 快速以太网 C. 令牌环网 D. FDDI网 1.4下面哪种LAN 是应用CSMA/CD协议的(C) A、令牌环 B、FDDI C、ETHERNET D、NOVELL 1.5FDDI 使用的是___局域网技术。(C) A、以太网; B、快速以太网; C、令牌环; D、令牌总线。 1.6TCP 和UDP 协议的相似之处是(C) A、面向连接的协议 B、面向非连接的协议 C、传输层协议 D、以上均不对 1.7应用程序PING 发出的是_(C)_报文。 A、TCP 请求报文 B、TCP 应答报文 C、ICMP 请求报文 D、ICMP 应答报文 1.8小于___的TCP/UDP端口号已保留与现有服务一一对应,此数字以上的端口号可自由分配。(C) A、199 B、100 C、1024 D、2048 1.9当一台主机从一个网络移到另一个网络时,以下说法正确的是(B) A、必须改变它的IP 地址和MAC 地址 B、必须改变它的IP 地址,但不需改动MAC 地址 C、必须改变它的MAC 地址,但不需改动IP 地址 D、MAC 地址、IP 地址都不需改动 [IP协议—网络地址] 1.10IEEE80 2.5 标准是指(C) A、以太网 B、令牌总线网 C、令牌环网 D、FDDI 网 1.11ARP 协议的作用是(D) A、将端口号映射到IP 地址 B、连接IP 层和TCP 层 C、广播IP 地址 D、将IP 地址映射到第二层地址 1.1210BASE-T是指(C) A、粗同轴电缆 B、细同轴电缆 C、双绞线 D、光纤1.13如果要将两计算机通过双绞线直接连接,正确的线序是(C) A、1--1、2--2、3--3、4--4、5--5、6--6、7--7、8--8 B、1--2、2--1、3--6、4--4、5--5、6--3、7--7、8--8 C、1--3、2--6、3--1、4--4、5--5、6--2、7--7、8--8 D、两计算机不能通过双绞线直接连接 1.14帧中继的使用链路层协议是(C) A、LAPB B、LAPD C、LAPF D、HDLC 1.15在windows95/98 的dos 窗口下,能用以下命令察看主机的路由表(D) A、NETSTAT –R B、ARP -A C、TRACEROUTE D、ROUTE PRINT 1.16与10.110.1 2.29 mask 255.255.255.224 属于同一网段的主机IP 地址是(B) A、10.110.12.0 B、10.110.12.30 C、10.110.12.31 D、10.110.12.32 1.17某公司申请到一个C 类IP 地址,但要连接6 个的子公司,最大的一个子公司有26 台计算机,每个子公司在一个网段中,则子网掩码应设为(D)A、255.255.255.0 B、255.255.255.128 C、255.255.255.192 D、255.255.255.224 1.18224.0.0.5 代表的是___地址。(C) A、主机地址 B、网络地址 C、组播地址 D、广播地址 1.19路由选择协议位于(C.。 A. 物理层 B. 数据链路层 C. 网络层 D. 应用层 1.20在局域网中,MAC指的是( B)。 A. 逻辑链路控制子层 B. 介质访问控制子层 C. 物理层 D. 数据链路层 1.21255.255.255.224可能代表的是( C)。 A. 一个B类网络号 B. 一个C类网络中的广播 C. 一个具有子网的网络掩码 D. 以上都不是 1.22传输层可以通过(B )标识不同的应用。 A. 物理地址 B. 端口号 C. IP地址 D. 逻辑地址 1.23第二代计算机网络的主要特点是( A)。 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、Internet最早起源于(A )。 A.ARPAnet B.MILnet C.以太网D.环状网 2、网关工作在OSI模型的(B )。 A.传输层以上B.网络层C.数据链路层D.物理层 3、封装成帧、透明传输、和差错校验是(B )的主要功能。 A.物理层B.数据链路层C.网络层D.传输层 4、以下哪个是正确的MAC地址(B )? A.00-01-AA-08 B.00-01-AA-08-0D-80 C.1031 D.192.2.0.1 5、一般说来对于通信量大的吉比特以太网,为了获得更高的性能,应该选用(C )。 A.双绞线B.微波C.光纤D.同轴电缆 6、在同一时刻,通信双方可以同时发送数据的信道通信方式是(D )。 A.半双工通信B.单工通信C.数据报D.全双工通信 7、在IP数据报头部中有两个有关长度的字段,一个为头部长度字段,一个为总长度字段。其中(C ) A.头部长度字段和总长度字段都以8比特为计数单位 B.头部长度字段以8比特为计数单位,总长度字段以32比特为计数单位C.头部长度字段以32比特为计数单位,总长度字段以8比特为计数单位D.头部长度字段和总长度字段都以32比特为计数单位 8、OSI参考模型中,网络层、数据链路层和物理层传输的数据单元分别是(C )。A.报文、帧、比特B.分组、报文、比特C.分组、帧、比特 D.数据报、帧、比特 9、在Internet中,IP数据报从源结点到目的结点可能需要经过多个网络和路由器。在整个传输过程中,IP数据报头部中的(A ) A.源地址和目的地址都不会发生变化 B.源地址有可能发生变化而目的地址不全发生变化

相关文档
相关文档 最新文档