Bcs052 Final Notes
Bcs052 Final Notes
SNMP, or Simple Network Management Protocol, is a widely used protocol for managing and
monitoring network devices, systems, and applications on a network. It allows network
administrators to monitor the health, performance, and status of devices, and to manage
configurations remotely. SNMP operates on the Internet Protocol (IP) suite and is commonly
used in network management systems (NMS) to gather information from various devices and
manage their operations.
Simple Network Management Protocol (SNMP) – Page 34-36
- Simple Network Management Protocol (SNMP) is the de facto standard for internetwork
management.
- It allows vendors to add network management functions to their existing products.
- It separates the management architecture from the architecture of the hardware devices, which
broadens the base of multivendor support.
- SNMP is based on the manger/agent model consisting of a manger, an agent, a database of
management information, managed objects, and the network protocol.
- The manager provides the interface between the human network manager and the
management system.
- The agent provides the interface between the manager and the physical devices being managed.
- SNMP uses five basic messages: GET, GET-NEXT, GET-RESPONSE, SET, TRAP
- Out of these, all except TRAP are issued only by the manager.
- The small number of commands and its reliance on a connectionless communication link are the
factors because of which SNMP is “simple.”