30.13 Summary

  Network management protocols allow a manager to monitor and control routers and hosts. A network management client program executing on the manager's workstation contacts one or more servers, called agents, running on the devices to be controlled. Because an internet consists of heterogeneous machines and networks, TCP/lP management software executes as application programs and uses internet transport protocols (e.g., UDP) for communication between clients and servers.

  The standard TCP/IP network management protocol is SNMP, the Simple Network Management Protocol. SNMP defines a low-level management protocol that provides two conceptual operations: fetch a value from a variable or store a value into a variable. In SNMP, other operations occur as side-effects of changing values in variables. SNMP defines the format of messages that travel between a manager's computer and a managed entity.

  A set of companion standards to SNMP define the set of variables that a managed entity maintains. The set of variables comprise a Management Information Base (MIB). MIB variables are described using ASN.1, a formal language that provides a concise encoded form as well as a precise human-readable notation for names and objects. ASN.1 uses a hierarchical namespace to guarantee that all MIB names are globally unique while still allowing subgroups to assign parts of the namespace.

Abstract from Internetworking With TCP/IP Vol I: Principles, Protocols, and Architecture Fourth Edition,

DOUGLAS E. COMER,

Department of Computer Sciences Purdue University, West Lafayette, IN 47907,

PRENTICE HALL,

Upper Saddle River, New Jersey 07458

最新文章

  1. UML常用图
  2. require 那点事
  3. UVALive5031 Graph and Queries(Treap)
  4. EasyUI树和Ztree树冲突问题
  5. CocoaPods的安装和使用
  6. 在CentOS上搭建Storm集群
  7. hihocoder [Offer收割]编程练习赛4
  8. hdu3448 01背包+dfs
  9. 有关c#装箱和拆箱知识整理
  10. C# 中关闭当前线程的四种方式 .
  11. nutch2.3中nutch-site.xml设置说明
  12. 字典NSDictionary的常见用法
  13. java多线程基本概述(四)——死锁
  14. 点评阿里JAVA手册之异常日志(异常处理 日志规约 )
  15. Golang源码探索(二) 协程的实现原理
  16. IDEA 上 Tigase8.0 源代码编译运行
  17. mvn tomcat7:help的14个命令
  18. Device Tree碎碎念
  19. 【Selenium-WebDriver自学】WebDriver交互代码(十一)
  20. KVM虚拟机网络闪断分析

热门文章

  1. Activity的释放
  2. 贝塞尔曲线(UIBezierPath)属性、方法汇总
  3. SQL server学习
  4. CentOS如何查看硬盘品牌型号等具体信息
  5. JAVA UUID 生成
  6. Ioc和Ao使用扩展
  7. BZOJ 3529: [Sdoi2014]数表 [莫比乌斯反演 树状数组]
  8. Java程序设计之Constructor
  9. sql语句返回值的问题
  10. BZOJ1878[SDOI2009]HH的项链