InterviewSolution
| 1. |
Bit stuffing and character stuffing in computer networks, I am doing case study for this, and I need to write the "Related works" section. Please help me out. |
|
Answer» BIT STUFFING:In data transmission and telecommunication, bit stuffing (also known—uncommonly—as positive justification) is the insertion of non-information bits into data. ... ANOTHER use of bit stuffing is for run length limited coding: to LIMIT the number of consecutive bits of the same VALUE in the data to be transmitted.CHARACTER STUFFING:In BYTE stuffing (or character stuffing), a PARTICULAR byte is added to the data section of the frame when there is a character with the same pattern as the flag. ... Whenever the receiver encounters the ESC character, it deletes it from the data section and treats the next character as data, not a delimiting flag. |
|