This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bibliography.bib
1178 lines (1064 loc) · 39 KB
/
bibliography.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
% Encoding: UTF-8
@misc{5g-promises,
author = {Klint Finle},
year = {2018},
month = {December},
url = {https://www.wired.com/story/wired-guide-5g/},
title = {The WIRED Guide to 5G}
}
@misc{5g-stats,
author = {statista},
year = {2019},
month = {February},
url = {https://www.statista.com/statistics/964648/5g-connections-worldwide/},
title = {Forecast number of 5G connections worldwide from 2019 to 2025 (in billions)}
}
@misc{netflix-speed-recommendation,
author = {Netflix},
year = {2018},
url = {https://help.netflix.com/en/node/306},
title = {Internet Connection Speed Recommendations}
}
@misc{periscope-stats,
author = {Salman Aslam},
year = {2017},
url = {https://www.omnicoreagency.com/periscope-statistics/},
title = {Periscope by the Numbers: Stats, Demographics \& Fun Facts}
}
@misc{bittorrent-stats,
author = {Emil Protalinski},
year = {2018},
month = {October},
url = {https://venturebeat.com/2018/10/04/bittorrents-utorrent-web-passes-1-million-daily-active-users/},
title = {BitTorrent’s uTorrent Web passes 1 million daily active users}
}
@misc{bittorrent-facebook,
author = {Ernesto},
year = {2010},
month = {June},
url = {https://torrentfreak.com/facebook-uses-bittorrent-and-they-love-it-100625/},
title = {Facebook Uses BitTorrent, and They Love It}
}
@misc{bittorrent-live,
author = {Christian},
year = {2017},
month = {May},
url = {http://blog.bittorrent.com/2016/05/17/bittorrent-live-multichannel-app-for-live-and-linear-programming-unveiled-at-intx},
title = {BitTorrent Live: Multichannel App for Live and Linear Programming Unveiled at INTX}
}
@misc{bittorrent-live-shutdown,
author = {Janko Roettgers},
year = {2017},
month = {May},
url = {http://blog.bittorrent.com/2016/05/17/bittorrent-live-multichannel-app-for-live-and-linear-programming-unveiled-at-intx},
title = {BitTorrent Live: Multichannel App for Live and Linear Programming Unveiled at INTX}
}
@misc{ipfs-website,
author = {IPFS},
url = {https://ipfs.io},
title = {IPFS is the Distributed Web}
}
@TechReport{media-capture-and-streams,
author = "Anant Narayanan and Daniel Burnett and Bernard Aboba and Adam Bergkvist and Cullen Jennings",
title = "Media Capture and Streams",
month = oct,
url = "https://www.w3.org/TR/2017/CR-mediacapture-streams-20171003",
year = "2017",
type = "Candidate Recommendation",
institution = "W3C",
}
@inproceedings{dht-churn,
author = {Rhea, Sean and Geels, Dennis and Roscoe, Timothy and Kubiatowicz, John},
title = {Handling Churn in a DHT},
booktitle = {Proceedings of the Annual Conference on USENIX Annual Technical Conference},
series = {ATEC '04},
year = {2004},
location = {Boston, MA},
pages = {10--10},
numpages = {1},
url = {http://dl.acm.org/citation.cfm?id=1247415.1247425},
acmid = {1247425},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@misc{medium-dnets,
url ="https://medium.com/textileio/five-projects-that-are-decentralizing-the-web-in-slightly-different-ways-debf0fda286a",
title = "Five projects that are decentralizing the web in slightly different ways",
author = {Farmer, Carson},
month = {9},
day = {18},
year = {2018},
publisher = {Medium}
}
@TechReport{media-source-extensions,
author = "Aaron Colwell and Jerry Smith and Adrian Bateman and Matthew Wolenetz and Mark Watson",
title = "Media Source Extensions\texttrademark{}",
month = nov,
url = {https://www.w3.org/TR/2016/REC-media-source-20161117},
year = "2016",
type = "{W3C} Recommendation",
institution = "W3C",
}
@TechReport{webrtc-w3c,
author = "Jan-Ivar Bruaroey and Daniel Burnett and Taylor Brandstetter and Cullen Jennings and Anant Narayanan and Adam Bergkvist and Bernard Aboba",
title = "{WebRTC} 1.0: Real-time Communication Between Browsers",
month = sep,
url = "https://www.w3.org/TR/2018/CR-webrtc-20180927",
year = "2018",
type = "Candidate Recommendation",
institution = "W3C",
}
@TechReport{html-w3c,
author = "Steve Faulkner and Alex Danilo and Arron Eicholz and Sangwhan Moon and Travis Leithead",
title = "{HTML} 5.2",
month = dec,
url = "https://www.w3.org/TR/2017/REC-html52-20171214",
year = "2017",
type = "{W3C} Recommendation",
institution = "W3C",
}
@book{high-performance-browser-networking,
author = {Ilya Grigorik},
day = {30},
edition = {1},
howpublished = {Paperback},
month = sep,
publisher = {O'Reilly Media},
title = {High Performance Browser Networking: What every web developer should know about networking and web performance},
year = {2013}
}
@misc{caniuse-hls,
url = {https://caniuse.com/#search=hls},
title = {Support tables for HTTP Live Streaming},
author = {Deveria, Alexis},
year = {2019}
}
@techreport{rfc-hls,
series = {Request for Comments},
number = 8216,
howpublished = {RFC 8216},
publisher = {RFC Editor},
doi = {10.17487/RFC8216},
url = {https://rfc-editor.org/rfc/rfc8216.txt},
author = {Roger Pantos and William May},
title = {{HTTP Live Streaming}},
pagetotal = 60,
year = 2017,
month = aug
}
@techreport{session-description-protocol,
series = {Request for Comments},
number = 4566,
howpublished = {RFC 4566},
publisher = {RFC Editor},
doi = {10.17487/RFC4566},
url = {https://rfc-editor.org/rfc/rfc4566.txt},
author = {Colin Perkins and Mark J. Handley and Van Jacobson},
title = {{SDP: Session Description Protocol}},
year = 2006,
month = jul
}
@techreport{trickle-ice,
author = {Emil Ivov and Eric Rescorla and Justin Uberti and Peter Saint-Andre},
title = {Trickle ICE: Incremental Provisioning of Candidates for the Interactive Connectivity Establishment (ICE) Protocol},
howpublished = {Working Draft},
type = {Internet-Draft},
number = {draft-ietf-ice-trickle-21},
year = {2018},
month = {April},
institution = {IETF},
url = {http://www.ietf.org/internet-drafts/draft-ietf-ice-trickle-21.txt}
}
@techreport{turn-rfc,
author = {R. Mahy and P. Matthews and J. Rosenberg},
title = {Traversal Using Relays around NAT (TURN): Relay Extensions to Session Traversal Utilities for NAT (STUN)},
howpublished = {Internet Requests for Comments},
type = {RFC},
number = {5766},
year = {2010},
month = {April},
issn = {2070-1721},
publisher = {RFC Editor},
institution = {RFC Editor},
url = {http://www.rfc-editor.org/rfc/rfc5766.txt}
}
@techreport{stun-rfc,
author = {J. Rosenberg and R. Mahy and P. Matthews and D. Wing},
title = {Session Traversal Utilities for NAT (STUN)},
howpublished = {Internet Requests for Comments},
type = {RFC},
number = {5389},
year = {2008},
month = {October},
issn = {2070-1721},
publisher = {RFC Editor},
institution = {RFC Editor},
url = {http://www.rfc-editor.org/rfc/rfc5389.txt}
}
@techreport{sdp-rfc,
author = {M. Handley and V. Jacobson and C. Perkins},
title = {SDP: Session Description Protocol},
howpublished = {Internet Requests for Comments},
type = {RFC},
number = {4566},
year = {2006},
month = {July},
issn = {2070-1721},
publisher = {RFC Editor},
institution = {RFC Editor},
url = {http://www.rfc-editor.org/rfc/rfc4566.txt}
}
@techreport{iso-mpeg-dash,
type = {Standard},
key = {ISO/IEC 23009-1:2014},
month = 5,
year = {2014},
title = {Information technology -- Dynamic adaptive streaming over HTTP (DASH)},
author = {International Organization for Standardization}
}
@misc{hls-vs-dash,
url = {https://www.vidbeo.com/blog/hls-vs-dash},
title = {HLS vs DASH},
year = {2018},
author = {Vidbeo}
}
@misc{utp-micro-torrent-transport-protocol,
url = "http://www.bittorrent.org/beps/bep_0029.html",
author = {Arvid Norberg},
title = {uTorrent Transport Protocol},
origdate = {2009-06-22},
date = {2017-01-12},
url = {http://www.bittorrent.org/beps/bep_0029.html}
}
@ARTICLE{content-centric-networking,
author={C. Severance},
journal={Computer},
title={Van Jacobson: Content–Centric Networking},
year={2013},
volume={46},
number={1},
pages={11-13},
doi={10.1109/MC.2013.34},
ISSN={0018-9162},
month={Jan}
}
@article{kademlia,
title={Kademlia: A Peer-to-Peer Information System Based on the XOR Metric},
url={https://pdos.csail.mit.edu/~petar/papers/maymounkov-kademlia-lncs.pdf},
DOI={10.1007/3-540-45748-8_5},
journal={Peer-to-Peer Systems Lecture Notes in Computer Science}, author={Maymounkov, Petar and Mazières, David}, year={2002}, pages={53–65}
}
@inproceedings{s_kademlia,
author = {Baumgart, Ingmar and Mies, Sergio},
year = {2008},
month = {01},
pages = {1-8},
title = {S/Kademlia: A practicable approach towards secure key-based routing},
volume = {2},
isbn = {978-1-4244-1889-3},
doi = {10.1109/ICPADS.2007.4447808}
}
@misc{get-user-media,
url = {https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia},
title = {MediaDevices.getUserMedia()},
year = {2019},
month = {2},
author = {Jib and jake-low and Sheppy and servinlp and fscholz and ptman and jpmedley and albinlarsson and tmadhavan and Zmoki and tatellos and libbymc and ottoetc and j1mr10rd4n and fippo and myakura and jamix and Sole and createMo and drob and connormckelvey and mborn319 and jwhitlock and Sebastianz and shamakry and teoli and Mkmelin and yati}
}
@misc{media-format-browser-compat,
url = {https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats#Browser_compatibility},
title = {Media formats for HTML audio and video – Browser compatibility},
year = {2018},
month = {12},
author = "Mozilla and izderadicka and Sheppy and Landmaster and cweiske and jyavenard and slokhorst and daniel-hemmati and TornadoIDS and craigfrancis and jpmedley and btzy and nighca and aenoble and kentuckyfriedtakahe and TD-Linux and Sebastianz and JoshuaJB and luckyrat and anotherkabab and hackroid26 and chrisdavidmills and kscarfone and alberts and jamix and elatllat and User and Qantas94Heavy and NV and teoli and silverwind and Aleksej and cadeyrn and Hsivonen and frankyan and Husky and notthetup and .vimrc and mcheale and Pigyman and planet36 and Dikrib and kbrosnan and liam101 and Morac and Beanow and gregsanderson and rillian and nicoz and pimmhogeling and drawoc and Svl and derf and SamatJain and khuey and Crash"
}
@misc{webrtc-browser-compat,
url = {https://developer.mozilla.org/en-US/docs/Web/API/RTCPeerConnection#Browser_compatibility},
title = {RTCPeerConnection – Browser compatibility},
year = {2018},
month = {11},
author = "ssskip and Sheppy and fscholz and Victorystick and jpmedley and arturparkhisenko and pu245 and abbycar and ajayullal and Jib and SOCSIELEARNING and sheffler and teoli and MikeHoffert and Delapouite and Pearlmutter and Yunzhou and wesj and Developedbyme and kscarfone"
}
@INPROCEEDINGS{bdi-agents-theory-practice,
author = {Anand S. Rao and Michael P. Georgeff},
title = {BDI Agents: From Theory to Practice},
booktitle = {IN PROCEEDINGS OF THE FIRST INTERNATIONAL CONFERENCE ON MULTI-AGENT SYSTEMS (ICMAS-95},
year = {1995},
pages = {312--319},
publisher = {ACM},
address = {New York, NY, USA}
}
@misc{mitosis-britannica,
url={https://www.britannica.com/science/cell-biology/Cell-division-and-growth},
author = {Staehelin, L. Andrew and Laskey, Ronald A.},
title = {Cell Division And Growth},
publisher = {Encyclopaedia Britannica},
month = {2},
year = {2019}
}
@misc{skype-p2p-primer,
url = {https://www.disruptivetelephony.com/2010/11/a-brief-primer-on-the-tech-behind-skype-p2psip-and-p2p-networks.html},
month = {11},
year ={2010},
author = {York, Dan},
title = {A Brief Primer on the Tech Behind Skype, P2PSIP and P2P Networks},
publisher = {Disruptive Telephony}
}
@article{swarm-screen,
author = {R. Choffnes, David and Duch, Jordi and Malmgren, Dean and Guierm, Roger and ´ an, Fabi and Bustamante, E},
year = {2019},
month = {03},
title = {SwarmScreen: Privacy Through Plausible Deniability in P2P Systems}
}
@article{tor-privacy,
author = {Adrian Yanes},
title = {Privacy and Anonymity},
journal = {CoRR},
volume = {abs/1407.0423},
year = {2014},
url = {http://arxiv.org/abs/1407.0423},
archivePrefix = {arXiv},
eprint = {1407.0423}
}
@InProceedings{sybil-attack,
author="Douceur, John R.",
editor="Druschel, Peter and Kaashoek, Frans and Rowstron, Antony",
title="The Sybil Attack",
booktitle="Peer-to-Peer Systems",
year="2002",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="251--260"
}
@misc{schneider-dont-roll-your-own-crypto,
url = {https://www.schneier.com/blog/archives/2015/05/amateurs_produc.html},
author = {Schneier, Bruce},
month = {5},
year = {2015},
title = {Amateurs Produce Amateur Cryptography},
publisher = {Schneier on Security}
}
@misc{eth-identity,
url = {https://erc725alliance.org/},
author = {Vogelsteller, Fabian},
title = {ERC-725 Ethereum Identity Standard},
year = {2018},
month = {11}
}
@misc{gartner-iam,
url = {https://www.gartner.com/smarterwithgartner/the-beginners-guide-to-decentralized-identity/},
author = {Pettey, Christy},
title = {The Beginner’s Guide to Decentralized Identity},
year = {2018},
month = {6}
}
@misc{motherboard-dont-roll-your-own-crypto,
url = {https://motherboard.vice.com/en_us/article/wnx8nq/why-you-dont-roll-your-own-crypto},
author = {Cox, Joseph},
year = {2015},
month = {12},
title = {Why You Don't Roll Your Own Crypto},
publisher = {Motherboard}
}
@misc{skype-ditching-p2p,
url = {https://www.zdnet.com/article/skype-ditched-peer-to-peer-supernodes-for-scalability-not-surveillance/},
author = {Whittaker, Zack},
month = {6},
year = {2013},
title = {Skype ditched peer-to-peer supernodes for scalability, not surveillance},
publisher = {ZDnet Zero Day}
}
@inbook{p2p-social-impact,
author = {Glorioso, Andrea and Pagallo, Ugo and Ruffo, Giancarlo},
year = {2010},
month = {10},
pages = {47-70},
title = {The Social Impact of P2P Systems},
journal = {Handbook of Peer-to-Peer Networking},
doi = {10.1007/978-0-387-09751-0_2}
}
@techreport{p2p-vulnerabilities,
author = {Engle, Marling and I Khan, Javed},
year = {2016},
month = {11},
address = {Kent, OH, USA},
title = {Vulnerabilities of P2P Systems and a Critical Look at their Solutions},
publisher = {Networking and Media Communications Research Laboratories, Computer Science Department, Kent State University}
}
@techreport{ip-multicast-sec,
number = {draft-irtf-smug-sec-mcast-arch-00},
type = {Internet-Draft},
institution = {Internet Engineering Task Force},
publisher = {Internet Engineering Task Force},
note = {Work in Progress},
url = {https://datatracker.ietf.org/doc/html/draft-irtf-smug-sec-mcast-arch-00},
author = {Pau-Chen Cheng and Dr. Debanjan Saha and Ran Canetti and Dimitrios Pendarakis and J.R. Rao and Pankaj Rohatgi},
title = {{An Architecture for Secure Internet Multicast}},
pagetotal = 18,
year = 1999,
month = feb,
day = 25
}
@misc{tox-chat-app,
url = {https://www.linux.com/learn/tox-your-new-secure-chat-application},
month = {9},
year = {2016},
author = {Brown, Paul},
title = {Tox Is Your New Secure Chat Application},
publisher = {Linux.com}
}
@misc{webrtc-hacks-safari,
author = {Phillips, Chad},
url = {https://webrtchacks.com/guide-to-safari-webrtc},
title = {Guide to WebRTC with Safari in the Wild},
year = {2018},
month = {9},
day = {7}
}
@misc{media-recorder-api,
author = {octavn and fscholz and SOCSIELEARNING and Sheppy and iskin and lazarljubenovic and Ambar and dimaspirit},
year = {2019},
month = {1},
title = {MediaStream Recording API},
url = {https://developer.mozilla.org/en-US/docs/Web/API/MediaStream_Recording_API}
}
@misc{media-recorder,
author = {Naicu, Octavian},
year = {2019},
month = {1},
day = {29},
title = {MediaStream Recorder API Now Available in Safari Technology Preview 73},
url = {https://blog.addpipe.com/safari-technology-preview-73-adds-limited-mediastream-recorder-api-support/}
}
@misc{roberts,
url = {https://cs.stanford.edu/people/eroberts/cs201/projects/packet-monitoring/background.htm},
title = {Basics of Internet data transmission},
year = {2005},
author = {Roberts, Eric}
}
@misc{shuler2002,
url = {https://web.stanford.edu/class/msande91si/www-spr04/readings/week1/InternetWhitepaper.htm},
journal = {How Does the Internet Work?},
publisher = {Pomeroy IT Solutions},
author = {Shuler, Rus},
year = {2002}
}
@misc{simoneau2006,
url = {http://ru6.cti.gr/bouras-old/WP_Simoneau_OSIModel.pdf},
journal = {The OSI Model: Understanding the Seven Layers of Computer Networks},
publisher = {Global Knowledge},
author = {Simoneau, Paul},
year = {2006}
}
@misc{osi-model-explained,
url = {https://www.cloudflare.com/learning/ddos/glossary/open-systems-interconnection-model-osi},
title = {What Is The OSI Model?},
author = {Cloudflare},
year = {2019}
}
@article{market-driven-p2p,
author={S. Lin and R. Pal and B. Wang and L. Golubchik},
journal={IEEE Transactions on Multimedia},
title={On Market-Driven Hybrid-P2P Video Streaming},
year={2017},
volume={19},
number={5},
pages={984-998},
doi={10.1109/TMM.2016.2644868},
ISSN={1520-9210},
month={May}
}
@techreport{ISO1064-osi-model,
type = {Standard},
key = {ISO/IEC 10164-16:1997(E)},
month = may,
year = {1997},
title = {{Information technology -- Open Systems Interconnection -- Systems Management: Management knowledge management function }},
address = {Geneva, CH},
author = {International Organization for Standardization}
}
@inproceedings{anatomy-personalized-livestreaming,
author = {Wang, Bolun and Zhang, Xinyi and Wang, Gang and Zheng, Haitao and Zhao, Ben Y.},
title = {Anatomy of a Personalized Livestreaming System},
booktitle = {Proceedings of the 2016 Internet Measurement Conference},
series = {IMC '16},
year = {2016},
isbn = {978-1-4503-4526-2},
location = {Santa Monica, California, USA},
pages = {485--498},
numpages = {14},
url = {http://doi.acm.org/10.1145/2987443.2987453},
doi = {10.1145/2987443.2987453},
acmid = {2987453},
publisher = {ACM},
address = {New York, NY, USA}
}
@INPROCEEDINGS{coolstreaming,
author={Xinyan Zhang and Jiangchuan Liu and Bo Li and Y. -. P. Yum},
booktitle={Proceedings IEEE 24th Annual Joint Conference of the IEEE Computer and Communications Societies.},
title={CoolStreaming/DONet: a data-driven overlay network for peer-to-peer live media streaming},
year={2005},
volume={3},
pages={2102-2111 vol. 3},
doi={10.1109/INFCOM.2005.1498486},
ISSN={0743-166X},
month={March}
}
@ARTICLE{coolstreaming-design-theory,
author={S. Xie and B. Li and G. Y. Keung and X. Zhang},
journal={IEEE Transactions on Multimedia},
title={Coolstreaming: Design, Theory, and Practice},
year={2007},
volume={9},
number={8},
pages={1661-1671},
doi={10.1109/TMM.2007.907469},
ISSN={1520-9210},
month={Dec}
}
@article{hlpsp,
title = "Hybrid Live P2P Streaming Protocol",
journal = "Procedia Computer Science",
volume = "32",
pages = "158 - 165",
year = "2014",
note = "The 5th International Conference on Ambient Systems, Networks and Technologies (ANT-2014), the 4th International Conference on Sustainable Energy Information Technology (SEIT-2014)",
issn = "1877-0509",
doi = "https://doi.org/10.1016/j.procs.2014.05.410",
url = "http://www.sciencedirect.com/science/article/pii/S1877050914006103",
author = "Chourouk Hammami and Imen Jemili and Achraf Gazdar and Abdelfettah Belghith and Mohamed Mosbah"
}
@article{comparative-analysis-hybrid-p2p,
author = {Pal, Kunwar and Govil, M.C. and Ahmed, Mushtaq},
year = {2017},
month = {06},
pages = {263-271},
title = {Comparative Analysis of Utilization Based Hybrid Overlay for Live Video Streaming in P2P Network},
volume = {10},
journal = {International Journal of Intelligent Engineering and Systems},
doi = {10.22266/ijies2017.0630.30}
}
@techreport{ice-rfc,
author = {J. Rosenberg},
title = {Interactive Connectivity Establishment (ICE): A Protocol for Network Address Translator (NAT) Traversal for Offer/Answer Protocols},
howpublished = {Internet Requests for Comments},
type = {RFC},
number = {5245},
year = {2010},
month = {April},
issn = {2070-1721},
publisher = {RFC Editor},
institution = {RFC Editor},
url = {http://www.rfc-editor.org/rfc/rfc5245.txt}
}
@inproceedings{churn-resilience,
author="Baldoni, Roberto and Mian, Adnan Noor and Scipioni, Sirio and Tucci-Piergiovanni, Sara",
editor="Pal, Ajit and Kshemkalyani, Ajay D. and Kumar, Rajeev and Gupta, Arobinda",
title="Churn Resilience of Peer-to-Peer Group Membership: A Performance Analysis",
booktitle="Distributed Computing -- IWDC 2005",
year="2005",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="226--237"
}
@book{distributed-systems-concepts-design,
author = {Coulouris, George and Dollimore, Jean and Kindberg, Tim and Blair, Gordon},
title = {Distributed Systems: Concepts and Design},
year = {2011},
edition = {5th},
publisher = {Addison-Wesley Publishing Company},
address = {USA}
}
@INPROCEEDINGS{hybrid-cdn-p2p-study,
author={S. M. Y. Seyyedi and B. Akbari},
booktitle={2011 International Symposium on Computer Networks and Distributed Systems (CNDS)},
title={Hybrid CDN-P2P architectures for live video streaming: Comparative study of connected and unconnected meshes},
year={2011},
pages={175-180},
doi={10.1109/CNDS.2011.5764567},
month={Feb}
}
@report{rfc791-ip,
shorthand = {RFC791},
author = {Information Sciences Institute University of Southern California},
year = {1981},
month = {9},
title = {INTERNET PROTOCOL DARPA INTERNET PROGRAM PROTOCOL SPECIFICATION},
note = {RFC 791}
}
@misc{mse-google,
url = {https://developers.google.com/web/fundamentals/media/mse/basics},
author = "Joseph Medley and François Beaufort",
year = {2018},
month = {12},
day = {18},
title = {Web Fundamentals – Media Source Extensions}
}
@misc{wiki:osi-model,
author = "Wikimedia Commons",
title = "File:Osi-model-jb.svg --- Wikimedia Commons{,} the free media repository",
year = "2015",
url = "https://commons.wikimedia.org/w/index.php?title=File:Osi-model-jb.svg&oldid=159438196"
}
@article{chord,
author = {Stoica, Ion and Morris, Robert and Karger, David and Kaashoek, M. Frans and Balakrishnan, Hari},
title = {Chord: A Scalable Peer-to-peer Lookup Service for Internet Applications},
journal = {SIGCOMM Comput. Commun. Rev.},
issue_date = {October 2001},
volume = {31},
number = {4},
month = aug,
year = {2001},
issn = {0146-4833},
pages = {149--160},
numpages = {12},
url = {http://doi.acm.org/10.1145/964723.383071},
doi = {10.1145/964723.383071},
acmid = {383071},
publisher = {ACM},
address = {New York, NY, USA},
}
@techreport{rfc6455,
AUTHOR = "I. Fette and A. Melnikov",
TITLE = "{The WebSocket Protocol}",
HOWPUBLISHED = {Internet Requests for Comments},
TYPE = "{RFC}",
NUMBER = 6455,
YEAR = {2011},
MONTH = {December},
ISSN = {2070-1721},
URL = {https://tools.ietf.org/html/rfc6455}
}
@article{stutzbach_rejaie_2006,
title={Understanding churn in peer-to-peer networks},
DOI={10.1145/1177080.1177105},
journal={Proceedings of the 6th ACM SIGCOMM on Internet measurement - IMC 06},
pages={189},
author={Stutzbach, Daniel and Rejaie, Reza},
year={2006},
month={Oct}
}
@INPROCEEDINGS{multicast,
author={R. Perlman},
booktitle={Proceedings. 2004 12th IEEE International Conference on Networks (ICON 2004) (IEEE Cat. No.04EX955)},
title={Models for IP multicast},
year={2004},
volume={2},
pages={678-682 vol.2},
doi={10.1109/ICON.2004.1409261},
ISSN={1531-2216},
month={Nov}
}
@InProceedings{push-to-pull,
author="Locher, Thomas and Meier, Remo and Schmid, Stefan and Wattenhofer, Roger",
editor="Pelc, Andrzej",
title="Push-to-Pull Peer-to-Peer Live Streaming",
booktitle="Distributed Computing",
year="2007",
publisher="Springer Berlin Heidelberg",
address="Berlin, Heidelberg",
pages="388--402"
}
@book{tanenbaum_wetherall_2011,
edition={5},
title={Computer networks},
publisher={Prentice Hall},
author={Tanenbaum, Andrew S. and Wetherall, David J.},
address = {Upper Saddle River, NJ, USA},
year={2011}
}
@article{riviere_voulgaris_2011,
title={Gossip-Based Networking for Internet-Scale Distributed Systems},
DOI={10.1007/978-3-642-20862-1_18},
journal={Lecture Notes in Business Information Processing E-Technologies: Transformation in a Connected World},
author={Rivière, Etienne and Voulgaris, Spyros},
year={2011},
pages={253–284}
}
@article{Jelasity2011,
author = {Jelasity, M{\'{a}}rk},
doi = {10.1007/978-3-642-17348-6_7},
journal = {Natural Computing Series Self-organising Software},
pages = {139--162},
title = {{Gossip}},
year = {2011}
}
@article{Mukhija_Arun,
author = {Mukhija, Arun},
title={Reactive Routing Protocol for Mobile Ad-Hoc Networks },
url = {https://files.ifi.uzh.ch/rerg/amadeus/staff/mukhija/rrp_thesis.pdf},
year={2001}
}
@article{kalwar_2010,
title={Introduction to reactive protocol},
volume={29},
DOI={10.1109/mpot.2009.935243},
number={2},
journal={IEEE Potentials},
author={Kalwar, S.},
year={2010},
pages={34–35},
url = {https://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=5438254&tag=1}
}
@misc{rfc-oslr,
series = {Request for Comments},
number = 3626,
url = {https://tools.ietf.org/html/rfc3626},
author = {T. Clausen, Ed. and P. Jacquet, Ed.},
title = {Optimized Link State Routing Protocol (OLSR)},
year = 2003
}
@article{jacquet_muhlethaler_clausen_laouiti_qayyum_viennot,
title={Optimized link state routing protocol for ad hoc networks}, url={https://www.cs.jhu.edu/~dholmer/600.647/papers/OLSR.pdf},
DOI={10.1109/inmic.2001.995315},
journal={Proceedings. IEEE International Multi Topic Conference, 2001. IEEE INMIC 2001. Technology for the 21st Century.},
author={Jacquet, P. and Muhlethaler, P. and Clausen, T. and Laouiti, A. and Qayyum, A. and Viennot, L.},
year={2001}
}
@book{signaling-systems-book,
author = {Dryburgh, Lee and Hewett, Jeff},
title = {Signaling System No. 7 (SS7/C7): Protocol, Architecture, and Applications},
year = {2003},
isbn = {1587050404},
publisher = {Cisco Press},
address = {Indianapolis, IN, USA}
}
@misc{batman,
url = "https://www.open-mesh.org/projects/open-mesh/wiki/BATMANConcept",
title = {B.A.T.M.A.N. protocol concept},
author = {Freifunk},
year = {2017}
}
@article{tobias_hardes,
author = {Tobias Hardes},
title={Performance analysis and simulation of a Freifunk Mesh network in Paderborn using B.A.T.M.A.N Advanced},
url = {http://thardes.de/wp-content/uploads/2016/03/thesis.pdf},
year={2015}
}
@misc{gnutella04,
url = {http://rfc-gnutella.sourceforge.net/developer/stable/index.html},
author = {Patrick Kirk},
title = {The Annotated Gnutella Protocol Specification v0.4},
year = {2003}
}
@misc{gnutellaAnalysis,
url = {https://www.diva-portal.org/smash/get/diva2:837860/FULLTEXT01.pdf},
author = {Dragos Ilie},
title = {GNUTELLA NETWORK TRAFFIC MEASUREMENTS AND CHARACTERISTICS},
year = {2006}
}
@article{pastry,
title={Pastry: Scalable, Decentralized Object Location, and Routing for Large-Scale Peer-to-Peer Systems},
DOI={10.1007/3-540-45518-3_18},
journal={Middleware 2001 Lecture Notes in Computer Science}, author={Rowstron, Antony and Druschel, Peter},
year={2001}, pages={329–350},
url={http://rowstron.azurewebsites.net/PAST/pastry.pdf}
}
@article{tapestry,
title={Tapestry: A Resilient Global-Scale Overlay for Service Deployment},
volume={22},
DOI={10.1109/jsac.2003.818784},
number={1},
journal={IEEE Journal on Selected Areas in Communications}, author={Zhao, Ben Y. and Huang, Ling and Stribling, Jeremy and Rhea, Sean C. and Joseph, Anthony D. and Kubiatowicz, John D.},
year={2004},
pages={41–53},
url={http://www.srhea.net/papers/tapestry_jsac.pdf}
}
@misc{consistentHashing,
title={A Guide to Consistent Hashing},
author={Juan Pablo Carzolio},
url={https://www.toptal.com/big-data/consistent-hashing#the-solution-consistent-hashing}
}
@misc{p2p-bootstrapping,
title={Bootstrapping Peer-to-Peer Networks},
author={GauthierDickey, Chris and Grothof, christian},
year = {2008},
url={https://grothoff.org/christian/dasp2p.pdf}
}
@misc{ipfs-bootstrapping,
title={libp2p - specs - architecture},
author={Dias, David and Ray, James and Vilata-i-Balaguer, Ivan and Gierth, Lars and Chen, Wei and Rampin, Remi and Swenson-Healey, Erin and JesseWeinstein and Tang, Eric and bigs},
url={https://github.com/libp2p/specs/blob/master/4-architecture.md#44-discovery}
}
@misc{js-ipfs-video-streaming,
title={Streaming video in the browser with js-ipfs and hls.js},
author={Alan Shaw},
url={https://github.com/ipfs/js-ipfs/tree/master/examples/browser-video-streaming}
}
@inproceedings{twitch-measurement-study,
author = {Zhang, Cong and Liu, Jiangchuan},
title = {On Crowdsourced Interactive Live Streaming: A Twitch.Tv-based Measurement Study},
booktitle = {Proceedings of the 25th ACM Workshop on Network and Operating Systems Support for Digital Audio and Video},
series = {NOSSDAV '15},
year = {2015},
isbn = {978-1-4503-3352-8},
location = {Portland, Oregon},
pages = {55--60},
numpages = {6},
url = {http://doi.acm.org/10.1145/2736084.2736091},
doi = {10.1145/2736084.2736091},
acmid = {2736091},
publisher = {ACM},
address = {New York, NY, USA}
}
@inproceedings{youtube-twitch-tour,
author = {Pires, Karine and Simon, Gwendal},
title = {YouTube Live and Twitch: A Tour of User-generated Live Streaming Systems},
booktitle = {Proceedings of the 6th ACM Multimedia Systems Conference},
series = {MMSys '15},
year = {2015},
isbn = {978-1-4503-3351-1},
location = {Portland, Oregon},
pages = {225--230},
numpages = {6},
url = {http://doi.acm.org/10.1145/2713168.2713195},
doi = {10.1145/2713168.2713195},
acmid = {2713195},
publisher = {ACM},
address = {New York, NY, USA}
}
@inproceedings{twitch-case,
author = {Deng, Jie and Tyson, Gareth and Cuadrado, Félix and Uhlig, Steve},
year = {2017},
month = {02},
pages = {60-71},
title = {Internet Scale User-Generated Live Video Streaming: The Twitch Case},
isbn = {978-3-319-54327-7},
doi = {10.1007/978-3-319-54328-4_5}
}
@inproceedings{multicast-problems,
author={Y. Feng and D. Xiao-liang and X. Ru-zhi},
booktitle={2008 International Conference on Computer Science and Software Engineering},
title={The Common Problems on the Peer-to-Peer Multicast Overlay Networks},
year={2008},
volume={3},
pages={98-101},
doi={10.1109/CSSE.2008.1518},
month={Dec}
}
@inproceedings{p2p-stream-success,
author = {D\'{a}n, Gy\"{o}rgy and Fodor, Vikt\'{o}ria},
title = {An Analytical Study of Low Delay Multi-tree-based Overlay Multicast},
booktitle = {Proceedings of the 2007 Workshop on Peer-to-peer Streaming and IP-TV},
series = {P2P-TV '07},
year = {2007},
isbn = {978-1-59593-789-6},
location = {Kyoto, Japan},
pages = {352--357},
numpages = {6},
url = {http://doi.acm.org/10.1145/1326320.1326331},
doi = {10.1145/1326320.1326331},
acmid = {1326331},
publisher = {ACM},
address = {New York, NY, USA}
}
@inproceedings{periscope-experience,
author = {Siekkinen, Matti and Masala, Enrico and K\"{a}m\"{a}r\"{a}inen, Teemu},
title = {A First Look at Quality of Mobile Live Streaming Experience: The Case of Periscope},
booktitle = {Proceedings of the 2016 Internet Measurement Conference},
series = {IMC '16},
year = {2016},
isbn = {978-1-4503-4526-2},
location = {Santa Monica, California, USA},
pages = {477--483},
numpages = {7},
url = {http://doi.acm.org/10.1145/2987443.2987472},
doi = {10.1145/2987443.2987472},
acmid = {2987472},
publisher = {ACM},
address = {New York, NY, USA}
}
@article{low-latency-networking,
author={X. Zuo and Y. Cui and M. Wang and T. Xiao and X. Wang},
journal={IEEE Internet Computing},
title={Low-Latency Networking: Architecture, Techniques, and Opportunities},
year={2018},
volume={22},
number={5},
pages={56-63},
doi={10.1109/MIC.2018.053681363},
ISSN={1089-7801},
month={Sep.}
}
@article{interactive-live-streaming-technologies,
author="Rodriguez-Gil, Luis and Ordu{\~{n}}a, Pablo and Garc{\'i}a-Zubia, Javier and L{\'o}pez-de-Ipi{\~{n}}a, Diego",
title="Interactive live-streaming technologies and approaches for web-based applications",
journal="Multimedia Tools and Applications",
year="2018",
month="Mar",
day="01",
volume="77",
number="6",
pages="6471--6502",
issn="1573-7721",
doi="10.1007/s11042-017-4556-6",
url="https://doi.org/10.1007/s11042-017-4556-6"
}
@misc{ipfs-review,
title = {Paper review. IPFS: Content addressed, versioned, P2P file system},
publisher = {Metadata on distributed systems broadly defined},
author = {Murat Demirbas},
year = {2018},