0
94kviews
What is bit and byte stuffing explain with example.
1 Answer
4
5.2kviews

Bit stuffing:

  • Allows frame to contain arbitrary number of bits and arbitrary character size. The frames are separated by separating flag.
  • Each frame begins and ends with a special bit pattern, 01111110 called a flag byte. When five consecutive l's are encountered in the data, it automatically stuffs a '0' …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.