in Computer Networks retagged by
509 views
1 vote
1 vote

can anybody help me on this question

I think answer must be

011110   10111011110011110110    011110

in Computer Networks retagged by
509 views

1 Answer

0 votes
0 votes
Best answer

Bit stuffing- In general, For a given delimiter pattern of the form 01k0 , we stuff a '0' bit in an actual message as and when we encounter a form of 01k-1 .

Here, the delimiter is - 011110 So we stuff '0' whenever we see '0111' 

So, 10111001110101110111010

Check this for more- https://gateoverflow.in/153783/bit-stuffing?show=153783#q153783

selected by

4 Comments

As I said we stuff '0' as and when we see '0111' not '01111' .(Notice that in general formula I have stated 01k-1). Please read the answer again.

0
0
Thank you for clearing my concept
0
0

Related questions