123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- @article{AFS,
- title={Scale and performance in a distributed file system},
- 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},
- journal={ACM Transactions on Computer Systems (TOCS)},
- volume={6},
- number={1},
- pages={51--81},
- year={1988},
- publisher={ACM}
- }
- @article{Oceanstore,
- title={Oceanstore: An architecture for global-scale persistent storage},
- 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},
- journal={ACM Sigplan Notices},
- volume={35},
- number={11},
- pages={190--201},
- year={2000},
- publisher={ACM}
- }
- @online{BitTorrentUsers,
- author={BitTorrent, Inc.},
- title={BitTorrent and µTorrent Software Surpass 150 Million User Milestone},
- month=jan,
- year=2012,
- url={http://www.bittorrent.com/intl/es/company/about/ces_2012_150m_users},
- }
- @inproceedings{mashtizadeh13,
- title={Replication, history, and grafting in the Ori file system},
- author={Mashtizadeh, Ali Jos{\'e} and Bittau, Andrea and Huang, Yifeng Frank and Mazieres, David},
- booktitle={Proceedings of the Twenty-Fourth ACM Symposium on Operating Systems Principles},
- pages={151--166},
- year={2013},
- organization={ACM}
- }
- @incollection{maymounkov02,
- 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}
- }
- @inproceedings{wang13,
- title={Measuring large-scale distributed systems: case of BitTorrent Mainline DHT},
- author={Wang, Liang and Kangasharju, Jussi},
- booktitle={Peer-to-Peer Computing (P2P), 2013 IEEE Thirteenth International Conference on},
- pages={1--10},
- year={2013},
- organization={IEEE}
- }
- @inproceedings{freedman04,
- title={Democratizing Content Publication with Coral.},
- author={Freedman, Michael J and Freudenthal, Eric and Mazieres, David},
- booktitle={NSDI},
- volume={4},
- pages={18--18},
- year={2004}
- }
- @misc{dean11,
- title={leveldb--A fast and lightweight key/value database library by Google},
- author={Dean, Jeffrey and Ghemawat, Sanjay},
- year={2011}
- }
- @inproceedings{baumgart07,
- 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},
- organization={IEEE}
- }
- @inproceedings{cohen03,
- title={Incentives build robustness in BitTorrent},
- author={Cohen, Bram},
- booktitle={Workshop on Economics of Peer-to-Peer systems},
- volume={6},
- pages={68--72},
- year={2003}
- }
- @inproceedings{levin08,
- title={Bittorrent is an auction: analyzing and improving bittorrent's incentives},
- author={Levin, Dave and LaCurts, Katrina and Spring, Neil and Bhattacharjee, Bobby},
- booktitle={ACM SIGCOMM Computer Communication Review},
- volume={38},
- number={4},
- pages={243--254},
- year={2008},
- organization={ACM}
- }
- @article{mazieres00,
- title={Self-certifying file system},
- author={Mazieres, David and Kaashoek, Frans},
- year={2000},
- publisher={Citeseer}
- }
- @inproceedings{mazieres98,
- title={Escaping the evils of centralized control with self-certifying pathnames},
- author={Mazieres, David and Kaashoek, M Frans},
- booktitle={Proceedings of the 8th ACM SIGOPS European workshop on Support for composing distributed applications},
- pages={118--125},
- year={1998},
- organization={ACM}
- }
- @article{UTP,
- title={LEDBAT+ BitTorrent},
- author={Rossi, Dario}
- }
- @article{LEDBAT,
- title={Low extra delay background transport (LEDBAT)},
- author={Shalunov, Stanislav and Hazel, Greg and Iyengar, Janardhan and Kuehlewind, Mirja},
- journal={draft-ietf-ledbat-congestion-04. txt},
- year={2010}
- }
- @book{SCTP,
- title={Stream control transmission protocol (SCTP): a reference guide},
- author={Stewart, Randall R and Xie, Qiaobing},
- year={2001},
- publisher={Addison-Wesley Longman Publishing Co., Inc.}
- }
- @article{ICE,
- title={Interactive connectivity establishment (ice): A protocol for network address translator (nat) traversal for offer/answer protocols},
- author={Rosenberg, Jonathan and Keranen, Ari},
- year={2013}
- }
|