计算机网络试卷含答案.docx
《计算机网络试卷含答案.docx》由会员分享,可在线阅读,更多相关《计算机网络试卷含答案.docx(10页珍藏版)》请在咨信网上搜索。
得分 TCP/IP模型 XX大学考试卷(B卷)答案 课程:计算机网络(闭卷•电信系提高班) 题号 一(8 分) 二(8 分) 三(8分) 四(8分) 五(8分) 六(8分) 题号 七(8分) 八(8分) 九(8分) 十(8分) + - <8 分) 十二(12分) Fundamental conceptions of network architecture. (1) Draw the ISO/OSI reference model and TCP/IP model, state their differences briefly; (2) Select one of the above architectures, what is the data unit processed in each layer, what kind of equipment can be deployed in each layer? 传输层网络层 网际接口层两者的区别: a)TCP/IP是事实上的互联网结构,而OSI参考模型只是一个理论上的模型没有得到实际 的应用b)TCP/IP没有严格的分层,而OSI模型分层很严格。 假设需要 kRTTs ,因此可得 1 ^Bx(20 + 2'+2不能使用CSMA,因为会遇到Hidden Terminal Problem,导致节点之间的通信发生冲突。 不能使用CSMA/CD,因为目前的无线网卡还没有技术能够实现一边发送信息,一边检 测是否有冲突的发生。因此只能使用CSMA/CA来实现无线局域网的通信。 + ...+ 2,°-,)4-(Z:-10)x1MB = 10A/B. 即 2,o-l + (Jt-lO)xlO24 = l 0240, 得至ij k=(10240-2i° +1) + 1024 +10 = 19 +1/1024 a 20. 因此需要20RTTs才能发送文件。 ⑶吞吐量为 吞吐量为 得分 当 TCP 达到稳定的拥塞窗口时,传送的有效 1MB/1 RTT= 1 MB/0.2s=5MBps=40Mbps. 链路的带宽利用率为40Mbps/lGbps = 4%. 12. Wireless NetworkCan we use CSMA in a wireless LAN? Why? (Hits: you may answer the new problems introduced by the range-sensitive carrier sensing) (1) Can we use CSMA/CD in a wireless LAN? Why? c) 在TCP/IP模型中,IP协议是整个网络结构的的关键点。 d) TCP/IP模型中,允许有很多不同的网络技术,从以太网到FDDI,到ATM,到单一的 点到点链路。 e) TCP/IP强调对所提交协议的实用性。 (2) OSI模型: 得分 中继器 网桥/交换机 路由器 网关 网关 物理层:比特, 数据链路层:帧, 网络层:包/数据报 传输层:消息/段 上三层:消息System design in networking There are some famous design principles mentioned in our course. Please tell the meaning of following principle in brief. For each principle, give one example following it and one example not following it. (1) Keep it simple and stupidComplex edge and simple core ⑴KISS原则在设计当中注重简约的原则。 符合该原则的例子:以太网不符合该原则的例子:令牌环/ATM/FDDI (2)边界复杂,核心简单使网络中的主机比较复杂拥有许多功能,能解决很多问题,而网络中的节点则比较简单, 将网络中的许多问题留给网络两端的主机来解决。 符合该原则的例子:分组交换,DiffServ不符合该原则的例子:电路交换,InteServ 得分 1. Circuit switching and packet switchingAssume we wish to transfer an n-byte file along the following network. Suppose each link has a propagation delay of 2 ms, bandwidth of 4 Mbps, the switches support both circuit and packet switching. o~~o~~o―o~~o A B C D EIf we use circuit switching, circuil setup requires a 1-KB message to make one round-trip on the path incurring a 1-ms delay at each switch after the message has been completely received. Then we can send the file as one contiguous bit stream. If we use packet switching, we can break thefile up into 1-KB packets, in which 24 bytes of header and 1 ()0() bytes of pay load. The switch takes 1 -ms process delay after receiving the packet, and then sent it continuously. (1) Take the link from A to C as example; draw the time line based diagram to show the differences between circuit switching and packet switching. (2) For what file size n bytes is the total number of bytes sent across the network less for circuits than for packets? (3) For what file size n bytes is the total latency incurred before the entire file arrives at the destination less for circuits than for packets (1)时间线图 电路交换: CircuitEstablishment DataTransmission CircuitTermination ABC Transmission time of packet 1 分组交换: (2)电路交换: 总共发送的字节:n+1024 bytes分组交换: 总共发送的字节n+24*(l+[n/1000]). [x]表示不大于x的最大整数。 当n+1024<n+24*(l+[n/1000])时,电路交换发送的字节少于分组交换发送的字节。 解上面不等式,得当n>41000 bit = 5KB时,电路交换发送的字节少于分组交换发送的字节。 (2) 电路交换: 总时延:(2ms*4+( 1 KB/4Mbps+1 ms)*3)*2+2ms*4+nB/4Mbps,分组交换: 总时延:4*2ms+( 1 KB/4Mbps+1 ms)*3+nB/4Mbps*4 可得(2ms*4+( 1 KB/4Mbps+l ms)*3)*2+2ms*4+nB/4Mbps<4*2ms+(l KB/4Mbps+1 ms)*3+nB/4Mbps*4 得分 解不等式,得当n >= 3KB时,电路交换的时延小于分组交换的时延。 2. Error correctionSuppose we4 + x 3 + I. (1) Use polynomial long division to determine the message that should be transmitted. (2) Suppose the leftmost bit of the message is inverted due to noise on the transmission link. What is the result of the receiver\ CRC calculation? How does the receiver know that an error has occurred? (1) M (x) = x10 + x8 + x7 + x4 + x3 + x1, C(x) = x4 + x3 +1.可知 k=4. a) M(x)乘上 2* ,得 T(x) = x14 4- x'2 4- x11 + x8 4- x7 4- x5 ,用T(x)除以C(x)得余数()000 b) 因此应该传输的数据为 得分 (2) 用接收到的数据除上C(x),得余数收00,即不能被C(x)整除。因此 接收到的数据有错误发生。 3. Reliable transmissionSuppose one like has bandwidth of 4kbps, one way propagation delay of 20 ms. One station use stop-and-wait protocol to send data to another destination. What size of the frame can reach 30% and 50% link utilization respectively? RTT=2*20ms=40ms.假设一帧的大小为x KB ,可得最大发送速率为 Bits Per Frame 4- Time Per Frame = xKB X 1024 X 8 4- (0.04+x/4kbps). 假设链路利用率达到30%,可知x X1024 X 84- (0. 04+x/4kbps) = 30%. 得到 x=69 bits. 假设链路利用率达到50%,可知x X1024 X 8(0. 04+x/4kbps) = 50%. 得到 x=160bits. 得分 4. The spanning tree algorithmGiven the extended LAN shown in the following Figure , indicate which ports are not selected by the spanning tree algorithm. 从图中可以看到,Bl具有最小ID,而B3与B7为指派网桥。由生成树算法可知,B5网桥 的两个端口、B2网桥的左上端口、B6网桥的下端口没有被选择。答案如图: 得分 5. Distance vector routing algorithmFor the network given in following figure, give global distance-vector tables (1) each node knows only the distances to its immediate neighbors. (2) each node has reported the information it had in the preceding step to its immediate neighbors. (3) step (2) happens a second time. 路由表⑴ c 5 4 0 1 1 D 4 3 1 0 2 E 6 5 1 2 0 得分 6. Link state routing algorithmFor the network given in following figure, give the steps of forward search in Dijkstra algorithm for node A find the shortest path to node E A节点建立路由表的步骤: Step 1 2 3 4 5 6 7 8 9 Confirmed (A,0,・) (A,0,・) (AQ-) (D,2,D) (A,0,-) (D,2,D) (A,0,・) (D,2,D) (B,4,D) (A,0,-) (D,2,D) (BAD) (A,0,-) (D,2,D) (B,4,D) (E,6,D) (A,0,-) (D,2,D) (B,4,D) (E,6,D) (A,0,・) (D,2,D) (B,4,D) (E,6,D) (C,7,D) Tentative (B,5,B) (D,2,D) (B,5,B) (B,4,D) (E,7,D) (E,7,D) (E,6,D) (C,8,D) (C,8,D) (C,7,D) A-E A-D 一 E A-*D -B-E A-D 一 B-E 我们可以得出从A节点到E节点的最短路径为A-D-B-E. IP address allocation 得分 There are four departments in one company, each department will have 20-30 computers. The company has one C class IP address of 200.1.1. (1) Give the network address and mask for each department, and write down the IP address range for each department. (2) If the four departments have 72, 35, 20, 34 computers respectively. Answer question (1) again. 部门 子网号 子网掩码 IP地址 1 200.1.1.0 — 2 20(). 1.1.64— 3 4 (1) (1) (2)由于C类地址不能满足题目要求,因此该公司可以将需要72个IP的部门分为两个子网。 部门 子网号 子网掩码 IP地址 主机数 1 96 2 64 3 64 4 32 TCP protocol 得分 (1) Draw the time line diagram showing two nodes establish one TCP connection. (2) Suppose we use two hand-shakes in the TCP connection establishment. What will happen? Active participant (client) Passive participant (server) 5如 (2)假设我们在TCP连接建立时只进行两次握手,那么当客户端向服务端发送TCP连接报 文时,由于网络繁忙发生延时。当该报文到达服务端时,客户端已经取消了此次连接的建 立。而服务端则向客户端发送连接建立报文,进行第二次握手。这种情况下,客户端会丢 弃收到的连接建立报文,而服务端则以为连接已经建立,一直等待客户端发送数据过来, 这就导致了服务端空等,浪费了服务端的资源。 7. TCP congestion controlAssume that TCP implements an extension that allows window sizes much 得分 larger than 64 KB. Suppose that you are using this extended TCP over a 1-Gbps link with a latency of 100 ms to transfer a 10-MB file, and the TCP receive window is 1 MB. If TCP sends 1-KB packets (assuming no congestion and no lost packets): (1) How many RTTs does it take until slow start opens the send window to 1 MB? (2) How many RTTs does it take to send the file? (c) After TCP reach stable congestion windows. What is the effective throughput for the transfer? What percentage of the link bandwidth is utilized? 假设需要nRTTS ,那么可得1KBx2"=\MB解方程,得2” =1024,得到n=10. 因此需要10 RTTs才能使发送窗口达到1MB. ⑵- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 计算机网络 试卷 答案
咨信网温馨提示:
1、咨信平台为文档C2C交易模式,即用户上传的文档直接被用户下载,收益归上传人(含作者)所有;本站仅是提供信息存储空间和展示预览,仅对用户上传内容的表现方式做保护处理,对上载内容不做任何修改或编辑。所展示的作品文档包括内容和图片全部来源于网络用户和作者上传投稿,我们不确定上传用户享有完全著作权,根据《信息网络传播权保护条例》,如果侵犯了您的版权、权益或隐私,请联系我们,核实后会尽快下架及时删除,并可随时和客服了解处理情况,尊重保护知识产权我们共同努力。
2、文档的总页数、文档格式和文档大小以系统显示为准(内容中显示的页数不一定正确),网站客服只以系统显示的页数、文件格式、文档大小作为仲裁依据,个别因单元格分列造成显示页码不一将协商解决,平台无法对文档的真实性、完整性、权威性、准确性、专业性及其观点立场做任何保证或承诺,下载前须认真查看,确认无误后再购买,务必慎重购买;若有违法违纪将进行移交司法处理,若涉侵权平台将进行基本处罚并下架。
3、本站所有内容均由用户上传,付费前请自行鉴别,如您付费,意味着您已接受本站规则且自行承担风险,本站不进行额外附加服务,虚拟产品一经售出概不退款(未进行购买下载可退充值款),文档一经付费(服务费)、不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
4、如你看到网页展示的文档有www.zixin.com.cn水印,是因预览和防盗链等技术需要对页面进行转换压缩成图而已,我们并不对上传的文档进行任何编辑或修改,文档下载后都不会有水印标识(原文档上传前个别存留的除外),下载后原文更清晰;试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓;PPT和DOC文档可被视为“模板”,允许上传人保留章节、目录结构的情况下删减部份的内容;PDF文档不管是原文档转换或图片扫描而得,本站不作要求视为允许,下载前自行私信或留言给上传者【二***】。
5、本文档所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用;网站提供的党政主题相关内容(国旗、国徽、党徽--等)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。
6、文档遇到问题,请及时私信或留言给本站上传会员【二***】,需本站解决可联系【 微信客服】、【 QQ客服】,若有其他问题请点击或扫码反馈【 服务填表】;文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“【 版权申诉】”(推荐),意见反馈和侵权处理邮箱:1219186828@qq.com;也可以拔打客服电话:4008-655-100;投诉/维权电话:4009-655-100。
1、咨信平台为文档C2C交易模式,即用户上传的文档直接被用户下载,收益归上传人(含作者)所有;本站仅是提供信息存储空间和展示预览,仅对用户上传内容的表现方式做保护处理,对上载内容不做任何修改或编辑。所展示的作品文档包括内容和图片全部来源于网络用户和作者上传投稿,我们不确定上传用户享有完全著作权,根据《信息网络传播权保护条例》,如果侵犯了您的版权、权益或隐私,请联系我们,核实后会尽快下架及时删除,并可随时和客服了解处理情况,尊重保护知识产权我们共同努力。
2、文档的总页数、文档格式和文档大小以系统显示为准(内容中显示的页数不一定正确),网站客服只以系统显示的页数、文件格式、文档大小作为仲裁依据,个别因单元格分列造成显示页码不一将协商解决,平台无法对文档的真实性、完整性、权威性、准确性、专业性及其观点立场做任何保证或承诺,下载前须认真查看,确认无误后再购买,务必慎重购买;若有违法违纪将进行移交司法处理,若涉侵权平台将进行基本处罚并下架。
3、本站所有内容均由用户上传,付费前请自行鉴别,如您付费,意味着您已接受本站规则且自行承担风险,本站不进行额外附加服务,虚拟产品一经售出概不退款(未进行购买下载可退充值款),文档一经付费(服务费)、不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
4、如你看到网页展示的文档有www.zixin.com.cn水印,是因预览和防盗链等技术需要对页面进行转换压缩成图而已,我们并不对上传的文档进行任何编辑或修改,文档下载后都不会有水印标识(原文档上传前个别存留的除外),下载后原文更清晰;试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓;PPT和DOC文档可被视为“模板”,允许上传人保留章节、目录结构的情况下删减部份的内容;PDF文档不管是原文档转换或图片扫描而得,本站不作要求视为允许,下载前自行私信或留言给上传者【二***】。
5、本文档所展示的图片、画像、字体、音乐的版权可能需版权方额外授权,请谨慎使用;网站提供的党政主题相关内容(国旗、国徽、党徽--等)目的在于配合国家政策宣传,仅限个人学习分享使用,禁止用于任何广告和商用目的。
6、文档遇到问题,请及时私信或留言给本站上传会员【二***】,需本站解决可联系【 微信客服】、【 QQ客服】,若有其他问题请点击或扫码反馈【 服务填表】;文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“【 版权申诉】”(推荐),意见反馈和侵权处理邮箱:1219186828@qq.com;也可以拔打客服电话:4008-655-100;投诉/维权电话:4009-655-100。
关于本文