【名词&注释】
路由器(router)、专业英语(specialized english)、应用程序(application)、数据包(packet)、目的地(destination)、端口号(port number)、第一个(first)、递推关系式(recurrence relation)、源地址(source address)
[单选题]Tracert命令通过多次向目标发送( )来确定到达目标的路径,在连续发送的多个IP数据包中,( )字段都是不同的。
A. ICMP地址请求报文
B. ARP请求报文
C. IcMP回声请求报文
D. ARP响应报文
查看答案&解析查看所有试题
学习资料:
[单选题]Which one of the following describes the similarity between the stack and the queue?(75)
A. logical characteristics
B. physical characteristics
C. operation method
D. element type
[单选题]设求解某问题的递归算法如下: F(int n){ if n==1{ Move(1); } else{ F(n-1); Move(n); F(n-1); } } 求解该算法的计算时间时,仅考虑算法Move所进行的计算为主要计算,且Move为常数级算法,设算法Move的计算时间为k,当n=5时,算法F的计算时间为(42)。
A. 7k
B. 15k
C. 31k
D. 63k
本文链接:https://www.51ksbd.net/show/9gxkjz.html