欢迎来到淘文阁 - 分享文档赚钱的网站! | 帮助中心 好文档才是您的得力助手!
淘文阁 - 分享文档赚钱的网站
全部分类
  • 研究报告>
  • 管理文献>
  • 标准材料>
  • 技术资料>
  • 教育专区>
  • 应用文书>
  • 生活休闲>
  • 考试试题>
  • pptx模板>
  • 工商注册>
  • 期刊短文>
  • 图片设计>
  • ImageVerifierCode 换一换

    2022年2022年计算机网络题库chapter 2.pdf

    • 资源ID:33382524       资源大小:279.01KB        全文页数:16页
    • 资源格式: PDF        下载积分:4.3金币
    快捷下载 游客一键下载
    会员登录下载
    微信登录下载
    三方登录下载: 微信开放平台登录   QQ登录  
    二维码
    微信扫一扫登录
    下载资源需要4.3金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝    微信支付   
    验证码:   换一换

     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    2022年2022年计算机网络题库chapter 2.pdf

    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 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 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 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 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 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 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 2 页,共 16 页 - - - - - - - - - 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 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 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 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 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 Internets _ 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 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 4 页,共 16 页 - - - - - - - - - 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 connections 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 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 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 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 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 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 6 页,共 16 页 - - - - - - - - - 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. Whats 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. 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 7 页,共 16 页 - - - - - - - - - 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 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 8 页,共 16 页 - - - - - - - - - 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_ me ans sender wont overflow receivers 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 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 9 页,共 16 页 - - - - - - - - - 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 B 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 Internets _is responsible for moving packets from one host to another. A application layer 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 10 页,共 16 页 - - - - - - - - - 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

    注意事项

    本文(2022年2022年计算机网络题库chapter 2.pdf)为本站会员(C****o)主动上传,淘文阁 - 分享文档赚钱的网站仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知淘文阁 - 分享文档赚钱的网站(点击联系客服),我们立即给予删除!

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    关于淘文阁 - 版权申诉 - 用户使用规则 - 积分规则 - 联系我们

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

    工信部备案号:黑ICP备15003705号 © 2020-2023 www.taowenge.com 淘文阁 

    收起
    展开