Talk:Development ideas: Difference between revisions

From ReddNet
Jump to navigation Jump to search
No edit summary
No edit summary
Line 17: Line 17:
**http://en.wikipedia.org/wiki/Hash_tree#Tiger_tree_hash
**http://en.wikipedia.org/wiki/Hash_tree#Tiger_tree_hash


If the IBP protocol were to be extended to support a single specific checksum method it would possibly be something like TTH.  In this example, this would mean TTH usage becomes part of the IBP protocol and both the client and depot would have to implement it.
If the IBP protocol were to be extended to support a single specific checksum method it would possibly be something like TTH.  In this example, this would mean TTH usage becomes part of the IBP protocol specification and both the client and depot would have to implement it.


- Dan 1/24/08
- Dan 1/24/08

Revision as of 12:50, 24 January 2008

Data Integrity section.

  • One could imagine a 3-level tree
    • a hash for each lowest-common-unit, say the commonly used 1 Kbyte data size
    • a single top hash for each IBP allocation
    • a single top hash for the file
    • or more levels

If the IBP protocol were to be extended to support a single specific checksum method it would possibly be something like TTH. In this example, this would mean TTH usage becomes part of the IBP protocol specification and both the client and depot would have to implement it.

- Dan 1/24/08