Frame synchronization: Difference between revisions

Content deleted Content added
Pretty major overhaul for clarity. Tried to juggle the explanation into a more sensible order, with subcommutation explained last.
Framing: adding flag sequence
Line 16:
 
;Framing bit: A common practice in [[telecommunication]]s, for example in [[T-carrier]], is to insert, in a dedicated [[Time-division multiplexing|time slot]] within the frame, a noninformation '''framing bit''' that is used for synchronization of the incoming data with the receiver. In a [[bit stream]], framing bits are predictable (do not carry information), and occur at specified positions in the frame. Correct framing is verified when almost all framing bits (minus a small allowance for transmission errors) have their predicted values.
;Syncword framing: Rather than a single bit, some systems use a multi-bit [[syncword]] in each frame, or a '''flag sequence''' that marks the beginning and end of each frame.<ref>{{Cite report |url=https://datatracker.ietf.org/doc/rfc1662/ |title=PPP in HDLC-like Framing |last=Simpson |first=William A. |date=July 1994 |publisher=Internet Engineering Task Force |issue=RFC 1662}}</ref>
;CRC-based framing: Some telecommunications hardware uses [[CRC-based framing]], where correct framing is verified when almost all frames have valid CRCs.
 
 
==Frame synchronizer==