edited by
919 views
3 votes
3 votes

a bit stuffing based framing protocol uses an 8bit delimiter pattern of HDLC's flag .if the input bit string is 1011111110111110,then the output bit string after after stuffing is 

 

edited by

1 Answer

Best answer
3 votes
3 votes
Hdlc uses 7E (01111110) as a delimiter pattern. So to encode 1011111110111110 it will add a 0 after every 5 ones.

So answer is 1011111'0'11011111'0'0

Here '0' is the stuffed bit.
selected by

Related questions

3 votes
3 votes
1 answer
1
2 votes
2 votes
3 answers
2
2 votes
2 votes
0 answers
3
Sajal Mallick asked Dec 2, 2023
220 views
In first option one bit error to merge two consecutive frames into one – I cannot understand this. B should be 2^k/2-1 for selective reject. It should be false . Right...
1 votes
1 votes
2 answers
4