R1.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?

姑且认可他的答案的话,不得不说,国外的题目方式还真是别出心裁。这种句式很容易就让人先从二者存在差异出发开始论证。而他的答案是

There is no difference. Throughout this text, the words “host” and “end system” are used interchangeably. End systems include PCs, workstations, Web servers, mail servers, PDAs, Internet-connected game consoles,etc.

不过,我觉得比较奇怪的是web服务器不应该是一种服务而不是指具体的设备吗?

R4. List six access technologies. Classify each one as home access, enterprise access, or wide-area wireless access.

我不清楚这里区分的标准是什么。按照本书的目录来说,就是看主要被使用的场景,比如DSL,WIFI。然而他所给出的答案却是另一番分类:

1.Dial-up modem over telephone line: home;

2.DSL over telephone line: home or small office;

我觉得这里就有些从目前的实际情况出发的意思了。当然,ADSL对于企业来说上行速率太低,所以目前国内有SDSL的服务。

3. Cable to HFC: home;

不知道为何Cable只能为家庭使用?

4. 100 Mbps switched Ethernet: enterprise;

5. Wifi (802.11):  home and enterprise:

6. 3G and 4G: wide-area wireless.

R7. What is the transmission rate of Ethernet LANs?
R8. What are some of the physical media that Ethernet can run over?

IEEE 802.3™: ETHERNET

R11. Suppose there is exactly one packet switch between a sending host and a receiving host. The transmission rates between the sending host and the switch and between the switch and the receiving host are R1 and R2, respectively.Assuming that the switch uses store-and-forward packet switching,what is the total end-to-end delay to send a packet of length L? (Ignore queuing, propagation delay, and processing delay.)

定式思维还是很可怕的。所谓经验就跟刷题一样,以为刷多了任何问题都逃不过自己的掌握,其实自己早已脱离实际。

这里和前面的瓶颈电路并不一样,因为是发送一个分组而不是足够多个。

R12.What advantages does TDM have over FDM in a circuit-switched network?

这里留个坑。提供的解答说,FDM的设备更复杂,从感觉上来说是这样。

R13.Suppose users share a 2 Mbps link. Also suppose each user transmits continuously at 1 Mbps when transmitting, but each user transmits only 20 percent of the time.

这里我第一反应就是FDM和TDM混合使用·····其实别人的意思只是这个user有20%的概率在传数据·····

R18. How long does it take a packet of length 1,000 bytes to propagate over a link of distance 2,500 km, propagation speed 2.5 · 108 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?

这里通过粗略计算我们即可看到传播时延明显大于传输时延。所以答案忽略了传输时延也无可厚非。然而延迟不能说和传输时延没有关系吧?结果仔细一看,人家问的就是传播,根本没问时延···

R20.Suppose end system A wants to send a large file to end system B. At a very high level, describe how end system A creates packets from the file. When one of these packets arrives to a packet switch, what information in the packet does the switch use to determine the link onto which the packet is forwarded? Why is packet switching in the Internet analogous to driving from one city to another and asking directions along the way?

这是一个好问题。附上答案:

End system A breaks the large file into chunks. It adds header to each chunk, thereby generating multiple packets from the file. The header in each packet includes the IP address of the destination (end system B). The packet switch uses the destination IP address in the packet to determine the outgoing link. Asking which road to take is analogous to a packet asking which outgoing link it should be forwarded on, given the packet‟s destination address.

当然,从问路的角度,我们就很容易想到,是否这样做造成了(某些时候)效率低下(如果可以第一次问询就得到完整结果的话)?如果任何一个中间人无法被问询(设备错误)或者给出错误的应答,如何完成正确的寻路?如果我们所给的地址已经失效了呢?

《计算机网络 自顶向下方法》读书笔记(三)相关推荐

  1. 黑客与画家 读书笔记

  2. mysql数据库权威指南_MySQL_MySQL权威指南读书笔记(三),第二章:MYSQL数据库里面的数 - phpStudy...

    MySQL权威指南读书笔记(三) 第二章:MYSQL数据库里面的数据 用想用好MYSQL,就必须透彻理解MYSQL是如何看待和处理数据的.本章主要讨论了两个问题:一是SQL所能处理的数据值的类型:二是 ...

  3. 《编程之美》读书笔记(三):烙饼问题与搜索树

    <编程之美>读书笔记三:烙饼问题与搜索树 薛笛 EMail:jxuedi#gmail.com 前面已经写了一些关于烙饼问题的简单分析,但因为那天太累有些意犹未尽,今天再充实一些内容那这个问 ...

  4. 《How Tomcat Works》读书笔记(三)--Connector(连接器)

    <How Tomcat Works>读书笔记(三)--Connector(连接器) 这是<How Tomcat Works>第三四章的读书笔记.主要写了Tomcat4.0默认的 ...

  5. TCPIP详解Protocol 读书笔记(三) IP协议讲解

    TCP/IP详解:Protocol 读书笔记(三) Chapter3 IP:网际协议 文章目录 TCP/IP详解:Protocol 读书笔记(三) Chapter3 IP:网际协议 IP协议 IP数据 ...

  6. 《大型网站技术架构》读书笔记三:大型网站核心架构要素

    来源:http://www.cnblogs.com/edisonchou/p/3806348.html 此篇已收录至<大型网站技术架构>读书笔记系列目录贴,点击访问该目录可获取更多内容. ...

  7. 《淘宝技术这十年》读书笔记 (三). 创造技术TFS和Tair

    前面两篇文章介绍了淘宝的发展历程和Java时代的变迁:             <淘宝技术这十年>读书笔记 (一).淘宝网技术简介及来源             <淘宝技术这十年&g ...

  8. Spring揭秘 读书笔记 三 bean的scope与FactoryBean

    本书可作为王富强所著<<Spring揭秘>>一书的读书笔记  第四章 BeanFactory的xml之旅 bean的scope scope有时被翻译为"作用域&quo ...

  9. 《你的灯亮着吗》 读书笔记三

    紧接<你的灯亮着吗>读书笔记二 4.这是谁的问题? 当别人可以妥善解决自己的问题时,不要越俎代庖,如果这是他们的麻烦,就让它成为他们的麻烦,如果一个人处于解决问题的位置,却并不受问题困扰, ...

  10. 需求工程:软件建模与分析 读书笔记三

    第四章 需求获取概述 读书笔记 在我们获取需求过程中会遇到很多困难,例如用户和开发人员的背景不同.立场不同,对统一信息的理解就会不同:普通用户缺乏概括性.综合性的表述能力:用户存在认知困境:用户越俎代 ...

最新文章

  1. iOS开发火了九年,这些错误你还在犯嘛?
  2. 装饰器模式(Decorator)
  3. Go语言(Golang)约瑟夫游戏(Joseph)
  4. linux lcd驱动调试 echo dev/fb0,LCD驱动程序 - osc_msmij2gf的个人空间 - OSCHINA - 中文开源技术交流社区...
  5. 超声波测距的数据应该如何显示到七针oled上_一文读懂京东方、TCL华星、三星显示和LGD之间的复杂关系...
  6. Java—抽象类和接口的区别
  7. STM32学习——MPU6050姿态传感器
  8. 这个时代再也难出现贵子
  9. 分享收集软件教程的微信小程序
  10. ElasticSearch:text和keyword的区别、fileds作用、mappings结构对查询的影响
  11. Matlab计算相关系数
  12. USACO 1.1.2 - Greedy Gift Givers(模拟)
  13. geany设置全黑主题
  14. 全国计算机等级考试二级VF证书,全国计算机等级考试二级VF介绍.pdf
  15. yelp实现mysql写Kafka_实时将Cassandra数据引流到Kafka(下)
  16. 流量变现的好方法都在这里了!
  17. 付费专栏-付费课程-【购买须知】
  18. mapboxgl+echarts 简单制作专题地图
  19. 从阿里生态演进中,菜鸟的数据中台怎么飞起来?
  20. win10上py37安装kivy

热门文章

  1. basic auth java_java发送带Basic Auth使用 httpclient自带的认证方式
  2. Windows中 配置DHCP服务器
  3. 机器学习入门之二:一个故事说明什么是机器学习(转载)
  4. EV https证书申请与续费
  5. [leetcode] 884. Uncommon Words from Two Sentences
  6. blowfish加密算法(c实现)
  7. 实名认证失败_身份证在国政通进行实名认证失败怎么办?
  8. 学习pytorch中归一化transforms.Normalize
  9. 深度linux12.12安装,深度Linux 12.12 Alpha发布
  10. IndexError: Target 25 is out of bounds.