博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
网络层
阅读量:6507 次
发布时间:2019-06-24

本文共 3103 字,大约阅读时间需要 10 分钟。

ICMP is a control protocol that is considered to be an integral part of IP, although it is architecturally layered upon IP, i.e., it uses IP to carry its data end- to-end just as a transport protocol like TCP or UDP does. ICMP provides error reporting, congestion reporting, and first-hop gateway redirection. ---源自RFC1122

The network layer is layer 3 of the seven-layer  of .

The network layer is responsible for  including  through intermediate routers, whereas the  is responsible for media access control, flow control and error checking.

The network layer provides the functional and procedural means of transferring variable length  sequences from a source to a destination host via one or more networks while maintaining the  functions.

Functions of the network layer include:

  • Connection model:  communication
For example,   is connectionless, in that a datagram can travel from a sender to a recipient without the recipient having to send an acknowledgement. Connection-oriented protocols exist at other, higher layers of that model.
  • Host addressing
Every host in the network must have a unique address that determines where it is. This address is normally assigned from a hierarchical system, so you can be "Fred Murphy" to people in your house, "Fred Murphy, 1 Main Street" to Dubliners, or "Fred Murphy, 1 Main Street, Dublin" to people in Ireland, or "Fred Murphy, 1 Main Street, Dublin, Ireland" to people anywhere in the world. On the Internet, addresses are known as  .
  • Message forwarding
Since many networks are partitioned into subnetworks and connect to other networks for wide-area communications, networks use specialized hosts, called gateways or   to forward packets between networks. This is also of interest to mobile applications, where a user may move from one location to another, and it must be arranged that his messages follow him. Version 4 of the   ( ) was not designed with this feature in mind, although mobility extensions exist.   has a better designed solution.

Within the service layering semantics of the OSI network architecture the network layer responds to service requests from the and issues service requests to the .

Contents

   [] 

[]Protocols

  • IPv4/IPv6, 
  • DVMRP, 
  • ICMP, 
  • IGMP, 
  • PIM-SM, 
  • PIM-DM, 
  • IPsec, 
  • IPX, 
  • RIP, 
  • DDP, 
  • RSMLT 

[]Relation to TCP/IP model

The TCP/IP model describes the  of the  (). This model has a layer called the , located above the . In many textbooks and other secondary references the Internet layer is equated with OSI's network layer. However, this comparison is misleading as the allowed characteristics of protocols (e.g., whether they are connection-oriented or connection-less) placed into these layers are different in the two models. The Internet layer of TCP/IP is in fact only a subset of functionality of the network layer. It only describes one type of network architecture, the Internet.

In general, direct or strict comparisons between these models should be avoided, since the layering in TCP/IP is not a principal design criterion and the  (IETF) considers it "harmful" ().

[]See also

[]References

  • Tanenbaum, Andrew S. (2003). Computer networks. : .  .

转载地址:http://rowfo.baihongyu.com/

你可能感兴趣的文章
[转]CSS hack大全&详解
查看>>
RPC-client异步收发核心细节?
查看>>
#define WIN32_LEAN_AND_MEAN 的作用
查看>>
仿余额宝数字跳动效果 TextCounter
查看>>
你必须知道的.net学习总结
查看>>
Axure8.0 网页 or App 鼠标滚动效果
查看>>
大家好,新年快乐。
查看>>
Android学习路线
查看>>
Linux下的redis的持久化,主从同步及哨兵
查看>>
在相同的主机上创建一个duplicate数据库
查看>>
Date15
查看>>
从Date类型转为中文字符串
查看>>
基于multisim的fm调制解调_苹果开始自研蜂窝网调制解调器 最快2024年能用上?
查看>>
mupdf不支持x64_Window权限维持(七):安全支持提供者
查看>>
labview如何弹出提示窗口_LabVIEW开发者必读的问答汇总,搞定疑难杂症全靠它了!...
查看>>
hikariconfig mysql_HikariConfig配置解析
查看>>
mysql批量数据多次查询数据库_mysql数据库批量操作
查看>>
jquery 乱码 传参_jquery获取URL中参数解决中文乱码问题的两种方法
查看>>
JDBC_MySQL_jdbc连接mysql_MySQL
查看>>
mysql cte的好处_Mysql 8 重要新特性 - CTE 通用表表达式
查看>>