A bit-stuffing based framing protocol uses an 8-bit delimiter pattern of 01111110. If the output bit-string after stuffing is 01111100101, then the input bit-string is
Open in App
Solution
Input string : 0111110101
Output string : 01111100101
After five consecutive 1's in the input, bit 0 is inserted.