Q. Show the steps used at sender end by check sum?
The sender follows these steps:
- The data unit is divided into "k" sections, each off "n" bits
- All sections are added using one's complements to get the sum
- The sum is complemented and becomes the checksum.
- The checksum is appended as well as sent with the data