-
Notifications
You must be signed in to change notification settings - Fork 9
/
refs.bib
1326 lines (1146 loc) · 43.9 KB
/
refs.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
@article{buterin2014next,
title={A next-generation smart contract and decentralized application platform},
author={Buterin, Vitalik},
journal={White Paper},
year={2014}
}
@misc{nakamoto2008bitcoin,
title={Bitcoin: A peer-to-peer electronic cash system},
author={Nakamoto, Satoshi},
year={2008},
url = {https://bitcoin.org/bitcoin.pdf},
}
@TECHREPORT{ethersphere2016sw3,
author = {Viktor Tr{\'o}n and {\'A}ron Fischer and Daniel Nagy A and Zsolt Felföldi and Nick Johnson},
title = {swap, swear and swindle: incentive system for swarm},
institution = {Ethersphere},
note = {Ethersphere Orange Papers 1},
year = {2016},
url = {http://swarm-gateways.net/bzz:/swarm/ethersphere/orange-papers/1/sw^3.pdf}
}
@TECHREPORT{ethersphere2016smash,
author = {Viktor Tr{\'o}n and {\'A}ron Fischer and Nick Johnson},
title = {smash-proof: auditable storage in swarm secured by masked audit secret hash},
institution = {Ethersphere},
note = {Ethersphere Orange Papers 2},
year = {2016},
url = {http://swarm-gateways.net/bzz:/swarm/ethersphere/orange-papers/2/smash.pdf}
}
@TECHREPORT{ethersphere2019swap,
author = {Viktor Tr{\'o}n and {\'A}ron Fischer and D{\'a}niel A. Nagy},
title = {Generalised swap swear and swindle games},
institution = {Ethersphere},
note = {draft},
year = {2019}
}
@TECHREPORT{tronetal2019-network,
author = {Viktor Tr{\'o}n and {\'A}ron Fischer and D{\'a}niel A. Nagy},
title = {Swarm: a decentralised peer-to-peer network for messaging andstorage},
institution = {Ethersphere},
note = {draft},
year = {2019}
}
% tronetal2019-network
@misc{filecoin2014,
author = {Filecoin},
title = {Filecoin: a cryptocurrency operated file storage network},
year = {2014},
url={http://filecoin.io/filecoin.pdf}
}
@misc{ipfs2014,
author = {IPFS},
title = {Interplanetary File System},
year = {2014},
url={http://ipfs.io/ipfs.pdf}
}
@TECHREPORT{wilkinson2014metadisk,
title={MetaDisk A Blockchain-Based Decentralized File Storage Application},
author={Wilkinson, Shawn and Lowry, Jim},
year={2014},
institution={Metadisk},
url={http://metadisk.org/metadisk.pdf},
}
@inproceedings{plank2006optimizing,
title={Optimizing {Cauchy Reed-Solomon} codes for fault-tolerant network storage applications},
author={Plank, James S and Xu, Lihao},
booktitle={Network Computing and Applications, 2006. NCA 2006. Fifth IEEE International Symposium on},
pages={173--180},
year={2006},
organization={IEEE}
}
@inproceedings{plank2009performance,
title={A Performance Evaluation and Examination of Open-Source Erasure Coding Libraries for Storage.},
author={Plank, James S and Luo, Jianqiang and Schuman, Catherine D and Xu, Lihao and Wilcox-O'Hearn, Zooko and others},
booktitle={FAST},
volume={9},
pages={253--265},
year={2009}
}
@techreport{lubyetal1995CRS,
title={An xor-based erasure-resilient coding scheme},
author={Bloemer, Johannes and Malik Kalfane and Richard Karp and Marek Karpinski and Michael Luby and David Zuckerman},
year={1995},
note={Technical Report TR-95-048},
institution={International Computer Science Institute}
}
@MISC{buterin2014erasure,
title={Secret sharing and erasure coding: A guide for the aspiring dropbox decentralizer},
author={Vitalik Buterin},
year={2014},
url={https://blog.ethereum.org/2014/08/16/secret-sharing-erasure-coding-guide-aspiring-dropbox-decentralizer}
}
@article{balaji2018erasure,
title={Erasure coding for distributed storage: An overview},
author={Balaji, SB and Krishnan, M Nikhil and Vajha, Myna and Ramkumar, Vinayak and Sasidharan, Birenjith and Kumar, P Vijay},
journal={Science China Information Sciences},
volume={61},
pages={1--45},
year={2018},
publisher={Springer}
}
@inproceedings{weatherspoon2002erasure,
title={Erasure coding vs. replication: A quantitative comparison},
author={Weatherspoon, Hakim and Kubiatowicz, John D},
booktitle={Peer-to-Peer Systems: First InternationalWorkshop, IPTPS 2002 Cambridge, MA, USA, March 7--8, 2002 Revised Papers 1},
pages={328--337},
year={2002},
organization={Springer}
}
@article{li2013erasure,
title={Erasure coding for cloud storage systems: A survey},
author={Li, Jun and Li, Baochun},
journal={Tsinghua Science and Technology},
volume={18},
number={3},
pages={259--272},
year={2013},
publisher={TUP}
}
@inproceedings{nygaard2021snarl,
title={Snarl: Entangled merkle trees for improved file availability and storage utilization},
author={Nygaard, Racin and Estrada-Gali{\~n}anes, Vero and Meling, Hein},
booktitle={Proceedings of the 22nd International Middleware Conference},
pages={236--247},
year={2021}
}
@article{estrada2019building,
title={Building a disaster-resilient storage layer for next generation networks: The role of redundancy},
author={Estrada-Galinanes, Vero and Nygaard, Racin and Tron, Viktor and Saramago, Rodrigo and Jehl, Leander and Meling, Hein},
journal={IEICE Technical Report; IEICE Tech. Rep.},
volume={119},
number={221},
pages={53--58},
year={2019},
publisher={IEICE}
}
@inproceedings{estrada2018alpha,
title={Alpha entanglement codes: practical erasure codes to archive data in unreliable environments},
author={Estrada-Galinanes, Vero and Miller, Ethan and Felber, Pascal and P{\^a}ris, Jehan-Fran{\c{c}}ois},
booktitle={2018 48th Annual IEEE/IFIP International Conference on Dependable Systems and Networks (DSN)},
pages={183--194},
year={2018},
organization={IEEE}
}
@MISC{buterin2014erasure,
title={Secret sharing and erasure coding: A guide for the aspiring dropbox decentralizer},
author={Vitalik Buterin},
year={2014},
url={https://blog.ethereum.org/2014/08/16/secret-sharing-erasure-coding-guide-aspiring-dropbox-decentralizer}
}
@techreport{vorick2014sia,
title={Sia: Simple Decentralized Storage},
author={Vorick, David and Champine, Luke},
year={2014},
institution={Sia},
url={http://www.siacoin.com/whitepaper.pdf},
}
@techreport{jansen2014onions,
title={From onions to shallots: Rewarding Tor relays with {TEARS}},
author={Jansen, Rob and Miller, Andrew and Syverson, Paul and Ford, Bryan},
year={2014},
institution={DTIC Document}
}
@misc{florincoin2014,
author = {Florincoin},
title = {Florincoin},
publisher = {florincoin},
url = {http://florincoin.org/florincoin.pdf},
year = {2014}
}
@misc{kwoketal2005,
title = {A Server-mediated Peer-to-peer System},
author = {Kwok, S. H. and K. Y. Chan and Y. M. Cheung},
note = {ACM SIGecom Exchanges 5 (Apr. 2005): 38-47. Print.},
year = {2005}
}
@inproceedings{miller2014permacoin,
title={Permacoin: Repurposing bitcoin work for data preservation},
author={Miller, Andrew and Juels, Ari and Shi, Elaine and Parno, Bryan and Katz, Jonathan},
booktitle={Security and Privacy (SP), 2014 IEEE Symposium on},
pages={475--490},
year={2014},
url={https://www.cs.umd.edu/~elaine/docs/permacoin.pdf},
organization={IEEE}
}
@TECHREPORT{wilkinsonetal2014storj,
title={Storj: A Peer-to-Peer Cloud Storage Network},
author={Wilkinson, Shawn and Boshevski, Tome and Brandoff, Josh and Buterin, Vitalik},
year={2014},
note={v1.01},
institution={storj},
url={https://storj.io/storj.pdf}
}
@techreport{ghoshetal2014tor,
title = {A {TorPath} to {TorCoin}: Proof-of-Bandwidth Altcoins for Compensating Relays},
author = { Mainak Ghosh and M. Richardson and B. Ford and R. Jansen},
year = {2014},
institution = {petsymposium},
url={https://www.petsymposium.org/2014/papers/Ghosh.pdf}
}
% proof of custody papers
% Hovav Shacham, Brent Waters, Compact Proofs of Retrievability, Proc. of Asiacrypt 2008, vol. 5350, Dec 2008, pp. 90-107
@article{shacham2013compact,
title={Compact proofs of retrievability},
author={Shacham, Hovav and Waters, Brent},
journal={Journal of cryptology},
volume={26},
number={3},
pages={442--483},
year={2013},
publisher={Springer}
}
@incollection{ateniese2009proofs,
title={Proofs of storage from homomorphic identification protocols},
author={Ateniese, Giuseppe and Kamara, Seny and Katz, Jonathan},
booktitle={Advances in Cryptology--ASIACRYPT 2009},
pages={319--333},
year={2009},
publisher={Springer}
}
@inproceedings{bowers2009proofs,
title={Proofs of retrievability: Theory and implementation},
author={Bowers, Kevin D and Juels, Ari and Oprea, Alina},
booktitle={Proceedings of the 2009 ACM workshop on Cloud computing security},
pages={43--54},
year={2009},
organization={ACM}
}
@incollection{dodis2009proofs,
title={Proofs of retrievability via hardness amplification},
author={Dodis, Yevgeniy and Vadhan, Salil and Wichs, Daniel},
booktitle={Theory of cryptography},
pages={109--127},
year={2009},
publisher={Springer}
}
@inproceedings{zheng2011fair,
title={Fair and dynamic proofs of retrievability},
author={Zheng, Qingji and Xu, Shouhuai},
booktitle={Proceedings of the first ACM conference on Data and application security and privacy},
pages={237--248},
year={2011},
organization={ACM}
}
@article{zhu2011zero,
title={Zero-knowledge proofs of retrievability},
author={Zhu, Yan and Wang, HuaiXi and Hu, ZeXing and Ahn, Gail-Joon and Hu, Hongxin},
journal={Science China Information Sciences},
volume={54},
number={8},
pages={1608--1617},
year={2011},
publisher={Springer}
}
@inproceedings{yuan2013proofs,
title={Proofs of retrievability with public verifiability and constant communication cost in cloud},
author={Yuan, Jiawei and Yu, Shucheng},
booktitle={Proceedings of the 2013 international workshop on Security in cloud computing},
pages={19--26},
year={2013},
organization={ACM}
}
@article{kravchenkocryptographic,
title={Cryptographic proof of custody for incentivized filesharing},
author={Kravchenko, Pavel and Zamfir, Vlad}
}
@inproceedings{merkle1980protocols,
title={Protocols for public key cryptosystems},
author={Merkle, Ralph C},
year={1980},
pages={122},
booktitle={Proc. 1980 Symposium on Security and Privacy, IEEE Computer Society},
organization={IEEE}
}
% routing p2p papers
% kademlia
@incollection{maymounkov2002kademlia,
title={Kademlia: A peer-to-peer information system based on the xor metric},
author={Maymounkov, Petar and Mazieres, David},
booktitle={Peer-to-Peer Systems},
pages={53--65},
year={2002},
publisher={Springer}
}
@article{ou2010performance,
title={Performance evaluation of a Kademlia-based communication-oriented P2P system under churn},
author={Ou, Zhonghong and Harjula, Erkki and Kassinen, Otso and Ylianttila, Mika},
journal={Computer Networks},
volume={54},
number={5},
pages={689--705},
year={2010},
url={http://www.sciencedirect.com/science/article/pii/S1389128609002990},
publisher={Elsevier}
}
@inproceedings{jimenez2011sub,
title={Sub-second lookups on a large-scale {Kademlia}-based overlay},
author={Jimenez, Raul and Osmani, Flutra and Knutsson, Bj{\"o}rn},
booktitle={Peer-to-Peer Computing (P2P), 2011 IEEE International Conference on},
pages={82--91},
year={2011},
url={http://ieeexplore.ieee.org/xpls/abs\_all.jsp?arnumber=6038665},
organization={IEEE}
}
@inproceedings{baumgart2007s,
title={S/kademlia: A practicable approach towards secure key-based routing},
author={Baumgart, Ingmar and Mies, Sebastian},
booktitle={Parallel and Distributed Systems, 2007 International Conference on},
volume={2},
pages={1--8},
year={2007},
url={http://ieeexplore.ieee.org/xpls/abs\_all.jsp?arnumber=4447808},
organization={IEEE}
}
@article{zhao2004tapestry,
title={Tapestry: A resilient global-scale overlay for service deployment},
author={Zhao, Ben Y and Huang, Ling and Stribling, Jeremy and Rhea, Sean C and Joseph, Anthony D and Kubiatowicz, John D},
journal={IEEE Journal on selected areas in communications},
volume={22},
number={1},
pages={41--53},
year={2004},
publisher={IEEE}
}
% S. Ratnasamy, P. Francis, M. Handley, R. Karp, and S. Shenker. A Scalable Content Addressable Network. InProceedings ofACM SIGCOMM, 2001.
% F. Kaashoek and D. R. Karger.Koorde: A Simple Degree-Optimal Hash Table. InProceedings of the 2nd InternationalWorkshop on Peer To Peer Systems (IPTPS), 2003.
% [22] J. Kubiatowicz, D. Bindel, Y. Chen, S. Czerwinski, P. Eaton, D. Geels, R. Gummadi, S. Rhea, H. Weatherspoon, W. Weimer,C. Wells, and B. Zhao. OceanStore: An Architecture for Global-Scale Persistent Storage. InProceedings of the 9th InternationalConference on Architectural Support for Programming Languages and Operating Systems (ASPLOS 2000), November 20
% [11] F. Dabek, B. Zhao, P. Druschel, J. Kubiatowicz, and I. Stoica. Towards a Common API for Structured Peer-to-Peer Overlays.InProceeding of the 2nd International Workshop on Peer-to-Peer Systems (IPTPS), February 2003
@article{aspnes2007skip,
title={Skip graphs},
author={Aspnes, James and Shah, Gauri},
journal={Acm transactions on algorithms (talg)},
volume={3},
number={4},
pages={37--es},
year={2007},
publisher={ACM New York, NY, USA}
}
@techreport{crosby2007analysis,
title={An analysis of bittorrent’s two {Kademlia}-based dhts},
author={Crosby, Scott A and Wallach, Dan S},
year={2007},
url={http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.76.8338\&rep=rep1\&type=pdf},
institution={Citeseer}
}
@inproceedings{roos2015determining,
title={Determining the Hop Count in {Kademlia}-type Systems},
author={Roos, Stefanie and Salah, Hani and Strufe, Thorsten},
booktitle={IEEE ICCCN},
url={https://www.researchgate.net/profile/Stefanie\_Roos/publication/274910383\_Determining\_the\_Hop\_Count\_in\_Kademlia-type\_Systems/links/55bf70f808aed621de1390c2.pdf},
year={2015}
}
@article{roos2013comprehending,
title={Comprehending {Kademlia} Routing: A Theoretical Framework for the Hop Count Distribution},
author={Roos, Stefanie and Salah, Hani and Strufe, Thorsten},
journal={arXiv preprint arXiv:1307.7000},
url={http://arxiv.org/abs/1307.7000},
year={2013}
}
@inproceedings{stutzbach2006improving,
title={Improving Lookup Performance Over a Widely-Deployed {DHT}.},
author={Stutzbach, Daniel and Rejaie, Reza},
booktitle={INFOCOM},
url={https://ng.gnunet.org/sites/default/files/infocom06-kad.pdf},
year={2006}
}
@inproceedings{binzenhofer2007improving,
title={Improving the performance and robustness of {Kademlia}-based overlay networks},
author={Binzenh{\"o}fer, Andreas and Schnabel, Holger},
booktitle={Kommunikation in Verteilten Systemen (KiVS)},
pages={15--26},
year={2007},
url={http://link.springer.com/chapter/10.1007/978-3-540-69962-0\_2},
organization={Springer}
}
@inproceedings{khan2011routing,
title={The routing performance of logarithmic-hop structured p2p overlay},
author={Khan, Saiful and Gani, Abdullah and Sreekandath, Mahesh},
booktitle={Open Systems (ICOS), 2011 IEEE Conference on},
pages={202--207},
year={2011},
url={http://ieeexplore.ieee.org/xpls/abs\_all.jsp?arnumber=6079289},
organization={IEEE}
}
@inproceedings{salah2014characterizing,
title={Characterizing graph-theoretic properties of a large-scale {DHT}: Measurements vs. simulations},
author={Salah, Hani and Roos, Stefanie and Strufe, Thorsten},
booktitle={Computers and Communication (ISCC), 2014 IEEE Symposium on},
pages={1--7},
year={2014},
url={http://ieeexplore.ieee.org/xpls/abs\_all.jsp?arnumber=6912540},
organization={IEEE}
}
@inproceedings{kaune2008embracing,
title={Embracing the peer next door: Proximity in {Kademlia}},
author={Kaune, Sebastian and Lauinger, Tobias and Kova{\v{c}}evi{\'c}, Aleksandra and Pussep, Konstantin},
booktitle={Peer-to-Peer Computing, 2008. P2P'08. Eighth International Conference on},
pages={343--350},
year={2008},
url={http://ieeexplore.ieee.org/xpls/abs\_all.jsp?arnumber=4627296},
organization={IEEE}
}
@inproceedings{heep2010r,
title={R/Kademlia: Recursive and topology-aware overlay routing},
author={Heep, Bernhard},
booktitle={Telecommunication Networks and Applications Conference (ATNAC), 2010 Australasian},
pages={102--107},
year={2010},
organization={IEEE},
url={http://ieeexplore.ieee.org/xpls/abs\_all.jsp?arnumber=5680244}
}
@article{lua2005survey,
title={A survey and comparison of peer-to-peer overlay network schemes},
author={Lua, Eng Keong and Crowcroft, Jon and Pias, Marcelo and Sharma, Ravi and Lim, Steven},
journal={IEEE Communications Surveys \& Tutorials},
volume={7},
number={2},
pages={72--93},
year={2005},
url={http://ieeexplore.ieee.org/xpls/abs\_all.jsp?arnumber=1610546},
publisher={IEEE}
}
@inproceedings{varvello2009walkable,
title={A Walkable {Kademlia} network for virtual worlds.},
author={Varvello, Matteo and Diot, Christophe and Biersack, Ernst},
booktitle={IPTPS},
pages={2},
url={https://www.usenix.org/event/iptps09/tech/full\_papers/varvello/varvello\_html/},
year={2009}
}
@inproceedings{guangmin2009improved,
title={An improved {Kademlia} routing algorithm for P2P network},
author={Guangmin, Liang},
booktitle={New Trends in Information and Service Science, 2009. NISS'09. International Conference on},
pages={63--66},
year={2009},
url={http://en.cnki.com.cn/Article\_en/CJFDTotal-WXYJ200909039.htm},
organization={IEEE}
}
@inproceedings{skodzik2014hartkad,
title={Hartkad: A hard real-time {Kademlia} approach},
author={Skodzik, Jan and Danielis, Peter and Altmann, Vlado and Timmermann, Dirk},
booktitle={Consumer Communications and Networking Conference (CCNC), 2014 IEEE 11th},
pages={309--314},
year={2014},
url={http://ieeexplore.ieee.org/xpls/abs\_all.jsp?arnumber=6866588},
organization={IEEE}
}
%streaming kademlia
@inproceedings{wu2007kadstreaming,
title={KadStreaming: a novel {Kademlia P2P} network-based {VoD} streaming scheme},
author={Wu, Jie and Liu, BiSheng and Zhang, ShiYong and Lu, ZhiHui and Zhong, YiPing},
booktitle={Computer and Information Technology, 2007. CIT 2007. 7th IEEE International Conference on},
pages={405--410},
year={2007},
organization={IEEE}
}
@phdthesis{ciancaglini2013key,
title={From key-based to content-based routing: system interconnection and video streaming applications},
author={Ciancaglini, Vincenzo},
year={2013},
url={https://tel.archives-ouvertes.fr/tel-00875653/},
school={Universit{\'e} Nice Sophia Antipolis}
}
@inproceedings{matsuzono2016nrts,
title={NRTS: Content name-based real-time streaming},
author={Matsuzono, Kazuhisa and Asaeda, Hitoshi},
booktitle={2016 13th IEEE Annual Consumer Communications \& Networking Conference (CCNC)},
pages={537--543},
year={2016},
url={http://ieeexplore.ieee.org/xpls/abs\_all.jsp?arnumber=7444837},
organization={IEEE}
}
@inproceedings{ciancaglini2013ccn,
title={CCN-TV: a data-centric approach to real-time video services},
author={Ciancaglini, Vincenzo and Piro, Giuseppe and Loti, Riccardo and Grieco, Luigi Alfredo and Liquori, Luigi},
booktitle={Advanced Information Networking and Applications Workshops (WAINA), 2013 27th International Conference on},
pages={982--989},
year={2013},
url={http://ieeexplore.ieee.org/xpls/abs\_all.jsp?arnumber=6550523},
organization={IEEE}
}
% caching
@inproceedings{einziger2013kaleidoscope,
title={Kaleidoscope: Adding colors to {Kademlia}},
author={Einziger, Gil and Friedman, Roy and Kibbar, Eyal},
booktitle={Peer-to-Peer Computing (P2P), 2013 IEEE Thirteenth International Conference on},
pages={1--10},
year={2013},
organization={IEEE},
url={http://www.cs.technion.ac.il/~gilga/P2P2013\_49.pdf}
}
@inproceedings{annapureddy2005shark,
title={Shark: Scaling file servers via cooperative caching},
author={Annapureddy, Siddhartha and Freedman, Michael J and Mazieres, David},
booktitle={Proceedings of the 2nd conference on Symposium on Networked Systems Design \& Implementation-Volume 2},
pages={129--142},
year={2005},
organization={USENIX Association},
url={https://www.cs.princeton.edu/~mfreed/docs/shark-nsdi05.pdf}
}
%chord
@inproceedings{karger2004diminished,
title={Diminished {Chord}: A protocol for heterogeneous subgroup formation in peer-to-peer networks},
author={Karger, David R and Ruhl, Matthias},
booktitle={International Workshop on Peer-to-Peer Systems},
pages={288--297},
year={2004},
organization={Springer}
}
%broadcast
@inproceedings{matl2015effective,
title={Effective manycast messaging for {Kademlia} network},
author={Matl, Lubos and Cerny, Tomas and Donahoo, Michael J},
booktitle={Proceedings of the 30th Annual ACM Symposium on Applied Computing},
pages={646--652},
year={2015},
url={http://dl.acm.org/citation.cfm?id=2695903},
organization={ACM}
}
@article{czirkos2013solution,
title={Solution for the broadcasting in the {Kademlia} peer-to-peer overlay},
author={Czirkos, Zolt{\'a}n and Hossz{\'u}, G{\'a}bor},
journal={Computer Networks},
volume={57},
number={8},
pages={1853--1862},
year={2013},
url={http://www.sciencedirect.com/science/article/pii/S1389128613000777},
publisher={Elsevier}
}
@article{lin2013optimal,
title={Optimal Schedule on Message Broadcast Tree in Structured Peer-to-Peer Networks.},
author={Lin, Jeng-Wei and Wang, Tun Wei and Chang, Ray-I},
journal={Journal of Information Science \& Engineering},
volume={29},
number={1},
year={2013},
url={http://www.iis.sinica.edu.tw/page/jise/2013/201301\_11.pdf}
}
@inproceedings{el2003efficient,
title={Efficient broadcast in structured P2P networks},
author={El-Ansary, Sameh and Alima, Luc Onana and Brand, Per and Haridi, Seif},
booktitle={International workshop on Peer-to-Peer systems},
pages={304--314},
year={2003},
organization={Springer},
url={http://www-kiv.zcu.cz/~ledvina/DHT/paper3.pdf}
}
@article{kwon2005path,
title={Path-aware overlay multicast},
author={Kwon, Minseok and Fahmy, Sonia},
journal={Computer Networks},
volume={47},
number={1},
pages={23--45},
year={2005},
url={http://www.sciencedirect.com/science/article/pii/S1389128604002026},
publisher={Elsevier}
}
% alternatives
@inproceedings{rowstron2001pastry,
title={Pastry: Scalable, decentralized object location, and routing for large-scale peer-to-peer systems},
author={Rowstron, Antony and Druschel, Peter},
booktitle={IFIP/ACM International Conference on Distributed Systems Platforms and Open Distributed Processing},
pages={329--350},
year={2001},
url={http://link.springer.com/chapter/10.1007/3-540-45518-3\_18},
organization={Springer}
}
% pub/sub
@inproceedings{zhang2005combining,
title={Combining flexibility and scalability in a peer-to-peer publish/subscribe system},
author={Zhang, Chi and Krishnamurthy, Arvind and Wang, Randolph Y and Singh, Jaswinder Pal},
booktitle={Proceedings of the ACM/IFIP/USENIX 2005 International Conference on Middleware},
pages={102--123},
year={2005},
organization={Springer-Verlag New York, Inc.},
url={https://homes.cs.washington.edu/~arvind/papers/pubsub.pdf}
}
@inproceedings{anceaume2006semantic,
title={A semantic overlay for self-peer-to-peer publish/subscribe},
author={Anceaume, Emmanuelle and Gradinariu, Maria and Datta, Ajoy Kumar and Simon, Gwendal and Virgillito, Antonino},
booktitle={26th IEEE International Conference on Distributed Computing Systems (ICDCS'06)},
pages={22--22},
year={2006},
url={http://ieeexplore.ieee.org/xpls/abs\_all.jsp?arnumber=1648809},
organization={IEEE}
}
@inproceedings{terpstra2003peer,
title={A peer-to-peer approach to content-based publish/subscribe},
author={Terpstra, Wesley W and Behnel, Stefan and Fiege, Ludger and Zeidler, Andreas and Buchmann, Alejandro P},
booktitle={Proceedings of the 2nd international workshop on Distributed event-based systems},
pages={1--8},
year={2003},
organization={ACM},
url={http://gossple2.irisa.fr/~akermarr/Rebecca.pdf}
}
%payment channels
@techreport{diferrante2017payment,
author={Matthew Di Ferrante},
title={Ethereum Payment Channel in 50 Lines of Code},
institution={Medium blog post},
year = {2017}
}
@techreport{mcdonald2017payment,
author={Jim McDonald},
title={Building Ethereum Payment Channels},
institution={Medium blog post},
year = {2017}
}
@article{dziembowskiperun,
title={PERUN: Virtual Payment Channels over Cryptographic Currencies⋆},
author={Dziembowski, Stefan and Eckey, Lisa and Faust, Sebastian and Malinowski, Daniel},
year = {2017}
}
@techreport{heilman2016tumblebit,
title={TumbleBit: An untrusted Bitcoin-compatible anonymous payment hub},
author={Heilman, Ethan and Alshenibr, Leen and Baldimtsi, Foteini and Scafuro, Alessandra and Goldberg, Sharon},
year={2016},
institution={NDSS}
}
@article{green2016bolt,
title={Bolt: Anonymous Payment Channels for Decentralized Currencies.},
author={Green, Matthew D and Miers, Ian},
journal={IACR Cryptology ePrint Archive},
volume={2016},
pages={701},
year={2016}
}
@article{miller2017sprites,
title={Sprites: Payment Channels that Go Faster than Lightning},
author={Miller, Andrew and Bentov, Iddo and Kumaresan, Ranjit and McCorry, Patrick},
journal={arXiv preprint arXiv:1702.05812},
year={2017}
}
@inproceedings{chiesa2017decentralized,
title={Decentralized Anonymous Micropayments},
author={Chiesa, Alessandro and Green, Matthew and Liu, Jingcheng and Miao, Peihan and Miers, Ian and Mishra, Pratyush},
booktitle={Annual International Conference on the Theory and Applications of Cryptographic Techniques},
pages={609--642},
year={2017},
organization={Springer}
}
@article{malavolta2017concurrency,
title={Concurrency and Privacy with Payment-Channel Networks},
author={Malavolta, Giulio and Moreno-Sanchez, Pedro and Kate, Aniket and Maffei, Matteo and Ravi, Srivatsan},
journal={?},
year={2017}
}
@article{btcmicro2014,
author = {?},
title = {Bitcoin Micropayments, a New Enabling Technology},
journal = {Bitcoin Magazine},
url = {http://bitcoinmagazine.com/12654/bitcoin-micropayments-new-enabling-technology},
year = {2014}
}
@inproceedings{decker2015fast,
title={A fast and scalable payment network with bitcoin duplex micropayment channels},
author={Decker, Christian and Wattenhofer, Roger},
booktitle={Symposium on Self-Stabilizing Systems},
pages={3--18},
year={2015},
organization={Springer}
}
@techreport{poon2015bitcoin,
title={The bitcoin lightning network: Scalable off-chain instant payments},
author={Poon, Joseph and Dryja, Thaddeus},
year={2015},
institution={https://lightning.network}
}
@techreport{tremback2015universal,
title={Universal Payment Channels},
author={Tremback, Jehan and Hess, Zack},
institution={?},
url={http://altheamesh.com/documents/universal-payment-channels.pdf},
year={2015}
}
@techreport{thomas2015protocol,
title={A protocol for interledger payments},
author={Thomas, Stefan and Schwartz, Evan},
url={https://interledger.org/interledger.pdf},
year={2015}
}
@techreport{prihodko2016flare,
title={Flare: An Approach to Routing in Lightning Network},
author={Prihodko, Pavel and Zhigulin, Slava and Sahno, Mykola and Ostrovskiy, Aleksei and Osuntokun, Olaoluwa},
note={version 0.1 July},
institution={?},
url={http://bitfury.com/content/5-white-papers-research/whitepaper\_flare\_an\_approach\_to\_routing\_in\_lightning\_network\_7\_7\_2016.pdf},
year={2016},
}
% security, attack resilience
@inproceedings{sit2002security,
title={Security considerations for peer-to-peer distributed hash tables},
author={Sit, Emil and Morris, Robert},
booktitle={International Workshop on Peer-to-Peer Systems},
pages={261--269},
year={2002},
organization={Springer},
url={https://web.eecs.umich.edu/~zmao/eecs589/papers/p2pSec.pdf}
}
@inproceedings{wang2012real,
title={Real-world sybil attacks in {BitTorrent} mainline {DHT}},
author={Wang, Liang and Kangasharju, Jussi},
booktitle={Global Communications Conference (GLOBECOM), 2012 IEEE},
pages={826--832},
year={2012},
organization={IEEE},
url={https://www.cl.cam.ac.uk/~lw525/publications/security.pdf}
}
@inproceedings{locher2010poisoning,
title={Poisoning the {Kad} network},
author={Locher, Thomas and Mysicka, David and Schmid, Stefan and Wattenhofer, Roger},
booktitle={International Conference on Distributed Computing and Networking},
pages={195--206},
year={2010},
organization={Springer},
url={http://www.disco.ethz.ch/publications/icdcn10\_-1\_181.pdf}
}
% network
@inproceedings{freedman2005non,
title={Non-Transitive Connectivity and {DHT}s.},
author={Freedman, Michael J and Lakshminarayanan, Karthik and Stoica, Ion},
booktitle={WORLDS},
volume={5},
pages={10--10},
year={2005},
url={http://www.coralcdn.org/docs/ntr-worlds05.pdf}
}
@inproceedings{ramasubramanian2004beehive,
title={Beehive: {O(1)} Lookup Performance for Power-Law Query Distributions in Peer-to-Peer Overlays.},
author={Ramasubramanian, Venugopalan and Sirer, Emin G{\"u}n},
booktitle={Nsdi},
volume={4},
pages={8--8},
year={2004},
URL={https://lieanu.github.io/papers/ds/beehive.pdf}
}
@inproceedings{rhea2005fixing,
title={Fixing the Embarrassing Slowness of {OpenDHT} on {PlanetLab.}},
author={Rhea, Sean C and Chun, Byung-Gon and Kubiatowicz, John and Shenker, Scott},
booktitle={WORLDS},
volume={5},
pages={5--5},
year={2005},
url={http://www.srhea.net/papers/opendht-worlds05.pdf}
}
@inproceedings{freedman2010experiences,
title={Experiences with {CoralCDN}: A Five-Year Operational View.},
author={Freedman, Michael J},
booktitle={NSDI},
pages={95--110},
year={2010},
url={http://www.coralcdn.org/docs/coral-nsdi10.pdf}
}
@techreport{goel2003herbivore,
title={Herbivore: A scalable and efficient protocol for anonymous communication},
author={Goel, Sharad and Robson, Mark and Polte, Milo and Sirer, Emin},
year={2003},
institution={Cornell University},
url={ https://www.cs.cornell.edu/people/egs/herbivore/herbivore.pdf}
}
@inproceedings{sirer2004eluding,
title={Eluding carnivores: File sharing with strong anonymity},
author={Sirer, Emin G{\"u}n and Goel, Sharad and Robson, Mark and Engin, Doǧan},
booktitle={Proceedings of the 11th workshop on ACM SIGOPS European workshop},
pages={19},
year={2004},
organization={ACM},
url={https://www.cs.cornell.edu/people/egs/papers/herbivore-esigops.pdf}
}
@inproceedings{cai2013probabilistic,
title={A probabilistic analysis of {Kademlia} networks},
author={Cai, Xing Shi and Devroye, Luc},
booktitle={International Symposium on Algorithms and Computation},
pages={711--721},
year={2013},
organization={Springer},
url={http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.471.7125\&rep=rep1\&type=pdf}
}
@inproceedings{wang2013measuring,
title={Measuring large-scale distributed systems: case of {BitTorrent mainline DHT}},
author={Wang, Liang and Kangasharju, Jussi},
booktitle={IEEE P2P 2013 Proceedings},
pages={1--10},
year={2013},
organization={IEEE},
url={https://www.cs.helsinki.fi/u/lxwang/publications/P2P2013\_13.pdf}
}
@article{kelner2011electric,
title={Electric routing and concurrent flow cutting},
author={Kelner, Jonathan and Maymounkov, Petar},
journal={Theoretical Computer Science},
volume={412},
number={32},
pages={4123--4135},
year={2011},
publisher={Elsevier},
url={http://arxiv.org/pdf/0909.2859v1.pdf}
}
@inproceedings{kwon2016riffle,
title={Riffle: An Efficient Communication System With Strong Anonymity},
author={Albert Kwon and David Lazar and Srinivas Devadas and Bryan Ford},
booktitle={Proceedings on Privacy Enhancing Technologies 2016},
pages={1--20},
year={2016},
organization={de Gruyter},
url={https://people.csail.mit.edu/devadas/pubs/riffle.pdf}
}
@techreport{popov2016tangle,
title={The tangle},
author={Serguei Popov},
year={2016},
institution={Jinn Labs},
note={IOTA white paper. draft v 0.6},
url={http://iotatoken.com/IOTA\_Whitepaper.pdf}
}
@inproceedings{bayer2012efficient,
title={Efficient zero-knowledge argument for correctness of a shuffle},
author={Bayer, Stephanie and Groth, Jens},
booktitle={Annual International Conference on the Theory and Applications of Cryptographic Techniques},
pages={263--280},
year={2012},
organization={Springer}
}
@article{chor1998private,
title={Private information retrieval},
author={Chor, Benny and Kushilevitz, Eyal and Goldreich, Oded and Sudan, Madhu},
journal={Journal of the ACM (JACM)},
volume={45},
number={6},
pages={965--981},
year={1998},
url={http://dl.acm.org/citation.cfm?id=293350},
publisher={ACM}
}
@inproceedings{corrigan2010dissent,
title={Dissent: accountable anonymous group messaging},
author={Corrigan-Gibbs, Henry and Ford, Bryan},
booktitle={Proceedings of the 17th ACM conference on Computer and communications security},
pages={340--350},
year={2010},
url={http://dl.acm.org/citation.cfm?id=1866346},
organization={ACM}
}
@inproceedings{wolinsky2012dissent,
title={Dissent in numbers: Making strong anonymity scale},
author={Wolinsky, David Isaac and Corrigan-Gibbs, Henry and Ford, Bryan and Johnson, Aaron},
booktitle={Presented as part of the 10th USENIX Symposium on Operating Systems Design and Implementation (OSDI 12)},
pages={179--182},
url={https://www.usenix.org/node/170846},
year={2012}
}
@inproceedings{bonneau2014mixcoin,
title={Mixcoin: Anonymity for Bitcoin with accountable mixes},
author={Bonneau, Joseph and Narayanan, Arvind and Miller, Andrew and Clark, Jeremy and Kroll, Joshua A and Felten, Edward W},
booktitle={International Conference on Financial Cryptography and Data Security},
pages={486--504},
year={2014},
url={http://link.springer.com/chapter/10.1007/978-3-662-45472-5\_31},
organization={Springer}
}
% MPEG-DASH and CCN
% Stefan Lederer, Christopher Müller, Benjamin Rainer, Christian Timmerer, and Hermann Hellwagner, “An Experimental Analysis of Dynamic Adaptive Streaming over HTTP in Content Centric Networks”, in Proceedings of the IEEE International Conference on Multimedia and Expo 2013, San Jose, USA, July, 2013
% Yaning Liu, Joost Geurts, Jean-Charles Point, Stefan Lederer, Benjamin Rainer, Christopher Mueller, Chrstian Timmerer and Hermann Hellwagner, “Dynamic Adaptive Streaming over CCN: A Caching and Overhead Analysis”, in Proceedings of the IEEE international Conference on Communication (ICC) 2013 – Next-Generation Networking Symposium, Budapest, Hungary, June, 2013.
% Stefan Lederer, Christopher Müller, Benjamin Rainer, Christian Timmerer, and Hermann Hellwagner, “Adaptive Streaming over Content Centric Networks in Mobile Networks using Multiple Links”, in Proceedings of the IEEE International Workshop on Immersive & Interactive Multimedia Communications over the Future Internet, Budapest, Hungary, June, 2013.