Computer Science, asked by zaenabameer6, 11 months ago

): Show Bit-stuffing for the two streams in bit-oriented packet transmission:
Stream#1 0011111111110000001111110111111100
Stream#2 1111101111110111111111101111011111​

Answers

Answered by samiranchetri26
0

Answer:

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.

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, check sums etc.).

Explanation:

Similar questions