计算机网络原理习题讲解

更新时间:2023-06-23 14:53:54 阅读: 评论:0

计算机⽹络原理习题讲解
Chapter I
1. What is the difference between a host and an end system? List the types of end systems. Is a
Web rver an end system?
2. What is a client program? What is a rver program? Does a rver program request and
receive rvices from a client program?
3. List six access technologies. Classify each one as residential access, company access, or
mobile access.
烟花图片简笔画4. Dial-up modems, HFC, and DSL are all ud for residential access. For each of the access
technologies, provide a range of transmission rates and comment on whether the transmission rate is shared or dedicated.
5. Describe the most popular wireless Internet access technologies today. Compare and
contrast them.
6. What advantage does a circuit-switched network have over a packet-switched network?
What advantages does TDM have over FDM in a circuit-switched network?
7. Consider nding a packet from a source host to a destination host over a fixed route. List the
delay components in the end-to-end delay. Which of the delays are constant and which are variable?
8. How long does it take a packet of length 2,000 bytes to propagate over a link of distance
2,000 km, propagation speed 8
102? m/s, and transmission rate 2 Mbps? More generally, how long does it take a packet of length L to propagate over a link of distance d, propagation speed s, and transmission rate R bps? Does this delay depend on packet length? Does this delay depend on transmission rate?
9. What are the five layers in the Internet protocol stack? What are the principal responsibilities
of each of the layers?
10. Which layers in the Internet protocol stack does a router process? Which layers does a
link-layer switch process? Which layers does a host process?
秋兴八首其六
11. What is an application-layer message? A transport-layer gment? A network-layer datagram?
A link-layer frame?
12. This elementary problem begins to explore propagation delay and transmission delay, two
central concepts in data networking. Consider two hosts, A and B, connected by a single link of rate R bps. Suppo that the two hosts are parated by m meters, and suppo the propagation speed along the link is s meters/c. Host A is to nd a packet of size L bits to Host B.
a. Express the propagation delay, prop d , in terms of m and s.
b. Determine the transmission time of the packet,trans d , in terms of L and R.
c. Ignoring processing and queuing delays, obtain an expression for the end-to-end delay.
d. Suppo Host A begins to transmit the packet at time t = 0. At time trans d t =,where is the last bit of the packet?
e. Suppo prop d is greater than trans d . At time t = trans d ,where is the first bit of the packet?
f. Suppo prop d is less than trans d . At time t = trans d , where is the first bit of the packet?
g. Suppo 8105.2?=s , L = 100bits, and R = 28 kbps. Find the distance m so that prop d equals trans d .
文明建设13. In modern packet-switched networks, the source host gments long, application-layer
messages (for example, an image or a music file) into smaller packets and nds the packets into the network. The receiver then reasmbles the packets back into the original message. We refer to this process as message gmentation. Figure 1.24 illustrates the end-to-end transport of a message with and without message gmentation. Consider a message that is 6108? bits long that is to be nt from source to destination in Figure 1.24. Suppo each link in the figure is 2 Mbps. Ignore propagation, queuing, and processing delays.
a. Consider nding the message from source to destination without message gmentation. How long does it take to move the message from the source host to the first packet switch? Keeping in mind that each switch us store-and-forward packet switching, what is the total time to move the message from source host to destination host?
b. Now suppo that the message is gmented into 4,000 packets, with each packet being 2,000 bits long. How long does it take to move the first packet from source host to the first switch? When th
e first packet is being nt from the first switch to the cond switch, the cond packet is being nt from the source host to the first switch. At what time will the cond packet be fully received at the first switch?
c. How long does it take to move the file from source host to destination host when message gmentation is ud? Compare this result with your answer in part (a) and comment.
d. Discuss the drawbacks of message gmentation.
14. 下列说法中,正确的是( )。
A.在较⼩范围内布置的⼀定是局域⽹,币在较⼤范围内布置的⼀定是⼴域⽹
B.城域⽹是连接⼴域⽹⽽覆盖园区的⽹络
C.城域⽹是为淘汰局域⽹和⼴域⽹⽽提出的⼀种⽹络技术
D.局域⽹是基于⼴播技术发展起来的⽹络,⼴域⽹是基于交换技术发展起来的向络
解答:D。
通常⽽⾔,局域⽹的覆盖范围较⼩,⽽⼴域⽹的覆盖范围较⼤,但这并不绝对。有时候在⼀个不⼤的范围内采⽤⼴域⽹,这取决于应⽤的需要和是否采⽤单⼀⽹络等多种因素。特别是局域⽹技术的进步,使得其覆盖范围越来越⼤,达到⼏⼗千⽶的范围。
城域⽹是利⽤⼴域⽹技术、满⾜⼀定区域需求的⼀种⽹络,事实上,城域⽹的范围弹性⾮常⼤。
最初的局域⽹采⽤⼴播技术,这种技术⼀直被沿⽤,⽽⼴域⽹最初使⽤的是交换技术,也⼀直被沿⽤。?
15.相对于o⒏的7层参考模型的低4层,TCP/IP协议集内对应的层次有( )。
A.传输层、互联⽹层、⽹络接⼝层和物理层
B.传输层、互联⽹层、⽹络接⼝层
C.传输层、互联⽹层、ATM层和物理层
D.传输层、⽹络层、数据链路蜃和物理层
解答:B。
给自己写个人主要事迹
根据TCP/P分层模型可知,其对应OSI低4层的分别是传输层、互联⽹层、⽹络接⼝层。
16.在C/S模式的⽹络中,最恰当的是( )。
A.客户机提出请求,服务器响应请求、进⾏处理并返回结果
B.服务器有时可以同时为多个客户机服务
C.客户机可以将服务器的资源各份在本地,以避免向服务器请求服务
D.服务器永远是⽹络的瓶颈
解答:A。
根据C/S模式的定义,选项A描述了C/S模式的基本⼯作流程。服务器必须总能⽽不是有时可以同时为多个客户机服务,否则⽹络就没有了存在的价值。
由于服务器的资源太庞⼤,⽽且很多资源因为知识产权、保密、管理复杂等⼀系列的原因, 使客户机不可能都把服务器的资源备份到本地。
从表⾯上看,服务器可能是⽹络的瓶颈, 但事实上:在多数情况下⽹络的主要瓶颈不在服务器,⽽在
通信线路。
17.⽐较分组交换与报⽂交换,说明分组交换优越的原因。
解答:报⽂交换⽹络与分组交换的原理都是:将⽤户数据加上源地址、⾃的地址、长度、校验码等辅助信息封装成PDU,发送给下⼀个节点。下⼀个节点收到后先暂存报⽂,待输出线路空闲时再转发给下⼀个节点,重复这⼀过程直到到达⽬的节点。每个PDU 可单独选择到达⽬的节点的路径。这种⽅式也称为存储―转发⽅式。
两者的不同之处是:分组交换所⽣成的PDU的长度较短,⽽且是固定的;⽽报⽂交换的PDU 的长度不是固定的。正是这⼀差别,使得分组交换具有独特的优点:缓冲区易于管理;分组的平均延迟更⼩,⽹络中占⽤的平均缓冲区更少;更易标准化;更适合应⽤。所以现在的主流⽹络基本上都可以看成是分组交换⽹络。
18.单顶选择题
【1】第⼀个分组交换⽹是(A)。
A.ARPAnet
B.X.25
C.以太⽹
D.Internet
【2】在⼤多数⽹络中,数据链路层都是⽤请求重发已损坏了帧的办法来解决发送出错问题。如果⼀个帧被损坏的概率是p,⽽且确认信息不会丢失,则发送⼀帧的平均发送次数是( d )
A.1+p
B. I-p
C.1/(1+p)
D. 1/(1-p)
【3】物理层的电⽓特性规定的特性包括( b )
A.接插件的形式
B.信号的电压值
C.电缆的长度
D.各引脚的功能
【4】⽹卡是完成( b )的功能。
A.物理层
B.数据链路层
C.物理层和数据链路层
D.数据链路层和⽹络层【5】通信⼦⽹不包括( d )。
A.物理层
B.数据链路层
C.⽹络层
D.传输层
【6】当数据由端系统A传⾄端系统B时,不参与数据封装⼯作的是( a )。
A.物理层
B.数据链路层
C.应⽤层
D.表⽰层
【7】RFC是()。(重庆⼤学2007年试题)
A.因特⽹标准的形式
B.⼀种⽹络协议
C.⼀种⽹络⽂件格式
D.⼀种⽹络技术
解析:所有的因特⽹标准都是以RFC的形式在因特⽹上发表。RFC(reguest for comments)的意思就是“请求评论”。所有的RFC⽂档都可以从因特⽹上免费下载。但应注意,并⾮所有的RFC⽂档都是因特⽹标准,只有⼀⼩部分RFC⽂档最后才能变成因特⽹标准。RFC接收到时间的先后从⼩到⼤编上序
号(即RFCxxxx,这⾥xxxx是阿拉伯数字)。⼀个RFC⽂档更新后就使⽤⼀个新的编号,并在⽂档中指出原来⽼编号的RFC⽂档已成为陈旧的。简⾔之,RFC是因特⽹标准的形式。所以选项A为正确答案。
答案:A
【8】在OSI的七层模型中,⼯作在第三层以上的⽹间连接设备是( )。(华中科技⼤学2003年试题)
A.集线器
B.⽹关
C.⽹桥
D.中继器
解析:集线器属于LAN与⼤型机以及LAN与WAN的互连。
⽹挢⼯作于数据链数据通信系统中的基础设备,应⽤于OSI参考模型第⼀层。集线器的设计⽬标主要是优化⽹络布线结构,简化⽹络管理,主要功能是对接收到的信号进⾏再⽣整形放⼤,以扩⼤⽹络的传输距离,同时把所有节点集中在以它为中⼼的结点上。
⽹关亦称⽹间协议转换器,⼯作于OSI/RM的传输层、会话层、表⽰层和应⽤层。⽹关不仅具有路由器的全部功能,同时还可以完成因操作系统差异引起的通信协议之间的转换。⽹关可⽤于LAN-LAN、路层。它要求两个互连⽹络在数据链路层以上采⽤相同或兼容的⽹络协议。
中继器是最简单的⽹络互连设备,主要完成物理层的功能,负责在两个结点的物理层上按位传递信息,完成信号的复制、调整和放⼤功能,以此来延长⽹络的长度。它位于0SI参考模型中物理层。
由此可知,⽹关⼯作于OSI/RM的传输层、会话层、表⽰层和应⽤层。所以选项B为正确答案。
今年是多少年答案:B
【9】在OSI七层结构模型中,处于数据链路层于传输层之间的是()(华中科技⼤学2003年试题)
A.物理层 B. ⽹络层 C. 会话层 D. 表⽰层
解析:OSI/RM⽹络结构模型将计算机⽹络体系结构的通信协议规定为物理层、数据链路层、⽹络层、传输层、会话层、表⽰层、应⽤层,共七层。因此,⽹络层处于数据链路层与传输层之间。所以选项B为正确答案。
答案:B
【10】完成路径选择功能是在OSI参考模型的()。(华中科技⼤学2003年试题)
A.物理层
B.数据链路层
C.⽹络层
D.传输层
电脑双硬盘
解析:物理层:主要是利⽤物理传输介质为数据链路层提供物理连接,以便透明地传递⽐特流。数据链路层:分为MAC和LLC,传送以帧为单位的数据,采⽤差错控制,流量控制⽅法。
英语学习资料⽹络层:实现路由选择、拥塞控制和⽹络互连功能,使⽤TCP和UDP协议。
传输层:是向⽤户提供可靠的端到端服务,透明地传送报⽂,使⽤TCP协议。
由此可知,⽹络层具有路径选择的功能。所以选项C为正确答案。
答案:C
【11】在TCP/IP协议簇的层次中,解决计算机之间通信问题是在()。(华中科技⼤学2003年试题)
A.⽹络接⼝层
B.⽹际层
C.传输层
D.应⽤层
解析:TCP/IP协议族把整个协议分成四个层次:
(1)⽹络接⼝层:负责接收P数据报,并把该数据报发送到相应的⽹络上。从理论上讲,该层不是TCP/IP协议的组成部分,但它是TCP/IP协议的基础,是各种⽹络与TCP/IP协议的接⼝。.
(2)⽹络层(也叫⽹际层):⽹络层解决了计算机到计算机通信的问题。因特⽹在该层的协议主要有⽹络互联协议IP、⽹间控制报⽂协议ICMP、地址解析协议ARP等。
(3)传输层:传输层提供⼀个应⽤程序到另⼀个应⽤程序之间端到端的通信。因特⽹在该层的协议主要有传输控制协议TCP、⽤户数据报协议UDP等。
(4)应⽤层:是TCP/IP协议的最⾼层,与0sI参考模型的上三层的功能类似。因特⽹在该层的协议主要
有⽂件传输协议FTP、远程终端访问协议Telnet、简单邮件传输协议sMTP和域名服务协议DNS等。由此可知,⽹际层解决了计算机到计算机通信的问题。所以选项B为正确答案。
答案:B
【12】TCP/IP参考模型的⽹际层⽤于实现地址转换的协议有( )。
A.ARP
张家界宝峰湖
B.ICMP
C. UDP

本文发布于:2023-06-23 14:53:54,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/82/1021842.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:数据   协议   链路层   交换   服务器
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图