edited by
1,417 views
2 votes
2 votes

Why answer is not C?

edited by

3 Answers

Best answer
1 votes
1 votes

Bit stuffing pattern 01111110

ip string : 011111101

0 111110101  is the correct ans

0 is introduced to distinguish data and end delimiter

Refer the concept of bit stuffing again. Its a simple question

selected by
1 votes
1 votes
01111110 is considered flag and not data , ..so if u want to send data 011111101
u need to stuff extra 0 after 5 consecutive ones so that will be not treated as flag or delimiter and will be considered data

Related questions

5 votes
5 votes
1 answer
1
Manu Thakur asked Aug 3, 2017
9,834 views
Flag: 01111110Data: 1000111111100111110100011111111111000011111bit stuff the given data?
3 votes
3 votes
2 answers
2
Hirak asked May 8, 2019
1,921 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
4
junaid ahmad asked Sep 20, 2017
2,561 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 ...