E1共划分为()个相等的时隙,每个子信道的速度为64Kbps。E1的总速度为(请作答此空)。
A.1.536mbps
B.1.544mbps
C.1.920mbps
D.2.048Mbps

查看答案

相关问题推荐

  • 在RIP协议中,可以采用水平分割法(SplitHorizon)解决路由环路问题,下面的说法中正确的是()。
    A.把网络分割成不同的区域以减少路由循环
    B.不要把从一个邻居学习到的路由再发送回该邻居
    C.设置邻居之间的路由度量为无限大
    D.路由器必须把整个路由表发送给自己的邻居
    查看答案
  • 数字证书采用公钥体制进行加密和解密。每个用户有一个私钥,用它进行()
    A.解密和验证
    B.解密和签名
    C.加密和签名
    D.加密和验证
    查看答案
  • 设信道带宽为3000Hz,采用PCM编码,采样周期为125μs,每个样本量化为128个等级,则信道的数据速率为()。
    A.30Kb/s
    B.56Kb/s
    C.64Kb/s
    D.72Kb/s
    查看答案
  • 关于Windows操作系统中DHCP服务器的租约,下列说法中错误的是()。
    A.租约期固定是8天
    B.当租约期过去50%时,客户机将与服务器联系更新租约
    C.当租约期过去87.5%时,客户机与服务器联系失败,重新启动IP租用过程
    D.客户机可采用ipconfig/renew重新申请地址
    查看答案
  • The traditional way of allocating a single channel among multiple competing users is to chop up its () by using one of the multiplexing schemes such as FDM (Frequency Division Multiplexing). If there are N users, the bandwidth is divided into N equal-sized portions, with each user being assigned one portion. Since each user has a private frequency ( ), there is no interference among users.When there is only a small and constant number of users, each of which has a steady stream or a heavy load of ( ), this division is a simple and efficient allocation mechanism. A wireless example is FM radio stations. Each station gets a portion of the FM band and uses it most of the time to broadcast its signal.However, when the number of senders is large and varying or the traffic is (), FDM presents some problems. If the spectrum is cut up into N regions while fewer than N users are currently interested in communicating, a large piece of valuable spectrum will be wasted. If more than N users want to communicate, some of them will be denied ( 本题 ) for lack of bandwidth.??
    A. allowance
    B. connection
    C. percussion
    D.percussion
    查看答案
  • 新能源汽车与传统汽车的安全性是否存在差异
    查看答案
  • 新媒体营销和传统营销有什么区别
    查看答案
  • 从教育学未来的角度来定位教的有效性,最核心、最本质的定位是()
    查看答案
  • 下面,不是系统安全所包含的内容是______。

    A.要保证操作系统不能崩溃

    B.要保证系统中的账户不能被盗

    C.要保证文件和目录存取权限设置的安全

    D.要保证数据库系统的正常运行
    查看答案
  • 设有一个 Student数据库,包括数据库,包括学生,课程,选修三个关系:三个关系:学生学生:S ( Sno ,Sname ,Ssex ,Sage,Sdept )
    课程课程:C(Cno ,Cname ,Term,Credit )
    选修选修:SC ( Sno ,Cno ,Score )
    其中:学生关系S的属性分别表示:学号、姓名、性别、的属性分别表示:学号、姓名、性别、年龄、专业课程关系C的属性分别表示:课程号、课程名、的属性分别表示:课程号、课程名、开课学期、学分学分选修关系SC的属性分别表示:学号、课程号、分数
    请用SQL语句完成下面的操作:
    (1)、检索所有比"王华"年龄大的学生姓名、年龄和性别
    (2)、检索选修了课程号为课程号为'CO2'课程的学生中成绩最高的学生的学号
    (3)、检索选修了4门以上课程的学生学号和总成绩(不统计不及格的课程),并要求按照总成绩的降序排列。(4)、检索张力同学没有选修的课程的课程号
    查看答案