论文格式
电气工程 会计论文 金融论文 国际贸易 财务管理 人力资源 轻化工程 德语论文 工程管理 文化产业管理 信息计算科学 电气自动化 历史论文
机械设计 电子通信 英语论文 物流论文 电子商务 法律论文 工商管理 旅游管理 市场营销 电视制片管理 材料科学工程 汉语言文学 免费获取
制药工程 生物工程 包装工程 模具设计 测控专业 工业工程 教育管理 行政管理 应用物理 电子信息工程 服装设计工程 教育技术学 论文降重
通信工程 电子机电 印刷工程 土木工程 交通工程 食品科学 艺术设计 新闻专业 信息管理 给水排水工程 化学工程工艺 推广赚积分 付款方式
  • 首页 |
  • 毕业论文 |
  • 论文格式 |
  • 个人简历 |
  • 工作总结 |
  • 入党申请书 |
  • 求职信 |
  • 入团申请书 |
  • 工作计划 |
  • 免费论文 |
  • 合作期刊 |
  • 论文同学网 |
搜索 高级搜索

当前位置:论文格式网 -> 毕业论文 -> 计算机论文
毕业论文标题:

基于SNMP协议的综合网络管理系统

 本文ID:LWGSW13507 价格:收费积分/100
扫一扫 扫一扫
本站会员可自行下载:下载地址 基于SNMP协议的综合网络管理系统 (收费:1000 积分)  

论文字数:18272,页数:46  有开题报告,任务书

摘 要
 伴随Internet时代的到来,网络技术的迅猛发展,越来越多的企业、政府、学校、个人等都融入到互联网当中。相比从前的专用网络,现在的网络已经和人们的学习,工作及生活密不可分了。而作为整个互联网,稳定、高效、准确的运行就显得极为重要。要做到这一点,除了要依靠网络设备本身和网络架构的可靠性以外,还必须依靠一套有效的网络管理手段来监测和管理整个网络。
 本文介绍的综合网络管理系统应用了基于SNMP的网络设备性能管理与报表生成。.性能管理主要负责全网性能监视、性能控制和性能分析。性能管理还进行链路性能测试,以及各类性能信息的收集、统计、存储,性能信息数据库的维护,性能管理阈值的设置与阈值越过报告,产生按需的性能报告。报表管理系统为管理人员提供从数据的收集,报表合并到报表展示生成的一整套报表体系。
 本文还着重介绍了本系统的分层和业务模块划分技术,使业务模块和底层协议相分离,通过数据抽象层为中介对网络设备进行抽象,实现对网络资源的集中控制和调度。这是本系统的一大特色。
关键词:网络管理,简单网络协议(SNMP),性能管理,报表管理

Inergrated network management system based on SNMP
Abstract
 With the advent of the Internet age and the rapid development of network technology, more and more enterprises, government, schools, individuals and so on are integration of the Internet. Comparing to the previous proprietary network, the network now is close by people studying, working and living. As a whole, stable, efficient and accurate operation is extremely important. To achieve this, besides relying on its own network equipment and network reliability framework, it must also rely on a set of network management tools to effectively monitor and manage the entire network.
 The integrated network management system that this article introduces bases on network equipment performance management and report generation of SNMP. Performance management is the principal responsibility of the entire network performance monitoring, performance control and performance analysis. Performance management also conducts performance tests link, and a variety of performance information collection, statistics, storage, performance information database maintenance, performance management thresholds and settings across the threshold, the performance generated on-demand report. Statements of management systems for the management staffs from the collection of data, statements, and the merger of the statements display a set of statements generation system.
 This article also introduces the technology of stratification and business modules division to enable separation business modules and bottom protocol. Through the intermediary of Data Abstraction Layer abstract network equipment, for achieving the centralized control and scheduling of the network resources. This is a major feature of the system.
 Key words: Network management, Simple Network Management Protocol, performance management, report generation

目 录
1.绪论 1
1.1 课题背景及目的 1
1.2 发展现状和国内外研究方向 2
1.3 课题研究方案 2
1.3.1 对象 2
1.3.2 框架 3
1.3.3 方案论证 3
2. 简单网络协议(SNMP) 4
2.1 SNMP模型 4
2.1.1 被管设备 5
2.1.1 代理 5
2.1.3管理站点 5
2.2 SNMP特点分析 5
2.2.1 SNMP v1 5
2.2.2 SNMP v2 7
2.3 管理信息库 8
2.3.1 MIB管理树 9
2.3.2 MIB对象类 10
2.4 抽象句法表示法ASN.1 10
2.4.1 数据类型 10
2.4.2 对象结构和内容 11
2.5 SNMP报文操作 12
2.5.1 Get Request报文 12
2.5.2 Get Next 报文 12
2.5.3 Get Bulk 报文 13
2.5.4 Set Request 报文 13
2.5.5 Response 报文 13
2.5.6 Trap 报文 14
2.5.7 Inform Request 报文 15
3. 系统的总体设计与实现 17
3.1 系统可行性的提出 17
3.2 需求分析 18
3.2.1 性能管理 18
3.2.2 报表管理 18
3.3 系统组成 18
3.4系统总体设计方案 19
3.4.1 系统上下文定义 19
3.4.2 设计思路与方法 20
3.4.3 设计约束 21
3.4.4 系统框架图 21
3.4.5 模块/子系统分解描述 24
3.4.6 模块/子系统间的依赖关系 26
4. 系统的技术特点 28
4.1分层的系统 28
4.2 信息模型 28
4.3 可扩展性 32
4.4 技术框架 32
5. 系统运行特性 34
5.1 系统运行部署方案 34
5.2 超大型网络管理 34
5.3 大型网络管理 35
5.4 中型网络管理 36
5.5 小型网络管理 37
6. 总结与展望 39
致谢 40
参考文献 41


相关论文
本论文在计算机论文栏目,由论文格式网整理,转载请注明来源www.lwgsw.com,更多论文,请点论文格式范文查看
上一篇:传感器网络能耗均衡策略及应用 下一篇:基于BizTalk的EAI应用与实现
Tags:SNMP协议 综合网络管理系统 【收藏】 【返回顶部】
最新文章
热门文章
计算机论文
推荐文章

本站部分文章来自网络,如发现侵犯了您的权益,请联系指出,本站及时确认删除 E-mail:349991040@qq.com

论文格式网(www.lwgsw.com--论文格式网拼音首字母组合)提供计算机论文毕业论文格式,论文格式范文,毕业论文范文

Copyright@ 2010-2018 LWGSW.com 论文格式网 版权所有 蜀ICP备09018832号