复习题chapter3

上传人:沈*** 文档编号:136884838 上传时间:2022-08-17 格式:DOC 页数:11 大小:119.50KB
收藏 版权申诉 举报 下载
复习题chapter3_第1页
第1页 / 共11页
复习题chapter3_第2页
第2页 / 共11页
复习题chapter3_第3页
第3页 / 共11页
资源描述:

《复习题chapter3》由会员分享,可在线阅读,更多相关《复习题chapter3(11页珍藏版)》请在装配图网上搜索。

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 fl

3、ow 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, 65535 C 0, 127D 0,2558. The port numbers ranging from _to _ are called well-known port number and are restricted 有一定限制的.A 0, 1023B 0, 65535C 0, 127D 0,2559. UDP socket identified by two components, they are _.A source IP addresse

5、s and 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-tuple元组11. Which of the following applications norma

6、lly uses UDP services? A SMTPB Streaming multimediaC FTPD HTTP18. Which of the following about TCP connection is not correct? A It is a 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 connect

7、ion setupB TCP flow controlC TCP congestion controlD Closing a TCP connection20. The FIN segment is used for_.A TCP connection setupB TCP flow controlC TCP congestion controlD Closing a TCP connection21. How does TCP sender perceive congestion? A Through a timeout eventB Through a receiving duplicat

8、e 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 _ and . A multiplexing and de-multiplexingB storing and forwardingC forwarding and filteringD switching and routing23. UDP is a _ service while TCP is a connection-o

9、riented service. A ConnectionlessB ReliableC Connection-orientedD In-order24. The UDP header has only four fields, they are_. A Source port number, destination port number, length and checksumB Source port number, destination port number, source IP and destination IPC source IP, destination IP, sour

10、ce MAC address and destination MAC addressD source IP, destination IP, sequence number and ACK sequence number26. 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. The MSS is typically set by firs

11、t 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 number29. Because TCP only acknowledges bytes up to the first missing byte in the stream, TCP is said to provide_. A Cumulativ

12、e acknowledgementsB Selective acknowledgementsC 3 duplicate ACKsD positive ACKs32. TCP service does not provide_. 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

13、start and congestion avoidanceC slow start and congestion abandonD safe start and congestion abandon34. The transport-layer protocol provides logical communication between _, and the network-layer protocol provides logical communication _. A hosts, processes B processes, hostsC threads, processes D

14、processes, threads37. _ 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 UDPB TCPC DNSD HTTP39. With TCP there is no _ between sending and receiving transport-la

15、yer entities. A flow control B handshakingC. congestion control D VC setup40. The Internets _ service helps prevent the Internet from entering a state of gridlock. A datagramB congestion controlC sliding window D timeout event41. Connection setup at the transport layer involves _. A server B only th

16、e two end systemsC client D router42. A _layer protocol provides for logical communication between applications. A transportB applicationC networkingD MAC44. The receive side of transport layer reassembles segments into messages, passes to _layer. A ApplicationB NetworkingC PhysicalD MAC46. The port

17、 number 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 25C 110D 5350. The port number used by FTP is _. A 20 and 21B 20C 21D 5351. A UDP socket identified

18、by 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 protoco

19、lB 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 above57. Streaming media uses a _ service normally. A TCPB UDPC Both TCP and UDPD None of above58. The UDP header has only _ fields.

20、 A 2B 4C 1D 359. Which of the following does not included in UDP header. A Source port numberB Destination port numberC ChecksumD Sequence numberD A computer network may make available multiple transport protocols66. UDP and TCP both have the fields except _.A source port number B destination port n

21、umberC checksum D receive window68. 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 It is a connectionless protocolB full dupl

22、ex 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 typically set by first determining the length o

23、f 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 sum73. Which of the following field is not used for connection setup and teardown?A Sequence numberB

24、 TSTC SYND FIN 74. _ is the byte stream number of first byte in the segment. 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 Negative7

25、7. 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 controlC Reliable data transferD Connection-ori

26、ented service79. TCP provides flow control by having the sender maintain a variable called the _. A Receive windowB Congestion windowC Sliding windowD buffer80. How does TCP sender perceive congestion? A TimeoutB 3 duplicate ACK-sC Both A and BD None of above81. Transport protocols run in _. A Serve

27、rs B Clients C Routers D End systems82. Which of the following services is not provided by TCP? A Delay guarantees and bandwidth guaranteesB Reliable data transfers and flow controlsC Congestion controlsD In-order data transfers83. Which service does UDP not provide? A multiplexing B de-multiplexing

28、C error-detection B error-correction85. Which of the following applications normally uses UDP services? A SMTP B Streaming multimedia C FTP D HTTP87. The SYN segment is used for_. A TCP connection setupB TCP flow controlC TCP congestion controlD Closing a TCP connection88. Which service helps preven

29、t the internet from entering a state of gridlock?A reliable data transfer B flow controlC congestion control D handshaking procedure90. In the following applications, which one is a bandwidth-sensitive application? A E-mail B web application C real-time audio D file transfer91. In the following appl

30、ications, which one uses UDP? A E-mail B web application C file transfer D DNS93. _ 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 controlC sliding-window control D variable contr

31、ol95. 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 RST97. _ 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 v

32、ariable window2.Consider the following plot of TCP congestion window size as a function of time.14180263000264810121620222402832Congestion window sizeTransmission round481216Fill in the blanks as follow:a) The initial value of Threshold at the first transmission round is _.b) The value of Threshold

33、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 ACKe) After the 19th transmission round, segment loss detected by _. (A) Timeout (B) Triple duplicate AC

34、Kf) During _ transmission round, the 18th segment is sent. 3.Consider the TCP reliable data transfer in the given graph. If in Segment 1s 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 the

35、re 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 _. 1 3 4 6 2 5 74. 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 Fr

36、ench version of object. The time-sequence diagram is shown below, please fill in the blanks. 12345Packet to Packet are TCP connections segment, then:Packet : SYN flag bit= a ACK flag bit= b Sequence number= 92Packet : SYN flag bit=1 ACK flag bit= c Sequence number=100Packet : SYN flag bit= d ACK fla

37、g 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 m

38、inimum 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. 14182630026481012162022242832Congestion window sizeTransmission round481216a) 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_. d) After the 9th transmission round, _ occurs. e) After the 19th transmission round, _ are detected.

展开阅读全文
温馨提示:
1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
2: 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
3.本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

copyright@ 2023-2025  zhuangpeitu.com 装配图网版权所有   联系电话:18123376007

备案号:ICP2024067431-1 川公网安备51140202000466号


本站为文档C2C交易模式,即用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。装配图网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知装配图网,我们立即给予删除!