1,481 views

1 Answer

1 votes
1 votes

Flag  0111 means in data part you have to stuff a 0 after every occurence of 11. So given data part is 011111 So after bit stuffing it will be 01101101

If flag contain consecutively n one then in data part you havr to stuff a 0 after every (n-1) one

Related questions

3 votes
3 votes
2 answers
1
Hirak asked May 8, 2019
1,920 views
End delimeter is → 0111data to be sent 0111111111.What is the data we should send to the reciever?
10 votes
10 votes
2 answers
3
junaid ahmad asked Sep 20, 2017
2,553 views
In bit stuffing protocol for frame synchronization, if stuff bit pattern is $01110$ then how many zero bits stuffed by transmitter white transmitting given frame (except ...
5 votes
5 votes
1 answer
4
Manu Thakur asked Aug 3, 2017
9,825 views
Flag: 01111110Data: 1000111111100111110100011111111111000011111bit stuff the given data?