-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathbiblio.bib
1689 lines (1553 loc) · 53.2 KB
/
biblio.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@inproceedings{kad,
author = {Maymounkov, Petar and Mazi\`{e}res, David},
title = {{Kademlia: A Peer-to-Peer Information System Based on the XOR Metric}},
booktitle = {Revised Papers from the First International Workshop on Peer-to-Peer Systems},
series = {IPTPS '01},
year = {2002},
isbn = {3-540-44179-4},
pages = {53--65},
numpages = {13},
url = {http://dl.acm.org/citation.cfm?id=646334.687801},
acmid = {687801},
publisher = {Springer-Verlag},
address = {London, UK},
},
@inproceedings{skad,
added-at = {2015-05-04T00:00:00.000+0200},
author = {Baumgart, Ingmar and Mies, Sebastian},
biburl = {https://www.bibsonomy.org/bibtex/2492dc7afd159f5ed4c28424a76127414/dblp},
booktitle = {ICPADS},
ee = {http://doi.ieeecomputersociety.org/10.1109/ICPADS.2007.4447808},
interhash = {e0cb95d28be091ba3673e139f4e69a21},
intrahash = {492dc7afd159f5ed4c28424a76127414},
isbn = {978-1-4244-1889-3},
keywords = {dblp},
pages = {1-8},
publisher = {IEEE Computer Society},
timestamp = {2015-06-19T12:07:15.000+0200},
title = {S/{K}ademlia: A practicable approach towards secure key-based routing.},
url = {http://dblp.uni-trier.de/db/conf/icpads/icpads2007.html},
year = 2007
},
@inproceedings{shacham,
author = {Shacham, Hovav and Waters, Brent},
title = {Compact Proofs of Retrievability},
booktitle = {Proceedings of the 14th International Conference on the Theory and Application of Cryptology and Information Security: Advances in Cryptology},
series = {ASIACRYPT '08},
year = {2008},
isbn = {978-3-540-89254-0},
location = {Melbourne, Australia},
pages = {90--107},
numpages = {18},
url = {http://dx.doi.org/10.1007/978-3-540-89255-7_7},
doi = {10.1007/978-3-540-89255-7_7},
acmid = {1485934},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
}
@misc{sybil-cost,
title = {{SIP02: Bounding Sybil Attacks with Identity Cost}},
author = {Shawn Wilkinson and James Prestwich},
note = {\url{https://github.com/storj/sips/blob/main/sip-0002.md}},
year = {(2016)},
},
@misc{sip9,
title = {{SIP09: Bandwidth Reputation and Accounting}},
author = {Braydon Fuller},
note = {\url{https://github.com/storj/sips/blob/main/sip-0009.md}},
year = {(2017)},
},
@misc{sips,
title = {{SIP01: SIP Purpose and Guidelines}},
author = {Shawn Wilkinson},
note = {\url{https://github.com/storj/sips/blob/main/sip-0001.md}},
year = {(2016)},
},
@misc{erc20,
title = {{ERC-20 Token Standard}},
author = {Fabian Vogelsteller and Vitalik Buterin},
note = {\url{https://github.com/ethereum/EIPs/blob/master/EIPS/eip-20.md}},
year = {(2015)},
}
@inproceedings{raft,
author = {Ongaro, Diego and Ousterhout, John},
title = {In Search of an Understandable Consensus Algorithm},
booktitle = {Proceedings of the 2014 USENIX Conference on USENIX Annual Technical Conference},
series = {USENIX ATC'14},
year = {2014},
isbn = {978-1-931971-10-2},
location = {Philadelphia, PA},
pages = {305--320},
numpages = {16},
url = {http://dl.acm.org/citation.cfm?id=2643634.2643666},
acmid = {2643666},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@misc{s3-object-meta,
author = {Amazon Inc.},
title = {{Amazon Simple Storage Service - Object Metadata}},
year = {Accessed 2018},
howpublished = {\url{https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html}},
}
@misc{s3-consistency,
author = {Amazon Inc.},
year = {Accessed 2018},
title = {{Amazon Simple Storage Service - Data Consistency Model}},
howpublished = {\url{https://docs.aws.amazon.com/AmazonS3/latest/dev/Introduction.html#ConsistencyModel}},
}
@article{tail-at-scale,
title = {{The Tail at Scale}},
author = {Jeffrey Dean and Luiz André Barroso},
year = {2013},
URL = {http://cacm.acm.org/magazines/2013/2/160173-the-tail-at-scale/fulltext},
journal = {Communications of the ACM},
pages = {74-80},
volume = {56}
}
@misc{backblaze-hd-2018-q1,
author = {Backblaze Inc.},
title = {{How Long Do Hard Drives Last: 2018 Hard Drive Stats}},
year = {2018},
howpublished = {\url{https://www.backblaze.com/blog/hard-drive-stats-for-q1-2018/}},
}
@inproceedings{bar,
author = {Aiyer, Amitanand S. and Alvisi, Lorenzo and Clement, Allen and Dahlin, Mike and Martin, Jean-Philippe and Porth, Carl},
title = {{BAR Fault Tolerance for Cooperative Services}},
booktitle = {Proceedings of the Twentieth ACM Symposium on Operating Systems Principles},
series = {SOSP '05},
year = {2005},
isbn = {1-59593-079-5},
location = {Brighton, United Kingdom},
pages = {45--58},
numpages = {14},
url = {http://doi.acm.org/10.1145/1095810.1095816},
doi = {10.1145/1095810.1095816},
acmid = {1095816},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {byzantine fault tolerance, game theory, peer to peer, reliable systems},
}
@misc{bitcoin,
author = {Satoshi Nakamoto},
title = {Bitcoin: A peer-to-peer electronic cash system},
howpublished = {\url{https://bitcoin.org/bitcoin.pdf}},
year = {2008}
}
@misc{utp,
author = {Norberg, Arvid},
howpublished = {\url{http://www.bittorrent.org/beps/bep\_0029.html}},
keywords = {bittorrent, file-sharing, p2p},
posted-at = {2009-06-22 12:00:00},
title = {{uTorrent transport protocol}},
year = {2009}
}
@misc{grpc,
howpublished = {\url{https://grpc.io/docs/guides/index.html}},
title = {{What is gRPC?}},
year = {Accessed 2018},
author = {Google Inc.}
}
@misc{avalanche,
howpublished = {\url{https://ipfs.io/ipfs/QmUy4jh5mGNZvLkjies1RWM4YuvJh5o2FYopNPVYwrRVGV}},
title = {{Snowflake to Avalanche: A Novel Metastable Consensus Protocol Family for Cryptocurrencies}},
author = {Team Rocket},
year = {2018}
}
@inproceedings{chubby,
author = {Burrows, Mike},
title = {{The Chubby Lock Service for Loosely-coupled Distributed Systems}},
booktitle = {Proceedings of the 7th Symposium on Operating Systems Design and Implementation},
series = {OSDI '06},
year = {2006},
isbn = {1-931971-47-1},
location = {Seattle, Washington},
pages = {335--350},
numpages = {16},
url = {http://dl.acm.org/citation.cfm?id=1298455.1298487},
acmid = {1298487},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@inproceedings{epaxos,
author = {Moraru, Iulian and Andersen, David G. and Kaminsky, Michael},
title = {There is More Consensus in Egalitarian Parliaments},
booktitle = {Proceedings of the Twenty-Fourth ACM Symposium on Operating Systems Principles},
series = {SOSP '13},
year = {2013},
isbn = {978-1-4503-2388-8},
location = {Farminton, Pennsylvania},
pages = {358--372},
numpages = {15},
url = {http://doi.acm.org/10.1145/2517349.2517350},
doi = {10.1145/2517349.2517350},
acmid = {2517350},
publisher = {ACM},
address = {New York, NY, USA},
}
@ARTICLE{fab-revisited,
author = {{Abraham}, I. and {Gueta}, G. and {Malkhi}, D. and {Alvisi}, L. and
{Kotla}, R. and {Martin}, J.-P.},
title = "{Revisiting Fast Practical Byzantine Fault Tolerance}",
journal = {ArXiv e-prints},
archivePrefix = "arXiv",
eprint = {1712.01367},
primaryClass = "cs.DC",
keywords = {Computer Science - Distributed, Parallel, and Cluster Computing},
year = 2017,
month = dec,
adsurl = {http://adsabs.harvard.edu/abs/2017arXiv171201367A},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@misc{hashgraph,
title={{The Swirlds hashgraph consensus algorithm: Fair, fast, byzantine fault tolerance}},
author={Baird, Leemon},
year={2016}
}
@misc{honeybadger,
author = {Andrew Miller and Yu Xia and Kyle Croman and Elaine Shi and Dawn Song},
title = {{The Honey Badger of BFT Protocols}},
howpublished = {Cryptology ePrint Archive, Report 2016/199},
year = {2016},
note = {\url{https://eprint.iacr.org/2016/199}},
}
@article{mickens-bft,
title = {The Saddest Moment},
note = {\url{https://scholar.harvard.edu/files/mickens/files/thesaddestmoment.pdf}},
journal = {;login: logout},
author = {Mickens, James},
month = may,
year = {2013}
}
@misc{parsec,
title = {{Protocol for Asynchronous, Reliable, Secure and Efficient Consensus (PARSEC)}},
author = {Pierre Chevalier and Bartłomiej Kamiński and Fraser Hutchison and Qi Ma and Spandan Sharma},
howpublished = {\url{http://docs.maidsafe.net/Whitepapers/pdf/PARSEC.pdf}},
year = {2018}
}
@article{paxos,
author = {Lamport, Leslie},
title = {The Part-time Parliament},
journal = {ACM Trans. Comput. Syst.},
issue_date = {May 1998},
volume = {16},
number = {2},
month = may,
year = {1998},
issn = {0734-2071},
pages = {133--169},
numpages = {37},
url = {http://doi.acm.org/10.1145/279227.279229},
doi = {10.1145/279227.279229},
acmid = {279229},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {state machines, three-phase commit, voting},
}
@misc{paxos-note,
author = {Lamport, Leslie},
title = {The Part-Time Parliament Website Note},
year = {Accessed 2018},
howpublished = {\url{https://www.microsoft.com/en-us/research/publication/part-time-parliament/}},
}
@inproceedings{paxos-abcd,
author = {Lampson, Butler},
title = {{The ABCD's of Paxos}},
booktitle = {Proceedings of the Twentieth Annual ACM Symposium on Principles of Distributed Computing},
series = {PODC '01},
year = {2001},
isbn = {1-58113-383-9},
location = {Newport, Rhode Island, USA},
pages = {13--},
url = {http://doi.acm.org/10.1145/383962.383969},
doi = {10.1145/383962.383969},
acmid = {383969},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{paxos-complex,
author = {Van Renesse, Robbert and Altinbuken, Deniz},
title = {Paxos Made Moderately Complex},
journal = {ACM Comput. Surv.},
issue_date = {April 2015},
volume = {47},
number = {3},
month = feb,
year = {2015},
issn = {0360-0300},
pages = {42:1--42:36},
articleno = {42},
numpages = {36},
url = {http://doi.acm.org/10.1145/2673577},
doi = {10.1145/2673577},
acmid = {2673577},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Replicated state machines, consensus, voting},
}
@article{paxos-fast,
author = {Lamport, Leslie},
title = {Fast Paxos},
booktitle = {},
year = {2006},
month = {October},
publisher = {},
url = {https://www.microsoft.com/en-us/research/publication/fast-paxos/},
address = {},
pages = {79-103},
journal = {Distributed Computing},
volume = {19},
chapter = {},
isbn = {},
}
@ARTICLE{paxos-flexible,
author = {{Howard}, H. and {Malkhi}, D. and {Spiegelman}, A.},
title = "{Flexible Paxos: Quorum intersection revisited}",
journal = {ArXiv e-prints},
archivePrefix = "arXiv",
eprint = {1608.06696},
primaryClass = "cs.DC",
keywords = {Computer Science - Distributed, Parallel, and Cluster Computing, C.2.4},
year = 2016,
month = aug,
adsurl = {http://adsabs.harvard.edu/abs/2016arXiv160806696H},
adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}
@techreport{paxos-generalized-consensus,
author = {Lamport, Leslie},
title = {Generalized Consensus and Paxos},
booktitle = {},
year = {2005},
month = {March},
publisher = {},
url = {https://www.microsoft.com/en-us/research/publication/generalized-consensus-and-paxos/},
address = {},
pages = {60},
journal = {},
volume = {},
chapter = {},
isbn = {},
}
@inproceedings{paxos-live,
title = {Paxos Made Live - An Engineering Perspective (2006 Invited Talk)},
author = {Tushar Deepak Chandra and Robert Griesemer and Joshua Redstone},
year = {2007},
URL = {http://dx.doi.org/10.1145/1281100.1281103},
booktitle = {Proceedings of the 26th Annual ACM Symposium on Principles of Distributed Computing}
}
@MISC{paxos-practical,
author = {David Mazières},
title = {Paxos Made Practical},
year = {2009},
howpublished = {\url{http://www.scs.stanford.edu/~dm/home/papers/paxos.pdf}}
}
@misc{paxos-simple,
author = {Lamport, Leslie},
title = {Paxos Made Simple},
year = {2001},
howpublished = {\url{https://www.microsoft.com/en-us/research/publication/paxos-made-simple/}},
}
@inproceedings{paxos-system,
author = {Kirsch, Jonathan and Amir, Yair},
title = {Paxos for System Builders: An Overview},
booktitle = {Proceedings of the 2nd Workshop on Large-Scale Distributed Systems and Middleware},
series = {LADIS '08},
year = {2008},
isbn = {978-1-60558-296-2},
location = {Yorktown Heights, New York, USA},
pages = {3:1--3:6},
articleno = {3},
numpages = {6},
url = {http://doi.acm.org/10.1145/1529974.1529979},
doi = {10.1145/1529974.1529979},
acmid = {1529979},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{pbft,
author = {Castro, Miguel and Liskov, Barbara},
title = {Practical Byzantine Fault Tolerance},
booktitle = {Proceedings of the Third Symposium on Operating Systems Design and Implementation},
series = {OSDI '99},
year = {1999},
isbn = {1-880446-39-1},
location = {New Orleans, Louisiana, USA},
pages = {173--186},
numpages = {14},
url = {http://dl.acm.org/citation.cfm?id=296806.296824},
acmid = {296824},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@INPROCEEDINGS{rbft,
author={P. L. Aublin and S. B. Mokhtar and V. Quéma},
booktitle={2013 IEEE 33rd International Conference on Distributed Computing Systems},
title={{RBFT: Redundant Byzantine Fault Tolerance}},
year={2013},
volume={},
number={},
pages={297-306},
keywords={fault tolerance;finite state machines;protocols;RBFT;arbitrary faults;redundant byzantine fault tolerance;robust protocols;state machine replication protocols;Degradation;Delays;Monitoring;Protocols;Robustness;Spinning;Throughput;Byzantine fault tolerance;replicated state machine;robust protocols},
doi={10.1109/ICDCS.2013.53},
ISSN={1063-6927},
month={July},}
@misc{tangaroa,
title={{Tangaroa: a Byzantine Fault Tolerant Raft}},
author={Christopher N. Copeland and Hongxia Zhong},
year={2014}
}
@misc{tangle,
title={{The Tangle}},
author={Popov, Serguei},
year={2018},
howpublished={\url{https://iota.org/IOTA_Whitepaper.pdf}}
}
@inproceedings{vr,
author = {Oki, Brian M. and Liskov, Barbara H.},
title = {Viewstamped Replication: A New Primary Copy Method to Support Highly-Available Distributed Systems},
booktitle = {Proceedings of the Seventh Annual ACM Symposium on Principles of Distributed Computing},
series = {PODC '88},
year = {1988},
isbn = {0-89791-277-2},
location = {Toronto, Ontario, Canada},
pages = {8--17},
numpages = {10},
url = {http://doi.acm.org/10.1145/62546.62549},
doi = {10.1145/62546.62549},
acmid = {62549},
publisher = {ACM},
address = {New York, NY, USA},
}
@techreport{vrr,
author = {Barbara Liskov and James Cowling},
title = {Viewstamped Replication Revisited},
institution = {MIT},
number = {MIT-CSAIL-TR-2012-021},
month = jul,
year = {2012}
}
@article{zyzzyva,
author = {Kotla, Ramakrishna},
title = {Zyzzyva: Speculative Byzantine Fault Tolerance},
booktitle = {},
year = {2009},
month = {December},
publisher = {Association for Computing Machinery, Inc.},
url = {https://www.microsoft.com/en-us/research/publication/zyzzyva-speculative-byzantine-fault-tolerance-3/},
address = {},
pages = {},
journal = {ACM Transactions on Computer Systems (TOCS)},
volume = {27, Issue 4, Article No. 7},
chapter = {},
isbn = {},
}
@article{fab,
author = {Martin, Jean-Philippe and Alvisi, Lorenzo},
title = {Fast Byzantine Consensus},
journal = {IEEE Trans. Dependable Secur. Comput.},
issue_date = {July 2006},
volume = {3},
number = {3},
month = jul,
year = {2006},
issn = {1545-5971},
pages = {202--215},
numpages = {14},
url = {http://dx.doi.org/10.1109/TDSC.2006.35},
doi = {10.1109/TDSC.2006.35},
acmid = {1159374},
publisher = {IEEE Computer Society Press},
address = {Los Alamitos, CA, USA},
keywords = {Byzantine fault tolerance, Distributed systems, Distributed systems, Byzantine fault tolerance, consensus., consensus.},
}
@article{aliph,
author = {Aublin, Pierre-Louis and Guerraoui, Rachid and Kne\v{z}evi\'{c}, Nikola and Qu{\'e}ma, Vivien and Vukoli\'{c}, Marko},
title = {{The Next 700 BFT Protocols}},
journal = {ACM Trans. Comput. Syst.},
issue_date = {January 2015},
volume = {32},
number = {4},
month = jan,
year = {2015},
issn = {0734-2071},
pages = {12:1--12:45},
articleno = {12},
numpages = {45},
url = {http://doi.acm.org/10.1145/2658994},
doi = {10.1145/2658994},
acmid = {2658994},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Abstract, Byzantine, composability, fault tolerance, optimization, robustness},
}
@inproceedings{chain-rep,
author = {van Renesse, Robbert and Schneider, Fred B.},
title = {Chain Replication for Supporting High Throughput and Availability},
booktitle = {Proceedings of the 6th Conference on Symposium on Operating Systems Design \& Implementation - Volume 6},
series = {OSDI'04},
year = {2004},
location = {San Francisco, CA},
pages = {7},
numpages = {1},
url = {http://dl.acm.org/citation.cfm?id=1251254.1251261},
acmid = {1251261},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@inproceedings{qu,
author = {Abd-El-Malek, Michael and Ganger, Gregory R. and Goodson, Garth R. and Reiter, Michael K. and Wylie, Jay J.},
title = {Fault-scalable Byzantine Fault-tolerant Services},
booktitle = {Proceedings of the Twentieth ACM Symposium on Operating Systems Principles},
series = {SOSP '05},
year = {2005},
isbn = {1-59593-079-5},
location = {Brighton, United Kingdom},
pages = {59--74},
numpages = {16},
url = {http://doi.acm.org/10.1145/1095810.1095817},
doi = {10.1145/1095810.1095817},
acmid = {1095817},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {byzantine fault-tolerance, fault-scalability, quorums, replicated state machines, services},
}
@article{flp,
author = {Fischer, Michael J. and Lynch, Nancy A. and Paterson, Michael S.},
title = {Impossibility of Distributed Consensus with One Faulty Process},
journal = {J. ACM},
issue_date = {April 1985},
volume = {32},
number = {2},
month = apr,
year = {1985},
issn = {0004-5411},
pages = {374--382},
numpages = {9},
url = {http://doi.acm.org/10.1145/3149.214121},
doi = {10.1145/3149.214121},
acmid = {214121},
publisher = {ACM},
address = {New York, NY, USA},
}
@techreport{consistency-survey,
author = {Dmytro Dziuma and Panagiota Fatourou and Eleni Kanellou and Amirtahmasebi Kasra},
title = {Survey on consistency conditions.},
number = {FORTH-ICS TR 439},
year = {2013}
}
@misc{aphyr-consistency,
author = {Kyle Kingsbury},
howpublished = {\url{https://aphyr.com/posts/313-strong-consistency-models}},
year = {2014},
title = {Strong consistency models}
}
@techreport{burckhardt-consistency,
author = {Burckhardt, Sebastian and Gotsman, Alexey and Yang, Hongseok},
title = {Understanding Eventual Consistency},
booktitle = {},
year = {2013},
month = {March},
publisher = {},
url = {https://www.microsoft.com/en-us/research/publication/understanding-eventual-consistency/},
address = {},
pages = {},
journal = {},
volume = {},
chapter = {},
isbn = {},
}
@article{cap1,
author = {Gilbert, Seth and Lynch, Nancy},
title = {Brewer's Conjecture and the Feasibility of Consistent, Available, Partition-tolerant Web Services},
journal = {SIGACT News},
issue_date = {June 2002},
volume = {33},
number = {2},
month = jun,
year = {2002},
issn = {0163-5700},
pages = {51--59},
numpages = {9},
url = {http://doi.acm.org/10.1145/564585.564601},
doi = {10.1145/564585.564601},
acmid = {564601},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{cap2,
author = {Gilbert, Seth and Lynch, Nancy},
title = {{Perspectives on the CAP Theorem}},
journal = {Computer},
issue_date = {February 2012},
volume = {45},
number = {2},
month = feb,
year = {2012},
issn = {0018-9162},
pages = {30--36},
numpages = {7},
url = {https://doi.org/10.1109/MC.2011.389},
doi = {10.1109/MC.2011.389},
acmid = {2360958},
publisher = {IEEE Computer Society Press},
address = {Los Alamitos, CA, USA},
keywords = {Distributed computing, CAP theorem, Fault tolerance},
}
@article{zab,
title={Zab: High-performance broadcast for primary-backup systems},
author={Flavio Paiva Junqueira and Benjamin C. Reed and Marco Serafini},
journal={IEEE/IFIP 41st International Conference on Dependable Systems \& Networks (DSN)},
year={2011},
pages={245-256}
}
@article{lamport-timestamp,
author = {Lamport, Leslie},
title = {Time, Clocks, and the Ordering of Events in a Distributed System},
journal = {Commun. ACM},
issue_date = {July 1978},
volume = {21},
number = {7},
month = jul,
year = {1978},
issn = {0001-0782},
pages = {558--565},
numpages = {8},
url = {http://doi.acm.org/10.1145/359545.359563},
doi = {10.1145/359545.359563},
acmid = {359563},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {clock synchronization, computer networks, distributed systems, multiprocess systems},
}
@article{no-now,
author = {Sheehy, Justin},
title = {There is No Now},
journal = {Queue},
issue_date = {March 2015},
volume = {13},
number = {3},
month = mar,
year = {2015},
issn = {1542-7730},
pages = {20:20--20:27},
articleno = {20},
numpages = {8},
url = {http://doi.acm.org/10.1145/2742694.2745385},
doi = {10.1145/2742694.2745385},
acmid = {2745385},
publisher = {ACM},
address = {New York, NY, USA},
}
@misc{tendermint,
title = {Tendermint: Consensus without Mining},
author = {Jae Kwon},
year = {2014},
howpublished = {\url{https://tendermint.com/docs/tendermint.pdf}}
}
@inproceedings{algorand,
author = {Gilad, Yossi and Hemo, Rotem and Micali, Silvio and Vlachos, Georgios and Zeldovich, Nickolai},
title = {Algorand: Scaling Byzantine Agreements for Cryptocurrencies},
booktitle = {Proceedings of the 26th Symposium on Operating Systems Principles},
series = {SOSP '17},
year = {2017},
isbn = {978-1-4503-5085-3},
location = {Shanghai, China},
pages = {51--68},
numpages = {18},
url = {http://doi.acm.org/10.1145/3132747.3132757},
doi = {10.1145/3132747.3132757},
acmid = {3132757},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{casper,
author = {Vitalik Buterin and
Virgil Griffith},
title = {Casper the Friendly Finality Gadget},
journal = {CoRR},
volume = {abs/1710.09437},
year = {2017},
url = {http://arxiv.org/abs/1710.09437},
archivePrefix = {arXiv},
eprint = {1710.09437},
timestamp = {Thu, 02 Nov 2017 14:25:36 +0100},
biburl = {https://dblp.org/rec/bib/journals/corr/abs-1710-09437},
bibsource = {dblp computer science bibliography, https://dblp.org}
}
@inproceedings{spanner,
title = {Spanner: Google's Globally-Distributed Database},
author = {James C. Corbett and Jeffrey Dean and Michael Epstein and Andrew Fikes and Christopher Frost and JJ Furman and Sanjay Ghemawat and Andrey Gubarev and Christopher Heiser and Peter Hochschild and Wilson Hsieh and Sebastian Kanthak and Eugene Kogan and Hongyi Li and Alexander Lloyd and Sergey Melnik and David Mwaura and David Nagle and Sean Quinlan and Rajesh Rao and Lindsay Rolig and Dale Woodford and Yasushi Saito and Christopher Taylor and Michal Szymaniak and Ruth Wang},
year = {2012},
booktitle = {OSDI}
}
@article{cassandra,
author = {Lakshman, Avinash and Malik, Prashant},
title = {Cassandra: A Decentralized Structured Storage System},
journal = {SIGOPS Oper. Syst. Rev.},
issue_date = {April 2010},
volume = {44},
number = {2},
month = apr,
year = {2010},
issn = {0163-5980},
pages = {35--40},
numpages = {6},
url = {http://doi.acm.org/10.1145/1773912.1773922},
doi = {10.1145/1773912.1773922},
acmid = {1773922},
publisher = {ACM},
address = {New York, NY, USA},
}
@misc{worse-is-better,
author = {Richard P. Gabriel},
title = {The Rise of Worse is Better},
year = {1990}
}
@inproceedings{two-gangsters,
author = {Akkoyunlu, E. A. and Ekanadham, K. and Huber, R. V.},
title = {Some Constraints and Tradeoffs in the Design of Network Communications},
booktitle = {Proceedings of the Fifth ACM Symposium on Operating Systems Principles},
series = {SOSP '75},
year = {1975},
location = {Austin, Texas, USA},
pages = {67--74},
numpages = {8},
url = {http://doi.acm.org/10.1145/800213.806523},
doi = {10.1145/800213.806523},
acmid = {806523},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Computer networks, Interprocess communication, Ports},
}
@inproceedings{two-generals,
author = {Gray, Jim},
title = {Notes on Data Base Operating Systems},
booktitle = {Operating Systems, An Advanced Course},
year = {1978},
isbn = {3-540-08755-9},
pages = {393--481},
numpages = {89},
url = {http://dl.acm.org/citation.cfm?id=647433.723863},
acmid = {723863},
publisher = {Springer-Verlag},
address = {London, UK},
}
@inproceedings{bigtable,
title = {Bigtable: A Distributed Storage System for Structured Data},
author = {Fay Chang and Jeffrey Dean and Sanjay Ghemawat and Wilson C. Hsieh and Deborah A. Wallach and Mike Burrows and Tushar Chandra and Andrew Fikes and Robert E. Gruber},
year = {2006},
booktitle = {7th {USENIX} Symposium on Operating Systems Design and Implementation (OSDI)},
pages = {205--218}
}
@inproceedings{dynamo,
author = {DeCandia, Giuseppe and Hastorun, Deniz and Jampani, Madan and Kakulapati, Gunavardhan and Lakshman, Avinash and Pilchin, Alex and Sivasubramanian, Swaminathan and Vosshall, Peter and Vogels, Werner},
title = {Dynamo: Amazon's Highly Available Key-value Store},
booktitle = {Proceedings of Twenty-first ACM SIGOPS Symposium on Operating Systems Principles},
series = {SOSP '07},
year = {2007},
isbn = {978-1-59593-591-5},
location = {Stevenson, Washington, USA},
pages = {205--220},
numpages = {16},
url = {http://doi.acm.org/10.1145/1294261.1294281},
doi = {10.1145/1294261.1294281},
acmid = {1294281},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {performance, reliability, scalability},
}
@misc{nacl-crypto,
author = {Daniel J. Bernstein},
title = {Cryptography in {NaCl}},
year = {2009},
howpublished = {\url{https://cr.yp.to/highspeed/naclcrypto-20090310.pdf}}
}
@misc{nacl-packetlen,
author = {Daniel J. Bernstein},
title = {{NaCl}: Validation and verification},
year = {2016},
howpublished = {\url{https://nacl.cr.yp.to/valid.html}}
}
@misc{bip32,
author = {Peter Wuille},
title = {{BIP32: Hierarchical Deterministic Wallets}},
year = {2012},
howpublished = {\url{https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki}}
}
@article{rs,
author = {Irving S. Reed and Gustave Solomon},
title = {Polynomial Codes Over Certain Finite Fields},
journal = {Journal of the Society for Industrial and Applied Mathematics},
volume = {8},
number = {2},
pages = {300-304},
year = {1960},
doi = {10.1137/0108018},
URL = {https://doi.org/10.1137/0108018},
eprint = {https://doi.org/10.1137/0108018}
}
@misc{bw,
author = {Lloyd R. Welch and Elwyn R. Berlekamp},
title = {Error correction for algebraic block codes},
year = {1986},
number = {US4633470A},
type = {Patent},
location = {US},
howpublished = {US Patent US4633470A},
url = {https://patents.google.com/patent/US4633470A/}
}
@misc{storj-v2,
author = {Shawn Wilkinson and Tome Boshevski and Josh Brandoff and James Prestwich and Gordon Hall and Patrick Gerbes and Philip Hutchins and Chris Pollard},
title = {Storj: A Peer-to-Peer Cloud Storage Network v2.0},
year = {2016},
howpublished = {\url{https://storj.io/storjv2.pdf}}
}
@INPROCEEDINGS{proxy-accounting,
author={B. C. Neuman},
booktitle={The 13th International Conference on Distributed Computing Systems},
title={Proxy-based authorization and accounting for distributed systems},
year={1993},
volume={},
number={},
pages={283-291},
keywords={authorisation;computer networks;file servers;message authentication;proxy-based authorization;distributed systems;unified model;authentication;accounting;proxy model;access-control-list anti capability-based mechanisms;Authorization;Authentication;Computer networks;Network servers;Electronic commerce;Cryptography},
doi={10.1109/ICDCS.1993.287698},
ISSN={},
month={May},}
@inproceedings{macaroons,
title = {Macaroons: Cookies with Contextual Caveats for Decentralized Authorization in the Cloud},
author = {Arnar Birgisson and Joe Gibbs Politz and \'Ulfar Erlingsson and Ankur Taly and Michael Vrable and Mark Lentczner},
year = {2014},
booktitle = {Network and Distributed System Security Symposium}
}
@article{power-of-two-choices,
author = {Mitzenmacher, Michael},
title = {{The Power of Two Choices in Randomized Load Balancing}},
journal = {IEEE Trans. Parallel Distrib. Syst.},
issue_date = {October 2001},
volume = {12},
number = {10},
month = oct,
year = {2001},
issn = {1045-9219},
pages = {1094--1104},
numpages = {11},
url = {https://doi.org/10.1109/71.963420},
doi = {10.1109/71.963420},
acmid = {504343},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
keywords = {Load balancing, queuing theory, distributed systems, limiting systems, choices.},
}
@article{bloom-filter,
author = {Bloom, Burton H.},
title = {Space/Time Trade-offs in Hash Coding with Allowable Errors},
journal = {Commun. ACM},
issue_date = {July 1970},
volume = {13},
number = {7},
month = jul,
year = {1970},
issn = {0001-0782},
pages = {422--426},
numpages = {5},
url = {http://doi.acm.org/10.1145/362686.362692},
doi = {10.1145/362686.362692},
acmid = {362692},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {hash addressing, hash coding, retrieval efficiency, retrieval trade-offs, scatter storage, searching, storage efficiency, storage layout},
}
@InProceedings{merkle-tree,
author="Merkle, Ralph C.",
editor="Pomerance, Carl",
title="A Digital Signature Based on a Conventional Encryption Function",
booktitle="Advances in Cryptology --- CRYPTO '87",
year="1988",
publisher="Springer",
address="Berlin, Heidelberg",
pages="369--378",
isbn="978-3-540-48184-3"
}
@misc{sqlite,
author = {Hipp, D. Richard and others},
title = {{SQLite}},
howpublished = {\url{https://www.sqlite.org/}},
year = {2000},
}
@misc{leveldb,
author = {Sanjay Ghemawat and Jeff Dean},
title = {{LevelDB}},
howpublished = {\url{https://github.com/google/leveldb/}},
year = {2011},
}
@article{calm1,
author = {Hellerstein, Joseph M.},
title = {The Declarative Imperative: Experiences and Conjectures in Distributed Logic},
journal = {SIGMOD Rec.},
issue_date = {March 2010},
volume = {39},
number = {1},
month = sep,
year = {2010},
issn = {0163-5808},
pages = {5--19},
numpages = {15},
url = {http://doi.acm.org/10.1145/1860702.1860704},
doi = {10.1145/1860702.1860704},
acmid = {1860704},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{i-confluence,
author = {Bailis, Peter and Fekete, Alan and Franklin, Michael J. and Ghodsi, Ali and Hellerstein, Joseph M. and Stoica, Ion},
title = {Coordination Avoidance in Database Systems},
journal = {Proc. VLDB Endow.},
issue_date = {November 2014},
volume = {8},
number = {3},
month = nov,
year = {2014},
issn = {2150-8097},
pages = {185--196},
numpages = {12},
url = {http://dx.doi.org/10.14778/2735508.2735509},
doi = {10.14778/2735508.2735509},
acmid = {2735509},
publisher = {VLDB Endowment},
}
@article{hat,
author = {Bailis, Peter and Davidson, Aaron and Fekete, Alan and Ghodsi, Ali and Hellerstein, Joseph M. and Stoica, Ion},