disco
disco copied to clipboard
aggregators status
current state of the aggregator that we have to better see which are missing and follow which we can implement (fill the blanks with contributions).
definitions
- flaky is stop-crash, meaning that a node stops answering
- data byzantine means that it can send bad messages
- full byzantine means that it can not answer & answer multiple times & send bad messages
federated
| server | nodes | aggregator |
|---|---|---|
| trusted | trusted | mean |
| trusted | flaky | mean (need testing) |
| trusted | data byzantine | |
| trusted | full byzantine | |
| honest-but-curious | trusted | |
| honest-but-curious | flaky | |
| honest-but-curious | data byzantine | |
| honest-but-curious | full byzantine |
decentralized
| nodes | aggregator |
|---|---|
| trusted | mean |
| honest-but-curious | secure |
| flaky | mean (need testing) |
| data byzantine | robust #597 |
| full byzantine |