• <fieldset id="cmwkc"></fieldset>
  • <strike id="cmwkc"><input id="cmwkc"></input></strike>
  • <strike id="cmwkc"></strike>
  • <strike id="cmwkc"></strike>
  • <ul id="cmwkc"></ul><strike id="cmwkc"><input id="cmwkc"></input></strike>
    • <strike id="cmwkc"><input id="cmwkc"></input></strike>
      論文格式
      電氣工程 會計論文 金融論文 國際貿易 財務管理 人力資源 輕化工程 德語論文 工程管理 文化產業管理 信息計算科學 電氣自動化 歷史論文
      機械設計 電子通信 英語論文 物流論文 電子商務 法律論文 工商管理 旅游管理 市場營銷 電視制片管理 材料科學工程 漢語言文學 免費獲取
      制藥工程 生物工程 包裝工程 模具設計 測控專業 工業工程 教育管理 行政管理 應用物理 電子信息工程 服裝設計工程 教育技術學 論文降重
      通信工程 電子機電 印刷工程 土木工程 交通工程 食品科學 藝術設計 新聞專業 信息管理 給水排水工程 化學工程工藝 推廣賺積分 付款方式
      • 首頁 |
      • 畢業論文 |
      • 論文格式 |
      • 個人簡歷 |
      • 工作總結 |
      • 入黨申請書 |
      • 求職信 |
      • 入團申請書 |
      • 工作計劃 |
      • 免費論文 |
      • 合作期刊 |
      • 論文同學網 |
      搜索 高級搜索

      當前位置:論文格式網 -> 畢業論文 -> 計算機論文
      畢業論文標題:

      基于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.donglienglish.cn,更多論文,請點論文格式范文查看
      上一篇:傳感器網絡能耗均衡策略及應用 下一篇:基于BizTalk的EAI應用與實現
      Tags:SNMP協議 綜合網絡管理系統 【收藏】 【返回頂部】
      最新文章
      熱門文章
      計算機論文
      推薦文章

      本站部分文章來自網絡,如發現侵犯了您的權益,請聯系指出,本站及時確認刪除 E-mail:349991040@qq.com

      論文格式網(www.donglienglish.cn--論文格式網拼音首字母組合)提供計算機論文畢業論文格式,論文格式范文,畢業論文范文

      Copyright@ 2010-2018 LWGSW.com 論文格式網 版權所有 蜀ICP備09018832號

      感谢您访问我们的网站,您可能还对以下资源感兴趣:

      论文格式网:毕业论文格式范文
          <strike id="aqsyi"></strike>
          <strike id="aqsyi"><menu id="aqsyi"></menu></strike><strike id="aqsyi"><input id="aqsyi"></input></strike>
          • <strike id="aqsyi"><input id="aqsyi"></input></strike>