Byte/character stuffing escapes special characters like end delimiters in data using extra bytes, but it is an obsolete and costly method. Bit stuffing inserts extra non-information bits into the data to break patterns that could be mistaken for special bit sequences like end delimiters, helping synchronize data transfer between sender and receiver. The receiver removes any stuffed bits to retrieve the original data.
Related topics: