Difference between revisions of "DistOS 2014W Lecture 15"

From Soma-notes
Jump to navigation Jump to search
(Designing Exercise)
Line 1: Line 1:
'''Designing Exercise'''
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...
What are the main features we need to consider for such a system ?
*Limited Sharing
*Integrity
*Availability


Perhaps probabilistically...
Perhaps probabilistically...


Want to be able to put data in, have it distributed, and be able to get it out on some other machine.
Want to be able to put data in, have it distributed, and be able to get it out on some other machine. This kind of sharing would need identification or authentication process.


Availability: "distribute the crap out of it", doesn't need crypto.
Availability: "distribute the crap out of it", doesn't need crypto. No corruption of data.  


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.
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.
'''Note on Project Proposal'''
* Date has been extended until next week. As Prof said some of the proposals are not completely up to mark.

Revision as of 16:57, 6 March 2014

Designing Exercise

Can we do any kind of distributed system without crypto? We can't trust crypto...

What are the main features we need to consider for such a system ?

  • Limited Sharing
  • Integrity
  • Availability

Perhaps probabilistically...

Want to be able to put data in, have it distributed, and be able to get it out on some other machine. This kind of sharing would need identification or authentication process.

Availability: "distribute the crap out of it", doesn't need crypto. No corruption of data.

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.

Note on Project Proposal

  • Date has been extended until next week. As Prof said some of the proposals are not completely up to mark.