Match each SNMP term or operation on the left with its defining characteristic on the right.
- SNMP TrapUnacknowledged asynchronous event notification sent by an agent to the NMS on UDP port 162
- SNMP InformReliable asynchronous notification sent by an agent that requires explicit acknowledgment from the NMS
- SNMP GetNextManager-initiated operation used to sequentially walk through consecutive OID tree entries
- Management Information Base (MIB)Hierarchical database structure containing defined managed object attributes and OIDs
Answer
SNMP Trap pairs with the unacknowledged notification on UDP port 162; SNMP Inform pairs with the reliable notification requiring NMS acknowledgment; SNMP GetNext pairs with the operation to walk consecutive OID entries; MIB pairs with the hierarchical database structure of managed objects.
Each item correctly matches its defining operational characteristic: SNMP Traps are unacknowledged alerts on UDP port 162, SNMP Informs are acknowledged alerts ensuring reliable delivery, SNMP GetNext sequentially iterates through MIB OIDs, and the MIB is the structured database of all managed object definitions.
Step-by-Step Solution
Key Concept
SNMP Operations, MIB Hierarchy, and Notification Delivery Mechanics