A. Integration, authentication
B. Encryption, decryption
C. Authentication, encryption
D. Synchronization, desynchronization
Explanation: SNMPv3 has advanced features and improved security features as compared to other versions. It authenticates and encrypts data packets sent over the network.
A. Ietf
B. Ieee
C. Iso
D. Itu-t
Explanation: IETF (Internet Engineering Task Force) is an open standards organization. It defines Internet Management standards such as SNMPv3.
A. Imap
B. SMTP
C. Udp
D. TCP/IP
Explanation: Transmission Control Protocol and Internet Protocol are the protocols used for managing two or more network devices in a network. It is a reliable protocol and helps in recovering after a network failure.
A. Rfc 3410
B. Rfc 3411
C. Rfc 3412
D. Rfc 3413
Explanation: RFC 3411 presents an overview of SNMPv3. It defines a vocabulary for describing SNMP Management Frameworks and an architecture for describing the major portions of SNMP Management Frameworks. Whereas RFC 3410 provides an overview of SNMPv3 Framework, RFC 3412 describes message processing and dispatching for SNMP messages and RFC 3413 describes SNMPv3 applications.
A. True
B. False
C.
D.
Explanation: An SNMP engine is defined with explicit subsystems that include dispatch and message-processing functions. It manages all three versions of SNMP to coexist in a management entity. This formalizes the various messages that have been in use in the earlier versions.
A. By providing a special key to the user that is based on engine id
B. By converting mib modules from snmpv3 to snmpv1 or snmpv2
C. By modularization of architecture
D. By reordering and time delaying of message streams
Explanation: SNMPv3 has enhanced security features as compared to SNMPv1 and SNMPv2. The configuration can be set remotely with secured communication that protects against the modification of information and masquerades by using encryption schemes. It also tries to ensure against malicious modification of messages by reordering and time delaying of message streams.
A. True
B. False
C.
D.
Explanation: In a dispatch subsystem of SNMP architecture, there is only one dispatcher in an SNMP engine and it can handle multiple versions of SNMP messages.
A. Authentication
B. Security
C. Authorization
D. Administrative
Explanation: There are three subsystems in SNMPv3 architecture. They are Dispatcher Subsystem, Message Processing Subsystem and Security and Access Control Subsystem. The access control subsystem provides access to authorization service.
A. It converts the xml pdu to snmp pdu
B. It converts snmp pdu to xml
C. It encrypts the pdu converted to xml
D. It deciphers the pdu encrypted in xml
Explanation: An SNMP security management architecture that is policy-based is composed of several components. XML interpreter converts the XML PDU to SNMP PDU. It then transfers these SNMP PDUs to other applications.
A. Command responder
B. Command generator
C. Notification receiver
D. Notification originator
Explanation: SNMPv3 formally defines five types of applications. They are command generator, command responder, notification originator, notification receiver, and proxy forwarder. A command generator application is used to generate get-request, get-next-request, get-bulk, and set-request messages.