-
Notifications
You must be signed in to change notification settings - Fork 0
/
paper.bib
87 lines (87 loc) · 4.9 KB
/
paper.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
@inproceedings{Johnson:2008,
title = {The evolution of the peer-to-peer file sharing industry and the security risks for users},
author = {Johnson, M. E. and McGuire, D. and Willey, N. D.},
year = 2008,
booktitle = {Proceedings of the 41st Annual Hawaii International Conference on System Sciences (HICSS 2008)},
address = {Waikoloa, HI, USA},
pages = 383,
doi = {10.1109/HICSS.2008.436},
url = {https://doi.org/10.1109/HICSS.2008.436}
}
@article{Burda:2013,
title = {Sustaining accessibility of information through digital preservation: A literature review},
author = {Burda, D. and Teuteberg, F.},
year = 2013,
journal = {Journal of Information Science},
volume = 39,
pages = {442--458},
doi = {10.1177/0165551513480107},
url = {https://doi.org/10.1177/0165551513480107}
}
@article{Morris:2009,
title = {Pirates of the Internet: At intellectual property's end with torrents and challenges for choice of law},
author = {Morris, P. S.},
year = 2009,
journal = {International Journal of Law and Information Technology},
volume = 17,
number = 3,
pages = {282--303},
doi = {10.1093/ijlit/ean010},
url = {https://doi.org/10.1093/ijlit/ean010}
}
@misc{Benet:2014,
title = {IPFS - Content addressed, versioned, P2P file system},
author = {Benet, J.},
year = 2014,
url = {https://arxiv.org/abs/1407.3561},
eprint = {1407.3561},
archiveprefix = {arXiv},
primaryclass = {cs.NI}
}
@article{Thekkath:1997,
title = {Frangipani: A scalable distributed file system},
author = {Thekkath, C. A. and Mann, T. and Lee, E. K.},
year = 1997,
journal = {SIGOPS Operating Systems Review},
volume = 31,
number = 5,
pages = {224--237},
doi = {10.1145/269005.266694},
url = {https://doi.org/10.1145/269005.266694}
}
@article{Cox:2022,
title = {The {G}o programming language and environment},
author = {Lu, L. and Sankaranarayana Pillai, T. and Gopalakrishnan, H. and Arpaci-Dusseau, A. C. and Cox, R. and Griesemer, R. and Pike, R. and Taylor, I. L. and Thompson, K.},
year = 2022,
journal = {Communications of the ACM},
volume = 65,
number = 5,
pages = {70--78},
doi = {10.1145/3488716},
url = {https://doi.org/10.1145/3488716}
}
@inproceedings{Wan:2017,
title = {Bug characteristics in blockchain systems: A large-scale empirical study},
author = {Wan, Z. and Lo, D. and Xia, X. and Cai, L.},
year = 2017,
booktitle = {Proceedings of the 14th IEEE International Working Conference on Mining Software Repositories: MSR},
pages = {20--21},
doi = {10.1109/MSR.2017.59}
}
@inproceedings{Trautwein:2022,
title = {Design and evaluation of IPFS: a storage layer for the decentralized web},
author = {Trautwein, Dennis and Raman, Aravindh and Tyson, Gareth and Castro, Ignacio and Scott, Will and Schubotz, Moritz and Gipp, Bela and Psaras, Yiannis},
year = 2022,
booktitle = {Proceedings of the ACM SIGCOMM 2022 Conference},
location = {Amsterdam, Netherlands},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
series = {SIGCOMM '22},
pages = {739-752},
doi = {10.1145/3544216.3544232},
isbn = 9781450394208,
url = {https://doi.org/10.1145/3544216.3544232},
abstract = {Recent years have witnessed growing consolidation of web operations. For example, the majority of web traffic now originates from a few organizations, and even micro-websites often choose to host on large pre-existing cloud infrastructures. In response to this, the "Decentralized Web" attempts to distribute ownership and operation of web services more evenly. This paper describes the design and implementation of the largest and most widely used Decentralized Web platform --- the InterPlanetary File System (IPFS) --- an open-source, content-addressable peer-to-peer network that provides distributed data storage and delivery. IPFS has millions of daily content retrievals and already underpins dozens of third-party applications. This paper evaluates the performance of IPFS by introducing a set of measurement methodologies that allow us to uncover the characteristics of peers in the IPFS network. We reveal presence in more than 2700 Autonomous Systems and 152 countries, the majority of which operate outside large central cloud providers like Amazon or Azure. We further evaluate IPFS performance, showing that both publication and retrieval delays are acceptable for a wide range of use cases. Finally, we share our datasets, experiences and lessons learned.},
numpages = 14,
keywords = {libp2p, interplanetary file system, decentralized web, content addressing, content addressable storage}
}