Question: Using BER, show how we can encode a structured data type made of an INTEGER of value (2371), an OCTET STRING of value (Computer), and
Using BER, show how we can encode a structured data type made of an INTEGER of value (2371), an OCTET STRING of value ("Computer"), and an IPAddress of value (185.32.1.5) as shown below:
SEQUENCE
{
INTEGER 2371
OCTET STRING "Computer"
IP Address 185.32.1.5
}
Step by Step Solution
3.40 Rating (169 Votes )
There are 3 Steps involved in it
We first encode the simple data types and then the sequence as shown below The ... View full answer
Get step-by-step solutions from verified subject matter experts
