首页/ 题库 / [单选题]The TCP protocolis a的答案

The TCP protocolis a (1) layer protocol. Each connection connects two TCPs that may be just one physical network apart or located on opposite sides ofthe globe. In other words, each connection creates a (2) witha length that may be totally different from another path created by another connection. This means that TCP cannot use the same retransmission time for all connections. Selecting afixed retransnussion time for all connections can result in serious consequences. Ifthe retransmission time does not allow enough time for a (3) to reach the destination and an acknowledgment to reach the source, it can result in retransmission of segments that are still on the way. Conversely, if the retransnussion time is longer than necessary for a short path, it may result in delay for the application programs.Even for one single connection, the retransmission time should not be fixed.A connection may be able to send segments and receive (4)faster during nontraffic period than during congested periods. TCP uses the dynamic retransmission time,a transmission time is different for each connection and which may be changed during the same connection. Retransmission time can be made(5)  by basing it on the round-trip time (RTT). Several formulas are used for this purpose.

单选题
2022-06-23 23:30
A、physical
B、network
C、transport
D、application
查看答案

正确答案
C | C | A | B | D

试题解析
TCP是种传输层协议•每一个连接都连接了两个TCP实体,这两个TCP实体可能存在同一个物理网格中•也可能是分居于地球的两辺,换言之.,每一个连接都产生了一条通路,其长度与另外一个连接产生的通路完全不同,这就意味着.TCP不能对所有的连接使用同样的重传时间,对所有的连接选择一个固定的重传时间可能产生严重的后果,如果重传时间不足以使一个段到达目标,或者不足以使-个应答到达源站.这就可能对尚在路途中的段产生重传,反之,如果重传时间比一条短通路所需要的时间长则可能对应用程序产生延迟•
即使对单个连接,重传时间也不应该固定。一个连接一个能够在非峰值时段比拥堵时段更快地发送数据段和接收应答,TCP使用了动态重传时间,重传时间对每一个连接是不同的,在同一个连接持续期间也是可以改变。重传时间可以动态地根据环回时间(RTT)而改变。为些建立了几个有用的公式。

标签:
感兴趣题目
Before a Master relieves a Pilot of the conn,the ().
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)
TCP functions at the Open System Interconnection(OSI)(61)layer, or Layer 4. Its chief responsibility is to ensure(62)end-to-end connectivity. IP, located one layer down, at the OSI network layer, or Layer 3, communicates the addresses of each(63)sender and receiver to the routers along the way. Routers and Layer 3 switches can read IP and other Layer 3(64). This information, combined with routing tables and other network intelligence, is all it takes to get(65)the room or around the world via TCP/IP.
You are creating a Web Form. You write the following code segment to create a SqlCommand object. SqlConnection conn = new.SqlConnection(connString); conn.Open(); SqlCommand cmd = conn.CreateCommand(); cmd.CommandText = “select cont(*) from Customers”; You need to display the number of customers in the Customers table. Which two code segments can you use to achieve this goal? ()
You are creating a Web Form. You write the following code segment to create a SqlCommand object.Dim conn As SqlConnection = New SqlConnection(connString)conn.Open()Dim cmd As SqlCommand = conn.CreateCommand()cmd.CommandText = "select count(*) from Customers"You need to display the number of customers in the Customers table. Which two code segments can you use to achieve this goal?()
When is a first-hop redundancy protocol needed in the distribution layer?()
The TCP protocolis a (1) layer protocol. Each connection connects two TCPs that may be just one physical network apart or located on opposite sides ofthe globe. In other words, each connection creates a (2) witha length that may be totally different from another path created by another connection. This means that TCP cannot use the same retransmission time for all connections. Selecting afixed retransnussion time for all connections can result in serious consequences. Ifthe retransmission time does not allow enough time for a (3) to reach the destination and an acknowledgment to reach the source, it can result in retransmission of segments that are still on the way. Conversely, if the retransnussion time is longer than necessary for a short path, it may result in delay for the application programs.Even for one single connection, the retransmission time should not be fixed.A connection may be able to send segments and receive (4)faster during nontraffic period than during congested periods. TCP uses the dynamic retransmission time,a transmission time is different for each connection and which may be changed during the same connection. Retransmission time can be made(5)  by basing it on the round-trip time (RTT). Several formulas are used for this purpose.
● TCP/IP communication protocol contains four layers. From bottom to top, the four layers are __(71)__.
TCP/IP communication protocol contains four layers. From bottom to top, the four layers are ( ).
● TCP/IP communication protocol contains four layers. From bottom to top, the four layers are __(71)__.
TCP/IP communication protocol contains four layers. From bottom to top, the four layers are __(71)__.
As a frame leaves a Layer 3 device, the Layer 2 encapsulation information is changed from what it was when it entered the devicE.For what two reasons can this happen? ()
相关题目
The network architecture is a layer-based.
The TCP/IP Internet protocol suite is formed from five standards.

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 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.

空白(2)处应选择()

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.

空白(3)处应选择()

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 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.


空白(5)处应选择()
●The Simple Network Management Protocol (SNMP)is an (71) protocol that facilitates the exchange of management information between (72) .It is part of the Transmission Control Protocol/Internet Protocol(TCP/IP) protocol suite.SNMP enables network (73) to manage network performance, find and sole network problems,and plan for (74) .An SNMP-managed network consists of three key components:managed devices , (75) ,and network-management systems .Physical LayerLink LayerNetwork LayerTransport Layer(72)
The Simple Network Management Protocol(SNMP)is an(66)protocol that facilitates the exchange of management information between(67). It is part of the Transmission Control Protocol/Internet Protocol(TCP/IP)protocol suite. SNMP enables network(68)to manage network performance, find and sole network problems, and plan for(69)An SNMP -managed network consists of three key components: managed devices ,(70),and network -management systems .
根据下面的文字资料回答 71~75 题 The Simple Network Management Protocol(SNMP)is an ( 1 )protocol that facilitates the exchange of management information between ( 2 ).It is part of the Transmission Control ProtocoL/Internet Protocol(TCP/IP)protocol suite. SNMP enables network( 3 )to manage network performance,find and sole network problems,and plan for( 4 ).An SNMP managed network consists of three key components:managed devices,( 5 ),and networkmanagement systems.第6题:文中( 1 )处正确的答案是( )。
TCP means it is on the(74)layer and IP means it is on the(75)layer.
The TCP/IP network model differs from the more popular OSI model. Which of the layers below belong to the TCP/IP model?()
The use of network( ),systems that effectively isolate an organization&39;s internal network structure from an( )network, such as the INTERNET is becoming increasingly popular. These firewall systems typically act as application-layer( )between networks, usually offering controlled TELNET, FTP, and SMTP access. With the emergence of more sophisticated( )layer protocols designed to facilitate global information discovery , there exists a need to provide a general ( )for these protocols to transparently and securely traverse a firewall.
Each machine supporting TCP has a TCP transport entity, either a library procedure, a user process, or part of the kernel. In all case, it manages TCP streams and (71) to the IP layer. A TCP (72) accepts user data streams from local process, breaks them into pieces not exceeding 64KB, and sends each piece as a separate IP (73). When datagrams containing TCP data arrive at a machine, they are given to the TCP entity, which reconstructs the original byte streams.The IP layer gives no guarantee that datagrams will be delivered properly, so it is up to TCP to time out and (74) them as need be. Datagmms do arrive may well do so in the wrong order, it is also up to TCP to (75) them into messages in the proper sequence.
In the open systems interconnection (OSI) reference model, "layer" means one of seven conceptually complete,(71) arranged groups of services, functions, and protocols, that extend across all open systems.Application layer provides means for the application(72) to access the OSI environment. Presentation layer provides for the selection of a common syntax for representing data.(73) layer provides the means necessary for cooperating presentation entities to organize and synchronize their dialog and to manage their data exchange. Transport layer provides a reliable end-to-end data transfer service. Network layer provides for the entities in the transport layer the means for transferring blocks of data, by(74) and switching through the network between the open systems in which those entities reside. Data link layer provides services to transfer data between network layer entities. Physical layer provides the mechanical, electrical, functional, and procedural means to establish, maintain and(75) physical connections for transfer of bits over a transmission medium.
Cloud computing is a phrase used to describe a variety of computing concepts that involve a large number of computers( )through a real-time communication network such as the Internet. In science, cloud computing is a( )for distributed computing over a network, and means the( )to run a program or application on many connected computers at the same time. The architecture of a cloud is developed at three layers: infrastructure, platform, and application, The infrastructure layer is built with virtualized computer, storage, and network resources. The platform layer is for general-purpose and repeated usage of the collection of software resources. The application layer is formed with a collection of all needed software modules for SaaS applications. The infrastructure layer serves as the( )for building the platform layer of the cloud. In turn, the platform layer is a foundation for implementing the( )layer for SaaS applications.
The Internet is a () system of interconnected computer networks that use the standard Internet protocol suits(TCP/IP) to serve several billion users worldwide。
Routers perform the decision process that selects what path a packet takes. These ( ) layer devices participate it the collection and distribution of network-layer information, and perform Layer 3 switching based on the contents of the network layer ( ) of each packet. You can connect the routers directly by point-to-point ( ) or local-area networks, or you can connect them by LAN or WAN switches. These Layer 2 switches unfortunately do not have the capability to hold Layer 3 ( ) information or to select the path taken by a packet through analysis of its Layer 3 destination address. Thus, Layer 2 switches be involved in the Layer 3 packet ( ) decision process.
When is a first-hop redundancy protocol needed in the distribution layer?()
Distribution layer: This layer includes LAN-based routers and layer 3 switches . When is a first-hop redundancy protocol needed in the distribution layer?()
广告位招租WX:84302438

免费的网站请分享给朋友吧