2022年2022年计算机网络题库chapter 2.pdf
《2022年2022年计算机网络题库chapter 2.pdf》由会员分享,可在线阅读,更多相关《2022年2022年计算机网络题库chapter 2.pdf(16页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、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 mes
2、sages 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
3、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, congesti
4、on control D In-order data transfer, error checking 7. Port numbers scope 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 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - -
5、 - 名师精心整理 - - - - - - - 第 1 页,共 16 页 - - - - - - - - - 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
6、 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 18. Which of the following about TCP connection is not correct? A It is a broadcast conne
7、ction 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 flo
8、w 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
9、 _ 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 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 2 页,共 16 页 - - -
10、 - - - - - - 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
11、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
12、 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 transmiss
13、ion 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 a
14、cknowledges 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
15、 _s. A 0.45 B 0.6 C 0.7 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 3 页,共 16 页 - - - - - - - - - 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 Fl
16、ow 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 prov
17、ides logical communication between _, and the network-layer protocol provides logical communication _. A hosts, processes B processes, hosts C threads, processes D processes, threads 36. If an application developer chooses _ protocol, then the application process is almost directly talking with IP.
18、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 Interne
19、t 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 Internets _ service helps prevent the Internet from entering a state of gridlock. A data
20、gram 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 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 4 页,共 16 页 - - - - - - - - - 42. A _layer protocol
21、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 tran
22、sport 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 conne
23、ctions 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
24、 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 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - -
25、第 5 页,共 16 页 - - - - - - - - - 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
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 2022年2022年计算机网络题库chapter 2022 计算机网络 题库 chapter
限制150内