您现在正在浏览:首页 > 论文 > 计算机 > 硕士论文-企业局域网监控系统的设计与实现

免费下载硕士论文-企业局域网监控系统的设计与实现

  • 资源类别:论文
  • 资源分类:计算机
  • 适用专业:程序设计
  • 适用年级:大学
  • 上传用户:kinds2004
  • 文件格式:word
  • 文件大小:1.41MB
  • 上传时间:2012-5-27 22:15:45
  • 下载次数:0
  • 浏览次数:0

安全检测:瑞星:安全 诺顿:安全 卡巴:安全

资料简介
硕士论文-企业局域网监控系统的设计与实现,共93页,36174字
摘要
随着IT技术的飞速发展,各企业广泛应用局域网实现内部资源共享展开日常工作。近年来,随着企业局域网的规模日益庞大,企业从计算机、服务器等硬件设备大量投入使用获利的同时也面临着前所未有的三大威胁:企业核心材料和图纸泄密情况严重、企业核心资产白白丢失无法统计、因员工上网频频造成企业局域网中毒瘫痪。现在,如何管理好企业的局域网已成为各大企业管理者重视的问题和各企业网络管理员所面临的挑战。
根据对企业局域网现状分析,结合目前流行的企业局域网监控软件的考察,本文主要研究如何在现有域管理基础上构建一套较为实用的局域网监控软件系统以适应互连网时代企业局域网对计算机硬件、软件、员工网络行为监控管理的需要。主要工作内容如下:
(1)设计并实现一个局域网监控系统,包括客户端和服务器端。能够监控企业局域网内的计算机设备、每台计算机上安装的软件以及员工在计算机上的相关操作;
(2)研究实现对USB移动存储设备的监控管理,能够有针对性的对某些异常事件进行报警,并具备离网监控功能。
本文所阐述的企业局域网监控管理系统采取C/S和B/S相结合的方式。对于监控模式采取C/S模式,实现更强大的监控功能;对于服务器管理端采取B/S模式,这种基于权限的管理模式方便管理员随处使用该系统对局域网进行监控管理。该系统兼容企业域管理,实时与企业域服务器数据库更新,对于系统用户及所属计算机无须人工录入系统。系统在一些功能的设计上参考目前国内外流行的局域网监控软件的优势之处,还实现了对硬件设备的监控、按优先级设置报警、实现离网监控等特色功能。
关键词:局域网监控;离网监控;域管理
Abstract
With the rapid development of information technology, LAN(Local Area Network) is now widely used to manage various internal assets for many enterprises. Especially in recent years, more and more companies benefit from the implementation of new technologies. However, this change also brought new threats to them: the easy disclosure of companies’ key info, the unaccountable loss of company assets, and the frequent system crash causing by viruses. How to make better management on LAN is an essential question that is posed in front of every company leader and their network administrators.
Based on the analysis for current LAN implementation in several companies and the researches on some popular monitoring software, this article focuses on building a new monitoring system according to the existing domain management. The new system targets on helping enterprises better monitoring a variety of hardware, software and the network behavior of employees. The key contents are listed bellow:
(1) Design and realize the monitoring software which includes client-side and server-side can monitor computer equipments, the software installed in all computers and the staff’s relative operations in the computers.
(2) Research and realize the monitoring management to the USB stockage movables which can alarm towards abnormal affairs and have the off net monitoring function.
This thesis describes the way that how the enterprise local area network monitoring management system combines C/S mode with B/S mode. C/S mode is used for monitoring mode to realize stronger monitoring mode; B/S mode is used for server-side management, and this management mode based on right is convenient for administrator to monitor the local area network by using this system in everywhere. The system is compatible with enterprise area management, real-time updates with enterprise area server database, and doesn’t need artificial entering for system user and relative computers. The system makes reference to the advantages of local area network monitoring software which is nowadays popular at home and abroad, and it also realizes the special functions such as hardware equipments monitoring, alarming by setup priority, realizing off net monitoring and so on.
Keywords: LAN Monitoring, Offline Monitoring, Domain Management
目录
第一章 绪论 1
1.1 研究背景及选题意义 1
1.2研究现状及存在问题 3
1.3主要研究内容及特色 6
1.4本文结构安排 7
第二章 关键技术 8
2.1 Windows Socket技术 8
2.1.1 Winsock技术特点 8
2.1.2 Winsock编程原理 10
2.1.3 Winsock 几种常用模型 11
2.2 Windows API 14
2.2.1 Windows API 概述 14
2.2.2 标准Win32 API函数 15
2.3 本章小结 19
第三章 企业局域网监控系统的总体设计 20
3.1系统需求分析 20
3.1.1功能性需求分析 20
3.1.2非功能性需求分析 22
3.2系统总体框架设计 22
3.2.1系统的物理拓扑结构 22
3.2.2系统的软件总体结构 23
3.3系统功能结构设计 24
3.4 数据库设计 32
3.4.1 数据库表设计 32
3.4.2 主要数据表单设计 34
3.5本章小结 35
第四章 企业局域网监控系统的详细设计 36
4.1服务器端 36
4.1.1 对数据库的读写操作 36
4.1.2 服务器端通讯类 38
4.2 通讯模块 39
4.3 客户端 42
4.3.1 进程监控模块 43
4.3.2 程序安装监控模块 45
4.3.3 非法外连监控模块 47
4.3.4 文件监控模块 49
4.3.5 资产信息检测模块 54
4.3.6 端口监控模块 56
4.4 Browser端 57
4.5 本章小结 64
第五章 企业局域网监控系统的实现 65
5.1 系统建设环境 65
5.2 系统功能实现界面展示 65
5.2.1 资产管理模块 65
5.2.2 资产变更流程管理模块 66
5.2.3报修报废流程管理模块 67
5.2.4异常报警模块 69
5.2.5策略管理模块 70
5.2.6系统设置模块 72
5.3本章小结 73
第六章 总结与展望 74
参考文献 76
致 谢78
Contents
Chapter 1 Introduction 1
1.1 Background and Significance 1
1.2 Current Situation and Existing Problems 3
1.3 Essential Contents and Features 6
1.4 Structure 7
Chapter2 Key Technologies 8
2.1 Windows Socket Related 8
2.1.1 Window Socket Features 8
2.1.2 Winsock Programming Principles 10
2.1.3 Winsock Common Models 11
2.2 Windows API Programming 14
2.2.1 Windows API Overview 14
2.2.2 System Service Functions 15
2.3 Conclusion 19
Chapter 3 Generic Design On Monitoring System of Enterprise’s LAN 20
3.1 Analysis on System Requirements 20
3.1.1 Analysis on Functional Requirements 20
3.1.2 Analysis on Non-functional Requiremnts 21
3.2 System Infrastructure Design 22
3.2.1 Physical Topologies 22
3.2.2 Overall Structure 23
3.3 Functional Structure 24
3.4 Database Design 32
3.4.1 Data Table Design 32
3.4.2 Concrete Data Table Design 34
3.5 Conclusion 35
Chapter 4 Detailed Specifications of Monitoring System 36
4.1 Server 36
4.1.1 Datebase Read and Write Operation 36
4.1.2 Server-side Communication 38
4.2 Communication Module 39
4.3 Client 42
4.3.1 Process Monitoring Module 43
4.3.2 Installation Monitoring Module 45
4.3.3 Network Monitoring Module 47
4.3.4 Files Monitoring Module 49
4.3.5 Assets Info Detection Module 54
4.3.6 Port Monitoring Module 56
4.4 Browser 57
4.5 Conclusion 64
Chapter 5 Integration and Test on Monitoring System 65
5.1 System Operating Environment 65
5.2 Web Page for functions 65
5.2.1 Assets Management 65
5.2.2 Management on Changing Process 66
5.2.1 Management on Maintenance 67
5.2.2 Abnormal Alarm 69
5.2.1 Strategies Management 70
5.2.2 System Settings 72
5.3 Conclusion 73
Chapter 6 Conclusionsand Prospect 74
References 76
Acknowledgements 78
资料文件预览
共1文件夹,1个文件,文件总大小:2.52MB,压缩后大小:1.41MB
  • 硕士论文-企业局域网监控系统的设计与实现
    • Microsoft Word文档硕士论文-企业局域网监控系统的设计与实现.doc  [2.52MB]
下载地址
资料评论
注意事项
下载FAQ:
Q: 为什么我下载的文件打不开?
A: 本站所有资源如无特殊说明,解压密码都是www.xuehai.net,如果无法解压,请下载最新的WinRAR软件。
Q: 我的学海币不多了,如何获取学海币?
A: 上传优质资源可以获取学海币,详细见学海币规则
Q: 为什么我下载不了,但学海币却被扣了?
A: 由于下载人数众多,下载服务器做了并发的限制。请稍后再试,48小时内多次下载不会重复扣学海币。
下载本文件意味着您已经同意遵守以下协议
1. 文件的所有权益归上传用户所有。
2. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
3. 学海网仅提供交流平台,并不能对任何下载内容负责。
4. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
5. 本站不保证提供的下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
返回顶部