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.
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).
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.
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.
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’.
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.
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.
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.
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.
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).