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. In other words, each connection creates a (72) 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 (73) 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 (74)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(75) by basing it on the round-trip time (RTT). Several formulas are used for this purpose.
A.physical
B.network
C.transport
D.application@@@SXB@@@A.path
B.window
C.response
D.process@@@SXB@@@A.process
B.segment
C.program
D.user@@@SXB@@@A.connections
B.requests
C.acknowledgments
D.datagrams@@@SXB@@@A.long
B.short
C.fixed
D.dynamic
第1题:
● 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 layer
B.internet layer, network interface layer, transport layer and application layer
C.network interface layer, transport layer, network interface layer and application layer
D.application layer, transport layer, internet layer and network interface layer
第2题:
第3题:
第4题:
A. Layer 2
B. Layer 3
C. Layer 4
D. Layer 5
E. Layer 6
F. Layer 7
第5题:
第6题:
对总体X的均值和方差进行矩估计,matlab给出的语句为()。
A.sigma2_ju=moment(X)
B.mu_ju=mean(X,2)
C.mu_ju=mean(X)
D.sigma2_ju=moment(X,2)