Difference between revisions of "DistOS 2015W Session 6"

From Soma-notes
Jump to navigation Jump to search
Line 11: Line 11:


==Group 3==
==Group 3==
{| class="wikitable"
|-
!
! FARSITE
! OceanStore
|-
! Fault Tolerance
| Used Byzantine Fault Tolerance Algorithm - Did not manage well
| Used Byzantine Fault Tolerance Algorithm - Did not manage well
|-
! Cryptography
| Trusted Certificates
| A strong cryptographic algorithm on read-only operations
|-
! Implementation
| Did not mention what programming they used, but it was based on Windows. They did not implement the file system
| Implemented in JAVA
|-
! Scalability
| Scalable to a University or large corporations, maximum 10^5
| Worldwide scalability, maximum 10{{su|10}}
|-
! File Usage
| Was designed for general purpose files
| Was designed for small file sizes
|-
! Scope
| All clients sharing the available resources
| Transient centralized service
|-
! Object Model
| Didn't use the object model
| Used the object model
|}

Revision as of 17:03, 9 February 2015

Midterm

The midterm from last year is now available.

Group 1

Group 2

Team Members: Apoorv, Ambalica, Ashley, Eric, Mert, Shivjot


Group 3

FARSITE OceanStore
Fault Tolerance Used Byzantine Fault Tolerance Algorithm - Did not manage well Used Byzantine Fault Tolerance Algorithm - Did not manage well
Cryptography Trusted Certificates A strong cryptographic algorithm on read-only operations
Implementation Did not mention what programming they used, but it was based on Windows. They did not implement the file system Implemented in JAVA
Scalability Scalable to a University or large corporations, maximum 10^5 Worldwide scalability, maximum 10Template:Su
File Usage Was designed for general purpose files Was designed for small file sizes
Scope All clients sharing the available resources Transient centralized service
Object Model Didn't use the object model Used the object model