- 1、本文档共39页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
TCPIP協议裁减研究-ARPIPICMP协议裁减与实现
目 录
【摘 要】 4
1 绪论 6
1.1 目的与意义 6
1.2 研究背景 6
1.2.1 嵌入式系统间的通信方式 6
1.2.2 嵌入式Internet技术 8
1.3 本文主要工作 8
1.4 论文结构 9
2 嵌入式Internet技术研究 10
2.1 集中式嵌入式Internet技术 10
2.2 分布式嵌入式Internet技术 12
2.3 嵌入式Internet技术实现方法的比较 14
3 TCP/IP协议分析和裁减方案 16
3.1 TCP/IP协议栈分析 16
3.2 TCP/IP裁减方案 18
3.3 总体结构,设计方案 20
4 SCTP中的ARP、IP与ICMP模块设计与实现 21
4.1 引言 21
4.2 以太网数据包处理总体流程 21
4.3 ARP模块的设计与实现 22
4.3.1 ARP初始化函数 23
4.3.2 ARP表刷新函数 24
4.3.3 ARP表更新函数 24
4.3.4 ARP接收函数 26
4.3.5 ARP查询函数 27
4.3.6 ARP发送函数 29
4.4 IP模块的设计与实现 30
4.4.1 IP接收函数 31
4.4.2 IP发送函数 33
4.4.3 IP初始化函数 33
4.5 ICMP协议 34
4.6 小结 35
5 测试结果与分析 36
6 本文工作总结 38
参 考 文 献 39
致 谢 40
Catalogue
【Abstract】 4
1 Introduction 6
1.1 Purpose and meaning 6
1.2 Study the background 6
1.2.1 Communication way among the embedded systems 6
1.2.2 Embedded Internet technology 8
1.3 Groundwork of this thesis 8
1.4 Thesis construction 9
2 Technical research of embedded Internet 10
2.1 Concentrating type embedded Internet technology 10
2.2 Distributed embedded Internet technology 12
2.3 Comparison of embedded Internet technological implementation method 14
3 TCP/IP protocol analyses and cuts down the scheme 16
3.1 TCP/IP protocol inn analysis 16
3.2 TCP/IP cuts down the scheme 18
3.3 Ensemble architecture , the design plan 20
4 The ARP、Ip and ICMP of STCP the design with realizes 21
4.1 Preface 21
4.2 The Data packt of Ethnet the total process 21
4.3 The ARP negotiates of realize 22
4.3.1 The ARP initializtion function 23
4.3.2 The ARP timer function 23
4.3.3 The ARP renewal function 24
4.3.4 The ARP receives the function 26
4.3.5 The ARP search function 27
4.3.6 The ARP sends out the function 29
4.4 IP Protocol mode the design with realizes 30
4.4.1 The IP receives the function 31
4.4.2 The IP sends out the function 33
4.4.3 The IP initializtion function 33
4.5 ICMP Protocol 34
4.6 summarizer 35
5 Test result and analyzing 36
6 Work summary of this text 38
List of references 39
Express thanks 40
TCP/IP协议裁减研究
——ARP、IP、ICMP协议裁减与实现
【】【】esearch of
文档评论(0)