计算机网络英文试题库附答案chapter3解析.doc

上传人:坚持 文档编号:4050277 上传时间:2019-09-16 格式:DOC 页数:19 大小:189.50KB
下载 相关 举报
计算机网络英文试题库附答案chapter3解析.doc_第1页
第1页 / 共19页
计算机网络英文试题库附答案chapter3解析.doc_第2页
第2页 / 共19页
计算机网络英文试题库附答案chapter3解析.doc_第3页
第3页 / 共19页
计算机网络英文试题库附答案chapter3解析.doc_第4页
第4页 / 共19页
计算机网络英文试题库附答案chapter3解析.doc_第5页
第5页 / 共19页
点击查看更多>>
资源描述

1、.Chapter 3 Transport Layer1. A transport-layer protocol provides for logical communication between _.A Application processesB HostsC RoutersD End systems2. Transport-layer protocols run in _.A ServersB ClientsC RoutersD End systems3. In transport layer, the send side breaks application messages into

2、 _, passes to network layer.A FramesB SegmentsC Data-grams D bit streams4. Services provided by transport layer include _.A HTTP and FTPB TCP and IPC TCP and UDPD SMTP5. Which of the following services is not provided by TCP? A Delay guarantees and bandwidth guaranteesB Reliable data transfers and f

3、low controlsC Congestion controlsD In-order data transfers6. These two minimal transport-layer services-_ and _-are the only two services that UDP provides! A process-to-process data delivery, error checkingB congestion control, reliable data transferC flow control, congestion controlD In-order data

4、 transfer, error checking7. Port numbers scope is _ to _. A 0, 1023B 0, 65535C 0, 127D 0,2558. The port numbers ranging from _to _ are called well-known port number and are restricted.A 0, 1023.B 0, 65535C 0, 127D 0,2559. UDP socket identified by two components, they are _.A source IP addresses and

5、source port numbersB source IP addresses and destination IP addressesC destination IP address and destination port numbersD destination port numbers and source port numbers10. TCP socket identified by a (an) _. A 1-tupleB 2-tupleC 3-tupleD 4-tuple11. Which of the following applications normally uses

6、 UDP services? A SMTPB Streaming multimediaC FTPD HTTP12. Reliable data transfer protocol over a perfectly reliable channelis_. 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

7、 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 p

8、ipelining 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

9、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 protocol18. Which of the following about TCP connection is not correct? .A It is a

10、broadcast connectionB It is a point-to-point connectionC It is a pipelined connectionD It is a full duplex connection19. The SYN segment is used for_. A TCP connection setupB TCP flow controlC TCP congestion controlD Closing a TCP connection20. The FIN segment is used for_.A TCP connection setupB TC

11、P flow controlC TCP congestion controlD Closing a TCP connection21.How does TCP sender perceive congestion? A Through a timeout eventB Through a receiving duplicate ACK-s eventC Both A and BD Either A or B22. Extending host-to-host delivery to process-to-process delivery is called transport-layer _

12、and . A multiplexing and de-multiplexingB storing and forwardingC forwarding and filteringD switching and routing23. UDP is a _ service while TCP is a connection-oriented service. A ConnectionlessB ReliableC Connection-orientedD In-order24. The UDP header has only four fields, they are_. A Source po

13、rt number, destination port number, length and checksumB Source port number, destination port number, source IP and destination IPC source IP, destination IP, source MAC address and destination MAC addressD source IP, destination IP, sequence number and ACK sequence number25. There are two 16-bit in

14、tegers: 1110 0110 0110 0110, 1101 0101 0101 0101. Their checksum is_. A 0100010001000011B 1011101110111100C 1111111111111111D 100000000000000026.The maximum amount of data that can be grabbed and placed in a .segment is limited by the_.A Maximum segment size (MSS)B MTUC ChecksumD Sequence number27.T

15、he 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 MSSC ChecksumD Sequence number28. A File size of 500,000bytes, MSS equals 1000bytes. When we want to transmit this file

16、 with TCP, the sequence number of the first segment is 0, and the sequence number of the second segment is _. A 1000B 999C 1001D 50000029.Because TCP only acknowledges bytes up to the first missing byte in the stream, TCP is said to provide_. A Cumulative acknowledgementsB Selective acknowledgements

17、C 3 duplicate ACKsD positive ACKs30. 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.45B 0.6C 0.7D 0.831.Provided RcvBuffer=20,LastByteRcvd=20,LastByteRead=15, then RcvWindow=_. A 14B 15C 16D 1032. TCP service does not provi

18、de_. A Reliable data transfer B Flow controlC Delay guarantee D Congestion control33. There are two states in TCP congestion control, which are _. A slow start and congestion avoidanceB safe start and congestion avoidance.C slow start and congestion abandonD safe start and congestion abandon34. The

19、transport-layer protocol provides logical communication between _, and the network-layer protocol provides logical communication _. A hosts, processes B processes, hostsC threads, processes D processes, threads35. To implement the multicast services the Internet employs the _protocol. A FTP B TCP C

20、IGMP D UDP 36. If an application developer chooses _ protocol, then the application process is almost directly talking with IP. A HTTPB RIPC CSMA/CDD UDP37. _ maintains connection-state in the end systems. This connection state includes receive and send buffers, congestion-control parameters, and se

21、quence and acknowledgment number parameters. A UDP B TCP C DNS D HTTP38. The host that initiates the session in the Internet is labeled as _.A server B user agent C client D router39. With TCP there is no _ between sending and receiving transport-layer entities. A flow control B handshakingC. conges

22、tion control D VC setup40. The Internets _ service helps prevent the Internet from entering a state of gridlock. A datagram B congestion controlC sliding window D timeout event41. Connection setup at the transport layer involves _. A server B only the two end systemsC client D router42. A _layer pro

23、tocol provides for logical communication between applications. A transportB applicationC networkingD 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/RC 2RTT + O/R + (k-1)W* S/R- (RTT + S/R) D 2RTT + S/R44. The receive side of tra

24、nsport layer reassembles segments into messages, passes to _layer. A ApplicationB NetworkingC PhysicalD MAC45. In the following four options, which one is correct? A The variations in the SampleRTT are smoothed out in the computation of the EstimatedRTTB The timeout should be less than the connectio

25、ns RTTC Suppose that the last SampleRTT in a TCP connection is equal to 1 sec. Then the current value of TimeoutInterval will necessarily be1 secD Suppose that the last SampleRTT in a TCP connection is equal to 1 sec. Then the current value of TimeoutInterval will necessarily be1 sec46. The port num

26、ber used by HTTP is _. A 80B 25C 110D 5347. The port number used by SMTP is _. A 80B 25C 110D 5348. The port number used by pop3 is _. A 80B 25C 110D 5349. The port number used by DNS is _. A 80B 25.C 110D 5350. The port number used by FTP is _. A 20 and 21B 20C 21D 5351. A UDP socket identified by

27、a _ tuple(s). A 2B 4C 1D 352. A TCP socket identified by a _ tuple(s). A 2B 4C 1D 353. A TCP socket does not include_. A Source MAC addressB Source port numberC Destination IP addressD Destination port number54. Which of following about UDP is not correct. A It is a reliable data transfer protocolB

28、It is connectionlessC no handshaking between UDP sender, receiverD it is a best effort service protocol55. DNS uses _ service. A TCPB UDPC Both TCP and UDPD None of above56. Which of following about UDP is correct?A Finer application-level control over what data is sent, and when B No connection est

29、ablishment (which can add delay), so no delay for establish a connectionC 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 TCPB UDPC Both TCP and UDPD None of above.58. The UDP header has only

30、 _ fields. A 2B 4C 1D 359. Which of the following does not included in UDP header. A Source port numberB Destination port numberC ChecksumD Sequence number60. Which of the following is not a pipelining protocol. A Rdt1.0B Go-Back-NC Selective repeatD TCP61. In the following four descriptions about M

31、SS and MTU, which one is not correct? A The MSS is the maximum amount of application-layer data in the segmentB The MSS is the maximum size of the TCP segment including headersC The MSS is typically set by MTUD The MTU means the largest link-layer frame62. The job of gathering data chunks, encapsula

32、ting 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 routing63. In the following four descriptions about the relationship between the transport layer and the network layer, which one is not

33、 correct? A The transport-layer protocol provides logical communication between hostsB The transport-layer protocol provides logical communication between processesC The services that a transport-layer protocol can provide are often constrained by the service model of the network-layer protocolD A c

34、omputer network may make available multiple transport protocols64. Suppose the following three 8-bit bytes: 01010101, 01110000, 01001100. Whats the 1s complement of the sum of these 8-bit bytes? A 00010001 B 11101101 C 00010010 .D 1000100065. The following four descriptions about multiplexing and de

35、-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

36、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 numberC checksum D receive

37、window67. 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

38、 and acknowledgedC cannot be usedD have been sent but not yet acknowledged68. Which of the following about TCP is not correct? A It is a connectionless protocolB Point-to-point protocolC Reliable, in-order byte steam protocolD Pipelined protocol69. Which of the following about TCP is not correct? A

39、It is a connectionless protocolB full duplex data transfer protocolC connection-oriented protocolD flow controlled protocol70. The maximum amount of data that can be grabbed and placed in a segment is limited by the _. A Maximum segment size (MSS)B MTUC Sequence numberD Check sum71. The MSS is typic

40、ally 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 MTUC Sequence numberD Check sum72. The MSS is the maximum amount of _layer data in th

41、e segment, not the maximum size of the TCP segment including headers.A ApplicationB TransportC NetworkingD Link73. Which of the following field is not used for connection setup and teardown?A Sequence numberB TSTC SYND FIN 74. _ is the byte stream number of first byte in the segment. A Sequence numb

42、erB ACK numberC Checksum D port number75. _ is the byte sequence numbers of next byte expected from other side. A Sequence numberB ACK numberC Checksum D port number76. Because TCP only acknowledges bytes up to the first missing byte in the stream, TCP is said to provide _ acknowledgements. A Cumulative B SelectiveC SingleD Negative77. Fast retransmit means in the case that _ duplicate ACK-s are received, the TCP sender resend segment before timer expires.A 3B 4C 5D 678. TCP_ means sender wont overflow receivers buffer by transmitting too much, too fast. A Flow controlB Congestion control

展开阅读全文
相关资源
相关搜索
资源标签

当前位置:首页 > 教育教学资料库 > 参考答案

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。