毕业论文

打赏
当前位置: 毕业论文 > 电子通信 >

嵌入式系统中TCP/IP协议的研究

时间:2017-05-03 15:49来源:毕业论文
论文的完成中遇到的主要困难是在对基于ARM的嵌入式TCP/IP协议栈的TCP/IP协议经行剪裁时对所要确定的函数有不理解的地方

摘要:本课题首先以TCP/IP协议的研究背景以及国内外发展现状作为切入点,第一章进行了课题的规划并确定了课题的组织结构。第二章主要介绍了internet中通用的TCP/IP协议,对协议中的分层,TCP/IP分层,互联网地址,域名系统,分装,分用进行了介绍。第三章的内容是针对于基于ARM的嵌入式TCP/IP协议栈的实现。分析了对通用的TCP/IP协议经行剪裁,包括以太网接口协议,TCP协议,IP协议,ARP协议,ICMP协议的剪裁和函数确定。第四章是对本文经行总结和对未来的展望。在本论文的完成中遇到的主要困难是在对基于ARM的嵌入式TCP/IP协议栈的TCP/IP协议经行剪裁时对所要确定的函数有不理解的地方。8072
关键字: TCP/IP协议,嵌入式系统
Research of TCP/IP protocol in the embedded system
Abstract:This topic first to TCP/IP protocol research background and development situation at home and abroad as an entry point in order to determine the project plan and identify the topic of organizational structure. The second chapter of this paper mainly introduces the general TCP/IP protocol in the Internet. Layers of protocol, TCP/IP layer, Internet addresses, domain name system, repackaging, points are introduced. The third piece of content is for arm-based embedded TCP/IP protocol stack implementation of general TCP/IP protocol by the line clipping, including Ethernet interface protocol, TCP protocol, IP, ARP protocol, ICMP protocol clipping and function is determined. Chapter 4 of this article is the summary and outlook for the future. At the completion of this paper are the main difficulties encountered in the of arm-based embedded TCP/IP protocol stack of TCP/IP protocol through the line clipping for to determine the function have not understand of place.
  Keywords:TCP/IP protocol   embedded systems
目  录

1. 引言    1
  1.1 研究背景    1
  1.2 国内外研究现状    2
  1.3 研究的思路内容及结构    2
2. TCP/IP协议详解    3
  2.1 概述    3
  2.2 网络协议的分层    3
  2.3 TCP/IP的分层    4
  2.4互联网的地址    6
  2.5 域名系统    6
  2.6封装    7
  2.7 分用    8
  2.8客户-服务器模型    9
3.基于ARM的嵌入式TCP/IP协议栈的实现    11
  3.1在嵌入式系统中为何要简化TCP/IP协议    11
  3.2协议剪裁方案    11
    3.2.1 IP协议    11
    3.2.2 ICMP协议    11
    3.2.3 TCP协议    12
    3.2.4 其他协议    12
  3.3 嵌入式TCP/IP协议栈的分析    12
    3.3.1 以太网接口协议的剪裁    13
    3.3.2 ARP协议的剪裁    14
    3.3.3 IP协议的剪裁    14
    3.3.4 ICMP协议的剪裁    15
    3.3.5 TCP协议的剪裁    15
    3.3.6 剪裁TCP/IP协议栈的方法    16
    3.3.7 CC2530芯片基本介绍17
    3.3.8 CC2530芯片基本介绍17
结论以及展望    22
致谢    23
参考文献    24
1. 引言
1.1 研究背景
随着现在互联网商品化的不断发展,互联网信息共享体现出越来越大的诱惑力。在不用PC机的基础上,通过使用ISP采取8位的微控制器连接到互联网上并取代传统使用PC机为核心的应用模式,已经成为现在乃至未来互联网发展的主要趋势。为把单片机体系有效的连接到互联网上,务必要做好两手准备。在硬件上,要根据系统的主控器加上网络接口;在软件上,要为之提供相对应的通信协议。因为单片机具有较小存储单元而且数据处理较慢,因此采用PC机TCP/IP协议已经无法嵌到单片机里,所以简化TCP/IP协议,来实现单片机和互联网间电子邮件的运输,对达到单片机和互联网间信息传输目的具有极其重要的推动作用。 嵌入式系统中TCP/IP协议的研究:http://www.751com.cn/tongxin/lunwen_6273.html
------分隔线----------------------------
推荐内容