Bit-oriented protocol

From Wikipedia, the free encyclopedia
Revision as of 01:54, 18 June 2025 by imported>Citation bot (Altered title. | Use this bot. Report bugs. | Suggested by Dominic3203 | Category:Data transmission | #UCB_Category 156/181)
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:More references A bit-oriented protocol is a communications protocol that sees the transmitted data as an opaque stream of bits with no semantics, or meaning. Control codes are defined in terms of bit sequences instead of characters. Bit oriented protocol can transfer data frames regardless of frame contents. It can also be stated as "bit stuffing".

Synchronous framing High-Level Data Link Control may work like this:[1]

  • Each frame begins and ends with a special bit pattern 01111110, called a flag byte.
  • A bit stuffing technique is used to prevent the receiver from detecting the special flag byte in user data e.g. whenever the sender's data link layer encounters 5 consecutive 1 (one) in the data, it automatically stuffs 0 into the outgoing stream.

See also

References

Template:Reflist


Template:Asbox

  1. Script error: No such module "citation/CS1".