-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbibdata.bib
5283 lines (4348 loc) · 164 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 = "Proc.\ 1st~" # ACTS}
@string{ASPLOS = "ACM International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS)"}
@string{ASPLOS_1996 = "Proc.\ 7th ASPLOS"}
@string{ASPLOS_2000 = "Proc.\ 9th ASPLOS"}
@string{BCR = "Business Communications Review"}
@string{BSDCON_2003 = "BSDCon '03"}
@string{CACM = "Communications of the ACM"}
@string{COMPUTER = "IEEE Computer"}
@string{COMPUTER_NET = "Computer Networks"}
@string{CCR = "ACM SIGCOMM Computer Communication Review"}
@string{CCS_2008 = "Proc.\ 15th ACM Conference on Computer and Communications Security"}
@string{DANCE = "Proc.\ DARPA Active Networks Conference and Exposition"}
@string{DANCE_2002 = DANCE # "\ (DANCE 2002)"}
@string{EWSCDA_1998 = "Proc.\ 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 = "Proc.\ HotNets--I"}
@string{HOTNETS_2003 = "Proc.\ HotNets--II"}
@string{HOTOS = "Workshop on Hot Topics in Operating Systems"}
@string{HOTOS_1999 = "Proc.\ 7th~" # HOTOS # " (HotOS--VII)"}
@string{HOTOS_2001 = "Proc.\ 8th~" # HOTOS # " (HotOS--VIII)"}
@string{ICC = "Proc.\ IEEE International Conference on Communications"}
@string{ICC_2002 = ICC # "\ (ICC 2002)"}
@string{ICFP = "SIGPLAN International Conference on Functional Programming Languages"}
@string{ICFP_1998 = "Proc.\ 3rd ACM\ " # ICFP}
@string{ICDCS = "International Conference on Distributed Computing Systems (ICDCS)"}
@string{ICDCS_1988 = "Proc.\ 8th ICDCS"}
@string{ICDCS_2000 = "Proc.\ 20th ICDCS"}
@string{ICNP = "IEEE International Conference on Networking Protocols"}
@string{ICNP_2003 = "Proc.\ 11th ICNP"}
@string{ICS = "ACM International Conference on Supercomputing"}
@string{ICS_1990 = "Proc.\ 4th~" # ICS}
@string{ICMCS_1994 = "Int.\ Conf.\ Multimedia Computing \& Systems"}
@string(IJPDSN = "International Journal of Parallel and Distributed Systems and Networks")
@string{INFOCOM_2000 = "Proc.\ INFOCOM 2000"}
@string{INFOCOM_2002 = "Proc.\ INFOCOM 2002"}
@string{IPTPS_2002 = "Proc.\ 1st Int.\ Workshop on Peer-to-Peer Systems (IPTPS'02)"}
@string{ISCA = "Annual ACM/IEEE International Symposium on Computer Architecture (ISCA)"}
@string{ISCA_1998 = "Proc.\ 25th~" # ISCA}
@string{JSAC = "IEEE J.\ Sel.\ Areas Comm."}
@string{LISA = "Systems Administration Conference"}
@string{LISA_1990 = "Proc.\ 11th~" # LISA # "\ (LISA '90)"}
@string{LISA_1997 = "Proc.\ 11th~" # LISA # "\ (LISA '97)"}
@string{LISA_1998 = "Proc.\ 11th~" # LISA # "\ (LISA '98)"}
@string{LISA_2000 = "Proc.\ 14th~" # LISA # "\ (LISA '00)"}
@string{LISA_2007 = "Proc.\ 21th~" # LISA # "\ (LISA '07)"}
@string{MICRO = "IEEE Micro"}
@string{MIDDLEWARE = "IFIP/ACM International Conference on Distributed Systems Platforms"}
@string{MIDDLEWARE_2001 = "Proc.\ 18th Middleware"}
@string{MUG = "Myrinet User Group Conference"}
@string{MUG_2000 = "Proc.\ First~" # MUG # "\ (MUG 2000)"}
@string{NOSSDAV = "Network and Operating System Support for Digital Audio and Video (NOSSDAV)"}
@string{NOSSDAV_1997 = "Proc.\ 7th International Workshop on\ " # NOSSDAV}
@string{NOSSDAV_1998 = "Proc.\ 8th International Workshop on\ " # NOSSDAV}
@string{OLS = "Ottawa Linux Symposium"}
@string{OLS_2003 = "Proc.\ OLS 2003"}
@string{OPENARCH = "International Conference on Open Architectures and Network Programming (OPENARCH)"}
@string{OPENARCH_2001 = "Proc.\ 4th~" # OPENARCH}
@string{OPENARCH_2002 = "Proc.\ 5th~" # OPENARCH}
@string{OSDI = "Operating System Design and Implementation (OSDI)"}
@string{OSDI_1994 = "Proc.\ 1st OSDI"}
@string{OSDI_1996 = "Proc.\ 2nd OSDI"}
@string{OSDI_1999 = "Proc.\ 3rd OSDI"}
@string{OSDI_2002 = "Proc.\ 5th OSDI"}
@string{NSDI_2004 = "Proc.\ 1st NSDI"}
@string{NSDI_2005 = "Proc.\ 2nd NSDI"}
@string{NSDI_2006 = "Proc.\ 3rd NSDI"}
@string{OSR = "Operating Systems Review"}
@string{PERVASIVE = "International Conference on Pervasive Computing"}
@string{PERVASIVE_2002 = "Proc.\ Pervasive 2002"}
@string{NETWORKING = "International IFIP--TC6 Networking Conference"}
@string{NETWORKING_2002 = "Proc.\ 2nd~" # NETWORKING # "\ (NETWORKING 2002)"}
@string{SANE_2000 = "Proc.\ 2nd Int.\ SANE Conf."}
@string{RFC = "Internet Req.\ for Cmts."}
@string{SIGCOMM_1988 = "Proc.\ SIGCOMM '88"}
@string{SIGCOMM_1992 = "Proc.\ SIGCOMM '92"}
@string{SIGCOMM_1994 = "Proc.\ SIGCOMM '94"}
@string{SIGCOMM_1996 = "Proc.\ SIGCOMM '96"}
@string{SIGCOMM_1997 = "Proc.\ SIGCOMM '97"}
@string{SIGCOMM_1998 = "Proc.\ SIGCOMM '98"}
@string{SIGCOMM_1999 = "Proc.\ SIGCOMM '99"}
@string{SIGCOMM_2001 = "Proc.\ SIGCOMM 2001"}
@string{SIGMETRICS = "Proc.\ SIGMETRICS\ "}
@string{SIGMETRICS_2000 = SIGMETRICS # "2000"}
@string{SIGMETRICS_2001 = SIGMETRICS # "2001"}
@string{SOSP = "Symposium on Operating Systems Principles (SOSP)"}
@string{SOSP_1995 = "Proc.\ 15th SOSP"}
@string{SOSP_1999 = "Proc.\ 17th SOSP"}
@string{SOSP_2001 = "Proc.\ 18th SOSP"}
@string{SOSP_2003 = "Proc.\ 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 = "Proc.\ USENIX '05"}
@string{USENIX_2004 = "Proc.\ USENIX '04"}
@string{USENIX_2002 = "Proc.\ USENIX '02"}
@string{USENIX_1996 = "Proc.\ USENIX '96"}
@string{USS_1999 = "Proc.\ 8th " # USENIX_SEC}
@string{USS_2002 = "Proc.\ 11th " # USENIX_SEC}
@string{USS_2003 = "Proc.\ 12th " # USENIX_SEC}
@string{USITS = "USENIX Symposium on Internet Technologies"}
@string{USITS_2003 = "Proc.\ 4th USITS"}
@string{WISP = "Workshop on Internet Server Performance"}
@string{WISP_1998 =" Proc.\ " # WISP # " 1998"}
@string{WORLDS_2004 ="Proc. of the 1st Workshop on Real, Large Distributed Systems"}
@string{WORLDS_2005 ="Proc. of the 2nd Workshop on Real, Large Distributed Systems"}
@string{WSS = "USENIX Windows Sys.\ Symp."}
@string{WSS_2000 = "Proc.\ 4th~" # WSS}
@string{WWOS = "Workshop on Workstation Operating Systems"}
@string{WWOS_1992 = "Proc.\ 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{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{IPTPS_2002_ADDR = "Cambridge,\ " # MASSACHUSETTS}
@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{NSDI_2004_ADDR = "San Francisco,\ " # CALIFORNIA}
@string{NSDI_2005_ADDR = "Boston,\ " # MASSACHUSETTS}
@string{NSDI_2006_ADDR = "San Jose,\ " # CALIFORNIA}
@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{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"}
@InProceedings{Alexander_SIGCOMM_1997,
Author = "D. Scott Alexander and Marianne Shaw and Scott M. Nettles
and Jonathan M. Smith",
Title = "{Active Bridging}",
Booktitle = SIGCOMM_1997,
Address = SIGCOMM_1997_ADDR,
Pages = "101--111",
Month = SEPTEMBER,
Year = 1997
}
@Manual{ACEnic_DS,
Title = "{{ACEnic} Server-Optimized 10/100/1000 Mbps Ethernet
Adapters Datasheet}",
Organization = "{Alteon WebSystems, Inc.}",
Address = "San Jose,\ " # CALIFORNIA,
Month = AUGUST,
Year = 1999
}
@InProceedings{Alverson_ICS_1990,
Author = "R. Alverson and D. Callahan and D. Cummings and B. Koblenz
and A. Poterfield and B. Smith",
Title = "{The Tera Computer System}",
Booktitle = ICS_1990,
Address = ICS_1990_ADDR,
Pages = "1--6",
Month = JUNE,
Year = 1990
}
@InProceedings{Andersen_SOSP_2001,
Author = "David Andersen and Hari Balakrishnan and Frans Kaashoek
and Robert Morris",
Title = "{Resilient Overlay Networks}",
Booktitle = SOSP_2001,
Address = SOSP_2001_ADDR,
Pages = "131--145",
Month = OCTOBER,
Year = 2001
}
@InProceedings{Annapureddy_NSDI_2005,
Author = "Siddhartha Annapureddy and Michael J. Freedman and David Mazi\`{e}res",
Title = "{Shark: Scaling File Servers via Cooperative Caching}",
Booktitle = NSDI_2005,
Address = NSDI_2005_ADDR,
Month = may,
Year = {2005},
}
@Misc{VMWare,
key = "VMWare",
title = "{VMWare Workstation}",
note = "\url{http://www.vmware.com/}",
}
@Misc{Apt,
key = "Apt",
title = "{APT HOWTO}",
note = "\url{http://www.debian.org/doc/manuals/apt-howto/}",
}
@Article{Baker_RFC1812,
Author = "F. Baker",
Title = "{Requirements for {IP} Version 4 Routers; {RFC} 1812}",
Journal = RFC,
Month = JUNE,
Year = 1995
}
@InProceedings{Balazinska_PERVASIVE_2002,
Author = "Magdalena Balazinska and Hari Balakrishnan and David Karger",
Title = "{INS/Twine: A Scalable Peer-to-Peer Architecture for
Intentional Resource Discovery}",
Booktitle = PERVASIVE_2002,
Address = PERVASIVE_2002_ADDR,
Pages = "195--210",
Month = AUGUST,
Year = 2002
}
@InProceedings{Banga_OSDI_1999,
Author = "Gaurav Banga and Peter Druschel and Jeffrey C. Mogul",
Title = "{Resource Containers: A New Facility for Resource
Management in Server Systems}",
Booktitle = OSDI_1999,
Address = OSDI_1999_ADDR,
Pages = "45--58",
Month = FEBRUARY,
Year = "1999",
url = "citeseer.nj.nec.com/banga99resource.html"
}
@InProceedings{Barham_SOSP_2003,
Author = "Paul Barham and Boris Dragovic and Keir Fraser
and Steven Hand and Tim Harris and Alex Ho
and Rolf Neugebauer and Ian Pratt and Andrew Warfield",
Title = "{Xen and the {A}rt of {V}irtualization}",
Booktitle = SOSP_2003,
Address = SOSP_2003_ADDR,
Month = OCTOBER,
Year = 2003
}
@TechReport{Bavier_TR_1999,
Author = "Andy Bavier and Larry Peterson and David Mosberger",
Title = "{{BERT}: A Scheduler for Best-Effort and Realtime Paths}",
Institution = "Department of Computer Science, Princeton University",
Number = "TR--602--99",
Month = MARCH,
Year = 1999
}
@TechReport{Bavier_TR_2002,
Author = "Andy Bavier and Thiemo Voigt and Mike Wawrzoniak
and Larry Peterson",
Title = "{{SILK}: Scout Paths in the Linux Kernel}",
Institution = "Department of Information Technology, Uppsala University",
Address = "Uppsala, Sweden",
Number = "2002--009",
Month = FEBRUARY,
Year = 2002
}
@InProceedings{Bavier_NSDI_2004,
Author = "Andy Bavier and Mic Bowman and David Culler and
Brent Chun and Scott Karlin and Steve Muir and " #
A_LLP # " and " # A_TR # " and Tammo Spalink and " #
A_MHW,
Title = "{Operating System Support for Planetary-Scale
Network Services}",
Booktitle = NSDI_2004,
Address = NSDI_2004_ADDR,
Month = mar,
Year = {2004},
}
@misc{plkmod_web_page,
Author = "{Plkmod: SILK in PlanetLab}",
Title = "",
Note = "\url{http://www.cs.princeton.edu/~acb/plkmod}"
}
@misc{thunt-hashing,
Author = "Troy Hunt",
Title = "Our Password Hashing has no Clothes",
Note = "\url{http://www.troyhunt.com/2012/06/our-password-hashing-has-no-clothes.html}"
}
@InProceedings{Bennett_SIGCOMM_1996,
Author = "Jon C. R. Bennett and Hui Zhang",
Title = "{Hierarchical Packet Fair Queueing Algorithms}",
Comment = "WF2Q+ is here",
Booktitle = SIGCOMM_1996,
Address = SIGCOMM_1996_ADDR,
Pages = "143--156",
Month = AUGUST,
Year = 1996
}
@InProceedings{Black_CCN_1997,
Author = "Richard Black and Paul Barham and Austin Donnelly
and Neil Stratford",
Title = "{Protocol {I}mplementation in a {V}ertically {S}tructured
{O}perating {S}ystem}",
Booktitle = "Proc.\ IEEE Conf.\ Comp.\ Networks",
Month = NOVEMBER,
Year = 1997
}
@InProceedings{Blumrich_ISCA_1998,
Author = "Matthias A. Blumrich and Richard D. Alpert and Yuqun Chen
and Douglas W. Clark and Stefanos N. Damianakis
and Cezary Dubnicki and Edward W. Felten and Liviu Iftode
and Kai Li and Margaret Martonosi and Robert A. Shillner",
Title = "{Design Choices in the {SHRIMP} System: An Empirical Study}",
Booktitle = ISCA_1998,
Address = ISCA_1998_ADDR,
Pages = "330--341",
Month = JUNE,
Year = 1998
}
@Article{Boden_MICRO_1995,
Author = "Nanette J. Boden and Danny Cohen and Robert E. Felderman
and Alan E. Kulawik and Charles L. Seitz and Jakov N. Seizovic
and Wen-King Su",
Title = "{Myrinet: A Gigabit-per-Second Local Area Network}",
Journal = MICRO,
Volume = 15,
Number = 1,
Pages = "29--36",
Year = 1995
}
@InProceedings{Bolosky_WSS_2000,
Author = "William J. Bolosky and Scott Corbin and David Goebel
and John R. Douceur",
Title = "{Single Instance Storage in Windows 2000}",
Booktitle = WSS_2000,
Address = WSS_2000_ADDR,
Pages = "13--24",
Month = AUGUST,
Year = 2000
}
@InProceedings{Brett_WORLDS_2004,
Author = "Paul Brett and Rob Knauerhase and Mic Bowman and Robert Adams and Aroon Nataraj and Jeff Sedayao and Michael Spindel",
Title = "{A shared global event propagation system to enable next generation distributed services}",
Booktitle = WORLDS_2004,
year = 2004,
address = SAN_FRANCISCO,
month = DECEMBER,
}
@InProceedings{Campbell_IXA_2001,
Author = "Andrew T. Campbell and S. Chou and Michael E. Kounavis
and V. D. Stachtos",
Title = "{Implementing Routelets: Virtual Router Support for the {IXP1200}
Network Processor}",
Booktitle = "Proceedings of the IXA University Program Workshop",
Address = "Portland, Oregon",
Month = JUNE,
Year = 2001
}
@InProceedings{Chiueh_ICDCS_2000,
Author = "{Tzi-cker} Chiueh and Prashant Pradhan",
Title = "{Suez: A Cluster-based Scalable Real-Time Packet Router}",
Booktitle = ICDCS_2000,
Address = ICDCS_2000_ADDR,
Pages = "136--143",
Year = 2000
}
@InProceedings{Chu_SIGMETRICS_2000,
Author = "{Yang-hua} Chu and Sanjay Rao and Hui Zhang",
Title = "{A Case For End System Multicast}",
Booktitle = SIGMETRICS_2000,
Address = SIGMETRICS_2000_ADDR,
Pages = "1--12",
Month = JUNE,
Year = 2000
}
@Misc{Chun02,
Author = "Brent Chun and Jason Lee and Hakim Weatherspoon",
Title = "{Netbait: a Distributed Worm Detection Service}",
Note = "\url{http://netbait.planet-lab.org/}",
Year = 2002
}
@Article{Chun_CCR_2003,
author = "Brent Chun and others",
title = "{PlanetLab: An Overlay Testbed for Broad-Coverage
Services}",
journal = CCR,
year = 2003,
volume = 33,
number = 3,
month = JULY
}
@inproceedings{ Chutani_USENIX_1992,
author = "S. Chutani and O. T. Anderson and M. L. Kazar and B. W. Leverett and W. A. Mason and R. N. Sidebotham",
title = "The {Episode} File System",
booktitle = "Proceedings of the {USENIX} Winter 1992 Technical Conference",
address = "San Fransisco, CA, USA",
pages = "43--60",
year = "1992",
url = "citeseer.ist.psu.edu/chutani92episode.html" }
@InProceedings{Clark_SIGCOMM_1988,
Author = "David D. Clark",
Title = "{The Design Philosophy of the {DARPA} Internet Protocols}",
Booktitle = SIGCOMM_1988,
Address = SIGCOMM_1988_ADDR,
Pages = "106--114",
Month = AUGUST,
Year = 1988
}
@Article{Clark_TON_1998,
Author = "David D. Clark and Wenjia Fang",
Title = "{Explicit Allocation of Best-Effort Packet Delivery Service}",
Journal = TON,
Volume = 6,
Number = 4,
Pages = "362--373",
Month = AUGUST,
Year = 1998
}
@InProceedings{Clark_SIGCOMM_1992,
Author = "David D. Clark and Scott Shenker and Lixia Zhang",
Title = "{Supporting Real-Time Applications in an Integrated
Services Packet Network: Architecture and Mechanism}",
Booktitle = SIGCOMM_1992,
Address = SIGCOMM_1992_ADDR,
Pages = "14--26",
Month = AUGUST,
Year = 1992
}
@InProceedings{BitTorrent,
Author = "Bram Cohen",
Title = "{Incentives Build Robustness in BitTorrent}",
booktitle = "Workshop on Economics of Peer-to-Peer Systems",
year = 2003,
}
@Article{Bugnion_TOCS_1997,
Author = "Edouard Bugnion and Scott Devine and Kinshuk Govil and Mendel Rosenblum",
Title = "{Disco: running commodity operating systems on scalable multiprocessors}",
Journal = TOCS,
Volume = 15,
Number = 4,
Pages = "412--447",
Month = NOVEMBER,
Year = 1997
}
@inproceedings{ Chankhunthod_USENIX_1996,
author = "Anawat Chankhunthod and Peter B. Danzig and Chuck Neerdaels and Michael F. Schwartz and Kurt J. Worrell",
title = "A Hierarchical Internet Object Cache",
booktitle = "{USENIX} Annual Technical Conference",
pages = "153-164",
year = "1996",
url = "citeseer.ist.psu.edu/article/chankhunthod95hierarchical.html" }
@Misc{CORBA,
title = "{Common Object Request Broker Architecture
(CORBA)}",
author = "{Object Management Group (OMG)}",
note = "\url{http://www.corba.org/}"
}
@InProceedings{Crowley_2000,
Author = "Patrick Crowley and Marc E. Fiuczynski and Jean-Loup Baer and Brian N. Bershad",
Title = "{Workloads for Programmable Network Interfaces}",
Booktitle = "IEEE 2nd Annual Workshop on Workload Characterization",
Address = "Austin, Texas",
Note = "Also appears as Chapter 7 in~\cite{John_2000}",
Comment = "Be sure to use \nocite{John_2000} when referencing this
work to avoid extra LaTeX / BibTeX cycles",
Month = OCTOBER,
Year = 1999
}
@manual{VIA_1.0,
Title = "{Virtual Interface Architecture Specification, Version~1.0}",
Organization = "{Compaq Computer Corporation, Intel Corporation,
Microsoft Corporation}",
Month = DECEMBER,
Year = 1997
}
@InProceedings{Dabek_SOSP_2001,
Author = "Frank Dabek and M. Frans Kaashoek and David Karger and
Robert Morris and Ion Stoica",
Title = "{Wide-area cooperative storage with CFS}",
Booktitle = SOSP_2001,
Address = SOSP_2001_ADDR,
Pages = "202--215",
Month = OCTOBER,
Year = 2001
}
@InProceedings{Dasen_ACTS_1996,
Author = "Marcel Dasen and George Fankhauser and Bernhard Plattner",
Title = "{An Error Tolerant, Scalable Video Stream Encoding and
Compression for Mobile Computing}",
Booktitle = ACTS_1996,
Address = ACTS_1996_ADDR,
Pages = "762--771",
Month = NOVEMBER,
Year = "1996"
}
@Misc{Davie_PC_1999,
Author = "Bruce Davie",
Note = "Personal Communication",
Month = AUGUST,
Year = 1999
}
@Book{Davie_MPLS_2000,
Author = "Bruce Davie and Yakov Rekhter",
Title = "{MPLS: Technology and Applications}",
Publisher = "Morgan Kaufmann Publishers, Inc.",
Year = 2000
}
@InProceedings{Decasper_SIGCOMM_1998,
Author = "Dan Decasper and Zubin Dittia and Guru Parulkar
and Bernhard Plattner",
Title = "{Router Plugins: A Software Architecture for Next
Generation Routers}",
Booktitle = SIGCOMM_1998,
Address = SIGCOMM_1998_ADDR,
Pages = "229--240",
Month = SEPTEMBER,
Year = 1998
}
@Article{Decasper_TON_2000,
Author = "Dan Decasper and Zubin Dittia and Guru Parulkar
and Bernhard Plattner",
Title = "{Router Plugins: A Software Architecture for Next
Generation Routers}",
Journal = TON,
Volume = 8,
Number = 1,
Pages = {2--15},
Month = FEBRUARY,
Year = 2000,
}
@InProceedings{Degermark_SIGCOMM_1997,
Author = "Mikael Degermark and Andrej Brodnik and Svante Carlsson
and Stephen Pink",
Title = "{Small Forwarding Tables for Fast Routing Lookups}",
Booktitle = SIGCOMM_1997,
Address = SIGCOMM_1997_ADDR,
Pages = "3--14",
Month = OCTOBER,
Year = 1998
}
@Manual{Pamette_UG_1998,
Title = "{DIGITAL PCI Development Platform Reconfigurable Hardware
Device for the PCI Bus User's Guide}",
Organization = "{Digital Equipment Corporation}",
Note = "{\url{http://www.research.digital.com/SRC/pamette/}}",
Address = "Maynard,\ " # MASSACHUSETTS,
Month = APRIL,
Year = 1998
}
@InProceedings{Dike_LSC_2001,
Author = "Jeff Dike",
Title = "{User-mode {Linux}}",
Booktitle = "Proceedings of the 5th Annual Linux Showcase and Conference",
Address = "Oakland,\ " # CALIFORNIA,
Month = NOVEMBER,
Year = 2001,
}
@Misc{dpkg,
key = "dpkg",
title = "{Debian -- dpkg}",
note = "\url{http://packages.debian.org/stable/base/dpkg}",
}
@InProceedings{Draves_WWOS_1992,
author = "R. P. Draves and B. N. Bershad and A. F. Forin",
title = "{Using Microbenchmarks to Evaluate System Performance}",
booktitle = WWOS_1992,
pages = "154--159",
month = APRIL,
year = 1992,
}
@InProceedings{Druschel_OSDI_1996,
Author = "Peter Druschel and Gaurav Banga",
Title = "{Lazy Receiver Processing ({LRP}): A Network Subsystem
Architecture for Server Systems}",
Booktitle = OSDI_1996,
Address = OSDI_1996_ADDR,
Pages = "261--275",
Month = OCTOBER,
Year = 1996
}
@InProceedings{Druschel_SIGCOMM_1994,
Author = "Peter Druschel and Larry L. Peterson and Bruce S. Davie",
Title = "{Experiences with a High-Speed Network Adaptor: A Software
Perspective}",
Booktitle = SIGCOMM_1994,
Address = SIGCOMM_1994_ADDR,
Pages = "2--13",
Month = OCTOBER,
Year = 1994
}
@InProceedings{Engler_SIGCOMM_1996,
Author = "Dawson R. Engler and M. Frans Kaashoek",
Title = "{DPF}: fast, flexible message demultiplexing using dynamic
code generation",
Booktitle = SIGCOMM_1996,
Address = SIGCOMM_1996_ADDR,
Pages = "53--59",
Month = AUGUST,
Year = 1996
}
@Misc{ENSIM_WEB,
Author = "{Ensim Corp.}",
Title = "{Ensim Virtual Private Server}",
HowPublished = "{\url{http://www.ensim.com/products/\\
privateservers/index.html}}",
}
@Article{Eugster_ACMCS_2003,
author = "Patrick Th. Eugster and Pascal Felber and Rachid Guerraoui and Anne-Marie Kermarrec",
title = "{The Many Faces of Publish/Subscribe}",
Journal = "ACM Computing Surveys",
Volume = 35,
Number = 2,
Pages = "114--131",
Month = JUNE,
year = 2003,
}
@TechReport{Fankhauser_TR_1998,
Author = "George Fankhauser and Marcel Dasen and Nathalie Weiler
and Bernhard Plattner and Burkhard Stiller",
Title = "{The {WaveVideo} System and Network Architecture: Design and
Implementation}",
Number = 44,
Institution = {Institute TIK},
Address = {Gloriastrasse 35, 8092 Z\"urich, Switzerland},
Month = JUNE,
Year = 1998
}
@Article{Fielding_RFC2616,
Author = "R. Fielding and J. Gettys and J. C. Mogul and H. Frystyk
and L. Masinter and P. Leach and T. Berners-Lee",
Title = "{Hypertext Transfer Protocol -- {HTTP}/1.1; {RFC} 2616}",
Journal = RFC,
Month = JUNE,
Year = 1999
}
@InProceedings{Fiuczynski_NOSSDAV_1998,
Author = "Marc E. Fiuczynski and Richard P. Martin and Tsutomu Owa
and Brian N. Bershad",
Title = "{On Using Intelligent Network Interface Cards to support
Multimedia Applications}",
Booktitle = NOSSDAV_1998,
Address = NOSSDAV_1998_ADDR,
Pages = "95--98",
Month = JULY,
Year = 1998,
}
@InProceedings{Fiuczynski_EWSCDA_1998,
Author = "Marc E. Fiuczynski and Richard P. Martin and Tsutomu Owa
and Brian N. Bershad",
Title = "{{SPINE}: A Safe Programmable and Integrated Network Environment}",
Booktitle = EWSCDA_1998,
Address = EWSCDA_1998_ADDR,
Pages = "7--12",
Month = SEPTEMBER,
Year = 1998
}
@TechReport{Fiuczynski_TR_1998,
Author = "Marc E. Fiuczynski and Brian N. Bershad and Richard P. Martin
and David E. Culler",
Title = "{{SPINE:} An Operating System for Intelligent Network Adapters}",
Number = "UW TR--98--08--01",
Institution = "University of Washington",
Address = "Seattle, WA",
Month = AUGUST,
Year = 1998
}
@InProceedings{Ford_OSDI_1999,
author = "Bryan Ford and Mike Hibler and Jay Lepreau and
Roland McGrath and Patrick Tullmann",
title = "{Interface and Execution Models in the Fluke Kernel}",
booktitle = OSDI_1999,
address = OSDI_1999_ADDR,
month = FEBRUARY,
year = 1999
}
@Book{Foster_GRID_1999,
Editor = "Ian Foster and Carl Kesselman",
Title = "{The Grid: Blueprint for a New Computing Infrastructure}",
Publisher = "Morgan Kaufmann Publishers, Inc.",
Year = 1999
}
@Misc{Foster_GRID_2002,
Author = "Ian Foster and Carl Kesselman and Jeffrey M. Nick
and Steven Tuecke",
Title = "{The Physiology of the Grid: An Open Grid Services
Architecture for Distributed Systems Integration}",
HowPublished = "{\url{www.gridforum.org/ogsi-wg/drafts/ogsa_draft2.9_2002-06-22.pdf}}",
Month = JUNE,
Year = 2002,
}
@InProceedings{Fournet_POPL_2002,
author = "Cedric Fournet and Andrew D. Gordon",
title = "{Stack Inspection: Theory and Variants}",
booktitle = "Proceedings of the 29th ACM Symposium on Principles
of Programming Languages",
year = 2002,
address = "Portland, " # OREGON,
month = JANUARY,
}
@InProceedings{Fox_ASPLOS_1996,
Author = "Armando Fox and Steven D. Gribble and Eric A. Brewer
and Elan Amir",
Title = "{Adapting to Network and Client Variability via
On-Demand Dynamic Distillation}",
Booktitle = ASPLOS_1996,
Address = ASPLOS_1996_ADDR,
Pages = "160--170",
Month = OCTOBER,
Year = 1996
}
@InProceedings{Freedman_NSDI_2004,
Author = "Michael J. Freedman and Eric Freudenthal and David Mazi\`{e}res",
Title = "Democratizing content publication with Coral",
Booktitle = NSDI_2004,
Address = NSDI_2004_ADDR,
Month = mar,
Year = 2004
}
@InProceedings{Fu_SOSP_2003,
Author = "Yun Fu and Jeff Chase and Brent Chun and Steve Schwab and Amin Vahdat",
Title = "SHARP: An Architecture for Secure Resource Peering",
Booktitle = SOSP_2003,
Address = SOSP_2003_ADDR,
Month = OCTOBER,
Year = 2003
}
@Article{Fu_TOCS_2002,
Author = "Kevin Fu and M. Frans Kaashoek and David Mazi\`{e}res",
Title = "{The {Click} Modular Router}",
Journal = TOCS,
Volume = 20,
Number = 1,
Pages = "1--24",
Month = FEBRUARY,
Year = 2002
}
@InProceedings{Garfinkel_SNDSS_2004,
author = "T. Garfinkel and B. Pfaff and M. Rosenblum",
title = "{Ostia: A Delegating Architecture for Secure System
Call Interposition}",
booktitle = "Proc.\ 2004 Symposium on Network and Distributed
System Security",
year = 2004,
}
@InProceedings{Ghemawat_SOSP_2003,
author = "Sanjay Ghemawat and Howard Gobioff and Shun-Tak Leung",
title = "{The Google file system}",
booktitle = SOSP_2003,
address = SOSP_2003_ADDR,
month = OCTOBER,
year = 2003
}
@Book{Gong_1999,
author = "L. Gong",
title = "{Inside Java 2 Platform Security}",
publisher = "Addison Wesley",
year = 1999
}
@InProceedings{Gottlieb_OPENARCH_2002,
Author = "Yitzchak Gottlieb and Larry Peterson",
Title = "{A Comparative Study of Extensible Routers}",
Booktitle = OPENARCH_2002,
Address = OPENARCH_2002_ADDR,
Pages = "51--62",
Month = JUNE,
Year = 2002
}
@InProceedings{Goyal_SIGCOMM_1996,
Author = "Pawan Goyal and Harrick M. Vin and Haichen Cheng",
Title = "{Start-time Fair Queueing: A Scheduling Algorithm for
Integrated Services Packet Switching Networks}",
Booktitle = SIGCOMM_1996,
Address = SIGCOMM_1996_ADDR,
Pages = "157--168",
Month = AUGUST,
Year = 1996
}
@InProceedings{Goyal_OSDI_1996,
Author = "Pawan Goyal and Xingang Guo and Harrick Vin",
Title = "{A Hierarchical {CPU} Scheduler for Multimedia Operating
Systems}",
Booktitle = OSDI_1996,
Address = OSDI_1996_ADDR,
Pages = "107--122",
Month = OCTOBER,
Year = 1996
}
@Book{Habermann_1976,
Author = "A. N. Habermann",
Title = "{Introduction to Operating System Design}",
Publisher = "Science Research Associates, Inc.",
Year = 1976
}
@InBook{Habermann_1976_crit,
Author = "A. N. Habermann",
Title = "{Introduction to Operating System Design}",
Publisher = "Science Research Associates, Inc.",