Page 1 of 1

Networking Give short answers to the following questions. Answer Q1-Q4 by using the following information. A data frame

Posted: Fri May 20, 2022 12:12 pm
by answerhappygod
Networking
Give short answers to the following questions.
Answer Q1-Q4 by using the following
information.
A data frame contains a text of 8 characters “internet” encoded
using ASCII characters. NOTE: the required ASCII values are: i =
1101001 n = 1101110 t = 1110100 e = 1100101 r = 1110010
Q1. Codewords for the text “internet” using even
parity.
Q4. Checksum at the sender site for the text “internet”.
Hint: Use hexadecimal equivalents of the characters. i = 0×69 n =
0×6E t = 0×74 e = 0×65 r = 0×72