局域网中远程桌面监控系统的设计与实现

合集下载
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

计算机网络专业(本科段)

****大学

毕业设计(论文)

论文题目局域网中远程桌面监控系统的设计与实现

分校

姓名

总考号

年月

局域网中远程桌面监控系统的设计与实现摘要

局域网远程桌面监控系统的设计与实现

摘要

远程桌面监控系统可以让本地计算机通过局域网访问不同的远程计算机,并对其进行操作。维护人员可以通过本系统实时地监控联网计算机的运行情况、根据需要随时改变联网计算机系统设置,对出现故障的计算机能够通过网络及时修复。管理人员通过本系统可以规范员工对计算机的使用、及时发现并解决工作中存在的问题。

本系统可以在不同平台上运行,实现运行不同桌面操作系统的计算机之间的相互监控。该系统对远程主机的监控主要包括:实时监视桌面状态、修改系统配置文件、控制鼠标、键盘的基本操作。本系统采用Java语言实现,开发工具采用NetBeansIDE6.7开发。

本文介绍了局域网中远程桌面监控系统的分析、设计和开发的全部过程。运用功能结构图、程序流程图等对远程桌面监控子系统的设计过程进行详细的说明。首先简单介绍了远程桌面监控系统的应用前景以及面临问题;介绍了系统的总体目标以及用户需求。设计了系统的基本框架和各个模块的功能;然后主要介绍了各个功能模块的具体实现步骤。并对模块中用到的类、构造函数和主要方法做了简单的说明。最后给出了测试方法和结果,对系统的优缺点进行了总结。

关键词∶远程桌面监控Java Socket JPEG RMI

Design and Implementation of RDMS Abstract

Design and Implementation of Remote

Desktop Monitoring System in LAN

Abstract

RDMS enables the local computer to control a different remote computer through the LAN . In the system the administrator can monitor the operation of a remote computer, change the remote computer's system settings, repair faults in remote host. The administrator can regulate the use of staff on the computer, to discover and resolve problems.

This system can run on different platforms to achieve monitoring between computers running different operating systems. The system for remote monitoring and control console includes: real-time monitoring desktop status, modify the system configuration files, control the mouse, keyboard, basic operations. The system is developed in Java language implementation, development tools are NetBeansIDE6.7 .

This paper describes analysis, design and development process of RDMS. Functional structure diagram, program flow chart are used in system design process. First RDMS application prospects, as well as the problems faced is introduced; the overall system objectives and user requirements are described. Design of the system basic framework and functions of each module are discussed; the various functional blocks of concrete implementation steps, modules used in class, constructor and main method of doing a simple description are given. Finally, test methods and results, advantages and disadvantages of the system are summarized.

Keywords: Remote Desktop Monitoring Java Socket JPEG RMI

目录

第1章引言 (1)

第2章需求分析 (3)

2.1系统设计背景与总体目标 (3)

2.1.1系统设计的背景 (3)

2.1.2系统设计的总体目标 (3)

2.2用户需求 (3)

2.2.1功能需求 (3)

2.2.2性能需求 (4)

第3章可采用的技术方案与可行性分析 (5)

3.1可采用的技术方案 (5)

3.1.1套接字Socket (5)

3.1.2JPEG压缩技术 (6)

3.1.3Java的RMI技术 (7)

3.2可行性分析 (9)

3.2.1技术可行性 (9)

3.2.2经济可行性 (9)

3.3编程语言与开发工具 (10)

3.3.1Java编程语言 (10)

3.3.2NetBeans开发工具 (10)

第4章系统分析与设计 (12)

4.1系统基本框架 (12)

4.2系统总体设计与功能结构 (13)

4.3主控端系统设计与功能结构 (13)

4.3.1配置管理模块 (14)

4.3.2显示远程桌面模块 (15)

4.3.3远程控制模块 (16)

4.4被控端设计功能结构 (17)

4.4.1配置管理模块 (17)

相关文档
最新文档