Tutorial 3 PDF
Tutorial 3 PDF
Tutorial: 3
3. Calculate the checksum at the sender and receiver site for a text "Computer".
Use ASCII to change each character into 2-digit hexadecimal number.
4. A sender needs to send the four data items 0x3456, 0xABCC, 0x02BC, and
0xEEEE.
Answer the following:
1. Find the checksum at the sender site
2. Find the checksum at the receiver site if there is no error
3. Find the checksum at the receiver site if second data item is changed
to 0xABCE.
4. Find the checksum at the receiver site if second data item is changed
to 0xABCE and third data item is changed to 0x02BA