毕业设计 topology网管软件的系统设计.doc

约44页DOC格式手机打开展开

毕业设计 topology网管软件的系统设计,目录摘要1abstract2前言3第一章概述41.1开发背景41.2关于国内外同类系统的分析41.3topology网管软件的任务与目标61.5本论文所作的工作7第二章snmp、mib与topology开发环境82.1snmp82.2snmp操作和snmp报文传输92.3snmp v2和snmp v3102.3.1sn...
编号:20-198856大小:1.12M
分类: 论文>计算机论文

内容介绍

此文档由会员 ljjwl8321 发布

目 录

摘 要 1
ABSTRACT 2
前 言 3
第一章 概述 4
1.1 开发背景 4
1.2 关于国内外同类系统的分析 4
1.3 TOPOLOGY网管软件的任务与目标 6
1.5 本论文所作的工作 7
第二章 SNMP、MIB与TOPOLOGY开发环境 8
2.1 SNMP 8
2.2 SNMP操作和SNMP报文传输 9
2.3 SNMP V2和SNMP V3 10
2.3.1 SNMP V2协议 11
2.3.2 SNMP V3协议 12
2.4 管理信息库MIB 12
2.5 TOPOLOGY开发环境 14
2.5.1 Visual C++6.0 MFC应用程序框架 14
2.5.2 WinSNMP 15
第三章 TOPOLOGY系统总体设计 16
3.1 TOPOLOGY系统总体结构 16
3.2 TOPOLOGY系统各功能模块设计 16
3.3 模块之间的协调 18
第四章 TOPOLOGY网络拓扑发现模块的设计与实现 20
4.1 基于SNMP的主干网拓扑发现 20
4.1.1 传统的基于SNMP的网络主干拓扑发现方法 20
4.1.2 改进的基于SNMP的网络主干拓扑发现方法 25
4.1.3 模块运行结果 29
4.2 子网内拓扑发现 29
4.2.1 ARP表(IpNetToMediaTable表) 29
4.2.2 子网拓扑的中所要的数据结构 30
4.2.3 如何判断主机的状态 30
4.2.5 模块运行结果 31
第五章 TOPOLOGY网络拓扑图生成/布局模块的设计与实现 32
5.1 TOPOLOGY网络拓扑图布局模块的设计 32
5.2 TOPOLOGY网络拓扑图生成/布局模块的实现 34
5.2.1 数据结构 34
5.2.2 TOPOLOGY主干网拓扑图生成/布局模块的实现 35
第六章 总结与展望 37
6.1 课题总结 37
6.2 进一步开发的展望 38
参考文献 40
致 谢 41



摘 要

随着网络的高速发展,网络管理变得越来越复杂,网络管理软件的研究与开发伴随网络的不断发展也越来越受到人们的重视。本文基于SNMP协议、MIB库,详尽阐述了作者设计的TOPOLOGY网管软件的系统设计,以及它的四大模块——网络拓扑发现、网络拓扑生成与布局、查询MIB、功能模块协调与切换的主要设计思想和实现方法,论文中着重研究和讨论了对网络拓扑的发现、生成、布局的设计实现算法。在传统主网拓扑发现算法的基础上,作者提出两种新的补充算法,使得拓扑更加完整,具有一定的创新性。论文所提出的拓扑布局算法采用环型算法与启发式算法相结合,使得布局更加合理,也是该网管软件的特色和创新做法。论文在最后还探讨了对系统进行进一步开发的展望。

关键词:拓扑发现,布局,SNMP,MIB,WinSNMP

作 者:黄 逊
指导老师:陆建德



Abstract

With rapid development of network, network management becomes more and more complex. Meanwhile, the research and development of network management software are also paid more and more attention to by people. Based on SNMP and MIB, this thesis has accounted in detail for the system design of Network Management Software TOPOLOGY developed by this author. The main designing thoughts and implementation schemes of four modules include network topology discovery, topology generation/layout, MIB polling and modules coordination /switching. The thesis has examined and discussed with focus on the designing and implementing algorithms of network topology discovery, generation and layout.On the basis of traditional backbone network discovery algorithm, the author gives out two new algorithms for supplement to make the topology more complete, and the new algorithms are creative on a certain extent. Topology layout algorithm presented by this thesis combines the elicitation algorithm to the ring algorithm to make the layout more rational and this is also the characteristic and creative way in this network management software. In the end, the prospect of further development to this system is also explored.

Keywords: Topology Discovery, Layout, SNMP, MIB, WinSNMP

Written by Huang Xun
Supervised by Lu Jiande