FTP协议是Internet常用的应用层协议,它通过 (1) 协议提供服务,它是基于 client/Server结构通信的,作为服务器一方的进程,通过监听 (2) 端口得知有服务请求,在一次会话中,存在 (3) 个TCP连接。 3()
查看答案
对一路信号进行频移键控(FSK)调制时,若载波频率为fc,调制后的信号频率分别为 f1和f2(f1<f2),则三者的关系是 (1) 。当对多路信号进行调制时,调制后各信号的频谱(2) 。信号到达接收端后通过 (3) 分离各路信号。WDM与FDM工作方式很相似,但WDM调制的是 (4) 。ILD是 (5) 使用的设备。 5()
A. 时间
B. 频率
C. 波长
D. 相位
Frame Relay is simplified form of (1) , similar in principle to (2) , in which synchronous, frames of data are routed to different destinations depending on header information.Packets are routed throught one or more Virtual Circuits known as (3) Most Virtual Circuits are (4) , which means that the network provider sets up all DLCI connections at subscription time. (5) are also part of the Frame Relay specification. They privide a link that only lasts only as long as the session. 1()
A. Datagram Switching
B. Datagram Routing
C. Packet Switchig
D. packet Routing
案例分析题若一个问题的求解既可以用递归算法,也可以用递推算法,则往往用()算法,因为()。 若一个问题的求解既可以用递归算法,也可以用递推算法,则往往用()算法。
A. 先递归后递推
B. 先递推后递归
C. 递归
D. 递推
一般认为,对编程语言的性能要求有:Ⅰ.一致性Ⅱ.无二义性Ⅲ.简洁性Ⅳ.局部性Ⅴ.线性当逻辑操作中出现很多分支或多个循环时,则违反了()要求。
A. Ⅱ和Ⅲ
B. Ⅰ和Ⅴ
C. Ⅳ
D. 全部