A network technician needs to retrieve the operating system and uptime information from a router for inventory purposes. Which protocol is specifically designed for network management and monitoring?
SNMP is used to manage and monitor network devices, including retrieving system information like OS and uptime via MIB objects.
Why this answer
SNMP (Simple Network Management Protocol) is the standard protocol specifically designed for network management and monitoring. It allows a network management station to query managed devices (like routers) for system information, including operating system version and uptime, via OIDs (Object Identifiers) in the MIB (Management Information Base).
How to eliminate wrong answers
Option A (SMTP) is wrong because SMTP (Simple Mail Transfer Protocol) is used for sending email messages, not for network management or retrieving device inventory data. Option C (HTTP) is wrong because HTTP (Hypertext Transfer Protocol) is used for web traffic and is not a dedicated network management protocol; while some devices offer a web interface, it is not designed for standardized, automated monitoring like SNMP. Option D (FTP) is wrong because FTP (File Transfer Protocol) is used for transferring files between systems, not for querying operational status or inventory information from network devices.