DistOS 2014W Lecture 15: Difference between revisions
Created page with "Can we do any kind of distributed system without crypto? We can't trust crypto..." |
No edit summary |
||
Line 1: | Line 1: | ||
Can we do any kind of distributed system without crypto? We can't trust crypto... | Can we do any kind of distributed system without crypto? We can't trust crypto... | ||
Perhaps probabilistically... | |||
Want to be able to put data in, have it distributed, and be able to get it out on some other machine. | |||
Availability: "distribute the crap out of it", doesn't need crypto. | |||
Integrity: hashing, but we assume hashes can be forged. If we want to know that we got the same file, then simply send each other the file and compare. |
Revision as of 15:57, 6 March 2014
Can we do any kind of distributed system without crypto? We can't trust crypto...
Perhaps probabilistically...
Want to be able to put data in, have it distributed, and be able to get it out on some other machine.
Availability: "distribute the crap out of it", doesn't need crypto.
Integrity: hashing, but we assume hashes can be forged. If we want to know that we got the same file, then simply send each other the file and compare.