




已阅读5页,还剩16页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
Chapter 3 Transport Layer 1 One of the main duties of the transport layer is to provide communication A node to node B host to host C process to process D None of the choices are correct 2 A client program normally uses port number A server program normally uses port number A a well known an ephemeral B an ephemeral a well known C a private a well known D None of the choices are correct 3 A socket address is a combination of A A MAC address and a logical address B A MAC address and a port number C a user specific address and a logical address D None of the choices are correct 4 means accepting items from more than one source means delivering items to more than one source A Demultiplexing Multiplexing B Multiplexing Demultiplexing C Encapsulation Decapsulation D Pulling Pushing 5 means the producer delivers the items when they are produced means the consumer takes the items when it is ready to do so A Pushing pulling B Pulling pushing C Forwarding accepting D None of the choices are correct 6 In the stop and wait protocol the maximum send window size is and the maximum receive window size is where m is the number of bits in the sequence A 1 1 B 2m 1 C 1 2m D 2m 2m 7 In the Go Back N protocol the maximum send window size is and the maximum receive window size is where m is related to the number of bits in the sequence number A 1 1 B 1 2m C 2m 1 1 D 2m 1 2m 1 8 In the selective repeat protocol the maximum send window size is and the maximum receive window size is where m is the number of bits in the sequence A 1 1 B 1 2m 1 C 2m 1 1 D 2m 1 2m 1 9 UDP is a transport protocol A connectionless reliable B connection oriented unreliable C connectionless unreliable D None of the choices are correct 10 UDP is an acronym for A User Delivery Protocol B User Datagram Procedure C User Datagram Protocol D None of the choices are correct 11 At the transport layer to define the processes we need two identifiers called A logical addresses B physical addresses C port addresses D None of the choices are correct 12 The ports ranging from 0 to 1 023 are called the ports The ports ranging from 1 024 to 49 151 are called ports The ports ranging from 49 152 to 65 535 are called the ports A well known registered dynamic or private B registered dynamic or private well known C private or dynamic well known registered D private or dynamic registered well known 13 UDP and TCP are two protocols at the layer A data link B network C transport D application 14 Which of the following functions are performed by UDP A process to process communication B host to host communication C node to node communication D None of the choices are correct 15 A port number is bits long A 8 B 16 C 32 D 64 16 Which of the following does UDP provide A flow control B connection oriented delivery C error control D None of the choices are correct 17 The source port number on the UDP user datagram header defines A the sending computer B the receiving computer C the process running on the sending computer D None of the choices are correct 18 To use the services of UDP we need socket addresses A four B two C three D None of the choices are correct 19 UDP packets are called A user datagrams B segments C frames D None of the choices are correct 20 UDP packets have a fixed size header of bytes A 16 B 8 C 40 D 32 21 TCP is a protocol A byte oriented B message oriented C block oriented D None of the choices are correct 22 TCP groups a number of bytes together into a packet called a A user datagram B segment C datagram D None of the choices are correct 23 TCP is a n protocol A connection oriented B connectionless C both connection oriented and connectionless D None of the choices are correct 24 TCP is a n transport protocol A unreliable B best effort delivery C reliable D None of the choices are correct 25 TCP uses to check the safe and sound arrival of data A an acknowledgment mechanism B out of band signaling C the services of another protocol D None of the choices are correct 26 The bytes of data being transferred in each connection are numbered by TCP The numbering starts with a A 0 B 1 C randomly generated number D None of the choices are correct 27 In TCP the sequence number for each segment is the number of the byte virtual byte carried in that segment A first B last C middle D None of the choices are correct 28 Communication in TCP is A simplex B half duplex C full duplex D None of the choices are correct 29 In TCP the value of the acknowledgment field in a sent segment defines the sequence number related to the byte a party expects to receive next A first B last C next D None of the choices are correct 30 The inclusion of the checksum in the TCP segment is A optional B mandatory C depends on the type of data D None of the choices are correct 31 In TCP a SYN segment consumes sequence number s A no B one C two D None of the choices are correct 32 In TCP a SYN ACK segment consumes sequence numbers A no B three C two D one 33 In TCP an ACK segment if carrying no data consumes sequence number s A no B one C two D None of the choices are correct 34 The connection establishment procedure in TCP is susceptible to a serious security problem called the attack A ACK flooding B FIN flooding C SYN flooding D None of the choices are correct 35 The SYN flooding attack belongs to a group of security attacks known as a attack A denial of service B replay C man in the middle D None of the choices are correct 36 In TCP a FIN segment consumes sequence numbers if it does not carry data A two B three C no D one 37 In TCP a FIN ACK segment consumes sequence number s if it does not carry data A two B three C one D no 38 In TCP one end can stop sending data while still receiving data This is called a termination A half close B half open C full close D None of the choices are correct 39 TCP sliding windows are oriented A packet B segment C byte D None of the choices are correct 40 In TCP the size of the send window is the of rwnd and cwnd A maximum B sum of C minimum D None of the choices are correct 41 In TCP the window should not be A opened B closed C shrunk D slide 42 In TCP the receiver can temporarily shut down the window the sender however can always send a segment of byte s after the window is shut down A ten B zero C one D None of the choices are correct 43 A serious problem can arise in the sliding window operation when either the sending application program creates data slowly or the receiving application program consumes data slowly or both This problem is called the A silly window syndrome B unexpected syndrome C window bug D None of the choices are correct 44 Nagle s algorithm can solve the silly window syndrome created by the A sender B receiver C both sender and receiver D None of the choices are correct 45 Clark s solution can solve the silly window syndrome created by the A sender B receiver C both sender and receiver D None of the choices are correct 46 Delayed acknowledgment can solve the silly window syndrome created by the A sender B receiver C both sender and receiver D None of the choices are correct 47 In TCP an ACK segments that carry no data consumes sequence number s A no B one C two D None of the choices are correct 48 In modern implementations of TCP a retransmission occurs if the retransmission timer expires or duplicate ACK segments have arrived A one B two C three D None of the choices are correct 49 In TCP retransmission timer is set for an ACK segment A one B a previous C no D None of the choices are correct 50 In TCP there can be RTT measurement s in progress at any time A two B only one C several D None of the choices are correct 51 We need to multiply the header length field by to find the total number of bytes in the TCP header A 2 B 4 C 6 D None of the choices are correct 52 In TCP urgent data requires the urgent pointer field as well as the URG bit to be set in the field A control B offset C sequence number D None of the choices are correct 53 In TCP if the ACK value is 200 then byte has been received successfully A 199 B 200 C 201 D None of the choices are correct 54 In TCP the timer prevents a long idle connection between two TCPs A retransmission B persistence C keepalive D None of the choices are correct 55 In TCP the timer is needed to handle the zero window size advertisement A retransmission B persistence C keepalive D None of the choices are correct 56 In TCP Karn s algorithm is used in calculations by the timer A retransmission B persistence C keepalive D None of the choices are correct 57 In TCP a special segment called a probe is sent by a sending TCP when the timer goes off A transmission B persistence C keepalive D None of the choices are correct 58 control refers to the mechanisms and techniques to keep the load below the capacity A flow B error C congestion D None of the choices are correct 59 In TCP s algorithm the size of the congestion window increases exponentially until it reaches a threshold A congestion avoidance B congestion detection C slow start D None of the choices are correct 60 In TCP s algorithm the size of the congestion window increases additively until congestion is detected A congestion avoidance B congestion detection C slow start D None of the choices are correct 61 treats the two signs of congestion detections timeout and three duplicate ACKs in the same way A Taho TCP B Reno TCP C new Reno TCP D None of the choices are correct 62 In TCP when the connection is established TCP starts the slow start algorithms and sets the ssthresh variable to a pre agreed value normally 64 or 128 kilobytes and the cwnd variable to 1 MSS A Taho TCP B Reno TCP C new Reno TCP D None of the choices are correct 63 The added a new state to the congestion control FSM called the fast recovery state A Taho TCP B Reno TCP C new Reno TCP D None of the choices are correct 64 The treated the two signals of congestion timeout and arrival of three duplicate ACKs differently A Taho TCP B Reno TCP C new Reno TCP D None of the choices are correct 65 The state in Reno TCP is a state somehow between the slow start and the congestion avoidance states A congestion avoidance B congestion detection C slow recovery D None of the choices are correct 66 In the Reno TCP when TCP enters the fast recovery if duplicate ACKs continue to come TCP A stays in this state but the cwnd grows additively B stays in this state but the cwnd grows exponentially C moves to slow start state D moves to the congestion avoidance state but deflate the size of the cwnd to ssthresh value 67 In the Reno TCP when TCP enters the fast recovery if a timeout occurs TCP A stays in this state but the cwnd grows additively B stays in this state but the cwnd grows exponentially C moves to slow start state D moves to the congestion avoidance state but deflate the size of the cwnd to ssthresh value 68 In the Reno TCP when TCP enters the fast recovery if a new non duplicate ACK arrives TCP A
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 难点解析京改版数学9年级上册期末试卷及参考答案详解(研优卷)
- 地质类专业生产实习报告
- 冷链运输免责合同协议书
- 工厂搬迁设备运输合同范本
- 小儿推拿知识课件
- 出售平板合同协议书范本
- 关于相邻采光协议书范本
- 公司与工厂合作合同范本
- 消防维修消防安装合同范本
- 小儿扁桃体炎课件
- 四年级数学上册《大数的认识》单元测试卷
- DB23∕1270-2019 黑龙江省居住建筑节能设计标准
- 浅谈地下室底板无梁楼盖设计
- ISO14001内部审核检查表
- 立柱桩施工汇总
- 双块式无砟轨道施工工艺及质量控制
- 管理会计知识点整理
- 导管相关血流感染的治疗
- 工程进度款支付申请书
- 我国常见的草坪草
- 后腹腔镜下肾囊肿去顶减压术ppt课件
评论
0/150
提交评论