🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

Networking Intermediate

What is SNMP (Simple Network Management Protocol)?

A protocol for monitoring and managing network devices like routers, switches, servers, and printers remotely.

SNMP collects information from network devices using a manager-agent model. Agents run on devices, exposing data (CPU usage, interface traffic, error counts) via OIDs (Object Identifiers) organized in MIBs (Management Information Bases).

Operations include GET (read value), SET (change value), and TRAP (unsolicited alert). SNMPv3 adds encryption and authentication. SNMP is widely used in network monitoring tools like Nagios, Zabbix, and PRTG.

Related Terms

Network Monitoring
The practice of continuously observing network infrastructure to detect failures, performance degradation, and security threats.
Bandwidth
The maximum rate of data transfer across a network connection, measured in bits per second.
MTU (Maximum Transmission Unit)
The maximum size of a data packet that can be transmitted over a network without fragmentation.
HTTPS Everywhere
The practice of securing all web traffic with TLS encryption, ensuring data integrity and privacy between browsers and servers.
Proxy Server
An intermediary server that forwards requests between clients and destination servers, providing caching, filtering, or anonymity.
Reverse Proxy
A server that sits between clients and backend servers, forwarding client requests and returning server responses on their behalf.
View All Networking Terms →