论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

网络协议分析模块和存储模块的设计与实现

 本文ID:LWGSW17620 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 网络协议分析模块和存储模块的设计与实现 (收费:1000 积分)  

论文字数:13684,页数:40

摘要

 数据包过滤又称“报文过滤”,它是防火墙最传统、最基本的过滤技术。防火墙的产生也是从这一技术开始的。数据包过滤技术就是对通信过程中的数据进行过滤,使符合事先规定的安全规则的数据包通过,而使那些不符合安全规则的数据包丢弃。这个安全规则就是防火墙的根本,它是通过对各种网络应用、通信类型和端口的使用来规定的。防火墙对数据包的过滤,首先是根据数据包包头部分所包含的源IP地址、目的IP地址、协议类型(TCP包、UDP包、ICMP包)、源端口、目的端口及数据包的传递方向等信息,判断是否符合安全规则,以此来确定数据包是否允许通过。
 本文介绍了防火墙的概念、产生、定义及分类。介绍了目前各种常见的网络防火墙,分析了网络防火墙的工作原理。对网络防火墙进行模块化分析,其中,重点介绍了与课题实现相关网络数据包捕获模块、网络协议分析模块和存储模块的设计与实现。

关键词:数据包过滤,网络数据包,网络协议,防火墙

ABSTRACT

 Packet filter also known as the "Packet Filter", it is the most traditional firewall, the most basic filtering technology. Firewall is also produced from this technology. packet filtering technology is in the process of communications data filtering, prior to the required safety rules packet through due to those which do not comply with the safety rules of packet discarded.This security rules is the fundamental of the firewall. It is through the application of a variety of network, communication and port types to provide the use. The firewall packet filtering, the first is based on the header of  the packet contained in part of the source ip addresses,destination ip addresses, protocol type (TCP packet, UDP packet, ICMP packet), the source port,the destination port and the transmission of packet direction and other information, the judgement is in accord with the safety rules, to determine whether allow the packet through.
 This article introduces the concept of firewall, as well as its produce, definition and classification. On the current common network firewall, network firewall of working principle. The network firewall for modular analysis, which, with the focus on the issues related to achieve network packet capture module, the network protocol analysis module and memory modules of the design and implementation.

Keywords: packet filtering,network packet,network protocol, firewall.
 
目录

摘要 I
ABSTRACT II
第1章 引言 1
 1.1 防火墙 1
 1.1.1 防火墙的概念和作用 1
 1.1.2 防火墙的发展现状 1
 1.2 课题的背景和意义 2
 1.3 课题的研究的内容与拟解决的主要问题 3
 1.4 课题的研究的方法与技术路线 3
第2章 系统相关技术 4
 2.1 Visual C++ 6.0开发环境 4
 2.2 TCP/IP协议 4
 2.2.1 TCP/IP整体构架概述 4
 2.2.2 TCP/IP中主要的协议及功能 5
 2.3网络数据包拦截技术 6
 2.4 本章小结 8
第3章 系统分析 9
 3.1 系统设计原理 9
 3.2 系统主体功能 9
 3.3 模块划分 10
 3.3.1 模块划分原则 10
 3.3.2 模块结构图 11
 3.3.3 模块接口定义 11
 3.4 本章小结 12
第4章 IP过滤钩子驱动设计 13
 4.1  Filter-Hook Driver 分析 13
 4.2  Filter-Hook Driver 工作原理 13
 4.3  创建过滤钩子(Filter-Hook)驱动 13
 4.4  注册钩子回调函数 16
 4.5  本章小结 19
第5章 系统详细设计与实现 20
 5.1 防火墙包过滤基本过程 20
 5.2 防火墙主要数据结构 20
 5.3 防火墙数据包过滤 22
 5.4 防火墙过滤规则管理 27
 5.5 防火墙主窗口类CFirewallDlg 28
 5.5 本章小结 28
第6章 系统测试 29
 6.1 防火墙使用及功能介绍 29
 6.2  防火墙功能测试 30
 6.3  本章小结 32
结束语 33
致谢 34
参考文献 35


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:学校二手自行车交易平台设计与开发 下一篇:VC++的坦克大战游戏
Tags:网络 协议 分析 模块 存储 设计 实现 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号