232k views
0 votes
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 Answer

6 votes

Answer:

a) 00000100 01000111 11100011 11100000 01111110

b) 01111110 01000111 11100011 11100000 11100000 11100000 01111110 01111110

c) 01111110 01000111 110100011 11100000 011111010 0111110

Step-by-step explanation:

User ChiliYago
by
4.3k points