欢迎来到天天文库
浏览记录
ID:18490853
大小:163.00 KB
页数:35页
时间:2018-09-18
《基于linux的网络监控系统》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、基于Linux的网络监控系统(客户端设计)2008年6月20日摘要网络监控系统是网络安全系统的一个重要组成部分,它是对其他网络安全技术的重要的补充。网络监控通过监听整个网络的数据包,查看、分析数据内容,可有效监控所在网络的运行情况等。伴随着社会信息化进程深入及互联网的迅猛发展,网络面临各种各样的威胁。一款好的网络监控系统可以及时有效地掌握网络运营情况和用户使用网络情况,并对通信的数据进行协议分析和恢复,从而提高网络的安全性。基于Linux的网络监控系统后台对底层数据报进行捕获和分析,把得到的数据报内容存放在MySQL数据库中。客户端设计主要是利用JSP技术,设计一个WEB浏
2、览的服务器,使用户能够很方便的查看系统后台分析出的数据包的具体内容。客户端包括协议过滤,网络监控,网络预警等功能,这些功能能够使用户更加全面的了解系统后台得到的数据包的具体情况。用户可以在Windows和Linux两大主流的系统上使用该系统,系统界面设计友好、简洁,功能较全。通过该系统,用户可以监控网络中页面访问、聊天等内容,以达到网络监控的作用。关键词:网络监控;客户端设计;JSP;MYSQL;数据库设计;ABSTRACTNetworkMonitorisanimportantpartofnetworksecurity,whichisanimportantsupplemen
3、taryforothernetworksecuritytechnology.ThenetworkMonitoringdetectsallofthedatapacketsthroughthenetworkandanalyzesdata.Soitcaneffectivelywatchandcontrolthenetwork’saction.AlongwiththeprocessofsocialinformationandtherapiddevelopmentoftheInternet,thenetworkfacedavarietyofthreats.Agoodnetworkmo
4、nitoringsystemcanpromptlyandeffectivelygrasptheinformationaboutnetworkoperators,analysisandrecoverythedataaboutcommunicationprotocol,therebyenhancingnetworksecurity.TheLinux-basednetworkmonitoringsystem’sworkinbackgroundistocaptureandfilterthedatapacketinLan.Thenitanalyzesthecontentandstor
5、agetheresultsinMySQLdatabase.ClientdesignuseJSPlanguagetodesignaWebbrowser,whichcanmaketheusereasilyrefertothecontentofthedatapackets.Clienthassomefeatures,suchascaptureandfilterthedatapackets,networkmonitoring,networkwarningandsoon.thesefeaturesallowusersamorecomprehensiveunderstandingthe
6、informationofthedatapacketswhichthenetworkMonitorhave.UserscanusethesysteminWindowsandLinux.thesystemdesignfriendly,simplyandfunctional.Throughthesystem,theusercancontroltheaccessofnetworkpages,chatandothercontentstoachievethenetworkmonitoringrole.Keywords:NetworkMonitor;Clientdesign;JSP;M
7、YSQL;Databasedesign;目录目录4第一章前言61.研究背景62.研究目的及意义6第二章系统需求分析81.系统目标82.系统需求82.1系统功能要求82.2系统工作流程82.3系统运行环境92.4技术简要介绍93.数据库需求分析114.可行性分析研究11第三章系统总体设计121.系统概述122.系统结构设计133.系统功能简述134.数据库概要设计145.功能模块设计185.1用户登录模块185.2协议过滤模块195.3网络监控模块205.4数据库管理模块215.5查询历史数据模块225.6用户管理模
此文档下载收益归作者所有