572 views
0 votes
0 votes
In hamming method to transmit a message of size 12B data . How many minimum number of padding bits are considered to correct single bit error

1 Answer

Best answer
2 votes
2 votes

Using Hamming code , we can correct the errors .. For that we need to add some bits in between the bits of the message at specified locations , which are known as padding bits . These bits are placed at places which are powers of 2..i.e. at position number 1 , 2 , 4 etc starting from left i.e. from MSB (most significant bit)..

Now to know how many padding bits needed we have the following equation :

2r   >=  m + r + 1

The simple reason behind this equation is that we have to keep rth padding bit which is the last padding bit at 2r position..

Hence here message size given    =     12 B      =     96 bits

Hence  m  =   96 bits

Thus we have :

          2r   >=  96 + r + 1

==>    2r  >=   97 + r

==>    rmin    =    7     

Hence number of padding bits  =  7

edited by

Related questions

0 votes
0 votes
0 answers
1
Ray Tomlinson asked Aug 17, 2023
398 views
in reciever side to detect err which one representation we should follow to know that in which bit error is present in hamming code?p1p2d1p4d2d3d4p8d5d6 d6d5p8d4d3d2p4d1p...
0 votes
0 votes
0 answers
3
Rahul_Rathod_ asked Jan 19, 2019
594 views
what is approach to solve this type of question?
1 votes
1 votes
1 answer
4
Markzuck asked Jan 9, 2019
1,558 views
someone please post detailed solution pic for this procedure- I am getting bits 1 and 2 as errorneous.