计算机网络英文题库(附答案)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 is 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 proto cols?

A TCP

B rdt3.0

C GO-BACK-N

D selective repeat

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

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 00011

B 11100

C 11111

D 00000

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 transmitting 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 ____.

14 18

26 30

0 2 6

4 8 10 12 16 20 22 24

28 32 Congestion window size

Transmission round

4

8

12

16

1

2

3

4

5

6

7

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.

1

2

3

4

5

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____.

14 18 26 30 0 2 6 4 8 10 12 16 20 22 24 28 32 Congestion window size

Transmission round

4

8

12

16

b) The value of Threshold at the 11th transmission round is_____.

c) The value of Threshold at the 21st transmission round is_____.

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.可靠的传输协议中的“可靠”是指( )

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

《计算机网络》中英文对照 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 瞬时吞吐量

计算机网络第七版

计算机网络第七版答案 第一章概述 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倍

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

单选 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

第七版计算机网络复习提纲.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章)

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

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

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

第一章 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网络层 参考答案:

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

计算机网络技术开始试题库 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

计算机网络试题库含答案

计算机网络试题库 单项选择题 1.1 1. 以下属于物理层的设备是(A) A. 中继器 B. 以太网交换机 C. 桥 D. 网关 [设备] 1.2 2. 在以太网中,是根据___地址来区分不同的设备的(B) A. LLC地址 B. MAC地址 C. IP地址 D. IPX地址 [局域网] 1.3 3. IEEE80 2.3u标准是指(B) A. 以太网 B. 快速以太网 C. 令牌环网 D. FDDI网 [局域网] 1.4 4. 下面哪种LAN 是应用CSMA/CD协议的(C) A、令牌环 B、FDDI C、ETHERNET D、NOVELL [局域网] 1.5 5. FDDI 使用的是___局域网技术。(C) A、以太网; B、快速以太网; C、令牌环; D、令牌总线。 [局域网] 1.6 6. TCP 和UDP 协议的相似之处是(C) A、面向连接的协议 B、面向非连接的协议 C、传输层协议 D、以上均不对

[协议] 1.7 7. 应用程序PING 发出的是___报文。(C) A、TCP 请求报文。 B、TCP 应答报文。 C、ICMP 请求报文。 D、ICMP 应答报文。 [IP协议] 1.8 8. 小于___的TCP/UDP端口号已保留与现有服务一一对应,此数字以上的 端口号可自由分配。(C) A、199 B、100 C、1024 D、2048 [TCP协议——端口] 1.9 9. 当一台主机从一个网络移到另一个网络时,以下说法正确的是(B) A、必须改变它的IP 地址和MAC 地址 B、必须改变它的IP 地址,但不需改动MAC 地址 C、必须改变它的MAC 地址,但不需改动IP 地址 D、MAC 地址、IP 地址都不需改动 [IP协议—网络地址] 1.10 10. IEEE80 2.5 标准是指(C) A、以太网 B、令牌总线网 C、令牌环网 D、FDDI 网 [局域网] 1.11 11. ARP 协议的作用是(D) A、将端口号映射到IP 地址 B、连接IP 层和TCP 层 C、广播IP 地址 D、将IP 地址映射到第二层地址[IP协议—ARP协议]

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

计算机网络(谢希仁)复习样题 一、选择题 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章概述 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

相关文档
最新文档