TOPOLOGY网管软件的系统设计
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
目录
摘要 (1)
ABSTRACT (2)
前言........................................... 错误!未定义书签。第一章概述.. (3)
1.1开发背景 (3)
1.2关于国内外同类系统的分析 (3)
1.3TOPOLOGY网管软件的任务与目标 (5)
1.5本论文所作的工作 (6)
第二章 SNMP、MIB与TOPOLOGY开发环境 (7)
2.1SNMP (7)
2.2SNMP操作和SNMP报文传输 (8)
2.3SNMP V2和SNMP V3 (10)
2.3.1 SNMP V2协议 (10)
2.3.2 SNMP V3协议 (11)
2.4管理信息库MIB (11)
2.5TOPOLOGY开发环境 (13)
2.5.1 Visual C++6.0 MFC应用程序框架 (13)
2.5.2 WinSNMP (14)
第三章 TOPOLOGY系统总体设计 (16)
3.1TOPOLOGY系统总体结构 (16)
3.2TOPOLOGY系统各功能模块设计 (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.1TOPOLOGY网络拓扑图布局模块的设计 (32)
5.2TOPOLOGY网络拓扑图生成/布局模块的实现 (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
作者:XXX
指导老师:XXX
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