计算机网络习题_第1页
计算机网络习题_第2页
计算机网络习题_第3页
计算机网络习题_第4页
计算机网络习题_第5页
已阅读5页,还剩1页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、 计算机网络ppt题及答案1.Imagine that you have trained your St. Bernard, Bernie, to carry a box of six 8mm tapes instead of a flask of brandy. (When your disk fills up, you consider that an emergency.) These tapes each contain 21 gigabytes. The dog can travel to your side, wherever you may be, at 18 km/hour.

2、For what range of distances does Bernie have a higher data rate than a transmission line whose data rate (excluding overhead) is 300 Mbps? Question 想象一下,你已经训练你的至伯纳德,威廉斯,携带着一盒6个8毫米磁带代替一瓶白兰地。这些磁带每一个标题都包含21G字节。不管你在哪里,那只狗可以到你身边,以18公里/小时。什麽范围的距离确实伯尼具有更高的数据传输速率比传输线的数据传输速率(不含开销)是300Mbps?答:狗能携带6*21=126 千兆字节

3、或者126*8=1008千兆位的数据。18 公里/小时的速度等于0.005 公里/秒,走过x 公里的时间为x / 0.005 = 200x 秒, 产生的数据传输速度为1008/200x Gbps或者5040/x Mbps。因此,与通信线路相比较,若x<16.8 公里,狗有更高的速度。Test 1: A collection of five routers is to be connected in a point-to-point subnet. Between each pair of routers, the designers may put a high-speed line,

4、a medium-speed line, a low-speed line, or no line. If it takes 100 ms of computer time to generate and inspect each topology, how long will it take to inspect all of them? 五个路由器通过点对点的子网连接。每一对路由器的设计可能是高速、中速、低速线,或者是没有线。检查每个拓扑需要100ms,问检查完这些需要多长时间?答:将路由器称为A,B,C,D 和E.:则有10 条可能的线路;AB, AC, AD, AE, BC,BD, B

5、E, CD, CE,和DE。 每条线路有4 种可能性(3 速度或者不是线路),这样,拓扑的总数为410 = 1,048,576。检查每个拓扑需要100 ms,全部检查总共需要104,857. 6 秒,或者稍微超过29 个小时。2 An image is 1024 x 768 pixels with 3 bytes/pixel. Assume the image is uncompressed. How long does it take to transmit it over a 56-kbps modem channel? Over a 1-Mbps cable modem? Over a

6、10-Mbps Ethernet? Over 100-Mbps Ethernet? 一个图片是1024*768像素,每个像素3个字节。假设图片没被压缩。如果传输速度是56kbps需要传输时间是多少?1Mbps呢?10Mbps呢?100Mbps呢?答:照片是1024*768*3=2,359,296字节。 也就是18,874,368位. 如果速度是 56,000 bps, 将花费 337.042 秒。如果速度是 1,000,000 bps, 将花费 18.874 秒。 如果是 10,000,000 bps, 将花费 1.887 秒。如果是100,000,000bps, 将花费 0.189 秒。3

7、The following character encoding is used in a data link protocol: A: 01000111; B: 11100011; FLAG: 01111110; ESC: 11100000 Show the bit sequence transmitted (in binary) for the four-character frame: A B ESC FLAG when each of the following framing methods are used: (a) Character count. (b) Flag bytes

8、with byte stuffing. (c) Starting and ending flag bytes, with bit stuffing. 下面的字符编码被用在数据连接协议A: 01000111; B: 11100011; FLAG: 01111110; ESC: 11100000当使用以下框架方法时请写出连续传输编码(二进制)用这四种字符结构:A B ESC FLAG(a) 字符计数法(b) 含字节填充的分界标志法(c)含位填充的分界标志法答:(a) 00000100 01000111 11100011 11100000 01111110(b) 01111110 01000111

9、11100011 11100000 11100000 11100000 01111110 01111110(c) 01111110 01000111 110100011 111000000 011111010 011111104 A bit stream 10011101 is transmitted using the standard CRC method . The generator polynomial is x3 + 1. Show the actual bit string transmitted. Suppose the third bit from the left is i

10、nverted during transmission. Show that this error is detected at the receiver's end. 一个位流10011101通过循环冗检测被传输。生成多项式是x3 + 1。显示实际的位串传输。假定在传输过程中第三位倒转。请显示这个错误在接收方接收到位串后。因此,接收器检测到错误并可以要求重发。配置实例组网需求该公司通过一台Quidway路由器的接口Serial 0访问Internet,公司内部对外提供WWW、FTP和Telnet服务,公司内部子网为,其中,内部FTP服务器地址为

11、,内部Telnet服务器地址为,内部WWW服务器地址为,公司对外地址为。在路由器上配置了地址转换,这样内部PC机可以访问Internet,外部PC可以访问内部服务器。通过配置防火墙,希望实现以下要求:l 外部网络只有特定用户可以访问内部服务器l 内部网络只有特定主机可以访问外部网络在本例中,假定外部特定用户的IP地址为。1. 组网图图1-1 防火墙配置的组网图配置步骤:# 打开防火墙功能。Quidway firewall enable# 设置防火墙缺省过滤方式为允许包通过。Quidway firewall de

12、fault permit # 配置访问规则禁止所有包通过。Quidway acl 101Quidway-acl-101 rule deny ip source any destination any# 配置规则允许特定主机访问外部网,允许内部服务器访问外部网。Quidway-acl-101 rule permit ip source 0 destination anyQuidway-acl-101 rule permit ip source 0 destination anyQuidway-acl-101 rule permit ip source

13、 0 destination anyQuidway-acl-101 rule permit ip source 0 destination any# 配置规则允许特定用户从外部网访问内部服务器。Quidway acl 102Quidway-acl-102 rule permit tcp source 0 destination 0# 配置规则允许特定用户从外部网取得数据(只允许端口大于1024的包)。Quidway-acl-102 rule permit tcp source any destination destination-port greater-than 1024# 将规则101作用于从接口Ethernet0进入的包。Quidway-Ethernet0 firewall packet-filter 101 inbound# 将规则102作用于从接口Ser

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论