in Computer Networks
5,099 views
1 vote
1 vote
32: A sender needs to send the four data items Ox3456, OxABCC, Ox02BC, and OxEEEE. Answer the following:

a. Find the checksum at the sender site.

b. Find the checksum at the receiver site if there is no error.
in Computer Networks
5.1k views

1 comment

data items given in hexadecimal. So, convert it into binary and then add all these binary codes.if there is a carry then add it. finally do the 1's complement of the result after addition and it will be called 16-bit checksum at sender side. append it to the data items and send it to receiver. if at receiver after adding these codes,if answer is zero then there is no error and checksum will be same at receiver.
1
1

Please log in or register to answer this question.

Related questions