Difference between revisions of "Talk:Untrusted Distributed Storage"

From Soma-notes
Jump to navigation Jump to search
Line 1: Line 1:
Group 1:<br>
==Group 1==
Pond:<br>
Pond:<br>
1) Why use Java?<br>
1) Why use Java?<br>
Line 15: Line 15:
Why had they assumed that networking wouldn't be an issue?<br>
Why had they assumed that networking wouldn't be an issue?<br>
3) What planned goals did they achieve?<br>
3) What planned goals did they achieve?<br>
==Group 2==
OceanStore
# What was the purpose of introspection in terms of nomadic data?
# How does the less-reliable-but-faster
# What is a Bloom filter and how is it used in OceanStore?
FarSite
# Farsite was desgined to look like NTFS. How do Farsite's semantics differ from NTFS?
# How is the content lease system similar to lease systems in distributed systems we've already soon, and which is most similar?
# What is the scope of Farsite? Could it work as a world wide filesystem like OceanStore.
Retro
# How did the lease system change between planning and implementation?
# What was the programming model used in the implementation of Farsite?
# What was the biggest disadvantage to the implementation?

Revision as of 10:34, 3 November 2008

Group 1

Pond:
1) Why use Java?
2) How was the inner-ring chosen?
3) How big was the prototype able to scale?

Farsite:
1) What is convergence cryptography?
2) What are the advantages/disadvantages of not locking the directory name of an open file handle?
3) What assumptions did they make about concurrency in the system and how did they plan to handle it?

Retro:
1) Why did this never move beyond a research project?
2) (in lessons learned) networking turned out to be the limiting factor over disk space.
Why had they assumed that networking wouldn't be an issue?
3) What planned goals did they achieve?

Group 2

OceanStore

  1. What was the purpose of introspection in terms of nomadic data?
  2. How does the less-reliable-but-faster
  3. What is a Bloom filter and how is it used in OceanStore?

FarSite

  1. Farsite was desgined to look like NTFS. How do Farsite's semantics differ from NTFS?
  2. How is the content lease system similar to lease systems in distributed systems we've already soon, and which is most similar?
  3. What is the scope of Farsite? Could it work as a world wide filesystem like OceanStore.

Retro

  1. How did the lease system change between planning and implementation?
  2. What was the programming model used in the implementation of Farsite?
  3. What was the biggest disadvantage to the implementation?