网络资源管理系统的设计与实现(第二版).doc

上传人:pu****.1 文档编号:558420977 上传时间:2023-04-08 格式:DOC 页数:72 大小:5.94MB
返回 下载 相关 举报
网络资源管理系统的设计与实现(第二版).doc_第1页
第1页 / 共72页
网络资源管理系统的设计与实现(第二版).doc_第2页
第2页 / 共72页
网络资源管理系统的设计与实现(第二版).doc_第3页
第3页 / 共72页
网络资源管理系统的设计与实现(第二版).doc_第4页
第4页 / 共72页
网络资源管理系统的设计与实现(第二版).doc_第5页
第5页 / 共72页
点击查看更多>>
资源描述

《网络资源管理系统的设计与实现(第二版).doc》由会员分享,可在线阅读,更多相关《网络资源管理系统的设计与实现(第二版).doc(72页珍藏版)》请在金锄头文库上搜索。

1、摘 要随着移动公司网络规模的急剧增长及网络复杂度的不断增加,对自有网络资源的管理需求变得越来越迫切和重要。现有网络资源急需摆脱传统的粗放式管理,向更精细、更全面、更多样化的管理模式演进才能满足自身对网络资源的管理需求。移动公司在此背景下如何实现网络资源全生命周期管理和在此基础上的资源深入挖掘已经成为软实力竞争的关键因素之一。本文针对移动公司对网络资源系统化管理的实际需求设计并开发了一套基于J2EE的网络资源管理系统。在该课题研究的过程中,首先对该网络资源管理的实际管理需求进行了调研,针对用户的需求调研结果设计了系统用户管理功能、设备资源管理功能、线路资源管理功能、资源同步管理功能、标准地址管理

2、功能以及统计报表管理六大模块,并且利用时序图的方式对系统每一个模块的具体流程进行了设计,同时采用了CICS交易中间件技术,有效的实现了客户端与服务器端的数据无缝衔接。在系统设计的基础之上,本文利用JAVA技术以及MYSQL技术对系统的功能进行了实现,切实的完成了系统的开发和设计工作。在系统实现的基础之上,针对本文构建的系统的功能和性能进行了测试,切实的完成本系统的研究。通过本文的研究可以看出,构建的系统的应用不仅实现了网络资源管理功能,同时也通过资源同步管理功能有效的实现了增量网络资源信息的同步,有效的断开网络中的故障线路和设备,确保了网络通信的正常运行。该系统的应用不仅实现了对网络资源的统一

3、管理,同时也有效的减轻了网络维护人员的工作量,切实的提高了移动公司资源管理业务的准确度和服务效率。关键词:网络资源管理;线路管理;管理信息系统;J2EEIABSTRACTWith the rapid growth of the network scale and the increasing complexity of the network, it becomes more and more urgent and important to manage the resources of the private network. Existing network resources need

4、to get rid of the traditional extensive management, to a more refined, more comprehensive, more diversified management mode evolution to meet the management needs of their own network resources. Under this background, how to realize the full life cycle management of the network resources and the res

5、ources on the basis of the network has become one of the key factors in the competition of soft powerThis study is aimed at network operators real demand for systematic management of network resources, development and design of a J2EE-based network resource management system, in the course of the re

6、search, the first of the actual network resource management management management needs conducted an investigation, the conclusion for the needs of users, user management capabilities of the system design, equipment resources management function, line resource management, resource synchronization ma

7、nagement function, standard address management and statistical report management module. And the use of a timing diagram manner specific processes of each module of the system was designed. And it uses a CICS transaction middleware technology to effectively achieve the client and server-side data se

8、amlessly. On the basis of the above system design, we use JAVA technology and MYSQL technology functions of the system were implemented in practical completion of the development and design of the system. On the basis of the system to achieve the above, for the function and performance of the propos

9、ed system built were tested, practical completion of the study of the system.Through this study we can see, the application of the system constructed in this paper, not only the management of network resources management function, through resource management function effectively achieve synchronous

10、network resource information change synchronized to other devices, effectively disconnected from the network The fault lines and equipment to ensure the normal operation of the network communications. Application of the system in not only achieved unified management of network resources, but also ef

11、fectively reduce the workload of network maintenance personnel, and effectively improves the accuracy and efficiency of services Railway resource management business.Keywords: network resource management; line management; management information systems; J2EE目 录摘 要I目 录4第一章 绪论11.1 选题背景11.2 研究目的及意义11.3

12、 国内外研究现状21.4 研究内容3第二章 系统的相关理论及关键技术分析52.1管理信息系统的相关理论52.2 系统开发关键技术分析52.2.3 数据库技术7第三章 移动公司网络资源管理系统的需求分析93.1需求分析的任务和目标93.2 系统可行性分析103.2.1 技术可行性分析103.2.2 经济可行性分析113.2.3 管理可行性分析113.3 系统的功能需求分析123.3.1 系统用户管理功能需求分析123.3.2 设备资源管理功能需求分析123.3.3 线路资源管理功能需求分析143.3.4 资源同步管理功能需求分析153.3.5 标准地址管理功能需求分析163.3.6 统计报表管理

13、功能需求分析173.4 非功能性需求分析183.5 本章小结19第四章 移动公司网络资源管理系统的设计204.1 系统架构设计204.1.1 系统的软件架构204.1.2 系统总体功能架构的设计214.1.2 系统网络部署的设计224.2 系统功能模块设计与描述234.2.2 设备资源管理功能的设计274.2.3 线路资源管理功能的设计314.2.4 资源同步管理功能的设计354.2.5 标准地址管理功能的设计364.3 系统的数据库设计404.4 本章小结47第五章 移动公司网络资源管理系统的实现485.1 系统开发平台485.2 系统功能模块的实现485.3.2 系统用户管理功能的实现52

14、5.2.3 设备资源管理功能的实现545.2.4 线路资源管理功能的实现585.2.5 资源同步管理功能的实现605.2.6 标准地址管理功能的实现635.2.7 统计报表管理模块的实现665.3 本章小结69第六章 移动公司网络资源管理系统的测试706.1 系统测试原理及方法706.2 系统功能模块测试716.3 测试性能测试736.4 本章小结75第七章 结论与展望76参考文献77 第一章 绪论1.1 选题背景近几年随着科学技术的发展及用户需求的多样化,移动公司的网络规模在持续扩大,新型业务纷纷涌现,网络复杂度不断提升,相应的网络资源也在呈几何倍数增长,在这种情况下,移动公司在网络资源整合

15、方面的要求变得越来越多,需要完成和承担的功能日益庞大,现有的网络资源急需摆脱传统的粗放式管理,向更精细、更全面、更多样化的管理模式演进才能满足自身对网络资源的管理需求。移动公司在此背景下如何实现网络资源全生命周期管理和在此基础上的资源深挖掘已经成为软实力竞争的关键因素之一。与此同时,目前各种通信业务的区间与专业化的通信网络处于相互分割、相互独立的状态,无法满足多种业务的相互融合,业务的单一、专业性的网管系统往往只能解决局部层次的网络资源整合,没有形成跨专业、覆盖整个地区的全局视图。移动公司急需一个综合性的网络资源管理系统,通过统一的网络资源管理系统有效的实现网络设备资源、线路资源、地址资源等信息的综合管理,切实的形成跨专业、多覆盖面、能够与现网实时对应,且是横向一体化的综合性网络信息管理格局。1.2 研究目的及意义在理论方面,以往的研究都是针对移动公司网络设备管理系统的研究相对较多,缺少对移动公司所有网络资源的集成化的考虑和思考。本文的研究则是针对当前研究的不足,从移动公司网络资源管理的实际需求出发,将不同网络资源类型的特点和管理需求纳入到考虑范围,利用J2EE技术对网络资源管理系统进行了设计和实现。不仅实现了对移动公司网络设备资源的管理,同时还实现了对线路资源、网络地址等资源的有效管理。本文构建的网

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 生活休闲 > 社会民生

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号