200-101 · Question #104
200-101 Question #104: Real Exam Question with Answer & Explanation
The correct answer is D: community strings. SNMPv1 and SNMPv2 (both v2c and v2) use community strings as their only form of authentication. A community string acts like a shared password transmitted in plaintext within SNMP messages. Because community strings are sent unencrypted over the network, they are easily intercept
Question
Options
- AHMAC-MD5
- BHMAC-SHA
- CCBC-DES
- Dcommunity strings
Explanation
SNMPv1 and SNMPv2 (both v2c and v2) use community strings as their only form of authentication. A community string acts like a shared password transmitted in plaintext within SNMP messages. Because community strings are sent unencrypted over the network, they are easily intercepted, which is a well-known security weakness of SNMPv1/v2. HMAC-MD5 (A) and HMAC-SHA (B) are cryptographic authentication methods introduced in SNMPv3. CBC-DES (C) is an encryption algorithm also used in SNMPv3. None of these cryptographic mechanisms are available in SNMPv2.
Community Discussion
No community discussion yet for this question.