- 资源介绍
- 更新记录
- 安装教程
摘要
随着病毒、木马、黑客攻击等问题的出现,网络安全形势日渐严峻,网络安全产品也被人们重视起来。防火墙作为最早出现的网络安全产品和使用量最大的安全产品,也受到用户和研发机构的青睐。防火墙放置在外部网络与计算机之间作为隔离设备,可以识别并屏蔽非法请求,有效防止跨越权限的数据访问。
本文先介绍了个人防火墙开发的研究现状、VC++6.0和MFC程序的一些技术特点,然后对基于包过滤个人防火墙的开发进行了详细的介绍和描述。通过本文可以清楚地看到一个普通个人防火墙的开发过程。本防火墙中,用户可以自行设定过滤规则,以达到对不同源和不同目标的IP地址、端口和协议的过滤。程序可以最小化为系统托盘图标,在后台提供数据包过滤,为用户提供保护。允许用户将当前规则保存为*.rul的文件格式,供下次使用时直接导入。同时允许添加程序于开机启动项,且用户可以设定让防火墙于启动时自动开启过滤功能并最小化隐藏,使用户使用本程序更为便捷。
关键词:个人防火墙,包过滤,网络安全,MFC
Abstract
With the development of the Internet, security control equipment must be installed to ensure safety when the network involves a different level of trust. These control device are almost always some kind of firewall. With the growing problem of network security, the most users are increasingly concerning about network security products. Firewall, which is not only the first network security products but also has the most users, has been favored by users and R&D institutions. The personal firewall used in PC has largely become the protector of individual users’ security.
This article describes the development of personal firewall status, some technical characteristics of VC++6.0 and the MFC program, then gives a detailed introduction and description of a packet-filtering-based individual firewall’s development. A simple personal firewall development process can be clearly seen through this article. In the firewall, users can set their own filtering rules, in order to attain the filtering with different source IP, destination IP, source port, destination port and protocol. Program can be minimized into the system tray icon, protecting user in the background. It allows users to save the current rules into a file as *.rul. The rule file can be imported when needed. The firewall also allows users to make the program initial when system starts and start filtering when the program starts, which makes the firewall more convenient.
Keywords:Personal Firewall, Packet Filter, Network Security, MFC
目录
摘要 I
Abstract II
目录 III
1 绪论 1
1.1 研究背景 1
1.2 研究意义 2
1.3 课题内容 3
2 包过滤防火墙技术 4
2.1 包过滤防火墙技术简介 4
2.2 防火墙包过滤技术的特点 5
2.3 包过滤防火墙工作原理 6
2.4 数据包过滤技术 8
2.5 数据包过滤类型 8
2.6开发工具 10
3 系统设计 14
3.1 设计概要 14
3.2 选项功能 17
3.3 界面控制 18
4 系统实现 20
4.1 规则基本操作 20
4.2 启动过滤 24
4.3退出防火墙 24
5 总结 25
参考文献 26
致谢 27















猜你喜欢
-
基于SSH的客户关系管理系统的设计与实现毕业论文+任务书+开题+小论文+答辩+源码+数据库+辅导视频
2021-06-09 -
基于JSP合同信息管理系统设计与实现毕业论文+源码+数据库+辅导视频
2021-06-09 -
全自动枕式包装机反求设计说明书(论文)+任务书+开题报告+外文翻译及原文+CAD图纸+SolidWorks三维模型
2021-06-08 -
自动调节式防涝井盖设计 说明书(论文)+开题报告+选题表+cad图纸+文献
2021-06-08 -
论文摘要撰写规范!
2021-06-08 -
某四层办公楼施工组织设计说明书(论文)+建筑结构cad图纸+施工平面图cad+施工计划进度表cad
2021-06-08 -
论企业营销的品牌意识毕业论文+任务书+开题报告
2021-06-08 -
华为RIP动态路由实例 毕业设计论文+评定表+实验源文件
2021-06-08 -
基于STM32蓝牙控制小车系统设计毕业论文+硬件设计+软件设计
2021-06-09 -
校园网络的规划与实施毕业论文+任务书+初稿+拓扑图.vsd+Cosco packet tracer5.2拓扑图.pkt
2021-06-08
-
关于机械本科班毕业论文中图纸要求
2021-06-09 -
路面冰雪清除机除冰雪机械装置及电气设计说明书(论文)+开题报告+外文翻译及原文+cad图纸
2021-06-08 -
“长沙印象”毕业设计任务书及执行方案(当代艺术沙画制作设计论文)
2021-06-10 -
基于JavaAWT组件的推箱子游戏设计与实现毕业论文+任务书+翻译及原文+答辩+源码+辅导视频
2021-06-09 -
基于asp的企业人事信息管理系统毕业论文
2021-06-08 -
基于ARM的环境参数检测系统设计 毕业论文+开题报告+答辩+Labview上机位监测软件源码+硬件电路原理图
2021-06-10 -
高校贫困生评定管理系统的设计与实现毕业论文+任务书+开题报告+设计源码+数据库文件+演示视频
2021-06-09 -
13T混凝土搅拌运输车冷却系统改进设计 毕业论文+任务书+设计报告+cad图纸+三维图纸
2021-06-10 -
基于单目视觉的生产线工件位姿识别(开题+中期+设计源码+论文)
2021-06-10 -
年产6万吨乙醛生产工艺及反应装置设计毕业论文+任务书+cad图纸
2021-06-08
猜你在找
99源码网 » 基于VC++包过滤技术防火墙设计与实现毕业论文+项目源码及EXE运行文件
常见问题FAQ
- 免费下载或者VIP会员专享资源能否直接商用?
- 本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。
- 提示下载完但解压或打开不了?
- 找不到素材资源介绍文章里的示例图片?
- 99源码网
- 2021-06-08Hi,初次和大家见面了,请多关照!