MCQs City stays free thanks to ads. Please turn off your ad blocker for this site so content and features keep working.
Computer Networks
Hash Functions
Q
What is/are the property(s) of a good hash function in case of producing outputs for set of inputs?
AA. Apparently random hash values
BB. Evenly distributed hash values
CC. Apparently random and evenly distributed values
DD. Evenly distributed but not apparently random values
Correct Answer:
C. C. Apparently random and evenly distributed values
Explanation:
When a huge set of input blocks are given to a hash function, a good hash function will result in unique random values with no relation between them. At the same all the hash values will be equal that is fixed length.