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

当前位置:论文格式网 -> 毕业论文 -> 电子通信论文
毕业论文标题:

PC的入侵检测集群系统中负载均衡技术研究

 本文ID:LWGSW66046 字数:16899,页数:37 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载: 

论文编号:TX268  论文字数:16899,页数:37

摘要

 近年来,网络流量不断增大,网络结构日益复杂,攻击方式层出不穷。传统基于模式匹配的检测手段与集中式管理构成的入侵检测系统扩展性差、自适应能力不强,因此其不能适应当前网络环境的需要。
 本文对一个基于负载均衡技术的集群式入侵检测系统〔HMNIDS〕的各个模块进行了优化设计。改进了入侵检测系统的数据采集模块、负载均衡算法及其入侵检测模块,解决入侵检测系统适应性及其可扩展性差的问题。主要论文工作包括以下几个方面:
 一、针对检测模块的特点,在数据流分发模块设计了一种动态的负载均衡算法,根据入侵检测机反馈来的信息动态的调整数据流的分发策略。
 二、在数据流分发模块增加了宏观预测可疑数据流的功能,提出了访问密度这一概念和计算访问密度的公式。此外,数据流分发模块的负载均衡功能设计成由两台机器来完成,两台机器分流的数据种类不同,提高了数据分流的速度。
 三、数据截获部分利用交换机的Trunk和PortMirror技术,设计出了多采集机共同来分流主干网流量的架构。
 最后,本文设计了模拟网络环境,并对上述理论工作进行了检测实验。性能分析和实验结果表明,改进的检测系统具有扩展性,能合理的分发数据包,充分的利用入侵检测模块的资源。
 
关键词:网络入侵检测系统 ;访问密度 ;负载均衡


The Research on Load Balancing in Network Intrusion Detection System Base on PC
 Student:          Teacher: 
 
Abstrct: In recent years, the growing network traffic, increasingly complex network structure, the endless attacks, made the traditional IDS, which base on technology of load balancing and centralized management constitute and has poor expansibility and adaptability, also can not meet the requirement of the current network environment.
 This paper designed a kind of load balancing technology  in a intrusion detection system based on cluster (HMNIDS). By center data collection, layer-stepping data analysis and the collaborative detection of multi-detection engine, we solved the problems of traditional IDS on poor adaptability and expansibility in the high-speed, complex network environments. The wholes system is divided into three module ,every module has clear own function. The main researches and creative points are as follows:
 Firstly, in view of the features connection with detection module, we designed data stream distributed module which has a dynamic load-balancing algorithm that dynamic adjust distributed strategy by sending  information of detection machines.
 Secondly, In addition ,we added function to forecast doubtful data stream on the view of macroscopic in data stream distributed module , proposed  a concept of Access Pack Densities and formula of calculate Access Pack Densities. Furthermore, the function of load balancing is designed to complete by two computer which processing data is different and increase speed of data distributed.
 Thirdly,Data capture module is made use of Trunk and PortMirror technology of switch by a new sort of structure which many data capture machine gather data of backbone network.
 At last, we designed a simulated network environment which suite for the testing of this system and had done a test experiment to the HMNIDS in this environment. Performance analysis and experiments demonstrate that the model is scalable, and can dispatch packets reasonably and utilize intrusion detection system’ sources effectively.

Key words:  NIDS; Access Pack Densities; Load Balancing

目录

摘要 Ⅰ
Abstrct Ⅱ
1  绪论 1
1.1 问题的提出及研究意义 1
1.1.1 问题的提出 1
1.1.2 论文的研究意义 2
1.2 国内外的研究现状 2
1.3 本文研究的内容和目的 3
1.3.1 本文研究的主要内容 3
1.3.2 本文研究的主要目的 4
1.4 小结 4
2  数据捕获模块 5
2.1 网络数据包流获取的方法 5
2.2 链路聚合技术介绍 6
2.3 数据流捕获结构图 7
2.4 数据包捕获原理 7
2.5 小结 9
3  数据包分流模块的设计 11
3.1 设计思想 11
3.2 预处理机的算法 11
3.3 预处理机的流程 13
3.4 负载均衡机的表和算法设计 14
3.4.1 Hash函数介绍 14
3.4.2 散列法与其他查找方法的区别 16
3.4.3 负载均衡机中表的算法 17
3.4.4 检测机状态的门限值运算 19
3.5 负载均衡机的运行流程 20
3.5.1 对TCP包的处理方式 20
3.5.2 TCP负载均衡的原理 20
3.5.3 对其他包的处理方式 21
3.5.4 UDP负载均衡机的原理 22
3.5.5 数据包发送的设计与实现 22
3.6 小结 23
4  系统实现 23
4.1 测试系统配置 23
4.2 负载均衡实验 24
4.3 系统性能实验 27
4.4 实验结果分析 30
5  结论 31
5.1 主要结论 31
5.2 后续研究工作的展望 31
致谢 33
参考文献 34


相关论文
本论文在电子通信论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:神经网络在模式识别中的简单分析.. 下一篇:掌纹识别软件设计
Tags: 【收藏】 【返回顶部】
会计论文
电子机电论文
金融论文
电气自动化论文
模具设计
化学工程与工艺
机械设计
电子通信论文
英语论文
行政管理论文
物流论文
电子商务论文
法律论文
国际贸易论文
财务管理论文
人力资源论文
市场营销论文
土木工程论文
工商管理论文
工程管理论文
汉语言文学论文
教育管理论文
测控专业论文
交通工程论文
旅游管理论文
新闻专业论文
艺术设计
教育技术学论文
应用物理学论文
轻化工程论文
德语专业论文
给水排水工程
服装设计与工程
食品生物技术
材料科学与工程
电视制片管理
工业工程论文
文化产业管理
包装工程论文
印刷工程论文
信息管理论文
制药工程论文
生物工程论文
电子信息工程
信息计算科学
电气工程论文
通信工程论文
财务会计毕业论文
电子商务毕业论文
现代教育技术
信息管理专业
心理学专业
数学与应用数学
数学教育
护理学毕业论文
其他专业论文
历史学论文
学前教育毕业论文
小学教育毕业论文
教育管理毕业论文
法律专业毕业论文
汉语言文学毕业论文
工商管理毕业论文
人力资源毕业论文
营销专业毕业论文
物流专业毕业论文
计算机论文
最新文章
热门文章
计算机论文
推荐文章

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

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供电子通信论文毕业论文格式,论文格式范文,毕业论文范文

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