- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
[工学]chapter5 Network_Layer
The Network Layer Tanenbaum – Chapter 5 Outline Design Issues Routing Algorithms Congestion Control Algorithms Internetworking The Network Layer in the Internet 网络层涉及 分组从源端-〉目的端 处理端到端数据传输的最低层 通信子网 路由选择 5.1.1 Stored-and-forward packet switching A host with a packet to send transmits it to the nearest router. The packet is received, verified, and stored. Then it is forwarded to the next router. This step can be repeated many times. Finally the packet reaches the destination host. 5.1.2 Services provided to the transport layer The network layer services have been designed with the following goals in mind. The services should be independent of the router technology The transport layer should be shielded (不可见)from the number, type, and topology of the routers present. The network addresses made available to the transport layer should use a uniform numbering plan, even cross LANs and WANs. Services provided to the transport layer Two-type of services: Connection-less services: (?Datagram) 30 years of experience with the computer network, unreliable internet, hosts doing error control and flow control Connection-oriented services. (?Virtual Circuit) 100 years of experience with the worldwide telephone system, quality of service ? Connection-less(IP) + connection-oriented services. (ATM) Individual pieces of data, known as datagrams, travel from the sender to the receiver. Each individual datagram is routed in the datagram subnet according to the routing tables stored in the router. Datagrams do not have to follow the same route as the ones before it – routing is individual for each datagram. Routing within a diagram subnet. 所有的分组都独立地传输到子网中,并且独立于路由,不需要提前建立任何辅助设施。 每一台路由器都有一个内部表(路由表),指明了:针对每一个可能的目标地址,应该将分组送到哪里去。 每一个路由表的表项包括两个元素:目标地址和针对该目标地址所使用的输出线路。 在每个路由器:分组的存储、校验、路由、转发 路由算法: 管理这些路由表 并作出路由选择的算法 5.1.4 Implementation of Connection-Oriented Service A virtual circuit is set up before the sender begins to send data to the receiver. A connection between
文档评论(0)