1 / 42
文档名称:

通信工程毕业设计(论文)-OpenFlow可视化管理系统设计与实现.doc

格式:doc   页数:42
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

通信工程毕业设计(论文)-OpenFlow可视化管理系统设计与实现.doc

上传人:3346389411 2013/11/8 文件大小:0 KB

下载得到文件列表

通信工程毕业设计(论文)-OpenFlow可视化管理系统设计与实现.doc

文档介绍

文档介绍:本科毕业设计(论文)
题目: OpenFlow可视化管理系统设计与实现
姓名
学院信息与通信工程学院
专业通信工程
班级
学号
班内序号 15
指导教师
2012 年 6 月
OpenFlow可视化管理系统设计与实现
摘要
OpenFlow技术是当今引人瞩目的一种新型网络交换模型,它打破了当今网络的IP承载结构,有望解决互联网可控性差的问题。从07年提出到现在,OpenFlow已经在硬件和软件支持方面取得了长足的发展。
对于部署了OpenFlow技术的真实网络来说,目前在网络管理上的解决方案往往比较复杂。为解决网络管理上的困境,本次毕设借助PMS平台,搭建了一个OpenFlow可视化管理系统。该系统包括OpenFlow工作信息解析与存储模块及OpenFlow工作信息前端展示模块。OpenFlow工作信息解析与存储模块,主要涉及解析XML文件、建立数据库接口等后端子功能;OpenFlow工作信息前端展示模块,主要涉及从数据库中读取数据,以文字的形式展示在页面上,并根据当前的网络情况绘制网络拓扑图。
此系统的实现涉及JDBC、JSP、JavaScript、MySQL等多种开发技术,实现了展示当前网络拓扑结构、展示OpenFlow工作信息、查询任意两点间最短路径等功能。Web服务端的设计和实现采用了JSP + MySQL + JDBC 的技术路线,使用设计模式中的工厂模式和模板模式实现了数据访问层,具有较好的通用性和可移植性。利用动态网页JSP技术,加上Javascript脚本将系统功能呈现在页面上,使得只要有浏览器就能使用系统的所有功能,实现了较好的人机交互性。
本文将对此系统的背景技术、需求分析、设计方案及效果测试做详细介绍。
关键词: OpenFlow 网络拓扑 JSP JDBC JavaScript绘图
Design and Implementation of OpenFlow Visible Management System
ABSTRACT
OpenFlow is a notable kind work-exchange model,which replaces the current IP-based structure, hopefully resolving the problem of poor controllability in . OpenFlow technology has made great development on both hardware and software.
Generally, work management system which has deployed OpenFlow technology plicated. In order to get out of the difficult in management, I developed a visible management system for OpenFlow, with the developed Policy Management System in the graduate-design. This system includes a module to resolve and save the OpenFlow information and a module to display the OpenFlow information. The first module involves how to resolve a XML file, how to make a database interface and other function in the background. The second module involves how to load the data from the database, how to display information on the page, and how to draw work topology.
The visible management system involves JDBC, JSP, Javascript, MySQL and other development technology, which can display the work topology and OpenFlow information, and query the shortest path between any two nodes. Web server design and realization of the JSP +