Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Releases: goncalobarias/TupleSpaces-SD

Delivery 3

26 Mar 15:36
0e08868
Compare
Choose a tag to compare

R3 Variant

This variant is based on the state machine replication (SMR) approach and is therefore a different alternative to the Xu/Liskov algorithm.

Grade: 2.00/2.00

Delivery 2

15 Mar 12:31
d9f19ed
Compare
Choose a tag to compare

R2 Variant

This solution consists of a service that is replicated on three servers (A, B and C), following the Xu-Liskov algorithm. As with the first variant, the client must discover the address of the servers dynamically via the name server.

Grade: 8.77/10.00

Delivery 1

29 Feb 21:50
97ef7ab
Compare
Choose a tag to compare

R1 Variant

This solution has the service being provided by a single server (i.e. a simple client-server architecture, without server replication), which accepts requests at a fixed address/port. Clients use gRPC blocking stubs.

Grade: 7.42/8.00