Question: Show how the Fletcher algorithm (Figure 10.18) attaches weights to the data items when calculating the checksum. Figure 10.18 Notes Start L: Left 8-bit checksum

Show how the Fletcher algorithm (Figure 10.18) attaches weights to the data items when calculating the checksum.

Figure 10.18

Notes Start L: Left 8-bit checksum R: Right 8-bit checksum R=L= 0 D;: Next 8-bit data item More data? [yes] L = (L+ R) m


Notes Start L: Left 8-bit checksum R: Right 8-bit checksum R=L= 0 D;: Next 8-bit data item More data? [yes] L = (L+ R) mod 256 R = (R + Dj) mod 256 [no] 16-bit Checksum = L x 256 + R R checksum Stop

Step by Step Solution

3.29 Rating (167 Votes )

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock

The following shows that L is the weighted sum of the data it... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Computer Networking Questions!