Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1 . Give a brief description of how to compute the additive, XOR - based, and Fletcher checksums. Check that your description is accurate by
Give a brief description of how to compute the additive, XORbased, and Fletcher checksums. Check that your description is accurate by using the checksum.py simulator Is it possible to pass a byte data value using the D flag that does not contain any zeroes, and leads to the additive and XORbased checksum having the same value? If so under what conditions does this occur? Use the simulator to compute checksums twice once each for a different set of numbers. The sets should not share any common numbers Find two sets of numbers that produce the same additive checksum. Give a brief description of when the additive checksum will be the same, even though the data values are different Repeat Exercise for the XOR checksum Compute the different checksums for the data set D Compare computing these checksums against D Give a brief description of what you observe. How is Fletcher generally "better" than the additive checksum? Find a set of data values that all yield the same Fletcher checksum. In general, when does this occur?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started