文章分类 | 推荐文章 | 最新文章 | 热点文章 | 最新软件 | 精品软件 | 下载排行 | 推荐下载 | firefox | WPS | 杀毒软件 | Picasa
清风网络
首 页 软件下载 网络学院 数码学院
QQ 电脑入门 游戏 操作系统 图形图像 办公软件 媒体动画 精文荟萃 常用软件 网页编程 技术开发 网络技术 认证考试 网站建设 文章专栏
当前位置:清风网络学院网络技术网络协议RFC791 - Internet Protocol
精品推荐
特别推荐
·ISIS路由协议
·Telnet入侵最完全手册
·网络协议基础知识 SMTP协议和UDP协议
·新的宽带认证方式——IEEE 802.1x协议
·ARP协议揭密
·网络沟通的桥梁-协议X档案
·TCP/IP协议简介
·NGN网络协议解析
·HTTP协议基础
·电子商务安全协议
·SSL协议介绍
·SIP、SAP及SDP协议组合应用的研究
·在Windows 2000 Server中配置TCP/IP协议
·Catalyst8500配置实例之HSRP协议培植
·计算机网络体系层次结构的划分
·OSPF计算路由
热点TOP10
·RFC4081 - Security Threats for Next Steps in Signaling (NSIS)
·RFC791 - Internet Protocol
·RFC4094 - Analysis of Existing Quality-of-Service Signaling Protocols
·RFC4098 - Terminology for Benchmarking BGP Device Convergence in the Control Plane
·完全用Linux工作 摈弃Windows
·RFC2665 - Definitions of Managed Objects for the Ethernet-like Interface Types
·RFC1015 - Implementation plan for interagency research Internet
·RFC4045 - Extensions to Support Efficient Carrying of Multicast Traffic in Layer-2 Tunneling Protocol (L2TP)
·关于Sniffer Pro
·RFC4150-Transport Performance Metrics MIB
·TCP/IP协议简介
·RFC2753 - A Framework for Policy-based Admission Control
·ISIS路由协议
·Windows XP系统中如何重置TCP/IP协议
·RFC4105 - Requirements for Inter-Area MPLS Traffic Engineering
·RFC1044 - Internet Protocol on Network Systems HYPERchannel: Protocol specification
·第三章 广域网协议配置命令(四)
·RFC3996-Internet Printing Protocol (IPP): The ippget Delivery Method for Event Notifications
·RFC4083 - Input 3rd-Generation Partnership Project (3GPP) Release 5 Requirements on the Session Initiation Protocol (SIP)
·对BitTorrent通信协议的分析与检测

RFC791 - Internet Protocol

日期:2007年10月23日 作者: 查看:[大字体 中字体 小字体]


datagram (tested by checking the bits set in the fragment block
table), then the datagram is sent to the next step in datagram
processing; otherwise the timer is set to the maximum of the
current timer value and the value of the time to live field from
this fragment; and the reassembly routine gives up control.

If the timer runs out, the all reassembly resources for this
buffer identifier are released. The initial setting of the timer
is a lower bound on the reassembly waiting time. This is because
the waiting time will be increased if the Time to Live in the
arriving fragment is greater than the current timer value but will
not be decreased if it is less. The maximum this timer value
could reach is the maximum time to live (approximately 4.25
minutes). The current recommendation for the initial timer
setting is 15 seconds. This may be changed as experience with

[Page 27]

September 1981
Internet Protocol
Specification

this protocol accumulates. Note that the choice of this parameter
value is related to the buffer capacity available and the data
rate of the transmission medium; that is, data rate times timer
value equals buffer size (e.g., 10Kb/s X 15s = 150Kb).

Notation:

FO - Fragment Offset
IHL - Internet Header Length
MF - More Fragments flag
TTL - Time To Live
NFB - Number of Fragment Blocks
TL - Total Length
TDL - Total Data Length
BUFID - Buffer Identifier
RCVBT - Fragment Received Bit Table
TLB - Timer Lower Bound

Procedure:

(1) BUFID <- sourcedestinationprotocolidentification;
(2) IF FO = 0 AND MF = 0
(3) THEN IF buffer with BUFID is allocated
(4) THEN flush all reassembly for this BUFID;
(5) Submit datagram to next step; DONE.
(6) ELSE IF no buffer with BUFID is allocated
(7) THEN allocate reassembly resources
with BUFID;
TIMER <- TLB; TDL <- 0;
(8) put data from fragment into data buffer with
BUFID from octet FO*8 to
octet (TL-(IHL*4))+FO*8;
(9) set RCVBT bits from FO
to FO+((TL-(IHL*4)+7)/8);
(10) IF MF = 0 THEN TDL <- TL-(IHL*4)+(FO*8)
(11) IF FO = 0 THEN put header in header buffer
(12) IF TDL # 0
(13) AND all RCVBT bits from 0
to (TDL+7)/8 are set
(14) THEN TL <- TDL+(IHL*4)
(15) Submit datagram to next step;
(16) free all reassembly resources
for this BUFID; DONE.
(17) TIMER <- MAX(TIMER,TTL);
(18) give up until next fragment or timer expires;
(19) timer expires: flush all reassembly with this BUFID; DONE.

In the case that two or more fragments contain the same data

[Page 28]

September 1981
Internet Protocol
Specification

either identically or through a partial overlap, this procedure
will use the more recently arrived copy in the data buffer and
datagram delivered.

Identification

The choice of the Identifier for a datagram is based on the need to
provide a way to uniquely identify the fragments of a particular

上一页 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] 下一页 




上一篇:RFC742 - NAME/FINGER Protocol

下一篇:RFC790 - Assigned numbers

RFC791 - Internet Protocol 相关文章:
·最全面的WindowsXP修改大全
·WindowsXP超级技巧
·菜鸟必看:WinXP终极优化
·让Windows XP系统快10倍
·神不知鬼不觉地更换Win XP用户密码
·Windows 2003操作系统十四招加速技巧大全
·WinRAR V3.41简体中文版下载
·Windows XP用户:教你实用50招
·Windows XP操作系统中隐藏的20个秘密
·为英文Windows XP安装中文语言包
RFC791 - Internet Protocol 相关软件:
·Windows Live Messenger(MSN)V8.5.1235 简体中文版
·Nero Burning RomV8.0.3.0 简体中文精简版
·WinZip V11.1 Build 7466 正式版
·Windows XP Service Pack 2简体中文版
·Windows主题70合一典藏版
·Windows Xp sp2 补丁集(至2007.11.13)
·PowerPoint 2000
·Internet Explorer V7.0 for XP SP2 简体中文版
·Windows木马清道夫 2007V11.0 Build 0104上网必备版
·洪恩轻松教你学电脑_internet学习

特别声明:本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作者。文章版权归文章原始作者所有。对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转载的文章有版权问题请联系编辑人员,我们尽快予以更正。
[打印本页] [关闭窗口] 转载请注明来源:http://www.viphot.com
| 帮助(?) | 版权声明 | 友情连接 | 关于我们 | 信息发布
Copyright 2007 www.viphot.com All Rights Reserved. 鄂ICP备05000083号Powered by:vipcn