欢迎来到天天文库
浏览记录
ID:37367390
大小:1.56 MB
页数:68页
时间:2019-05-22
《内网监控系统中内网管理子系统的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要本文针对北京工业大学计算中心的工作环境,设计与实现了一个内网监控管理系统。在该环境中,由于机器数量庞大且上机人员构成复杂,需要经常对个别人员执行非法软件或上网玩游戏等情况进行监控,从而给机房管理带来了一定的难度。为了能够提高管理员的工作效率,减轻维护工作量,我们需要有一套监控管理软件,对局域网内的所有计算机进行实时有效的管理。本系统正是出于该目的来设计并且实现的。本系统的主要功能包括:监控和记录机房内所有机器的使用情况;获取系统被监控端的资源消耗信息(内存、CPU的利用率);实时跟踪所监控机器的屏幕和进程状态;对被
2、监控端发送警告消息;远程开启、关闭和重启计算机;对被监控端的鼠标、键盘进行锁定控制等。系统的总体设计思想是通过Socket通信和Windows的消息机制,在监控端(客户端)和被监控端(服务器端)进行数据交换,达到监控与被监控的目的。整个系统分为客户端模块和服务器模块两大模块,这两大模块又分为网络模块、图像模块和主框架模块三个子模块。网络模块的主要作用是发送或接收各种操作命令以及屏幕图像数据等;图像模块负责进行拷屏或显示、对屏幕图像数据进行压缩或解压缩等;主框架模块则主要负责窗口消息处理和映射,以处理各种操作命令(关闭进
3、程、控制屏幕、重启机器等命令)。系统采用了面向对象技术和多线程编程的开发技术,利用VisualC++6.0在windowsXP平台上进行实现。整个系统高效实用、操作简单。关键词:监控系统;网络通讯;图像处理;多线程技术北京T业人学T程硕I‘学位论文AbstractInthispaper,theauthorhasdesignedandimplementedaninnernetworkmonitoringmanagementsystemwhichistobeusedintheComputingCenter,BeijingU
4、niversityofTechnology.InthisComputingCenter,duetothelargenumberofcomputersanddiversityofpeoplewhousethem,theadministratorsofnetworksneedtomonitorspecificpersonwhorunillegalsoftwareorplaygamesontheInternet,whichisoftenalaborioustask.Toimproveworkefficiencyandredu
5、cemaintenanceworkload,wedesignandimplementthissystemtomonitorallcomputersinthelocalnetwork.Themainfunctionsofoursysteminclude:monitoringtheresourceconsumption(consumedmemoryandCPUtime)oftheunder—controlcomputers;trackingtheunder—controlcomputers’screenandrunning
6、processesinrealtime:sendingwarningmosseagetotheunder—controlcomputers,remotecontrol1ingtheirstartup,shutdownandreboot:lockingtheirmouseandkeyboardsandSOon.Themainideaofoursystemistorealizemonitoringbyexchangingdatabetweenthecontrolterminal(theclient)andtheunder—
7、controlterminals(theserver)throughtheSocketinterfaceandWindowsmessagemoctlanisLThesystemiscomposedoftwomodules:theclientmoduleandtheservermodule,andeachmodulehavethreesub-modules:thenetworkmodule,theimagemoduleandthemainframemodule.Themainfunctionofnetworkmodule
8、istosendorreceivecommandsandscreenimagedata;theimagemoduletakechargeofcopyingordisplayingthescreenimage,andcompressingordecompressingtheimagedata;themainframemodulede
此文档下载收益归作者所有