Computer Network Management » Abstract Syntax Notation One Asn1
In Network Management System, ASN.1 stands for_______

A. Autonomous safety network one
B. Abstract syntax notation one
C. Arithmetic syntax notation one
D. Advanced system network one

Explanation: ASN.1 stands for Abstract Syntax Notation One. ASN.1 in computer networking is a standard used for defining data structures that are sent and received in a network.

ASN.1 is a formal language developed jointly by _______ and _______ for use with application layers for data transfer between systems.

A. Ieee, isdn
B. Ietf, itu-t
C. Itu-t, iso
D. Isdn, h.23

Explanation: ASN.1 is a standard language used for describing messages sent and received in a network. It is a joint standard developed by International Telecommunication Union (ITU-T) and International Organization for Standardization (ISO).

How is Transfer Syntax different from Abstract Syntax?

A. It defines a set of rules used to define data types and structures for the storage of information
B. It represents the set of rules for communicating information between systems
C. It specifies the management protocol in the application layer
D. It makes asn.1 independent of the lower-layer

Explanation: The transfer syntax represents the set of rules for communicating information between systems. Whereas the Abstract Syntax is a set of rules used to specify data types and structures for the storage of information.

Abstract Syntax Notation One (ASN.1) uses the grammar of Backus-Naur Form.

A. True
B. False
C.
D.

Explanation: ASN.1 is based on Backus system. It uses formal syntax language and grammar of Backus-Naur Form. Backus-Naur Form is a context-free grammar form.

The symbol ‘::=’ stands for________ in ASN.1 language.

A. Signed number
B. Alternatives
C. Assignment
D. Range

Explanation: ASN.1 uses several symbols and primitive data types including keywords. There is a list of symbols used but the symbol ‘::=’ here stands for ‘Assignment’.

In Abstract Syntax Notation One, we can group assignments that are related to each other; is group is called _______

A. Range
B. Cluster
C. Class
D. Module

Explanation: ASN.1 is a standard language used for describing messages sent and received in a network. ASN.1 uses several symbols and primitive data types including keywords. Thus we can group similar assignments to form a Module.

The universal tag ‘ENUMERATED’ in ASN.1 defines ___________

A. Specified list of integers
B. A string of binary digits or null set
C. Set of values associated with the object
D. Unordered list of types

Explanation: The universal class is the most commonly used class. Data types belonging to the universal class are application-independent. ENUMERATED is an example of universal class that is used to mean a specified list of Integers.

Abstract syntax is applicable to communication model of OSI Network Management.

A. True
B. False
C.
D.

Explanation: The abstract syntax is defined the set of rules used to specify data types and structures for the storage of information. The abstract syntax is applicable to the information model whereas Transfer syntax is applicable to communication model.

The terms_______, _______ and _____ are primitives and are called keywords in ASN.1

A. Definitions, begin, end
B. Identifier, imports, integer
C. Get, getnext, set
D. Getbulk, getrequest, trap

Explanation: The terms DEFINITIONS, BEGIN and END are primitives and are called keywords in ASN.1. They are built-in expressions and have special meaning. GET, GETNEXT, SET, GETBULK, GETREQUEST and TRAP are commands used in SNMP.

_________ is the algorithm used to convert textual ASN.1 syntax to machine-readable code.

A. Modulation error rate (mer)
B. Viterbi error rate (ver)
C. Symbol error rate (ser)
D. Bit error rate(ber)

Explanation: The algorithm used to convert ASN.1 syntax to machine-readable code is defined in ISO 8825/X.209 standards. It is usually called Basic Encoding Rules (BER).