<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=Bit_stuffing</id>
		<title>Bit stuffing - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=Bit_stuffing"/>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=Bit_stuffing&amp;action=history"/>
		<updated>2026-05-12T04:55:53Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://gunkies.org/w/index.php?title=Bit_stuffing&amp;diff=26738&amp;oldid=prev</id>
		<title>Jnc: Reasonable start</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=Bit_stuffing&amp;diff=26738&amp;oldid=prev"/>
				<updated>2022-06-27T13:15:33Z</updated>
		
		<summary type="html">&lt;p&gt;Reasonable start&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Bit stuffing''' is a simplistic predecessor to [[run-length limited coding]], used in both [[mass storage]] and [[data communication]] sub-systems. Its purpose is to obscure reserved patterns (such as a [[sync character]]) which occur in the [[user]]'s data, and prevent them from interfering with the proper operation of the sub-system. Instances of that pattern in the user's data are concealed by inserting an extra bit in the patter, which thus hides the reserved pattern; the inserted bit is later removed before the data is used.&lt;br /&gt;
&lt;br /&gt;
For instance, in [[Synchronous Data Link Control|SDLC]] [[serial line]] [[protocol]], the start and end of a [[packet]] are marked by a specific bit pattern, '01111110', the 'flag'. To prevent instances of that pattern in the user's data from interfering with the correct operation of the protocol, '11111' is replaced, during transmission, by '111110'; the inserted '0' is removed on reception.&lt;br /&gt;
&lt;br /&gt;
[[Category: Basics]]&lt;br /&gt;
[[Category: Communication Basics]]&lt;/div&gt;</summary>
		<author><name>Jnc</name></author>	</entry>

	</feed>