多选题Which three statements describe the Transmission Control Protocol (TCP)?()ATCP is a transport layer protocol.BTCP is faster than the User Datagram Protocol (UDP).CTCP provides delivery notification and error checking mechanisms.DTCP uses a best effort

题目
多选题
Which three statements describe the Transmission Control Protocol (TCP)?()
A

TCP is a transport layer protocol.

B

TCP is faster than the User Datagram Protocol (UDP).

C

TCP provides delivery notification and error checking mechanisms.

D

TCP uses a best effort delivery approach.

E

TCP application examples include HTTP and SMTP.

如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

● 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-quality

B. quality-guaranteed

C. connection-oriented

D. best-efforts

(73) A. data link

B. transport

C. network

D. application

(74) A. data link

B. transport

C. network

D. application

(75) A. 40-byte fixed

B. 64-byte fixed

C. 20~64 bytes variable

D. 20-byte fixed


正确答案:A,D,B,C,D

第2题:

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

B.connections

C.diagrams

D.resources


正确答案:A

第3题:

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

B. connections

C. diagrams

D. resources

(72)

A. procedure

B. function

C. route

D. flow

(73)

A. path

B. window

C. frame

D. diagram

(74)

A. packet

B. time

C. error

D. phase

(75)

A. ports

B. streams

C. packets

D. cells


正确答案:A,D,B,C,B

第4题:

Which three statements describe the User Datagram Protocol (UDP)?()

A.UDP provides delivery notification and error checking mechanisms.

B.UDP is faster than the Transmission Control Protocol (TCP).

C.UDP application examples include DNS and VoIP.

D.UDP is an application layer protocol.

E.UDP uses a best effort delivery approach.


参考答案:B, C, E

第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-man-aged network consists of three key components: managed devices,(75), and network-management systems.

A.Physical Layer

B.Link Layer

C.Network Layer

D.Transport Layer


正确答案:D

第6题:

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 .

A.Physical Layer

B.Link Layer

C.Network Layer

D.Transport Layer


正确答案:D
解析:TransportLayer:传输层

第7题:

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

B.IP

C.OSI

D.TCP


正确答案:D
TCP/IP通信协议,它提供了许多不同的网络服务。TCP/IP网络协议是从两个标准的形成:TCP(传输控制协议)和IP(互联网协议)。(72)意味着它是在传输层。A.ISOB.IPC.OSID.TCP

第8题:

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.


正确答案:AB
A,B 解析:Explanation:
DHCP uses UDP as its transport protocol. DHCP messages from a client to a server are sent to the DHCP server port (UDP port 67), and DHCP messages from a server to a client are sent to the DHCP client port (UDP port 68).The client broadcasts a DHCPDISCOVER message on its local physical subnet. The DHCPDISCOVER message may include options that suggest values for the network address and lease duration. BOOTP relay agents may pass the message on to DHCP servers not on the same physical subnet.

Each server may respond with a DHCPOFFER message that includes an available network address in the "ipaddr" field (and other configuration parameters in DHCP options). Servers need not reserve the offered network address, although the protocol will work more efficiently if the server avoids allocating the offered network address to another client. The server unicasts the DHCPOFFER message to the client (using the DHCP/BOOTP relay agent if necessary) if possible, or may broadcast the message to a broadcast address (preferably 255.255.255.255) on the client's subnet.

Incorrect Answers:
C. DHCP messages are broadcast to the "all hosts" address. IP multicast addresses are not used.

D. UDP is used, not TCP.

E. Since DHCP is used so that a client can obtain an IP address, a layer two destination address must be used, as the layer 3 IP address does not yet exist on the client for the return traffic.

F. DHCP, along with nearly every other type of traffic, requires the use of a transport layer protocol.

第9题:

● TCP/IP (71) layer protocols provide services to the application (72) running on a computer. The application layer does not define the application itself, but rather it defines (73) that applications need—like the ability to transfer a file in the case of HTTP. In short, the application layer provides an (74) 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 (75) layer consists of two main protocol options—the Transmission Control Protocol (TCP) and the User Datagram Protocol (UDP).


正确答案:A,B,A,C,D

第10题:

Which three statements describe the Transmission Control Protocol (TCP)?()

A.TCP is a transport layer protocol.

B.TCP is faster than the User Datagram Protocol (UDP).

C.TCP provides delivery notification and error checking mechanisms.

D.TCP uses a best effort delivery approach.

E.TCP application examples include HTTP and SMTP.


参考答案:A, C, E

更多相关问题