The document discusses Simple Network Management Protocol (SNMP). It describes SNMP's components including the Structure of Management Information (SMI) which defines naming rules and encoding of objects, and Management Information Bases (MIB) which define collections of objects and their relationships. It also discusses SNMP messages for reading and changing object values in SNMP packets, using UDP port 161 for communication.
6. Figure 23-2 Components of network management on the Internet
7. SNMP defines the format of packets exchanged between a manager and an agent. It reads and changes the status (values) of objects (variables) in SNMP packets.
8. SMI defines the general rules for naming objects, defining object types (including range and length), and showing how to encode objects and values.
9. SMI defines neither the number of objects an entity should manage, nor names the objects to be managed nor defines the association between the objects and their values.
10. MIB creates a collection of named objects, their types, and their relationships to each other in an entity to be managed.
11. We can compare the task of network management to the task of writing a program. 1. Both tasks need rules. In network management this is handled by SMI. 2. Both tasks need variable declarations. In network management this is handled by MIB. 3. Both tasks have actions performed by statements.In network management this is handled by SNMP.