0

For a hash tree that covers 128 data blocks, how many hash checks do you need to perform to localize the error? Assume that error occurred on only one block.

1 Answers1

0

The answer is 15. 128 data block produce a tree of depth 8. To find the localize the error (2 multiply depth-1)=(2 multiply 8-1)=15