Question No 2 The following is the informal record structure
Question No. 2
The following is the informal record structure of my home address:
Name Mani M. Subramanian
Address 1652 Harts Mill Road
City Atlanta
State GA
Zip Code 30319
Write for your record: [2 marks]
(a) ASN.1 description of the record structure
(b) The record value for your home address
Solution
NameMani S.Ravi
Address 1652 Harts Mill Road
City Atlanta
State GA
Zip Code 30319
MyAddress ::= [ APPLICATION 0 ] IMPLICIT {
Name Name
Address Address
city [0] VisibleString
State [1] VisibleString
zip [2] INTEGER}
Name ::= SEQUENCE
{first VisbleString middle VisibleSring DEFAULT { }lastVisibleString}Address ::= [ APPLICATION 1 ] IMPLICIT SEQUENCE {numberINTEGERstreetVisibleString}(c) Record value:{{ first\"Mani\",middle\"M\',last\"Subramanian\" },
