Ask Question

The following data fragment occurs in the middle of a data stream for which the byte-stuffing algorithm is used: A B ESC C ESC FLAG FLAG D. What is the output after stuffing?

+4
Answers (1)
  1. 16 August, 21:06
    0
    Byte stuffing is an operation that transforms a sequence of data bytes that may contain reserved values such as packet delimiter into a potentially longer sequence that contains no occurrences of those values. The size of each frame to be transmitted in variable length framing may be different. Therefore, a sequence of bits is used as a delimiter to mark the end of one frame and the beginning of the next frame. A byte is stuffed in the message to differentiate from the delimiter.

    The output after stuffing will be: A B ESC ESC C ESC ESC ESC FLAG ESC FLAG D
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “The following data fragment occurs in the middle of a data stream for which the byte-stuffing algorithm is used: A B ESC C ESC FLAG FLAG D. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers