Question: B. Give the ASN.1 transfer syntax encoding for the following data types and values. Show integer data values in hex (not binary) format and show


B. Give the ASN.1 transfer syntax encoding for the following data types and values. Show integer data values in hex (not binary) format and show characters as text characters. Assume that the integer value is stored in a 4-byte field. Use Figures 7.7 and 7.8 on p. 590 and the relevant Lecture 15 slides as a guide. (10 points) a) The integer 10,120 b) The ASCII text string "Text" c) A SEQUENCE containing the data items in (a) and (b), as follows: Part-c ::= SEQUENCE { myint INTEGER ::= 10120, mytext IA5String ::= "Text" } type length type length value type length value value FIGURE 7.7 Compound types created by means of nesting in ASN.1 BER. INT 4 4-byte integer FIGURE 7.8 ASN.1 BER representation for a 4-byte integer
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
