网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
单选题
A transport layer protocol has several responsibilities, One is to create a process-to-process (program-to-program) communication; TCP uses port (1) to accomplish this. Another responsibility of a transport layer protocol is to create a (2) and error-control mechanism at the transport level. TCP uses a sliding (3) protocol to achieve flow control. It uses the acknowledgment packet, time-out, and retransmission to achieve (4) control. The transport layer is also responsible for providing a connection mechanism for the application program. The application program sends (5) of data to the transport layer. It is the responsibility of the transport layer at the sending station to make a connection with the receiver. 空白(4)处应选择()
A

packet

B

time

C

error

D

phase


参考答案

参考解析
解析: 传输层协议有多个职责。一是创建进程到进程(程序到程序)的通信,由TCP使用端口号来完成;另一个职责是在传输层创建流和差错控制机制。TCP利用滑动窗口协议来实现流控制。它使用确认分组、超时、重传机制来完成差错控制。传输层也负责为应用程序提供连接机制,应用程序将数据流发送到传输层,发送端的传输层负责建立于接收端之间的连接。
更多 “单选题A transport layer protocol has several responsibilities, One is to create a process-to-process (program-to-program) communication; TCP uses port (1) to accomplish this. Another responsibility of a transport layer protocol is to create a (2) and error-control mechanism at the transport level. TCP uses a sliding (3) protocol to achieve flow control. It uses the acknowledgment packet, time-out, and retransmission to achieve (4) control. The transport layer is also responsible for providing a connection mechanism for the application program. The application program sends (5) of data to the transport layer. It is the responsibility of the transport layer at the sending station to make a connection with the receiver. 空白(4)处应选择()A packetB timeC errorD phase” 相关考题
考题 ● A transport layer protocol has several responsibilities. One is to create a process-to-process (program-to-program) communication; TCP uses port (71) to accomplish this. Another responsibility of a transport layer protocol is to create a (72) and error-control mechanism at the transport level. TCP uses a sliding (73) protocol to achieve flow control. It uses the acknowledgment packet, time-out, and retransmission to achieve (74) control. The transport layer is also responsible for providing a connection mechanism for the application program. The application program sends (75) of data to the transport layer. It is the responsibility of the transport layer at the sending station to make a connection with the receiver.(71)A. numbersB. connectionsC. diagramsD. resources(72)A. procedureB. functionC. routeD. flow(73)A. pathB. windowC. frameD. diagram(74)A. packetB. timeC. errorD. phase(75)A. portsB. streamsC. packetsD. cells

考题 Regarding DHCP (dynamic host configuration protocol), which two of the following choices below are true? (Select two answer choices)A. The DHCP Discover message uses FF-FF-FF-FF-FF as the Layer 2 destination address.B. The DHCP Discover message uses UDP as the transport layer protocol.C. The DHCP Discover message uses a special Layer 2 multicast address as the destination address.D. The DHCP Discover message uses TCP as the transport layer protocol.E. The DHCP Discover message does not use a Layer 2 destination address.F. The DHCP Discover message does not require a transport layer protocol.

考题 ● A glue that holds the whole Internet together is the network layer protocol,(71). Unlike most older network layer protocols, it was designed from the beginning with internetworking in mind. Its job is to provide a -(72) way to transport datagrams from source to destination, without regard to whether these machines are on the same network or whether there are other networks in between them.Communication in the Internet works as follows. The (73)layer takes data streams and breaks them up into datagrams. Each datagram is transmitted through the Internet, possibly being fragmented into smaller units as it goes. When all the pieces finally get to the destination machine, they are reassembled by the(74) layer into the original datagram. This datagram is then handed to the transport layer, which inserts it into the receiving process' input stream.An IP datagram consists of a header part and a text part. The header has a (75) part and a variable length optional part.(71) A. IP (Internet Protocol)B. IP (Interworking Protocol)C. TCP (Transport Control Protocol)D. TCP (Transfer Communication Protocol)(72) A. best-qualityB. quality-guaranteedC. connection-orientedD. best-efforts(73) A. data linkB. transportC. networkD. application(74) A. data linkB. transportC. networkD. application(75) A. 40-byte fixedB. 64-byte fixedC. 20~64 bytes variableD. 20-byte fixed

考题 Which one of the following protocols uses both UDP and TCP ports for the transport layer operation?A.FTPB.TFTPC.SMTPD.TelnetE.DNS

考题 Networks can be interconnected by different devices in the physical layer networks can be connected by (71) or hubs.which just move the bits from one network to an identical network.One layer up we find bridges and switches which operate at data link layer.They can accept (72) ,examine the MAC address and forward the frames to a different network while doing minor protocol translation in the process in me network layer,we have routers that can connect two networks,If two networks have (73) network layer,the router may be able to translate betweenthe packer formats.In the transport layer we find transport gateway,which can interface between two transport connections Finally,in the application layer,application gateways translate message (74) .As an example,gateways between Internet e-mail and X,400 e-mail must (75) thee-mail message and change various header fields.(68)A.reapersB.relaysC.packagesD.modems

考题 ● TCP/IP communication protocol contains four layers. From bottom to top, the four layers are __(71)__.(71)A.network interface layer, internet layer, transport layer and application layerB.internet layer, network interface layer, transport layer and application layerC.network interface layer, transport layer, network interface layer and application layerD.application layer, transport layer, internet layer and network interface layer

考题 TCP/IP is a communication protocol, which provides many different networking services. The TCP/IP Internet protocol suite is formed from two standards: the TCP (Transmission Control Protocol) and the IP(Internet Protocol).(72) means it is on the transport layer.A.ISOB.IPC.OSID.TCP

考题 ● The TCP protocol is a __(72)__ layer protocol.(72) A. physical B. network C. transport D. application

考题 ● A transport layer protocol usually has several responsibilities. One is to create a process-to-process communication; UDP uses (71) numbers to accomplish this. Another responsibility is to provide control mechanisms at the transport level. UDP does this task at a very minimal level. There is no flow control mechanism and there is no (72) for received packet. UDP,however, does provide error control to some extent. If UDP detects an error in the received packet, it will silently drop it.The transport layer also provides a connection mechanism for the processes. The (73) must be able to send streams of data to the transport layer. It is the responsibility of the transport layer at (74) station to make the connection with the receiver, chop the stream into transportable units,number them, and send them one by one. It is the responsibility of the transport layer at the receiving end to wait until all the different units belonging to the same process have arrived, check and pass those that are (75) free, and deliver them to the receiving process as a stream.(71)A.hop B.port C.route D.packet(72)A.connection B.window C.acknowledgement D.destination(73)A.jobs B.processes C.programs D.users(74)A.sending B.routing C.switching D.receiving(75)A.call B.state C.cost D.error

考题 is a connectionless TCP/IP transport layer protocol.A.FTPB.UDPC.1PD.ICMP

考题 TCP/IP communication protocol contains four layers. From bottom to top, the four layers are __(71)__.A.network interface layer, internet layer, transport layer and application layerB.internet layer, network interface layer, transport layer and application layerC.network interface layer, transport layer, network interface layer and application layerD.application layer, transport layer, internet layer and network interface layer

考题 When an IP packet is Layer 3-switched from a source in one VLAN to a destination in another VLAN,which field in a packet will be rewritten? () A. Layer 2 TTLB. Layer 3 TTLC. Layer 3 source addressD. Layer 3 transport protocolE. Layer 3 destination address

考题 根据下面的文字资料回答 71~75 题 connected by( 1 )or Hubs,which just move the bits from one network to an identical network. One layer up we find bridgas and swiehes,which operate at data link layer. They can accept ( 2 ) , examine the MAC address, and forward the frames to a different network while doing minor protocol translation in the process. In the network layer,we have touters that can connect two netwoks. If two networks have( 3 )network layer,the router may be able to translate between the packet formats. In the transport layer we find transport gateway, which cart interface between the two transport connections. Finally, in the application layer, application gateways translate message( 4 ). As an example,gateways between Internet e-mail and X.400 e-mail must ( 5 )the e-mail message and change various header fields.第6题:文中( 1 )处正确的答案是( )。A.reapersB.relaysC.connectsD.modems

考题 TCP/IP( )layer protocols provide services to the application( )running on a computer.The application layer does not define the application itself,but rather it defines( )that applications need--like the ability to transfer a file in the case of HTTP.In short,the application layer provides an( )between software running on a computer and the network itself.The TCP/IP application layer includes a relatively large number of protocols,with HTTP being only one of those.The TCP/IP(请作答此空)layer consists of two main protocol options--the Transmission Control Protocol(TCP)and the User Datagram Protocol(UDP).A.application B.session C.physical D.transport

考题 Together with the network layer,the transport layer is the heart of the protocol ( 请作答此空).The network layer provides end-to-end () delivery using datagrams or virtual circuits.The transport layer builds on the network layer to provide data transport from a process on a () machine to a process on a destination machine with a desired level of reliability that is independent of the physical () currently in use.It provides the abstractions that applications nedd to use the network..Without the () layer,the whole concept of layered protocols would make little sense.A.transport B.network C.hierarchy D.service

考题 The TCP protocolis a (71) layer protocol. Each connection connects two TCPs that may be just one physical network apart or located on opposite sides ofthe globe.A.physical B.network C.transport D.application

考题 The TCP protocol is a ( ) layer protocol. A.physical B.network C.transport D.application

考题 When an IP packet is Layer 3-switched from a source in one VLAN to a destination in anotherVLAN, which field in a packet will be rewritten? ()A、Layer 2 TTLB、Layer 3 TTLC、Layer 3 source addressD、Layer 3 transport protocolE、Layer 3 destination address

考题 Which one of the following protocols uses both UDP and TCP ports for the transport layer operation?()A、FTPB、TFTPC、SMTPD、TelnetE、DNS

考题 When an IP packet is Layer 3-switched from a source in one VLAN to a destination in another VLAN,which field in a packet will be rewritten? ()A、Layer 2 TTLB、Layer 3 TTLC、Layer 3 source addressD、Layer 3 transport protocolE、Layer 3 destination address

考题 Which three statements about firewall modes are correct? ()A、 A firewall in routed mode has one IP addressB、 A firewall in transparent mode has one IP addressC、 In routed mode, the firewall is considered to be a Layer 2 dewD、 In routed mode, the firewall is considered to be a Layer 3 deviceE、 In transparent mode, the firewall is considered to be a Layer 2 deviceF、 In transparent mode, the firewall is considered to be a Layer 3 device

考题 Which of the following is a connectionless transport layer protocol?()A、 TCPB、 HTTPC、 SMTPD、 UDP

考题 Regarding DHCP (dynamic host configuration protocol), which two of the following choices below are true?()A、The DHCP Discover message uses FF-FF-FF-FF-FF as the Layer 2 destination address.B、The DHCP Discover message uses UDP as the transport layer protocol.C、The DHCP Discover message uses a special Layer 2 multicast address as the destination address.D、The DHCP Discover message uses TCP as the transport layer protocol.E、The DHCP Discover message does not use a Layer 2 destination address.F、The DHCP Discover message does not require a transport layer protocol.

考题 Which of the following is a connection oriented transport layer protocol? ()A、 TCPB、 UDPC、 TFTPD、 SNMP

考题 单选题Which one of the following protocols uses both UDP and TCP ports for the transport layer operation?()A FTPB TFTPC SMTPD TelnetE DNS

考题 单选题A transport layer protocol has several responsibilities, One is to create a process-to-process (program-to-program) communication; TCP uses port (1) to accomplish this. Another responsibility of a transport layer protocol is to create a (2) and error-control mechanism at the transport level. TCP uses a sliding (3) protocol to achieve flow control. It uses the acknowledgment packet, time-out, and retransmission to achieve (4) control. The transport layer is also responsible for providing a connection mechanism for the application program. The application program sends (5) of data to the transport layer. It is the responsibility of the transport layer at the sending station to make a connection with the receiver. 空白(1)处应选择()A numbersB connectionC diagramsD resources

考题 单选题Which of the following is a connection oriented transport layer protocol? ()A  TCPB  UDPC  TFTPD  SNMP

考题 单选题Which of the following is a connectionless transport layer protocol?()A  TCPB  HTTPC  SMTPD  UDP