Ask Question
14 July, 13:04

Problem # 1 [End of chapter problem] The following character encoding is used in a data link protocol: A: 01100111 B: 11110011 FLAG: 01111110 ESC: 11111100 Show the bit sequence transmitted (in binary) for the four-character frame A B ESC FLAG when each of the following framing methods is used: (a) Byte count. (b) Flag bytes with byte stuffing. (c) Starting and ending flag bytes with bit stuffing. Provide you answers in hexadecimal format.

+1
Answers (1)
  1. 14 July, 15:53
    0
    a) 00000100 01000111 11100011 11100000 01111110

    b) 01111110 01000111 11100011 11100000 11100000 11100000 01111110 01111110

    c) 01111110 01000111 110100011 11100000 011111010 0111110
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Problem # 1 [End of chapter problem] The following character encoding is used in a data link protocol: A: 01100111 B: 11110011 FLAG: ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers