in Computer Networks
2,054 views
3 votes
3 votes

Checksum used along with each packet computes the sum of the data, where data is treated as a sequence of

  1. Integer
  2. Character
  3. Real numbers
  4. Bits
in Computer Networks
2.1k views

1 comment

Is it Bits ?? Or character ??

 

0
0

1 Answer

8 votes
8 votes
Best answer

Answer : Bits

Check Sum is a simple error-detection scheme in which each transmitted message is accompanied by a numerical value based on the number of set bits in the message. The receiving station then applies the same formula to the message and checks to make sure the accompanying numerical value is the same. If not, the receiver can assume that the message has been garbled.

selected by
Answer:

Related questions