In: Computer Science
A sender needs to send the five datawords 0xAABE3, 0xF6DD1, 0x3D1CF, 0x3CFF0, and the last 5 digits of your student ID (put them as is no need to convert them to hexadecimal). Answer the following:
3.1) Find the checksum at the sender site.
3.2) Find the checksum at the receiver site if there is no error.
3.3) Find the checksum at the receiver site if the first dataword is changed to 0x1245A.
Last digits of ID : 70664
Answer : Given data
* Through one's complement addition we can find the checksum as shown in the images
* A sender needs to send the five datawords 0xAABE3, 0xF6DD1, 0x3D1CF, 0x3CFF0
_______________THE END_______________