Multiple choice networking

______ is a programming language used by SNMP to create actual MIB objects.

  1. BER

  2. VB

  3. C++

  4. ASN.1

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

ASN.1 defines the structure and syntax of MIB objects, providing a standardized way to describe managed objects. BER encodes these defined objects into binary format for network transmission. SNMP uses both: ASN.1 for specification, BER for wire encoding.