- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
计算机网络作业一
Computer Network 2021fall
Homework 1
作业提交地址: /~zhgf/ComputerNetwork2021/
1. What is the difference between a host and an end system? List several different types of end systems. Is a Web server an end system?
答:(1) 基本相同,经常互换。
(2) web服务器、PC机、手机、平板电脑。 (3) 是的。
2. What are the five layers in the Internet protocol stack? What are the principal responsibilities of each of these layers?
答:(1) 应用层、运输层、网络层、链路层和物理层。
(2) 应用层是网络应用程序及其应用层协议存留的地方;运输层提供了在应用程序端点之间传送应用层报文的服务;网络层将称为数据报的网络层分组从一台主机移动到另一台主机;链路层将分组从一个节点(主机或路由器)移动到路径上的下一个节点;物理层将该帧中的一个一个比特从一个节点移动到下一个节点。
3. What is an application-layer message? A transport-layer segment? A network layer datagram? A link-layer frame?
答:(1) 应用层报文是位于应用层的信息分组。(2) 运输层报文段由应用层报文和运输层首部信息构成。(3) 网络层数据报由运输层报文段和网络层首部信息构成。(4) 链路层帧由网络层数据报和链路层首部信息构成。
4. Suppose Host A wants to send a large file to Host B. The path from Host A to Host B has three links, of rates R1 = 500 kbps, R2 = 2 Mbps, and R3 = 1 Mbps.
a. Assuming no other traffic in the network, what is the throughput for the file transfer?
答:R1=0.5Mbpsb. Suppose the file is 4 million bytes. Dividing the file size by the throughput, roughly how long will it take to transfer the file to Host B? 答:4Mb?0.5Mbps?8s c. Repeat (a) and (b), but now with R2 reduced to 100 kbps. 答:R2=0.1Mbps,所以thoughput为0.1Mbps,t?4?0.1?40s 5. This elementary problem begins to explore propagation delay and transmission delay, two central concepts in data networking. Consider two hosts, Hosts A and B, connected by a single link of rate R bps. Suppose that the two hosts are separated by m meters, and suppose the propagation speed along the link is s meters/sec. Host A is to send a packet of size L bits to Host B. a) Express the propagation delay, dprop in terms of m and s. 答:dprop?m/s b) Determine the transmission time of the packet, dtrans in terms of Land R. 答:dtrans?L/R c) Ignoring processing and queuing delays, obtain an expression for the end-t
原创力文档


文档评论(0)