Git Product home page Git Product logo

bit-stuffing-bit-de-stuffing-and-bit-positioning's Introduction

The data link layer is responsible for something called Framing, which is the division of stream of bits from network layer into manageable units (called frames). Frames could be of fixed size or variable size. In variable-size framing, we need a way to define the end of the frame and the beginning of the next frame.

But what BIT STUFFING actually is ?? Bit stuffing is the insertion of non information bits into data. Note that stuffed bits should not be confused with overhead bits.

Overhead bits are non-data bits that are necessary for transmission (usually as part of headers, checksums etc.).

||The following image is the concept of bit stuffing||

Bit_Byte_Stuffing_2

Applications of Bit Stuffing โ€“

i)synchronize several channels before multiplexing ii)rate-match two single channels to each other iii)run length limited coding

Disadvantages of Bit Stuffing:

i)The code rate is unpredictable; it depends on the data being transmitted. ii)The stuffed bits do not contain any information.

Example of bit stuffing โ€“ Bit sequence: 110101111101011111101011111110 (without bit stuffing) Bit sequence: 110101111100101111101010111110110 (with bit stuffing)

After 5 consecutive 1-bits, a 0-bit is stuffed.

bit-stuffing-bit-de-stuffing-and-bit-positioning's People

Contributors

soumya-glitch-charlie avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.