目前我国火车的最高速度为140千米/时,上海地铁列车最高速度为25米/秒,两者相比,前者速度较 (填“大”或“小”)
大
有以下程序 struc t STU char name [10] int num; void f1(struct STU c)struct STU b="LiSiGuo",2042;c=b; void f2(struct STU *c)struct STU b="SunDan",2044);*c=b; main ( ) struct STU a="YangSan",2041,b="WangYin",2043;f1 (
A.; f2 (&
B.;printf ( "%d
A transport layer protocol usually has several responsibilties. One is to create a process-to-process communication UDP uses (1)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 (2)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 (3)must be able to send streams of data to the transport layer. It is the responsibility of the transport layer at(4)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 (5) free, and deliver them to the receiving process as a stream.
(4)是()
A.sending
B.routing
C.switching
D.receiving