网站地图| 免费获取|
毕业论文网
  • 网站首页|
  • 论文范文|
  • 论文降重|
  • 职称论文发表|
  • 合作期刊|
  • 论文下载|
  • 计算机论文|
  • 外文翻译|
  • 免费论文|
  • 论文资料|
  • 论文开题报告
搜索

当前位置:毕业论文网 -> 论文范文 -> 电子通信 -> 局域网网络安全监控工具
自动化论文范文| 电子机电论文| 测控技术论文| 通信专业论文| 电气工程论文| 通信工程论文| 电子信息工程论文| 免费自动化论文| 免费电子论文| 免费电气论文| 免费通信论文

局域网网络安全监控工具

本文ID:LW5893 字数:16731,页数:46 价格:¥90.00 → 信用说明

扫一扫 扫一扫
局域网网络安全监控工具

文档编号:TX227   文档字数:16731,页数:46

中文摘要

 随着通讯和计算机技术的迅猛发展,计算机的网络向世界各个角落延伸,网络成为人们生活中不可缺少的部分。国家政府机构及企事业单位都在建立自己的网站。通过网络树立形象、开展业务,已经成为政府办公,企业发展的重要手段。也有些犯罪分子可以很容易地利用即时通信软件的便利性,在网络谈论不法内容、发泄对社会的不满、造谣惑众、散播不法消息,轻易地达到他们的所要的目的。如何使人们在享受网络带来的便捷和机遇的同时,能够确保网络的安全已是亟需解决的问题。
 本文的主要内容就是论述局域网网络安全监控工具的设计和实现。首先,本文介绍了一些实现的基本原理,以及有关WinSock的网络编程基本原理和sniffer技术,WinPcap 的包捕获技术,为系统的设计和实现准备了一些理论基础;然后讲述了局域网网络安全监控工具的一些关键技术,重点分析了屏幕监控技术和WinPcap 的包捕获技术。
 本系统是C/S模式系统,实现的主要功能是客户端进程通过请求服务器进程的服务,实现对服务器监控,监控的主要方式有:扫描主机是否在线,捕获局域网内的数据包,直接执行和操作受控端的文件,操作受控制端的注册表,监控受控制端计算机的屏幕,网络流量监控,禁止浏览某些网站;系统是以Windows Vista为开发平台,在Visual C++6.0环境下开发完成的。
关键词:监控,屏幕监控,流量控制,数据包捕获                
                            Abstract

 Along with the communication and computer technology's rapid development, computer's network extends to world each corner, accesses the net to become the people to live the essential part. The National government organization and the Enterprises and institutions are establishing own website. Through accesses the net to set up the image, the development service, already became the government work, the enterprise development important means. Also some criminal offender may use the immediate correspondence software's convenience very easily, in on-line discussion illegal content, gives vent to society's disaffection, fabricates a rumor deludes the people, the dissemination illegal news, serves the purpose which easily they want. How to cause the people while enjoys the network to bring convenient and opportunity, can guarantee that the network the security already was the question which needed to solve.
   This article primary coverage is elaborates the local area network network security to monitor tool's design and to realize. First, this article introduced some realize the basic principle, as well as the related WinSock network programming basic principle and the sniffer technology, the WinPcap package capture technology, and realized for system's design has prepared some rationale; Then narrated the local area network network security monitors tool's some key technologies, selective analysis screen monitoring technology and WinPcap package capture technology.
 
   This system is the C/S pattern system, realizes the major function is the client side advancement through the request server advancement service, realizes to the server monitoring, the monitoring fundamental mode includes: Scans the main engine whether online, catches in local area network's data packet, the direct execution and the operation are controlled the end the document, operates is controlled the end the registry, monitors is controlled the end computer's screen, the network current capacity monitoring, forbids to glance over certain websites; The system is as develops the platform take Windows VISTA, environment develops in Visual under the C++6.0 completes.


 Keywords: Monitoring, screen monitoring, flow control, data packet          capture 
                             
 
 
      
目录
中文摘要  Ⅰ

Abstract  Ⅱ
第1章 绪论 1
1.1 网络通信安全简介 1
1.2 网络通信安全的意义 1
1.3 开发工具的介绍 2
1.4 局域网网络安全监控系统功能介绍 2
第2章 相关技术介绍 4
2.1 Winsock编程技术 4
2.1.1 Winsock的基本概念 4
2.1.2 Winsock的编程特点 4
2.1.3 Winsock基本API 5
2.2 Winpcap编程技术 6
2.2.1 Winpcap内部结构 6
2.2.2 WinPcap的组成 7
2.3 sniffer技术 7
2.3.1 sniffer的含义 7
2.3.2 sniffer的工作原理 8
2.3.3 sniffer的工作环境 8
第3章  系统设计 10
3.1 系统的需求分析 10
3.2 系统设计及关键技术介绍 10
3.2.1 屏幕控制技术 10
3.2.2 注册表查询技术 11
3.2.3 流量监控技术 11
第4章 系统实现和主要代码 13
4.1 开发环境 13
4.2 软件设计 13
4.2.1 流量控制 13
4.2.2 屏幕监控 14
4.2.3 WinPcap的包捕获技术 17
第5章 系统运行和测试 20
5.1 运行环境 20
5.2 运行界面 20
5.2.1 端口扫描窗口 21
5.2.2 数据包窗口 23
5.2.3 网络访问控制 24
5.2.4 文件操作窗口 26
5.2.5 注册表操作 29
5.2.6 屏幕监控窗口 30
5.2.7 CPU使用率 31
5.2.8 流量监控 32
总结 33
致谢 34
参考文献 35
附录 36

局域网网络安全监控工具 由毕业论文网(www.huoyuandh.com)会员上传。
原创论文资料流程 相关论文
上一篇:基于OPNET的IP QoS技术研究 下一篇:射频功率放大器非线性校正技术研究
推荐论文 本专业最新论文
Tags:局域网 网络安全 监控 工具 2010-03-22 08:37:37【返回顶部】
发表论文

联系方式 | 论文说明 | 网站地图 | 免费获取 | 钻石会员 | 硕士论文资料


毕业论文网提供论文范文,论文代发,原创论文资料

本站部分文章来自网友投稿上传,如发现侵犯了您的版权,请联系指出,本站及时确认并删除  E-mail: 17304545@qq.com

Copyright@ 2009-2020 毕业论文网 版权所有