Why is byte stuffing needed?
What will be an ideal response?
What happens if the payload of a frame includes one or more bytes with control
values/characters, such as EOT, SOH, which can be mistaken an actual control character? The solution
lies with using a technique known as byte stuffing that allows transmission of arbitrary data without
confusion. So each such case is replaced with a matching sequence which tries to eliminate the
confusion.
Computer Science & Information Technology
You might also like to view...
The ________ command duplicates a selection and places it on the Office Clipboard
Fill in the blank(s) with correct word
Computer Science & Information Technology
Implementing a task recursively rather than iteratively generally
a. is slower b. takes more storage (memory) c. is sometimes easier to program d. all of the above
Computer Science & Information Technology