A transport layer protocol usually has several responsibilities.One is to create a process-to-process communication;UDP uses (7

admin2019-05-15  35

问题 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 providecontrol mechanisms at the transport level.UDP does this task at a very minimal level.There is no flowcontrol mechanism and there is no  (72)   for received packet.UDP, however,does provide errorcontrol 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,numberthem,and send them one by one.It is the responsibility of the transport layer at the receiving end to waituntil all the different units belonging to the same process have arrived,check and pass those that are  (75)   flee,and deliver them to the receiving process as a stream.
(75)

选项 A、call
B、state
C、cost
D、error

答案D

解析
转载请注明原文地址:https://kaotiyun.com/show/oFDZ777K
0

最新回复(0)