SHARE
SPREAD
HELP

The Tradition of Sharing

Help your friends and juniors by posting answers to the questions that you know. Also post questions that are not available.


To start with, Sr2Jr’s first step is to reduce the expenses related to education. To achieve this goal Sr2Jr organized the textbook’s question and answers. Sr2Jr is community based and need your support to fill the question and answers. The question and answers posted will be available free of cost to all.

 

#
Authors:
James F. Kurose, Keith W. Ross
Chapter:
Network Management
Exercise:
Problems
Question:8 | ISBN:9780132856201 | Edition: 6

Question

Consider Figure 9.9. What would be the BER encoding of {weight, 145} {lastname, “Sridhar”}?

TextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbookTextbook

Answer

Refer the Figure 9.9 and data item:

{weight, 145} {lastname, “Sridhar”}

The TLV(Time,Length,Value) is used to encode the above data item by BER (Basic Encoding Rules).

The given data item should sent via the network, length with tagged.

The string "Sridhar" with weight length is 145 in decimal.

The decimal number converted into binary: 10010001

So, the BER endcode of the data item is 47 Sridhar 21 10010001.  

 

 

0 0

Discussions

Post the discussion to improve the above solution.