-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbibdata.bib
3339 lines (3006 loc) · 107 KB
/
bibdata.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
@string{ACTS = "Advanced Communications Technologies and Services (ACTS) Mobile Communication Summit"}
@string{ACTS_1996 = "Proceedings of the 1st~" # ACTS}
@string{ASPLOS = "ACM International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS)"}
@string{ASPLOS_1996 = "Proceedings of the 7th ASPLOS"}
@string{ASPLOS_2000 = "Proceedings of the 9th ASPLOS"}
@string{BCR = "Business Communications Review"}
@string{CACM = "Communications of the ACM"}
@string{COMPUTER = "IEEE Computer"}
@string{COMPUTER_NET = "Computer Networks"}
@string{CCR = "ACM SIGCOMM Computer Communication Review"}
@string{DANCE = "Proceedings of the DARPA Active Networks Conference and Exposition"}
@string{DANCE_2002 = DANCE # "\ (DANCE 2002)"}
@string{EWSCDA_1998 = "Proceedings of the 8th ACM SIGOPS European Workshop on Support for Composing Distributed Applications"}
@string{HOTI = "A symposium on high performance interconnects"}
@string{HOTI_1999 = "Hot Interconnects 7:\ " # HOTI}
@string{HOTNETS_2002 = "Proceedings of HotNets--I"}
@string{HOTNETS_2003 = "Proceedings of HotNets--II"}
@string{HOTOS = "Workshop on Hot Topics in Operating Systems"}
@string{HOTOS_1999 = "Proceedings of the 7th~" # HOTOS # " (HotOS--VII)"}
@string{HOTOS_2001 = "Proceedings of the 8th~" # HOTOS # " (HotOS--VIII)"}
@string{ICC = "Proceedings of the IEEE International Conference on Communications"}
@string{ICC_2002 = ICC # "\ (ICC 2002)"}
@string{ICFP = "SIGPLAN International Conference on Functional Programming Languages"}
@string{ICFP_1998 = "Proceedings of the 3rd ACM\ " # ICFP}
@string{ICDCS = "International Conference on Distributed Computing Systems (ICDCS)"}
@string{ICDCS_1988 = "Proceedings of the 8th ICDCS"}
@string{ICDCS_2000 = "Proceedings of the 20th ICDCS"}
@string{ICNP = "IEEE International Conference on Networking Protocols"}
@string{ICNP_2003 = "Proceedings of the 11th ICNP"}
@string{ICS = "ACM International Conference on Supercomputing"}
@string{ICS_1990 = "Proceedings of the 4th~" # ICS}
@string{ICMCS_1994 = "Int.\ Conf.\ Multimedia Computing \& Systems"}
@string(IJPDSN = "International Journal of Parallel and Distributed Systems and Networks")
@string{INFOCOM_2000 = "Proceedings of INFOCOM 2000"}
@string{INFOCOM_2002 = "Proceedings of INFOCOM 2002"}
@string{INFOCOM_2004 = "Proceedings of INFOCOM 2004"}
@string{INFOCOM_2010 = "Proceedings of INFOCOM 2010"}
@string{IPTPS_2002 = "Proceedings of the 1st International Workshop on Peer-to-Peer Systems (IPTPS'02)"}
@string{ISCA = "Annual ACM/IEEE International Symposium on Computer Architecture (ISCA)"}
@string{ISCA_1998 = "Proceedings of the 25th~" # ISCA}
@string{JSAC = "IEEE J.\ Sel.\ Areas Comm."}
@string{LISA = "Systems Administration Conference"}
@string{LISA_1997 = "Proceedings of the 11th~" # LISA # "\ (LISA '97)"}
@string{LISA_2007 = "Proceedings of the 21st~" # LISA # "\ (LISA '07)"}
@string{MICRO = "IEEE Micro"}
@string{MIDDLEWARE = "IFIP/ACM International Conference on Distributed Systems Platforms"}
@string{MIDDLEWARE_2001 = "Proceedings of the 18th Middleware"}
@string{MUG = "Myrinet User Group Conference"}
@string{MUG_2000 = "Proceedings of the First~" # MUG # "\ (MUG 2000)"}
@string{NOSSDAV = "Network and Operating System Support for Digital Audio and Video (NOSSDAV)"}
@string{NOSSDAV_1997 = "Proceedings of the 7th International Workshop on\ " # NOSSDAV}
@string{NOSSDAV_1998 = "Proceedings of the 8th International Workshop on\ " # NOSSDAV}
@string{OLS = "Ottawa Linux Symposium"}
@string{OLS_2003 = "Proceedings of OLS 2003"}
@string{OPENARCH = "International Conference on Open Architectures and Network Programming (OPENARCH)"}
@string{OPENARCH_2001 = "Proceedings of the 4th~" # OPENARCH}
@string{OPENARCH_2002 = "Proceedings of the 5th~" # OPENARCH}
@string{OSDI = "Operating System Design and Implementation (OSDI)"}
@string{OSDI_1994 = "Proceedings of the 1st OSDI"}
@string{OSDI_1996 = "Proceedings of the 2nd OSDI"}
@string{OSDI_1999 = "Proceedings of the 3rd OSDI"}
@string{OSDI_2002 = "Proceedings of the 5th OSDI"}
@string{OSDI_2006 = "Proceedings of the 7th OSDI"}
@string{NSDI_2004 = "Proceedings of the 1st NSDI"}
@string{NSDI_2005 = "Proceedings of the 2nd NSDI"}
@string{NSDI_2006 = "Proceedings of the 3rd NSDI"}
@string{NSDI_2009 = "Proceedings of the 6th NSDI"}
@string{OSR = "Operating Systems Review"}
@string{PERVASIVE = "International Conference on Pervasive Computing"}
@string{PERVASIVE_2002 = "Proceedings of Pervasive 2002"}
@string{NETWORKING = "International IFIP--TC6 Networking Conference"}
@string{NETWORKING_2002 = "Proceedings of the 2nd~" # NETWORKING # "\ (NETWORKING 2002)"}
@string{SANE_2000 = "Proceedings of the 2nd International SANE Conference."}
@string{RFC = "Internet Request for Comments."}
@string{SIGCOMM_1988 = "Proceedings of SIGCOMM '88"}
@string{SIGCOMM_1992 = "Proceedings of SIGCOMM '92"}
@string{SIGCOMM_1994 = "Proceedings of SIGCOMM '94"}
@string{SIGCOMM_1996 = "Proceedings of SIGCOMM '96"}
@string{SIGCOMM_1997 = "Proceedings of SIGCOMM '97"}
@string{SIGCOMM_1998 = "Proceedings of SIGCOMM '98"}
@string{SIGCOMM_1999 = "Proceedings of SIGCOMM '99"}
@string{SIGCOMM_2001 = "Proceedings of SIGCOMM 2001"}
@string{SIGMETRICS = "Proceedings of SIGMETRICS\ "}
@string{SIGMETRICS_2000 = SIGMETRICS # "2000"}
@string{SIGMETRICS_2001 = SIGMETRICS # "2001"}
@string{SIGPLAN_NOTICES = "ACM SIGPLAN Notices"}
@string{SOSP = "Symposium on Operating Systems Principles (SOSP)"}
@string{SOSP_1995 = "Proceedings of the 15th SOSP"}
@string{SOSP_1999 = "Proceedings of the 17th SOSP"}
@string{SOSP_2001 = "Proceedings of the 18th SOSP"}
@string{SOSP_2003 = "Proceedings of the 19th SOSP"}
@string{TOCS = "ACM Transactions on Computer Systems"}
@string{TON = "IEEE/ACM Transactions on Networking"}
@string{USENIX = "USENIX Annual Technical Conference"}
@string{USENIX_SEC = "USENIX Security Symposium"}
@string{USENIX_2005 = "Proceedings of USENIX '05"}
@string{USENIX_2004 = "Proceedings of USENIX '04"}
@string{USENIX_2002 = "Proceedings of USENIX '02"}
@string{USENIX_1996 = "Proceedings of USENIX '96"}
@string{USENIX_WTC_1988 = "Proceedings of the USENIX Winter Technical Conference '88"}
@string{USS_1999 = "Proceedings of the 8th " # USENIX_SEC}
@string{USS_2002 = "Proceedings of the 11th " # USENIX_SEC}
@string{USS_2003 = "Proceedings of the 12th " # USENIX_SEC}
@string{USITS = "USENIX Symposium on Internet Technologies"}
@string{USITS_2003 = "Proceedings of the 4th USITS"}
@string{WISP = "Workshop on Internet Server Performance"}
@string{WISP_1998 =" Proceedings of the " # WISP # " 1998"}
@string{WORLDS_2004 ="Proceedings of the 1st Workshop on Real, Large Distributed Systems"}
@string{WSS = "USENIX Windows Sys.\ Symp."}
@string{WSS_2000 = "Proceedings of the 4th~" # WSS}
@string{WWOS = "Workshop on Workstation Operating Systems"}
@string{WWOS_1992 = "Proceedings of the 3rd " # WWOS}
@string{ALASKA = "AK"}
@string{ARIZONA = "AZ"}
@string{CALIFORNIA = "CA"}
@string{COLORADO = "CO"}
@string{GEORGIA = "GA"}
@string{LOUISIANA = "LA"}
@string{MARYLAND = "MD"}
@string{MASSACHUSETTS = "MA"}
@string{MISSOURI = "MO"}
@string{NEW_JERSEY = "NJ"}
@string{NEW_MEXICO = "NM"}
@string{NEW_YORK = "NY"}
@string{OREGON = "OR"}
@string{PENNSYLVANIA = "PA"}
@string{SOUTH_CAROLINA = "SC"}
@string{TEXAS = "TX"}
@string{WASHINGTON = "WA"}
@string{WISCONSIN = "WI"}
@string{BOSTON = "Boston,\ " # MASSACHUSETTS}
@string{DALLAS = "Dallas,\ " # TEXAS}
@string{SAN_FRANCISCO = "San Francisco,\ " # CALIFORNIA}
@string{WASHINGTON_DC = "Washington,\ DC"}
@string{ACTS_1996_ADDR = "Granada, Spain"}
@string{ASPLOS_1996_ADDR = "Cambridge,\ " # MASSACHUSETTS}
@string{ASPLOS_2000_ADDR = "Cambridge,\ " # MASSACHUSETTS}
@string{DANCE_2002_ADDR = SAN_FRANCISCO}
@string{EWSCDA_1998_ADDR = "Sintra, Portugal"}
@string{HOTI_1999_ADDR = "Stanford,\ " # CALIFORNIA}
@string{HOTNETS_2002_ADDR = "Princeton,\ " # NEW_JERSEY}
@string{HOTNETS_2003_ADDR = "Cambridge,\ " # MASSACHUSETTS}
@string{HOTOS_1999_ADDR = "Rio Rico,\ " # ARIZONA}
@string{HOTOS_2001_ADDR = "Oberbayern, Germany"}
@string{ICFP_1998_ADDR = "Baltimore,\ " # MARYLAND}
@string{ICDCS_1988_ADDR = "San Jose,\ " # CALIFORNIA}
@string{ICDCS_2000_ADDR = "Taipei, Taiwan"}
@string{ICC_2002_ADDR = "New York City"}
@string{ICMCS_1994_ADDR = "Boston,\ " # MASSACHUSETTS}
@string{ICNP_2003_ADDR = "Atlanta,\ " # GEORGIA}
@string{ICS_2002_ADDR = "New York City"}
@string{ICS_1988_ADDR = "Saint Malo, France"}
@string{ICS_1989_ADDR = "Crete, Greece"}
@string{ICS_1990_ADDR = "Amsterdam, The Netherlands"}
@string{ICS_1991_ADDR = "Cologne, West Germany"}
@string{ICS_1992_ADDR = "Washington, DC"}
@string{ICS_1993_ADDR = "Tokyo, Japan"}
@string{ICS_1994_ADDR = "Manchester, England"}
@string{ICS_1995_ADDR = "Barcelona, Spain"}
@string{ICS_1996_ADDR = "Philadelphia,\ " # PENNSYLVANIA}
@string{ICS_1997_ADDR = "Vienna, Austria"}
@string{ICS_1998_ADDR = "Melbourne, Australia"}
@string{ICS_1999_ADDR = "Rhodes, Greece"}
@string{ICS_2000_ADDR = "Santa Fe,\ " # NEW_MEXICO}
@string{ICS_2001_ADDR = "Sorrento, Italy"}
@string{INFOCOM_2000_ADDR = "Tel-Aviv, Israel"}
@string{INFOCOM_2002_ADDR = "New York City"}
@string{INFOCOM_2004_ADDR = "Hong Kong"}
@string{INFOCOM_2010_ADDR = "San Diego"}
@string{IPTPS_2002_ADDR = "Cambridge,\ " # MASSACHUSETTS}
@string{IBM_THOMAS_J_WATSON = "Yorktown\ Heights, " # NEW_YORK}
@string{ISCA_1998_ADDR = "Barcelona, Spain"}
@string{LISA_1997_ADDR = "San Diego,\ " # CALIFORNIA}
@string{LISA_2007_ADDR = "Dallas,\ " # TEXAS}
@string{MIDDLEWARE_2001_ADDR = "Heidelberg, Germany"}
@string{MUG_2000_ADDR = "Lyon, France"}
@string{NETWORKING_2002_ADDR = "Pisa, Italy"}
@string{NOSSDAV_1997_ADDR = "St.~Louis,\ " # MISSOURI}
@string{NOSSDAV_1998_ADDR = "Cambridge, UK"}
@string{OLS_ADDR = "Ottawa, Ontario, Canada"}
@string{OPENARCH_2001_ADDR = "Anchorage,\ " # ALASKA}
@string{OPENARCH_2002_ADDR = "New York City"}
@string{OSDI_1994_ADDR = "Monterey,\ " # CALIFORNIA}
@string{OSDI_1996_ADDR = "Seattle,\ " # WASHINGTON}
@string{OSDI_1999_ADDR = "New Orleans,\ " # LOUISIANA}
@string{OSDI_2002_ADDR = "Boston,\ " # MASSACHUSETTS}
@string{OSDI_2006_ADDR = "Seattle,\ " # WASHINGTON}
@string{OREILLY_ADDR = "Sebastopol,\ " # CALIFORNIA}
@string{NSDI_2004_ADDR = "San Francisco,\ " # CALIFORNIA}
@string{NSDI_2005_ADDR = "Boston,\ " # MASSACHUSETTS}
@string{NSDI_2006_ADDR = "San Jose,\ " # CALIFORNIA}
@string{NSDI_2009_ADDR = "Boston,\ " # MASSACHUSETTS}
@string{PERVASIVE_2002_ADDR = "Zurich, Switzerland"}
@string{SANE_2000_ADDR = "Maastricht, The Netherlands"}
@string{SIGCOMM_1988_ADDR = "Stanford,\ " # CALIFORNIA}
@string{SIGCOMM_1992_ADDR = "Baltimore,\ " # MARYLAND}
@string{SIGCOMM_1994_ADDR = "London"}
@string{SIGCOMM_1996_ADDR = "Stanford,\ " # CALIFORNIA}
@string{SIGCOMM_1997_ADDR = "Cannes, France"}
@string{SIGCOMM_1998_ADDR = "Vancouver, British Columbia, Canada"}
@string{SIGCOMM_1999_ADDR = "Cambridge,\ " # MASSACHUSETTS}
@string{SIGCOMM_2001_ADDR = "San Diego,\ " # CALIFORNIA}
@string{SIGMETRICS_2000_ADDR = "Santa Clara,\ " # CALIFORNIA}
@string{SIGMETRICS_2001_ADDR = "Cambridge,\ " # MASSACHUSETTS}
@string{SOSP_1995_ADDR = "Copper Mountain Resort,\ " # COLORADO}
@string{SOSP_1999_ADDR = "Kiawah Island Resort,\ " # SOUTH_CAROLINA}
@string{SOSP_2001_ADDR = "Banff, Alberta, Canada"}
@string{SOSP_2003_ADDR = "Lake George,\ " # NEW_YORK}
@string{USENIX_2005_ADDR = "Anaheim,\ " # CALIFORNIA}
@string{USENIX_2004_ADDR = "Boston,\ " # MASSACHUSETTS}
@string{USENIX_WTC_1988_ADDR = "Dallas,\ " # TEXAS}
@string{USITS_2003_ADDR = "Seattle,\ " # WASHINGTON}
@string{WISP_1998_ADDR = "Madison,\ " # WISCONSIN}
@string{WSS_2000_ADDR = "Seattle,\ " # WASHINGTON}
@string{JANUARY = "Jan"}
@string{FEBRUARY = "Feb"}
@string{MARCH = "Mar"}
@string{APRIL = "Apr"}
@string{MAY = "May"}
@string{JUNE = "Jun"}
@string{JULY = "Jul"}
@string{AUGUST = "Aug"}
@string{SEPTEMBER = "Sep"}
@string{OCTOBER = "Oct"}
@string{NOVEMBER = "Nov"}
@string{DECEMBER = "Dec"}
@misc{Akamai,
key = "akamai",
title = {Akamai: Content Delivery Network ({CDN}) and Cloud Computing Services},
howpublished = {\url{http://www.akamai.com}},
note = {Accessed: 2018-04-02}
}
Misc{VICCI,
key = "VICCI",
title = "{VICCI: VIrtual Cloud Computing Infrastructure}",
note = "\url{http://www.vicci.org/}"
}
Misc{Silverlight,
key = "Silverlight",
title = "{Microsoft Silverlight}",
note = "\url{http://www.microsoft/silverlight/}"
}
Misc{Request-Router,
key = "Request-Router",
title = "{Verivue Request Router}",
note = "\url{http://www.verivue.com/pdf/verivue-requestrouter.pdf}"
}
@Misc{Dropbox,
title = "{Dropbox}",
key = "Dropbox",
howpublished = "\url{http://www.dropbox.com/}",
note = {Accessed 2018-04-02}
}
@Misc{Box.net,
title = "{Box.net: Secure File Sharing, Storage, and Collaboration}",
howpublished = "\url{http://www.box.net/}",
note = {Accessed 2018-04-02}
}
@Misc{GenBank,
title = "{GenBank Overview}",
howpublished = "\url{http://www.ncbi.nlm.nih.gov/genbank/}",
note = {Accessed 2018-04-02}
}
@Misc{S3,
title = "{Amazon Simple Storage Service}",
key = "{Amazon Simple Storage Service}",
howpublished = "\url{https://d36cz9buwru1tt.cloudfront.net/AWS_Overview.pdf}",
note = {Accessed 2018-04-02}
}
Misc{vcoblitz,
key = "Verivue Hypercache",
title = "{OneVantage Hypercache}",
note = "\url{http://www.verivue.com/pdf/verivue-hypercache.pdf}"
}
@manual{filebench,
key = "FileBench",
title = "{FileBench}",
Organization = "{OpenSolaris}",
edition = "1.4.9.1",
note = "\url{http://downloads.sourceforge.net/project/filebench/filebench/filebench-1.4.9.1/filebench-1.4.9.1.tar.gz}",
year = "2011"
}
Misc{fuse-tutorial,
Title = "Writing a FUSE Filesystem: a Tutorial",
Author = "Joseph J. Pfeiffer, Jr.",
note = "\url{http://www.cs.nmsu.edu/~pfeiffer/fuse-tutorial.tgz}"
}
@Manual{cloudfront,
key = "Amazon Cloudfront",
Title = "{Amazon Cloudfront Getting Started Guide}",
Organization = "Amazon.com",
edition = "API Version 2010-2011",
note = "\url{http://awsdocs.s3.amazonaws.com/CF/20101101/cf_gsg_20101101.pdf}",
year = "2011"
}
Misc{slashdot-effect,
Title = "{The Slashdot Effect: An Analysis of Three Internet Publications}",
Author = "Stephen Adler",
note = "\url{http://hup.hu/old/stuff/slashdotted/SlashDotEffect.htm}"
}
@Misc{HTTP-RFC,
Title = "{Hypertext Transfer Protocol -- HTTP 1.1}",
Organization = "W3C",
author = "R. Fielding and J. Gettys and J. Mogul and H. Frystyk and L. Masinter and P. Leach and T. Berners-Lee",
Year = "1999",
howpublished = "\url{http://www.w3.org/Protocols/rfc2616/rfc2616.html}",
note = {Accessed 2018-04-02}
}
@Misc{SMTP-RFC,
Title = "{Simple Mail Transfer Protocol}",
Organization = "IETF",
Year = "2001",
editor = {J. Klensin},
howpublished = "\url{http://www.ietf.org/rfc/rfc2821.txt}",
note = {Accessed 2018-04-02}
}
@Misc{WebDAV,
Title = "{HTTP Extensions for Distributed Authoring -- WEBDAV}",
Organization = "IETF",
author = "Y. Goland and E. Whitehead and A. Faizi and S. Carter and D. Jensen",
Year = "1999",
howpublished = "\url{http://www.ietf.org/rfc/rfc2518.txt}",
note = {Accessed 2018-04-02},
}
Misc{CalDAV,
Title = "Calendaring Extensions to WebDAV (CalDAV)",
Organization = "IETF",
howpublished = "\url{http://www.ietf.org/rfc/rfc4791.txt}",
note = {Accessed 2018-04-02},
}
Misc{HLS,
Key = "HLS",
Title = "{HTTP Live Streaming}",
Organization = "Apple",
note = "\url{http://tools.ietf.org/html/draft-pantos-http-live-streaming-08}",
month = mar,
year = 2012
}
@Misc{FUSE,
title = "{Filesystems in Userspace}",
key = "Filesystems in Userspace",
Organization = "Linux Foundation",
howpublished = "\url{http://fuse.sourceforge.net}",
note = {Accessed 2018-04-02},
}
@Misc{libmicrohttpd,
title = "{GNU libmicrohttpd}",
Organization = "Free Software Foundation",
Author = "Christian Grothoff",
howpublished = "\url{https://www.gnu.org/software/libmicrohttpd/}",
note = {Accessed 2018-04-02},
}
@Misc{cURL,
title = "{cURL}",
Organization = "haxx.se",
Author = "Daniel Stenberg",
howpublished = "\url{http://curl.haxx.se/libcurl/}",
note = {Accesssed 2018-04-02},
}
@Misc{Apache,
title = "{Apache Web Server}",
Organization = "Apache Software Foundation",
howpublished = "\url{https://wiki.apache.org/httpd/Htaccess}",
Author = "Robert McCool, et al.",
note = {Accessed 2018-04-02},
}
Misc{IIS,
key = "IIS",
Organization = "Microsoft, Inc.",
note = "\url{http://www.iis.net}",
}
Misc{httpress,
key = "httpress",
Organization = "Lighttpd",
note = "\url{https://bitbucket.org/yarosla/httpress/wiki/Home}",
Author = "Yaroslav Stavnichiy",
}
Misc{libev,
key = "libev",
note = "\url{http://software.schmorp.de/pkg/libev.html}",
Author = "Marc Lehmann and Emanuele Giaquinta",
}
Misc{webfs,
key = "WebFS: A Global Cache Coherent File System",
Organization = "University of California at Berkeley",
Author = "Amin M. Vahdat and Paul C. Eastham and Thomas E. Anderson",
note = "\url{http://www.cs.duke.edu/~vahdat/webfs/webfs.html}",
}
Misc{squid,
key = "Squid Web Proxy",
title = "Squid Web Proxy",
note = "\url{http://www.squid-cache.org/}"
}
Misc{GeoIP,
key = "GeoIP",
Organization = "MaxMind",
note = "\url{http://www.maxmind.com/app/c}"
}
@techreport{cernvmfs,
key = "CERN",
Author = "{Jakob Blomer and Predrag Buncic}",
title = "{The CERN VM File System}",
Institution = "CERN",
Month = JUNE,
Year = 2011,
type = "Technical Report"
}
@techreport{GlusterFS,
key = "GlusterFS",
title = "{Gluster File System Architecture}",
Institution = "Gluster, Inc.",
Year = 2010,
type = "White Paper"
}
@InProceedings{PlanetLab,
Author = "Larry Peterson and Andy Bavier and Marc Fiuczynski and
Steve Muir",
Title = "{Experiences Building PlanetLab}",
Booktitle = "OSDI'06",
Address = "Seattle, Washington",
Month = nov,
Year = 2006
}
@InProceedings{Collective,
Author = "R. Chandra and N. Zeldovich and C. Sapuntzakis and M. Lam",
Title = "The collective: a cache-based system management architecture",
Booktitle = "Proceedings of the 2nd Conference on Symposium on Networked Systems
Design and Implementation (NSDI)",
Address = "Boston, MA",
Month = may,
Year = 2005
}
@InProceedings{codeen,
Author = "Limin Wang and Kyong Soo Park and Ruoming Pang and Vivek Pai and Larry Peterson",
Title = "{Reliability and security in the CoDeeN content distribution network}",
Booktitle = USENIX_2004,
Address = USENIX_2004_ADDR,
Year = 2004
}
@InProceedings{ceph,
Author = "Sage A. Weil and Scott A. Brandt and Ethan L. Miller and Darrell D. E. Long and Carlos Maltzahn",
Title = "{Ceph: A Scalable, High-Performance Distributed File System}",
Booktitle = OSDI_2006,
Address = OSDI_2006_ADDR,
Year = 2006
}
@InProceedings{coblitz,
Author = "Kyong Soo Park and Vivek Pai",
Title = "{Scale and Performance in the CoBlitz Large-File Distribution Service}",
Booktitle = NSDI_2006,
Address = NSDI_2006_ADDR,
Year = 2006
}
@InProceedings{coralcdn,
Author = "Michael J. Freedman",
Title = "{Experiences with {CoralCDN}: A Five-Year Operational View}",
Booktitle = NSDI_2005,
Address = NSDI_2005_ADDR,
Year = 2005
}
@InProceedings{shark,
Author = "Siddhartha Annapureddy and Michael J. Freedman and Daved Mazi\`{e}res",
Title = "{Shark: Scaling File Servers via Cooperative Caching}",
Booktitle = NSDI_2005,
Address = NSDI_2005_ADDR,
Year = 2005
}
@InProceedings{WheelFS,
Author = "Jeremy Stribling and Yair Sovran and Irene Zhang and Xavid Pretzer and Jinyang Li and M. Frans Kaashoek and Robert Morris",
Title = "{Flexible, Wide-Area Storage for Distributed Systems with WheelFS}",
Booktitle = NSDI_2009,
Address = NSDI_2009_ADDR,
Year = 2009
}
@InProceedings{AFS,
Author = "John H. Howard",
Title = "{An Overview of the Andrew File System}",
Booktitle = USENIX_WTC_1988,
Address = USENIX_WTC_1988_ADDR,
Year = 1988
}
@InProceedings{SFS,
Author = "David Mazi\`{e}res and Michael Kaminsky and M. Frans Kasshoek and Emmitt Witchel",
Title = "{Separating Key Management from File System Security}",
Booktitle = SOSP_1999,
Address = SOSP_1999_ADDR,
Year = 1999
}
@InProceedings{coral,
Author = "Michael J. Freedman and E. Freudenthal and David Mazi\`{e}res",
Title = "{Democratizing Content Publication with Coral}",
Booktitle = NSDI_2004,
Address = NSDI_2004_ADDR,
Year = 2004
}
@InProceedings{femtohaul,
Author = "Ayaskant Rath and Sha Hua and Shivendra S. Panwar",
Title = "{FemtoHaul: Using Femtocells with Relays to Increase Macrocell Backhaul Bandwidth}",
Booktitle = INFOCOM_2010,
Address = INFOCOM_2010_ADDR,
Year = 2010
}
@Misc{internet-mail-2000,
Author = "Daniel J. Bernstein",
key = "Internet Mail 2000",
title = "{Internet Mail 2000 Proposal}",
howpublished = "\url{http://cr.yp.to/im2000.html}",
note = {Accessed 2018-04-02}
}
Misc{stubmail,
Author = "Men Wen Wong",
key = "StubMail",
title = "StubMail",
note = "\url{http://mengwong.com/rssemail/rssemail-onepage-20050622.pdf}"
}
Misc{htmp,
Author = "Nathan Cheng",
key = "HTMP",
title = "Hypertext Mail Protocol",
note = "\url{http://www.circleid.com/posts/hypertext_mail_protocol_aka_stub_emaill/}"
}
@InProceedings{PushVsPull,
Author = {Duan, Zhenhai and Gopalan, Kartik and Dong, Yingfei},
Title = {Push vs. Pull: Implications of Protocol Design on Controlling Unwanted Traffic},
Booktitle = {Proceedings of the Steps to Reducing Unwanted Traffic on the Internet on Steps to Reducing Unwanted Traffic on the Internet Workshop},
Year = 2005,
}
@Article{dtmp,
Author = {Duan, Zhenhai and Dong, Yingfei and Gopalan, Kartik},
Title = {DMTP: Controlling Spam Through Message Delivery Differentiation},
Journal = {Comput. Netw.},
Volume = {51},
Number = {10},
Year = 2007
}
@Misc{gmail,
key = "GMail",
title = "{Google Mail}",
howpublished = "\url{https://www.gmail.com}",
note = "Accessed 2018-04-02",
}
misc{nginx,
key = "Nginx",
title = "NGINX",
note = "\url{https://www.nginx.com/}"
}
@Misc{amazonaws,
title = "{Amazon Web Services}",
howpublished = "\url{http://aws.amazon.com}",
note = {Accessed 2018-04-02}
}
@Misc{blockchain-id-format,
title = "{Blockchain ID Format, ver 2}",
note = "\url{https://github.com/blockstack/blockchain-id/wiki/Profile-Schema-v2}"
}
@Misc{google-appengine,
key = "Google AppEngine",
title = "{Google App Engine}",
howpublished = "\url{https://developers.google.com/appengine/}",
note = {Accessed 2018-04-02}
}
@Misc{enigmail,
title = "{A simple interface for OpenPGP email security}",
key = "{A simple interface for OpenPGP email security}",
howpublished = "\url{https://www.enigmail.net/index.php/en}",
note = {Accessed 2018-04-02}
}
@Misc{mailpile,
title = "{Mailpile}",
key = "{Mailpile}",
howpublished = "\url{https://www.mailpile.is/}",
note = {Accessed 2018-04-02}
}
@INPROCEEDINGS{id-based-cryptography,
author = {Dan Boneh and Matthew Franklin},
title = {Identity-based encryption from the Weil pairing},
booktitle = {},
year = {2001},
pages = {213--229},
publisher = {Springer-Verlag}
}
@inproceedings{garfinkel-email-survey,
author = {Garfinkel, Simson L. and Margrave, David and Schiller, Jeffrey I. and Nordlander, Erik and Miller, Robert C.},
title = {How to Make Secure Email Easier to Use},
booktitle = {Proceedings of the SIGCHI Conference on Human Factors in Computing Systems},
series = {CHI '05},
year = {2005},
isbn = {1-58113-998-5},
location = {Portland, Oregon, USA},
pages = {701--710},
numpages = {10},
url = {http://doi.acm.org/10.1145/1054972.1055069},
doi = {10.1145/1054972.1055069},
acmid = {1055069},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {e-commerce, user interaction design, user studies},
}
@inproceedings{crypto-adoption-criteria,
author = {Gaw, Shirley and Felten, Edward W. and Fernandez-Kelly, Patricia},
title = {Secrecy, Flagging, and Paranoia: Adoption Criteria in Encrypted Email},
booktitle = {SIGCHI'06},
year = {2006},
isbn = {1-59593-372-7},
location = {Montr\&\#233;al, Qu\&\#233;bec, Canada},
pages = {591--600},
numpages = {10},
url = {http://doi.acm.org/10.1145/1124772.1124862},
doi = {10.1145/1124772.1124862},
acmid = {1124862},
publisher = {ACM},
keywords = {activism, encrypted e-mail, extended case method, security},
}
@inproceedings{epost,
author = {Mislove, Alan and et al},
title = {POST: A Secure, Resilient, Cooperative Messaging System},
booktitle = {HotOS'03},
year = {2003},
location = {Lihue, Hawaii},
pages = {11--11},
numpages = {1},
url = {http://dl.acm.org/citation.cfm?id=1251054.1251065},
acmid = {1251065},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@phdthesis{hci-sec,
title={Design principles and patterns for computer systems that are simultaneously secure and usable},
author={Garfinkel, Simson},
year={2005},
school={Massachusetts Institute of Technology}
}
@Manual{pgp7,
key = "PGP User's Guide",
Title = "{PGP Freeware for Windows 95, Windows 98, Windows NT, Windows 2000 and Windows Millenium}",
Organization = "Network Associates, Inc.",
edition = "7.0.3",
note = "\url{ftp://ftp.pgpi.org/pub/pgp/7.0/docs/english/PGPWinUsersGuide.pdf}",
year = "2001"
}
@article{local-spam-filter-eval,
author = {Cormack, Gordon V. and Lynam, Thomas R.},
title = {Online Supervised Spam Filter Evaluation},
journal = {ACM Trans. Inf. Syst.},
issue_date = {July 2007},
volume = {25},
number = {3},
month = jul,
year = {2007},
issn = {1046-8188},
articleno = {11},
url = {http://doi.acm.org/10.1145/1247715.1247717},
doi = {10.1145/1247715.1247717},
acmid = {1247717},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Spam, email, text classification},
}
@INPROCEEDINGS{escape,
author={Balfanz, Dirk},
booktitle={Computer Security Applications Conference, 2003. Proceedings. 19th Annual},
title={Usable access control for the World Wide Web},
year={2003},
month={Dec},
pages={406-415},
keywords={Internet;authorisation;public key cryptography;Web server configuration;World Wide Web;access control mechanism;authorisation;content publishing;usable system;Access control;Application software;Certification;Portals;Power system protection;Public key;Publishing;Web and internet services;Web server;Web sites},
doi={10.1109/CSAC.2003.1254345},
}
@article{privacy-preserving-naive-bayes,
author = {Vaidya, Jaideep and Kantarcio\u{g}lu, Murat and Clifton, Chris},
title = {Privacy-preserving Na\&\#239;Ve Bayes Classification},
journal = {The VLDB Journal},
issue_date = {July 2008},
volume = {17},
number = {4},
month = jul,
year = {2008},
issn = {1066-8888},
pages = {879--898},
numpages = {20},
url = {http://dx.doi.org/10.1007/s00778-006-0041-y},
doi = {10.1007/s00778-006-0041-y},
acmid = {1380775},
publisher = {Springer-Verlag New York, Inc.},
address = {Secaucus, NJ, USA},
keywords = {Data mining, Distributed computing, Na\"{\i}ve Bayes, Privacy, Security},
}
@inproceedings{pnacl,
author = {Ansel, Jason and Marchenko, Petr and Erlingsson, \'{U}lfar and Taylor, Elijah and Chen, Brad and Schuff, Derek L. and Sehr, David and Biffle, Cliff L. and Yee, Bennet},
title = {Language-independent Sandboxing of Just-in-time Compilation and Self-modifying Code},
booktitle = {ACM PLDI'11},
year = {2011},
isbn = {978-1-4503-0663-8},
location = {San Jose, California, USA},
pages = {355--366},
numpages = {12},
url = {http://doi.acm.org/10.1145/1993498.1993540},
doi = {10.1145/1993498.1993540},
acmid = {1993540},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {just-in-time compilation, sandboxing, security, self-modifying code, software fault isolation},
}
@inproceedings{syndicate,
key = "Syndicate",
Author = "{Jude Nelson and Larry Peterson}",
title = "{Syndicate: Virtual Cloud Storage through Provider Composition}",
Year = 2014,
booktitle = "ACM BigSystem",
}
@techreport{email-statistics-report,
key = "Radicati",
Author = "{Masha Khmartseva}",
title = "{Email Statistics Report, 2009-2013}",
Institution = "The Raticati Group, Inc",
Year = 2013,
type = "Executive Summary"
}
@techreport{hashcash,
Author = "{Adam Back}",
title = "{Hashcash - A Denial of Service Counter-Measure}",
Year = 2002,
type = "Tech Report",
note = "\url{http://www.hashcash.org/papers/hashcash.pdf}"
}
@article{ecdsa,
author = {Johnson, Don and Menezes, Alfred and Vanstone, Scott A.},
ee = {http://dx.doi.org/10.1007/s102070100002},
journal = {Int. J. Inf. Sec.},
number = 1,
pages = {36-63},
title = {The Elliptic Curve Digital Signature Algorithm (ECDSA).},
url = {http://dblp.uni-trier.de/db/journals/ijisec/ijisec1.html#JohnsonMV01},
volume = 1,
year = 2001
}
@inproceedings{uia:osdi06,
title = {Persistent Personal Names for Globally Connected
Mobile Devices},
author = {Bryan Ford and Jacob Strauss and Chris
Lesniewski-Laas and Sean Rhea and Frans Kaashoek and Robert Morris},
booktitle = {Proceedings of the 7th {USENIX} {S}ymposium on
{O}perating {S}ystems {D}esign and {I}mplementation ({OSDI} '06)},
year = 2006,
month = nov,
address = {Seattle, Washington}
}
@article{chord:ton03,
title = {Chord: A Scalable Peer-to-peer Lookup Service for
Internet Applications},
author = {Ion Stoica and Robert Morris and David Liben-Nowell
and David Karger and M. Frans Kaashoek and Frank Dabek and Hari
Balakrishnan},
journal = {{IEEE} Transactions on Networking},
volume = 11,
year = 2003,
month = feb,
}
@inproceedings{whanau:nsdi10,
title = {Wh\=anau: A {Sybil}-Proof Distributed Hash Table},
author = {Chris Lesniewski-Laas and M. Frans Kaashoek},
booktitle = {Proceedings of the 7th {USENIX} {S}ymposium on
{N}etworked {S}ystems {D}esign and {I}mplementation ({NSDI} '10)},
year = 2010,
month = apr,
address = {San Jose, CA},
}
@article{keshav:ccr06,
author = {Keshav, S.},
title = {Efficient and Decentralized Computation of Approximate Global State},
journal = {SIGCOMM Comput. Commun. Rev.},
issue_date = {January 2006},
volume = {36},
number = {1},
month = jan,
year = {2006},
issn = {0146-4833},
pages = {69--74},
numpages = {6},
url = {http://doi.acm.org/10.1145/1111322.1111338},
doi = {10.1145/1111322.1111338},
acmid = {1111338},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{kademlia:iptps01,
author = {Maymounkov, Petar and Mazi\`{e}res, David},
title = {Kademlia: A Peer-to-Peer Information System Based on the {XOR} Metric},
booktitle = {Revised Papers from the First International Workshop on Peer-to-Peer Systems},
series = {IPTPS '01},
year = {2002},
isbn = {3-540-44179-4},
pages = {53--65},
numpages = {13},
url = {http://dl.acm.org/citation.cfm?id=646334.687801},
acmid = {687801},
publisher = {Springer-Verlag},
address = {London, UK, UK},
}
@inproceedings{beehive:nsdi04,
author = {Ramasubramanian, Venugopalan and Sirer, Emin G\"{u}n},
title = {Beehive: O(1)Lookup Performance for Power-law Query Distributions in Peer-to-peer Overlays},
booktitle = {Proceedings of the 1st Conference on Symposium on Networked Systems Design and Implementation - Volume 1},
series = {NSDI'04},
year = {2004},
location = {San Francisco, California},
pages = {8--8},
numpages = {1},
url = {http://dl.acm.org/citation.cfm?id=1251175.1251183},
acmid = {1251183},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@misc{bitcoin-investments,
key = "coindesk",
author = "Coindesk",
title = "{Bitcoin Venture Capital}",
note = "\url{http://www.coindesk.com/bitcoin-venture-capital/}",
year = 2016,
month = Jan,
}
@misc{state-of-bitcoin,
key = "coindesk",
author = "Coindesk",
title = "{State of Bitcoin 2015: Ecosystem Grows Despite Price Decline}",
note = "\url{http://coinde.sk/1tJDDvv}",
year = 2015,
}
@misc{bitcoin-ddos,
author = "Julia McGovern",
title = "{Official Statement on the Last Week’s DDoS-attack against GHash.IO Mining Pool}",
note = "\url{http://bit.ly/1nu49vR}",
year = 2015,
}
@misc{bitcoin-stresstest,
key = "coindesk",
author = "Coindesk",
title = "{Bitcoin Network Stress Test Could Occur Next Week}",
note = "\url{http://coinde.sk/1Ku5oWc}",
year = 2015,
month = September
}
@misc{namecoin,
title = "{Namecoin}",
howpublished = "\url{https://namecoin.info}",
Author = "Jeremy Rand et al.",
note = {Accessed 2018-04-02}
}
@misc{namecoin-core,
title = "{Namecoin Core, required software for miners}",
howpublished = "\url{https://github.com/namecoin/namecoin-core}",
Author = "Jeremy Rand et al.",
note = {Accessed 2018-04-02}
}
@misc{merge-mining,
title = "{Merge Mining Specification}",
howpublished = "\url{https://en.bitcoin.it/wiki/Merged_mining_specification}",
note = {Accessed 2018-04-02}
}
misc{coin-marketcap,
title = "Cryptocurrency Market Cap",
note = "\url{http://www.coincap.io}",
year = 2016,
month = Jan,
}
@techreport{sidechains,
key = "sidechains",
Author = "Back, Adam and Corallo, Matt and Dashjr, Luke and Friedenbach, Mark and Maxwell, Gregory and Miller, Andrew and Poelstra, Andrew and Timon, Jorge and Wuille, Pieter",
title = "{Enabling Blockchain Innovations with Pegged Sidechains}",
Institution = "Blockstream",
Year = 2014,
type = "White Paper",
note = "\url{https://blockstream.com/sidechains.pdf}"
}
misc{namecoin-bug,
author = "Michael Gronager",
title = "Namecoin was stillborn, I had to switch off life-support",
note = "\url{https://bitcointalk.org/index.php?topic=310954}",
year = 2013,
month = October
}
misc{zookos-triangle,
author = "Dan Kaminsky",
title = "Spelunking the Triangle: Exploring Aaron Swartz’s Take On Zooko’s Triangle",
note = "\url{http://dankaminsky.com/2011/01/13/spelunk-tri/}",
year = 2011,
month = January
}
techreport{filecoin,
key = "Filecoin",
title = "{Filecoin: A Cryptocurrency Operated File Network}",
Year = 2014,
type = "Tech Report",
note = "\url{http://filecoin.io/filecoin.pdf}"
}
misc{counterparty,
key = "Counterparty",