logo资料库

基于Java的Web网络管理系统的设计与实现.docx

第1页 / 共81页
第2页 / 共81页
第3页 / 共81页
第4页 / 共81页
第5页 / 共81页
第6页 / 共81页
第7页 / 共81页
第8页 / 共81页
资料共81页,剩余部分请下载后查看
摘要
Abstract
第1章绪论
1.1系统作用
1.2 相关研究背景
1.3 目的及意义
第2章 网络管理综述
2.1 网络管理的基本概念
2.1.1 网络管理的定义
2.1.2 网络管理的目标
2.2 网络管理的五大功能
2.3网络管理的体系结构分析
2.3.1集中式网络管理模式
2.3.2层次式网络管理模式
2.3.3分布式网络管理模式
2.4 基于Web的网络管理
2.4.1 WBM的产生
2.4.2 WBM的益处
2.4.3 WBM实现的两种策略
2.5 SNMP协议
2.5.1管理信息结构(SMI)
2.5.2管理信息库(MIB)
2.5.3 SNMPv3体系结构
2.5.4 SNMPv3的消息格式
第3章 Struts简介
3.1Struts的起源与概述
3.1.1MVC概述
3.1.2 JSP Model 2简介
3.1.3 Struts概述
3.2 Struts2的处理流程
3.2.1 Struts2框架组件
3.2.2 Struts2处理流程
第4章 需求分析
4.1系统用户分析
4.2系统数据库设计
4.2.1基础信息类
4.2.2配置管理类
4.2.3性能管理类
第5章 网络管理系统的设计与实现
5.1总体功能设计与实现
5.2基于Struts2的网络管理的实现
5.3各个网络管理子系统及相关模块的设计与实现
5.3.1性能管理子系统设计与实现
5.3.2配置管理子系统的设计与实现
5.3.3故障管理子系统的设计与实现
5.4软件测试
第6章 总结与展望
参考文献
基 于 J a v a 的 W e b 网 络 管 理 系 统 的 设 计 与 实 现 钟 镭 江 苏 科 技 大 学 学校代码: 10289 分类号: T P393.1 密级: 公 开 学号: 133070019 江 苏 科 技 大 学 硕士学位论文 基于 Java 的 Web 网络管理系统的 设计与实现 (工程硕士) 研 究 生 姓 名 钟 镭 导 师 姓 名 胡广朋 申请学位类别 工程硕士 学位授予单位 江 苏 科 技 大 学 学 科 专 业 计算机技术 论文提交日期 2016 年 11 月 1 日 研 究 方 向 网络技术 论文答辩日期 2016 年 12 月 10 日 答辩委员会主席 高尚 评 阅 人 盲审 盲审 2016 年 12 月 9 日
分类号: TP393.1 密级: 公 开 学号: 133070019 工程硕士学位论文 基于 Java 的 Web 网络管理系统的 设计与实现 学生姓名 钟镭 指导教师 胡广朋教授 江苏科技大学 二 O 一六年十月
A Thesis Submitted in Fulfillment of the Requirements for the Degree ofMaster of Engineering The Design and Implementation of Web Network Management System Based on Java Submitted by Name Zhonglei Supervised by Professor Name Huguangpeng JiangsuUniversity of Science and Technology October, 2016
江苏科技大学学位论文原创性声明 本人郑重声明:所呈交的学位论文,是本人在导师的指导下,独立进 行研究工作所取得的成果。除文中已经注明引用的内容外,本论文不包含 任何其他个人或集体已经发表或撰写过的作品成果。对本文的研究做出重 要贡献的个人和集体,均已在文中以明确方式标明。本人完全意识到本声 明的法律结果由本人承担。 学位论文作者签名: 年 月 日
江苏科技大学学位论文版权使用授权书 本学位论文作者完全了解学校有关保留、使用学位论文的规定,同意 学校保留并向国家有关部门或机构送交论文的复印件和电子版,允许论文 被查阅和借阅。本人授权江苏科技大学可以将本学位论文的全部或部分内 容编入有关数据库进行检索,可以采用影印、缩印或扫描等复制手段保存 和汇编本学位论文。 本学位论文属于: (1)保密□,在年解密后适用本授权书。 (2)不保密□。 学位论文作者签名: 指导教师签名: 年 月 日 年 月 日
摘要 摘要 随着网络结构的日益复杂和不断庞大,网络管理系统应运而生,它提供有效的管 理和控制等功能。网络管理员通过网络管理系统对网络进行全面监控。传统的网管软 件存在一些不足,制约了网络的进一步发展。随着一批新的技术和语言比如 WBM、 Java 语言、Struts 框架、Xml 语言等等的出现,基于 Web 的网络管理系统成为互联网 发展方向之一。文章阐述了基于 Web 分布式的具有通用性的网络管理系统,在实现 基本功能的同时通过 Java 技术实现应用程序的建立和部署。本文分别对网络管理、S NMP 协议的组成和 Struts 框架等技术进行分析并提出自己观点,在这基础之上提出 了一种基于框架结构的 Web 网络管理设计理念,并结合基于 JSP Model 2 的一种 M VC 架构的 Struts 框架设计出了相应的网络管理系统。该管理系统是不同以前的,是 以 Web 页面方式进行浏览的;在结构设计上思路清晰,有利于网络管理查询,是一 种打破传统网络管理方式的新模式。 本文首先比较全面客观的地阐述了网络管理的基本概念,而后分析国内外网络管 理系统的研究现状以及研究目的,然后详细介绍 SNMP 网络管理协议的组成以及其 发展,紧接着全面详细表述了 Struts 框架结构及其工作流程。通过前面充分准备的基 础上,对网络管理系统中功能模块和数据库进行需求分析和框架设计。为了提高网络 管理系统稳定性和可靠性,便于管理者管理,的确立了基于 Struts 框架概念的网络管 理系统的设计思路,并利用 Java 语言对网络管理系统几大管理功能进行逐一设计和 实现。 关键词 网络管理;Java;Struts;Web I
江苏科技大学工程硕士学位论文 Abstract the system to conduct through network management With the increasingly complex and huge network structure , network management system come into being. It provides effective management and control and other functions. Networkadministrator a comprehensive monitoring of the network. The traditional network management software has some disadvantages,which restrict the further development of the network. After the emergence of WWW,Java and XML technology,the establishment of based on Web based network management system have become the focus of research,the article discusses the based on Distributed Web network management system with the general,in the realization of the basic functions,and at the same time by Java technology to achieve application build and deployment. The simple network management protocol were analysis and summary, and then put forward a based on frame structure of network management model based on JSP model 2 a MVC framework struts framework design of the network management system. This system is based on Web mode,and its structure is clear and easy to query,and it is a new type of network management mode. First , introduces the concept and basic function of the network management system. Secondly,it analyzes the research status of the network management system at home and abroad as well as the purpose of the research. Second , introduces the composition of SNMP network management protocol and its development. Third , elaborates the basic principle and main application of the frame structure. Then , the detailed requirement analysis and system design of the database used in the network management system are analyzed in detail. In order to improve the stability and reliability of network management system , andintroduces the network management system functions such as configuration management,performance management and fault management based on Java. Keywords Network management;Java;Struts;Web II
分享到:
收藏