主页
知识大厅
搜索
账户
充值
常见问题
当前学科:计算机网络(计算机)
题目:
收发两端之间的传输距离为1000km,信号在媒体上的传播速率2×108m/s。试计算以下两种情况的发送时延和传播时延:(1)数据长度为107bit,数据发送速率为100Kb/s。(2)数据长度为103bit,数据发送速率为1Gb/s。从上面的计算中可以得到什么样的结论?
答案:
<查看本题扣3积分>
1、发送时延;ts=107/105=10.....
查看答案
问题答案不对?抱歉,搜索引擎优化导致页面变化,请尝试站内搜索,远程教育试题库
推荐知识点:
“哈巴狗”与“狮子狗”指的是同一种狗,二者在词义上的主要差别是()
疏水器
财务分析中运用行业标准的限制条件有哪些?
肿瘤抗原
青霉素G过敏反应的防治措施有哪些?
哪些因素可引起色谱峰展宽( )
研究工具的信度和效度之间的关系是什么?
URL
高钾性周期性麻痹
读下面程序,给出最后屏幕输出结果。public class BitwiseDemo { static final int VISIBLE = 1; static final int DRAGGABLE = 2; static final int SELECTABLE = 4; static final int EDITABLE = 8; public static void main(String[] args) { int flags = 0; flags = flags | VISIBLE; flags = flags | DRAGGABLE; if ((flags & VISIBLE) == VISIBLE) { if ((flags & DRAGGABLE) == DRAGGABLE) { System.out.println("Flags are Visible and Draggable."); } }flags = flags | EDITABLE; if ((flags & EDITABLE) == EDITABLE) { System.out.println("Flags are now also Editable."); } }}
本网站数据均来自互联网 --2018