计算机网络第二章作业参考答案

(8页)

本资源提供全文预览,点击全文预览即可全文预览,如果喜欢文档就下载吧,查找使用更方便哦!

9.90 积分

2. A noiseless 8-kHz channel is sampled every 1 msec. What is the maximum data rate? Solution: According to: Maximum data rate=: 2B log2 V bits/sec Assume: log2 V=4 the maximum data rate =2Hlog2 V b/s=2*8k*4=64kbps Assume: log2 V=16 the maximum data rate =2Hlog2 V b/s=2*8k*4=256kbps So, the maximum data rate of the noiseless channel is decided by how many bits there is every sample. 3. If a binary signal is sent over a 3-kHz channel whose signal-to-noise ratio is 20 dB,what is the maximum achievable data rate? Solution: According to Shannon’s theorem: the maximum data rate= B log2 (1 + S/N) According to : 10lgS/N = 20 dB So:S/N =100 log2 101≈6.658 So: the maximum data rate = B log2 (1 + S/N)≈3k*6.658=19.98Kbps 4. What signal-to-noise ratio is needed to put a T1 carrier on a 100-kHz line? Solution: According to Shannon’s theorem:the maximum data rate= B log2 (1 + S/N) T1 carrier’s bandwidth= 1544000 = 100000log2(1+S/N) So: log2(1+S/N)=15.44≈15 S/N= 215–1 10lg (215–1)=45dB 5. (P124) What are the advantages of fiber optics over copper as a transmission medium? Is there any downside of using fiber optics over copper? Answer: Fiber optics can handle much higher bandwidths than copper. This alone would require its use in high-end networks. Due to the low attenuation, repeaters are needed only about every 50 km on long lines, versus about every 5 km for copper, resulting in a big cost saving. Fiber also has the advantage of not being affected by power surges, electromagnetic interference, or power failures. Nor is it affected by corrosive chemicals in the air, important for harsh factory environments. It is thin and lightweight. For new routes, fiber wins hands down due to its much lower installation cost. Finally, fibers do not leak light and are difficult to tap. These properties give fiber good security against potential wiretappers. On the downside, fiber is a less familiar technology requiring skills not all engineers have, and fibers can be damaged easily by being bent too much. Since optical transmission is inherently unidirectional, two-way communication requires either two fibers or two frequency bands on one fiber. Finally, fiber interfaces cost more than electrical interfaces. Table (come from 袁子超) Property Fiber Wires(copper) Distance Long(tens of km) Short(100s of m) Bandwidth Very High Moderate Cost Expensive Cheap Convenience Hard Easy Security Hard to tap Easy to tap Interference No Yes 17. (P146) What is the minimum bandwidth needed to achieve a data rate of B bits/sec if the signals transmitted using NRZ, MLT-3, and Manchester encoding? Explain. Solution: With NRZ, the signal may cycle between the positive and negative levels up to every 2 bits (in the case of alternating 1s and 0s). This means that we need a bandwidth of at least B/2 Hz when the bit rate is B bits/sec. In MLT-3, the signal(+,0,-) completes a cycle at most every 3 bits, thus requiring at least B/3 Hz to achieve B bits/sec data rate. Manchester encoding mix the clocks signal with the data signal by XORing them together so that no extra line is needed. So it requires twice as much bandwidth as NRZ because of the clock.(2B) . 21. A modem constellation diagram similar to Fig. 2-23 has data points at (0, 1) and (0, 2).Does the modem use phase modulation or amplitude modulation? Answer: Amplitude modulation, because amplitude is variable. 22. What is the maximum bit rate achievable in a V.32standard modem if the baud rate is 2400 and no error correction is used? Solution: according to C=B*log2V no error correction is used, So: C=2400* log232 =12000bps 23. In a constellation diagram, all the points lie on a circle centered on the origin. What kind of modulation is being used? Answer: If all the points lie on a circle centered on the origin, so they have the same amplitude, so no use of amplitude modulation. In the constellation never use frequency modulation, so, here the encoding is a pure phase modulation. 25. Ten signals, each requiring 4000 Hz, are multiplexed onto a single channel using FDM. What is the minimum bandwidth required for the multiplexed channel? Assume that the guard bands are 400 Hz wide. Solution: There needed a 400HZ between two sub-channel ,so: 4000 * 10 + 400 * 9 = 43600 Hz 26. Why has the PCM sampling time been set at 125 μsec? Solution: (mainly from 周粤娴周粤娴) A sampling time of 125 μsec(1000000μs/8000) corresponds to 8000 samples per second. According to the Nyquist theorem, this is the sampling frequency needed to capture all the information in a 4 kHz channel, such as a telephone channel. 27. What is the percent overhead on a T1 carrier? That is, what percent of the 1.544 Mbps are not delivered to the end user? How does it relate to the percent overhead in OC-1or OC-768 lines? Solution:: T1:193-24*7=25 25/193≈12.95% OC-1: (51.84-49.536)/51.84≈4.44% On OC-768 line,the percent overhead is same as OC-1 line. 28. Compare the maximum data rate of a noiseless 4-kHz channel using: (a) Analog encoding (e.g., QPSK) with 2 bits per sample. (b) The T1 PCM system. Solution: (a) log2 V=2 the maximum data rate=2Hlog2 V=2*4k*2=16kbps (b) log2 V=7 (1bit for control) the maximum data rate=2Hlog2 V=2*4k*7=56kbps 30. (P165) What is the difference, if any, between the demodulator part of a modem and the coder part of a codec? (After all, both convert analog signals to digital ones.) Answer: The coder of a codec to accept arbitrary analog signal and produce digital signal. While the demodulator of a modem only receiving modulated sine wave ( or cosine ), to produce a digital signal. (Pay attention: codec=coder + decoder; modem=modulator + demodulator) 33. In Fig. 2-40, the user data rate for OC-3 is stated to be 148.608 Mbps. Show how this number can be derived from the SONET OC-3 parameters. What will be the gross,SPE, and user data rates of an OC-3072 line? Solution: (1)The first three columns of each frame are reserved for system management information, so the OC-1’s SPE is 87*9*8*800=50.112Mbps. The first column of the SPE is the path overhead (i.e., the header for the end-to-end path sublayer protocol),so the user data is (87-1)*9*8*800=49.536Mbps So the OC-3’s user data is 49.536*3=148.608Mbps (2) The OC-1’s gross is 90*9*8*800=51.84Mbps So the OC-3072’s gross=51.87*3072=159252.48Mbps the OC-3072’s SPE=50.112*3072=153944.064Mbps the OC-3072’s user data=49.536*3072=152174.592Mbps 34. What is the available user bandwidth in an OC-12c connection? Solution: (from 袁子超袁子超 and reference key) As an aside, when a carrier, such as OC-3, is not multiplexed, but carries the data from only a single source, the letter c (for concatenated) is appended to the designation, so OC-3 indicates a 155.52-Mbps carrier consisting of three separate OC-1 carriers, but OC-3c indicates a data stream from a single source at 155.52Mbps. so there is only one path overhead. The OC-12c frames are 12*90 = 1080 columns of 9 rows. Of these,12*3 = 36 columns are taken up by line and section overhead. This leaves an SPE of 1044 columns. One SPE column is taken up by path overhead, leaving 1043 columns for user data. So, the available user bandwidth is: 1043*9*8*8000=600.768Mbps 41. Suppose that A, B, and C are simultaneously transmitting 0 bits, using a CDMA system with the chip sequences of Fig. 2-28(a). What is the resulting chip sequence? Solution:: A+B+C=(-3 -1 -1 +1 +3 +1 +1 -1) Because they transmitting 0 bits, so the negative of its chip sequence =(+3 +1 +1 -1 -3 -1 -1 +1) Or: (from 周粤娴) (+1 +1 +1 -1 -1 +1 -1 -1) ( +1 +1 -1 +1 -1 -1 -1 +1) (+1 -1 +1 -1 -1 -1 +1 +1) (+3 +1 +1 -1 -3 -1 -1 +1) 42. In the discussion about orthogonality of CDMA chip sequence, it was stated that if S T=0? then S T?is also 0. Prove this. Solution::if Then: 44. A CDMA receiver gets the following chips: (?1 +1 ?3 +1 ?1 ?3 +1 +1). Assuming the chip sequences defined in Fig. 2-28(a), which stations transmitted, and which bits did each one send? Solution: A:S·A=(-1 +1 -3 +1 -1 -3 +1 +1)·(-1 -1 -1 +1 +1 -1 +1 +1) /8 = 1 B:S·B=(-1 +1 -3 +1 -1 -3 +1 +1)· (-1 -1 +1 -1 +1 +1 +1 -1) /8 = -1 C:S·C=(-1 +1 -3 +1 -1 -3 +1 +1)· (-1 +1 -1 +1 +1 +1 -1 -1) /8 = 0 D:S·D=(-1 +1 -3 +1 -1 -3 +1 +1)· (-1 +1 -1 -1 -1 -1 +1 -1) /8 = 1 A、B and D transmitted,A and D transmitted 1bits,B transmitted 0 bits. Sup: What's the function of repeater(中继器) and hub(集线器)? Answer:: (1) De-noise and amplify the signal (2) Can extend the network’s range (3) As a hub, can be the center of the star-topology 关 键 词: 计算机网络 第二 作业 参考答案

 天天文库所有资源均是用户自行上传分享,仅供网友学习交流,未经上传用户书面授权,请勿作他用。

第二章计算机网络答案,计算机网络第二章作业参考答案相关推荐

  1. 搜索c语言作业答案的软件,吉林大学软件学院C语言作业参考答案.doc

    吉林大学软件学院C语言作业参考答案 软件学院 高级语言程序设计作业参考答案 2010年12月 目录 第二章 简单程序1 第三章 分支程序设计3 第四章 循环程序设计9 第五章 模块化程序设计――函数1 ...

  2. 第二章计算机网络答案,《计算机网络》第二章-作业参考答案

    版权声明:以上文章中所选用的图片及文字来源于网络以及用户投稿,由于未联系到知识产权人或未发现有关知识产权的登记,如有知识产权人并不愿意我们使用,如果有侵权请立即联系:55525090@qq.com,我 ...

  3. 2021年春季学期-信号与系统-第二次作业参考答案-第九小题

    本文是 2021年春季学期-信号与系统-第二次作业参考答案 的参考答案. ▌第九题 9. 已知三个系统的输入输出关系分别为: 把上述三个子系统进行如下的级联,求系统的输入输出关系,它是线性.时不变系统 ...

  4. 2021年春季学期-信号与系统-第二次作业参考答案-第五小题

    本文是 2021年春季学期-信号与系统-第二次作业参考答案 的参考答案. ▌第五题 5. Consider a LTI systems whose response to the singal x1( ...

  5. 2021年春季学期-信号与系统-第二次作业参考答案

    ※ 每道题目参考答案见每道题目后面连接 ■ 相关文献链接: 2021年春季学期-信号与系统-第二次作业参考答案-第一小题 2021年春季学期-信号与系统-第二次作业参考答案-第二小题 2021年春季学 ...

  6. 2021年春季学期-信号与系统-第十四次作业参考答案-第二小题参考答案

    本文是 2021年春季学期-信号与系统-第十四次作业参考答案 中各小题的参考答案. §02 第二小题 2.x[n]x\left[ n \right]x[n]如下图所示,试绘出解答: (1) x[n]x ...

  7. 2021年春季学期-信号与系统-第十五次作业参考答案-第二小题参考答案

    本文是 2021年春季学期-信号与系统-第十五次作业参考答案 中各小题的参考答案. §02 第二小题 2.如果希望通过DFT获得吉他每个琴弦的频谱特性,希望频谱分析的最大范围是20kHz,频谱分辨率为 ...

  8. 2021年春季学期-信号与系统-第三次作业参考答案-第二道题

    本文是 2021年春季学期-信号与系统-第三次作业参考答案 中的参考答案. ▌第二道题 2. 下图所示为理想火箭推动器模型.火箭质量为m1m_1m1​,载荷仓的质量为m2m_2m2​.两者中间使用弹簧 ...

  9. 2021年春季学期-信号与系统-第二次作业参考答案-第十小题

    本文是 2021年春季学期-信号与系统-第二次作业参考答案 的参考答案. ▌第十题 10 从网络学堂下载代表两个信号的音频文件: 音频文件: f1(t)f_1 \left( t \right)f1​( ...

最新文章

  1. python3语法糖------装饰器
  2. Ecplise中tomcat上运行HTML文件自动加载
  3. 【RAC】 RAC For W2K8R2 安装--共享磁盘的配置(三)
  4. 使用Tesseract-OCR训练文字识别记录
  5. LeetCode 1230. 抛掷硬币(DP)
  6. mysql以下日期函数正确的_[数据库]MYSQL基础03(日期函数)
  7. matlab求曲线极值程序,matlab函数求极值matlab函数求极值.ppt
  8. java hibernate更新_Hibernate更新某些字段的几种update方法
  9. 如果微软开发了 Android,会有何不同?
  10. tomcat官网下载详细步骤
  11. JavaEE 启示录
  12. 我该怎么自学3D建模?
  13. ubuntu终端打开文件夹_如何在Ubuntu的文件浏览器中将终端打开到特定文件夹
  14. 强者越强-效率与公平的幂律视角
  15. python中的IO操作
  16. LeanCloud带图形校验码的短信发送Vue组件开发
  17. Android 音量控制流程分析
  18. mybatis的<choose>和<otherwise>使用
  19. 语音广播服务器,Luna云语音平台广播系统
  20. 赵小楼《天道》《遥远的救世主》深度解析(132)客观的客观的客观,因果的因果的因果

热门文章

  1. 高等数学:第四章 不定积分(1)不定积分的概念与性质 换元积分法
  2. ESP32C3 CORE+蓝牙收发+PIO
  3. js基础笔记(持续更新)
  4. 多个WordPress网站之间共用用户数据的方法实现
  5. BPR英文及中文全称
  6. matlab计算特征多项式
  7. 创客学院知识巩固-02数据结构
  8. 按键精灵打怪学习-前台和内网发送后台验证码
  9. 乐观不是没头没脑的嘻嘻呵呵,真正的乐观是看清现实的残酷后,依然斗志昂扬,积极生活
  10. 9个好用的生命科学研究工具分享