Simple Network Management Protocol (SNMP) is built upon the UDP network protocol. SNMP was designed for network management systems to monitor network-attached devices for anomalies. SNMP sets the standards for network management, including an application layer protocol, a database schema, and a set of data objects. SNMP provides data in the form of variables on the system, which describe the system configuration. These variables can then be queried (and sometimes set) by other applications on the system.
|