1
0

ipfs-cap2pfs.bib 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. @article{AFS,
  2. title={Scale and performance in a distributed file system},
  3. author={Howard, John H and Kazar, Michael L and Menees, Sherri G and Nichols, David A and Satyanarayanan, Mahadev and Sidebotham, Robert N and West, Michael J},
  4. journal={ACM Transactions on Computer Systems (TOCS)},
  5. volume={6},
  6. number={1},
  7. pages={51--81},
  8. year={1988},
  9. publisher={ACM}
  10. }
  11. @article{Oceanstore,
  12. title={Oceanstore: An architecture for global-scale persistent storage},
  13. author={Kubiatowicz, John and Bindel, David and Chen, Yan and Czerwinski, Steven and Eaton, Patrick and Geels, Dennis and Gummadi, Ramakrishan and Rhea, Sean and Weatherspoon, Hakim and Weimer, Westley and others},
  14. journal={ACM Sigplan Notices},
  15. volume={35},
  16. number={11},
  17. pages={190--201},
  18. year={2000},
  19. publisher={ACM}
  20. }
  21. @online{BitTorrentUsers,
  22. author={BitTorrent, Inc.},
  23. title={BitTorrent and µTorrent Software Surpass 150 Million User Milestone},
  24. month=jan,
  25. year=2012,
  26. url={http://www.bittorrent.com/intl/es/company/about/ces_2012_150m_users},
  27. }
  28. @inproceedings{mashtizadeh13,
  29. title={Replication, history, and grafting in the Ori file system},
  30. author={Mashtizadeh, Ali Jos{\'e} and Bittau, Andrea and Huang, Yifeng Frank and Mazieres, David},
  31. booktitle={Proceedings of the Twenty-Fourth ACM Symposium on Operating Systems Principles},
  32. pages={151--166},
  33. year={2013},
  34. organization={ACM}
  35. }
  36. @incollection{maymounkov02,
  37. title={Kademlia: A peer-to-peer information system based on the xor metric},
  38. author={Maymounkov, Petar and Mazieres, David},
  39. booktitle={Peer-to-Peer Systems},
  40. pages={53--65},
  41. year={2002},
  42. publisher={Springer}
  43. }
  44. @inproceedings{wang13,
  45. title={Measuring large-scale distributed systems: case of BitTorrent Mainline DHT},
  46. author={Wang, Liang and Kangasharju, Jussi},
  47. booktitle={Peer-to-Peer Computing (P2P), 2013 IEEE Thirteenth International Conference on},
  48. pages={1--10},
  49. year={2013},
  50. organization={IEEE}
  51. }
  52. @inproceedings{freedman04,
  53. title={Democratizing Content Publication with Coral.},
  54. author={Freedman, Michael J and Freudenthal, Eric and Mazieres, David},
  55. booktitle={NSDI},
  56. volume={4},
  57. pages={18--18},
  58. year={2004}
  59. }
  60. @misc{dean11,
  61. title={leveldb--A fast and lightweight key/value database library by Google},
  62. author={Dean, Jeffrey and Ghemawat, Sanjay},
  63. year={2011}
  64. }
  65. @inproceedings{baumgart07,
  66. title={S/kademlia: A practicable approach towards secure key-based routing},
  67. author={Baumgart, Ingmar and Mies, Sebastian},
  68. booktitle={Parallel and Distributed Systems, 2007 International Conference on},
  69. volume={2},
  70. pages={1--8},
  71. year={2007},
  72. organization={IEEE}
  73. }
  74. @inproceedings{cohen03,
  75. title={Incentives build robustness in BitTorrent},
  76. author={Cohen, Bram},
  77. booktitle={Workshop on Economics of Peer-to-Peer systems},
  78. volume={6},
  79. pages={68--72},
  80. year={2003}
  81. }
  82. @inproceedings{levin08,
  83. title={Bittorrent is an auction: analyzing and improving bittorrent's incentives},
  84. author={Levin, Dave and LaCurts, Katrina and Spring, Neil and Bhattacharjee, Bobby},
  85. booktitle={ACM SIGCOMM Computer Communication Review},
  86. volume={38},
  87. number={4},
  88. pages={243--254},
  89. year={2008},
  90. organization={ACM}
  91. }
  92. @article{mazieres00,
  93. title={Self-certifying file system},
  94. author={Mazieres, David and Kaashoek, Frans},
  95. year={2000},
  96. publisher={Citeseer}
  97. }
  98. @inproceedings{mazieres98,
  99. title={Escaping the evils of centralized control with self-certifying pathnames},
  100. author={Mazieres, David and Kaashoek, M Frans},
  101. booktitle={Proceedings of the 8th ACM SIGOPS European workshop on Support for composing distributed applications},
  102. pages={118--125},
  103. year={1998},
  104. organization={ACM}
  105. }
  106. @article{UTP,
  107. title={LEDBAT+ BitTorrent},
  108. author={Rossi, Dario}
  109. }
  110. @article{LEDBAT,
  111. title={Low extra delay background transport (LEDBAT)},
  112. author={Shalunov, Stanislav and Hazel, Greg and Iyengar, Janardhan and Kuehlewind, Mirja},
  113. journal={draft-ietf-ledbat-congestion-04. txt},
  114. year={2010}
  115. }
  116. @book{SCTP,
  117. title={Stream control transmission protocol (SCTP): a reference guide},
  118. author={Stewart, Randall R and Xie, Qiaobing},
  119. year={2001},
  120. publisher={Addison-Wesley Longman Publishing Co., Inc.}
  121. }
  122. @article{ICE,
  123. title={Interactive connectivity establishment (ice): A protocol for network address translator (nat) traversal for offer/answer protocols},
  124. author={Rosenberg, Jonathan and Keranen, Ari},
  125. year={2013}
  126. }