基
于
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