-
Notifications
You must be signed in to change notification settings - Fork 6
/
ref.bib
27956 lines (23816 loc) · 815 KB
/
ref.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
%be 17 11:36:11 EDT 1999
% RFC references moved to rfc.bib
%
%
% PROCEEDINGS - shared definitions for conferences, journals,
% and so on. If you're creating an entry for a
% common conference (sigcomm, mobicomm, sosp, etc.)
% please define a proceedings for it at the end of
% this file (and make sure one isn't already defined).
%
% Journal names don't really crossref well. Define common ones here:
@string{JSAC="IEEE Journal on Selected Areas in Communications (J-SAC)"}
%@string{JSAC="IEEE JSAC"}
@string{JACM="Journal of the {ACM}"}
@string{CCR="{ACM} Computer Communications Review"}
@string{IEEEPROC="{Proc. of the IEEE}"}
@string{IEEECOMM="{IEEE Communications Magazine}"}
@string{IEEECOMP="{IEEE Computer}"}
@string{IEEEPERS="{IEEE} Personal Communications"}
@string{IEEENET="{IEEE Network}"}
@string{IEEETOIT="{IEEE} Transactions on Information Theory"}
@string{MICRO={"IEEE Micro"}}
@string{CACM="{Communications of the ACM}"}
@string{TOC="{IEEE Transactions on Communications}"}
@string{TOS="{IEEE Transactions on Storage}"}
@string{TON="{IEEE/ACM Transactions on Networking}"}
@string{TOCS="{ACM Transactions on Computer Systems}"}
@string{TOMEDIA="{IEEE Transactions on Multimedia}"}
@string{OSREVIEW="{Operating Systems Review}"}
@string{MCCR="{Mobile Computing and Communications Review}"}
@string{CNISDN="{Computer Networks and ISDN Systems}"}
% Other random things that show up all the time:
@string{IETFSHORT = "IETF"}
@string{MIT = "{Massachusetts Institute of Technology}"}
%%
% Entries
%%
@misc{www-adam-unmetered,
author = "{Adam Internet}",
title = "Unmetered Content",
howpublished = "\url{http://www.adam.com.au/unmetered/unmetered.php}",
note = "Retrieved: June 2011",
}
@misc{www-arbinet,
title = "{Arbinet}",
note = "\url{http://www.arbinet.com}"
}
@misc{www-bsnl-pricelist,
author = "BNSL",
title = "Tariff for Leased Lines",
howpublished = "\url{http://www.bsnl.co.in/service/2mbps.pdf}",
note = "Retrieved: June 2011",
}
@misc{www-calient,
title = "Calient Networks DiamondWave FiberConnect",
note = "\url{http://www.calient.com/products/diamondwave_fiberconnect.php}"
}
@misc{www-chunghwa-pricelist,
author = "{Chunghwa Telecom}",
title = "Leased Line Pricelist",
howpublished = "\url{http://www.cht.com.tw/CHTFinalE/Web/Business.php?CatID=476}",
note = "Retrieved: June 2011",
}
@misc{www-etisalat-pricelist,
author = "{Etisalat ISP}",
title = "Leased Circuit Rental Charges",
howpublished = "\url{http://tinyurl.com/66tfvj6}",
note = "Retrieved: June 2011",
}
% howpublished = "\url{http://www.etisalat.ae/index.jsp?&contentid=a5b9ee1b5b15b010VgnVCM1000000c24a8c0RCRD&type=content}",
@misc{www-geoip,
key = "maxmind-geoip",
title = "{MaxMind GeoIP Country}",
howpublished = "\url{http://www.maxmind.com/app/geolitecountry}",
note = "Retrieved: June 2011",
}
@misc{www-googlecluster,
title = "Google Cluster Data",
note = "\url{http://code.google.com/p/googleclusterdata/}"
}
@misc{www-gtx690-spec,
title = "{Nvidia} {GeForce} {GTX} 690 Specifications",
note = "\url{http://www.geforce.com/hardware/desktop-gpus/geforce-gtx-690/specifications}",
year = 2013,
}
@misc{www-guavus-tiers,
author = "{Guavus}",
title = "Profitable Tiered Pricing",
howpublished = "\url{http://www.guavus.com/solutions/tiered-pricing}",
note = "Retrieved: June 2011",
}
@misc{www-flowvisor,
title = "{FlowVisor}",
note = "\url{http://www.openflowswitch.org/wk/index.php/FlowVisor}"
}
@misc{www-itu-handbook,
key = "itu",
title = "{ITU} {T}elecommunication {I}ndicator {H}andbook",
howpublished = "\url{http://www.itu.int/ITU-D/ict/publications/world/material/handbook.html}",
note = "Retrieved: June 2011",
}
@misc{www-lirneasia-circuit-price,
title = "{S}liding leased circuit price in {A}sia remains crazy",
howpublished = "\url{http://lirneasia.net/2010/06/sliding-leased-circuit-price-remain-crazy-in-asia/}",
note = "URL retrieved January 2011",
}
@misc{www-nap,
title = "{Network Access Protection}",
note = "\url{http://http://technet.microsoft.com/en-us/network/bb545879.aspx}"
}
@misc{www-nea,
title = "{Network Endpoint Assessment}",
note = "\url{http://tools.ietf.org/wg/nea}"
}
@misc{www-ntt-pricelist,
author = "{NTT East}",
title = "Leased Circuit Price List",
howpublished = "\url{http://www.ntt-east.co.jp/senyo_e/charge/digital.html}",
note = "URL retrieved January 2011",
}
@misc{www-glimmerglass,
title = "Glimmerglass {MEMS} Optical Switches",
note = "\url{http://www.glimmerglass.com/optical_switch.aspx}"
}
@misc{www-opneti,
title = "OPNETI MEMS Optical Switch",
note = "\url{http://www.opneti.com/right/1x8switch.htm}"
}
@misc{www-ore-pricelist,
author = "{ORE}",
title = "Wholesale Leased Lines Price List",
howpublished = "\url{http://www.otewholesale.gr/Portals/0/LEASED%20LINES_Pricelist_ENG_081110.pdf}",
note = "Retrieved: June 2011",
}
@misc{www-telegeography-prices,
author = "{Telegeography}",
title = "Bandwidth Pricing Report",
howpublished = "\url{http://www.telegeography.com/product-info/pricingdb/download/bpr-2009-10.pdf}",
note = "Retrieved: June 2011",
}
@misc{www-trill,
title = "{IETF} Transparent Interconnection of Lots of Links ({TRILL}) Working Group",
note = "\url{http://datatracker.ietf.org/wg/trill/charter/}"
}
@misc{www-transitportal,
title = "{T}ransit {P}ortal Web Console",
howpublished = "\url{http://tp.gtnoise.net}",
year = 2012,
}
@misc{Berthold:hoti2009,
title = "Optical Networking for Data Center Interconnects Across Wide Area Networks",
author = "{Joseph Berthold}",
year = 2009,
note = "\url{http://www.hoti.org/hoti17/program/slides/SpecialSession/HotI-2009-Berthold.pdf}"
}
@misc{www-memsprice,
title = "Glimmerglass 80x80 {MEMS} switch",
howpublished = "Website",
year = 2003,
note = "\\ http://electronicdesign.com/article/test-and-measurement/ \\
3d-mems-based-optical-switch-handles-80-by-80-fibe.aspx"
}
@misc{www-band-x,
title = "{Band-X}",
note = "\url{http://www.band-x.com}"
}
@misc{www-broadbandbonding,
title = "{Broadband Bonding}",
note = "\url{http://www.broadbandbonding.com}"
}
@misc{www-broadband-au-isps,
title = "Compare ISP Providers, Australia",
howpublished = "\url{http://www.broadbandexpert.com.au/internet/isp/}",
year = 2010,
}
@misc{www-bthomehub,
title = "{The Wi-Fi community built by you}",
note = "\url{http://www.beta.bt.com/apps/openwifi}",
}
@misc{www-bgp-simple,
key = "bgpsimple",
title = "{ bgpsimple: simple BGP peering and route injection script }",
note = "\url{http://code.google.com/p/bgpsimple/}",
}
@misc{www-bgpcost,
title = "{BGP Cost}",
note = "\url{http://bill.herrin.us/network/bgpcost.html}",
}
@misc{www-blkiopoll,
title = "blk-iopoll, a polled completion {API} for block devices",
author = "Jens Axboe",
howpublished = "\url{http://lwn.net/Articles/346187}"
}
@misc{www-blkiopoll-perf,
title = "[{PATCH} 1/3] block: add blk-iopoll, a {NAPI} like approach for block devices",
author = "Jens Axboe",
howpublished = "\url{http://lwn.net/Articles/346256/}"
}
@misc{www-cloud-animoto,
title = "{Scaling Through Viral Growth}",
howpublished = "\url{http://aws.typepad.com/aws/2008/04/animoto---scali.html}",
year = 2009
}
@misc{www-cs8803,
title = "{CS 8803: Next Generation Netowrks}",
key = "next-generation",
howpublished = "\url{http://www.gtnoise.net/classes/cs8803/spring_2010/}",
year = 2010
}
@misc{www-china-hijacks-bt,
author = "{TorrentFreak}",
title = "{China Hijacks Popular BitTorrent Sites}",
howpublished = "\url{http://torrentfreak.com/china-hijacks-popular-bittorrent-sites-081108/}",
year = 2008,
month = may
}
@misc{www-china-user-tracking,
key = "China",
title = "{China Web Sites Seeking Users' Names}",
howpublished = "\url{http://www.nytimes.com/2009/09/06/world/asia/06chinanet.html}",
year = 2009,
month = sep
}
@misc{www-chinese-blog-stabbing,
key = "Chinese",
title = "{Chinese blogger Xu Lai stabbed in Beijing bookshop}",
howpublished = "\url{http://www.guardian.co.uk/world/2009/feb/15/china-blogger-xu-lai-stabbed}",
year = 2009,
month = feb
}
@misc{www-cplex,
title = "{IBM ILOG CPLEX}",
howpublished = "\url{http://www.ibm.com/software/integration/optimization/cplex}",
}
@misc{www-dlink-11n,
title = "{Competitive Test of Draft 802.11n Products}",
howpublished = "\url{ftp://ftp10.dlink.com/pdfs/octoscope_report.pdf}",
year = 2007,
month = jun
}
@misc{www-douglea ,
title = {A Memory Allocator},
author = "Lea, Doug",
howpublished = "\url{http://g.oswego.edu/dl/html/malloc.html}",
year = 2000
}
@misc{www-tcmalloc,
title = {TCMalloc : Thread-Caching Malloc},
author = "Ghemawat, Sanjay and Menage, Paul",
howpublished = "\url{http://goog-perftools.sourceforge.net/doc/tcmalloc.html}"
}
@misc{www-alcatel-dslam,
title = "Alcatel 7330 ISAM FTTN Product Brochure",
howpublished = "\url{broadbandsoho.com/FTTx/Alcatel_7330_ISAM.pdf}",
}
@misc{www-internet-stats,
title = "Internet World Stats",
howpublished = "\url{http://www.internetworldstats.com/}",
}
@misc{www-splicing,
title = "{Path Splicing}",
howpublished = "\url{http://www.gtnoise.net/splicing/}",
year = 2009,
month = sep
}
@misc{www-selenium,
title="{Selenium Web application testing system}",
howpublished = "\url{http://www.seleniumhq.org}"
}
@misc{www-semi-trends,
title = "{Semiconductor Roadmap}",
note = "\url{http://www.itrs.net/}"
}
@misc{www-snow,
key = "SNOW",
title = "{The SNOW Home Page}",
note = "\url{http://www.darkside.com.au/snow/}"
}
@misc{www-muniwifi1,
title = "{Municipal Wi-Fi Can't Beat Laws of Physics}",
note = "\url{http://www.foxnews.com/story/0,2933,274732,00.html}",
}
@misc{www-muniwifi2,
title = "{Hopes for Wireless Cities Fade as Internet Providers Pull Out}",
note = "\url{http://www.nytimes.com/2008/03/22/us/22wireless.html?pagewanted=1&ref=technology}",
}
@misc{www-muniwifi3,
title = "{Municipal Wi-Fi Networks Run Into Financial, Technical Trouble}",
note = "\url{http://www.foxnews.com/story/0,2933,274728,00.html}",
}
@misc{www-netalyzr,
key="netalyzr",
title = "{Netalyzr}",
note = "\url{http://netalyzr.icsi.berkeley.edu/}",
}
@misc{www-hbase,
title = "{HBase}",
howpublished = "{\url{http://hbase.apache.org/}}",
year = 2011
}
@misc{www-high-transit,
key = "high-transit",
title = "{Wholesale Internet Bandwidth Prices}",
howpublished = {\url{http://www.circleid.com/posts/wholesale_internet_bandwidth_prices/}},
year = 2008
}
@misc{www-hfc-nodesplit,
title = "Node Splits How, When and Whether",
author = "Jonathan Tombes",
note = "\url{http://www.cable360.net/ct/strategy/businesscases/22263.html}",
}
@misc{www-diffprobe,
key="diffprobe",
author = "Partha Kanuparthy",
title = "{Diffprobe: Detecting ISP Traffic Discrimination}",
note = "\url{http://www.cc.gatech.edu/~partha/diffprobe/}",
}
@misc{www-muniwifi4,
title = "{BelAir Will Guarantee Muni Wi-Fi Performance}",
note = "\url{http://www.informationweek.com/showArticle.jhtml?articleID=199901032}",
}
@misc{www-mythtv,
title = "{MythTV, Open Source DVR}",
note = "\url{http://www.mythtv.org}",
}
@techreport{S10,
author = {Smith, Aaron},
title = {Home Broadband 2010},
institution = {Pew Internet \& American Life Project: Pew Research Center},
year = 2010
}
@techreport{H10,
author = {Horrigan, John},
title = {Broadband Adoption and Use in America: OBI Working Paper
Series No. 1},
institution = {Federal Communications Commission},
year = 2010
}
@misc{fcc-broadband-plan,
key = "fcc-broadband",
title = "{National Broadband Plan}",
howpublished = "{\url{http://www.broadband.gov/}}",
}
@misc{www-fcc-speedtest,
author = "Karl Bode",
title = "{FCC: One Million Speedtests and Counting}",
howpublished = "{\url {http://www.dslreports.com/shownews/FCC-One-Million-Speedtests-And-Counting-109440}}",
month = jul,
year = 2010
}
@misc{www-fcc-broadband-measure,
author = "Dave Vorhaus",
title = "{A New Way to Measure Broadband in America}",
howpublished = "{\url{http://blog.broadband.gov/?entryId=359987}}",
month = apr,
year = 2010
}
@misc{localcomp,
key = "FCC",
title="{FCC Report on Local Telephone Competition: Status as of December 31, 2008}",
month=jun,
year=2010,
howpublished="{\url{http://hraunfoss.fcc.gov/edocs_public/attachmatch/DOC-299052A1.pdf}}"
}
@misc{www-nytimes-broadband,
author = "Susanna Kim",
title = "{High Speed for the Sparsely Wired}",
howpublished = "{\em New York Times}, {\url{http://www.nytimes.com/2010/07/10/technology/10broadband.html}}",
month = jul,
year = 2010
}
@misc{ditg:infocom07,
author = "Botta, A. Dainotti, A. and Pescap\'e, A.",
title = "Multi-Protocol and Multi-Platform Traffic Generation and Measurement",
howpublished = "IEEE INFOCOM, Demo session",
month = May,
year = 2007
}
@misc{powerboost-patent,
author = "Compton, C.L. Woundy, R.M. and Leddy, J.G.",
title = "Method and Packet-level Device for Traffic Regulation in a Data Network",
howpublished = "U.S. Patent 7,289,447 B2",
month = Oct,
year = 2007
}
@misc{comcast-website,
key = "comcast",
title = "Comcast {FAQ}",
howpublished = "{\url{http://customer.comcast.com/Pages/FAQViewer.aspx?Guid=024f23d4-c316-4a58-89f6-f5f3f5dbdcf6}}",
month = Oct,
year = 2007
}
@misc{www-shaperprobe,
key = "shaperprobe",
title = "ShaperProbe",
howpublished = "\url{http://www.cc.gatech.edu/~partha/diffprobe/shaperprobe.html}"
}
@misc{www-shaperprobe-ars,
key = "shaperprobe ars",
title = "{New ShaperProbe Tool Detects ISP Traffic Shaping}",
howpublished = "\url{http://arstechnica.com/tech-policy/news/2011/05/new-shaperprobe-tool-detects-isp-traffic-shaping.ars}",
month = may,
year = 2011
}
@inproceedings{Bauer2010,
title = "Understanding broadband speed measurements",
author = {Steve Bauer and Dave Clark and William Lehr},
booktitle = {38th Research Conference on Communication, Information and Internet Policy},
address = "Arlington, VA",
month = oct,
year = 2010
}
@misc{www-bufferbloat,
title = "Bufferbloat",
author = "Jim Gettys",
howpublished = "\url{http://www.bufferbloat.net/}"
}
@misc{www-gettys-bufferbloat,
title = "jg's Ramblings (bufferbloat category)",
author = "Jim Gettys",
howpublished = "\url{http://gettys.wordpress.com/category/bufferbloat/}"
}
@misc{www-netflix-performance,
title = "NetFlix Performance on Top ISP Networks",
howpublished = "\url{http://techblog.netflix.com/2011/01/netflix-performance-on-top-isp-networks.html}",
key = "netflix",
month = jan,
year = 2011
}
@misc{www-netgear-wndr3700,
title = "{NetGear WNDR3700v2}",
howpublished = "\url{http://www.netgear.com/home/products/wirelessrouters/high-performance/WNDR3700.aspx}",
key = "netgear",
}
@misc{www-isp-nutrition,
title = "Does broadband need its own government nutrition label?",
howpublished = "\url{http://arstechnica.com/tech-policy/news/2009/10/does-broadband-needs-its-own-government-nutrition-label.ars}",
note = "Ars Technica",
key = "ars",
month = oct,
year = 2010
}
@misc{www-nox,
key = "nox",
title = "{NOX: An OpenFlow controller}",
note = "\url{http://www.noxrepo.org}"
}
@misc{www-noxbox,
key = "nox",
title = "{NOX Box}",
note = "\url{http://noxrepo.org/manual/noxbox.html}"
}
@misc{www-kvm,
title = "{KVM}: Kernel Based Virtual Machine",
note = "\\ \url{http://www.linux-kvm.org/page/Main_Page}"
}
@misc{www-fftw,
title = "{FFTW}: Fastest Fourier Transform in the West",
note = "\\ \url{http://www.fftw.org/}"
}
@misc{www-opencirrus,
title = "The {OpenCirrus} Testbed",
note = "\\ \url{https://opencirrus.org/}",
}
@misc{www-openflow-spec,
key = "openflow",
title = "{OpenFlow Specification v1.0}",
note = "\url{http://www.openflowswitch.org/documents/openflow-spec-v1.0.0.pdf}",
}
@misc{www-opt100g,
title = "{OpVista} {CX8} Optical Networking System for {40G} and {100G} Services to debut at {NXTComm08}",
note = "\url{http://www.encyclopedia.com/doc/1G1-180302517.html}",
}
@misc{www-opt155t,
title = "{Alcatel-Lucent} {Bell} Labs announces new optical transmission record and breaks 100 {Petabit} per second kilometer barrier",
note = "\\ \url{http://tinyurl.com/yau3epd}",
}
@misc{www-ooni,
key = "ooni",
title = "Open Observatory of Network Interference",
note = "\url{https://ooni.torproject.org}",
}
@misc{www-oovoo,
title = "{ooVoo}",
howpublished = "\url{http://www.oovoo.com/}",
year = 2010
}
@misc{www-skype,
title = "{Skype}",
howpublished = "\url{http://www.skype.com/}",
year = 2010
}
@misc{www-sfa,
title = "Slice-based Facility Architecture",
howpublished = "\url{http://www.cs.princeton.edu/~llp/arch_abridged.pdf}",
year = 2010
}
@misc{www-gaikai-demo,
title = "{Gaikai Demo}",
howpublished = "\url{http://www.dperry.com/archives/news/dp_blog/gaikai_-_video/}",
year = 2010
}
@misc{www-pplive,
title = "PPLive",
note = "\url{http://www.pplive.com}",
}
@misc{www-jabsorb,
title = "jabsorb wiki",
note = "\url{http://jabsorb.org}",
}
@misc{www-joost,
title = "Joost",
note = "\url{http://www.joost.com}",
}
@misc{www-jsonrpc,
key = "JSON-RPC",
title = "{JSON-RPC}",
note = "\url{http://www.json-rpc.org}",
}
@misc{www-sopcast,
title = "SopCast",
note = "\url{http://www.sopcast.com}",
}
@misc{www-ppstream,
title = "PPStream",
note = "\url{http://www.ppstream.com}",
}
@misc{www-redlining,
title = "{Inner City Press: FCC / Telecom \& Broadcast}",
note = "\url{http://www.innercitypress.org/fcctele.html}",
}
@misc{www-redlining2,
title = "{Broadband 'Redlining' Issue Raised In Fiber Deployment - Networking Technology News by TechWeb:}",
note = "\url{http://www.techweb.com/wire/networking/60400165}",
}
@misc{www-rbldnsd,
key = "rbldnsd",
title = "{rbldnsd: Small Daemon for DNSBLs}",
note = "\url{http://www.corpit.ru/mjt/rbldnsd.html}"
}
@misc{www-tcptrace,
title = "{tcptrace: A TCP Connection Analysis Tool}",
note = "\url{http://irg.cs.ohiou.edu/software/tcptrace/}"
}
@misc{www-tcptrace-srto-patch,
title = "{TCP Spurious Timeout detection patch for tcptrace}",
note = "\url{http://ccr.sigcomm.org/online/?q=node/220}"
}
@misc{www-tor-china,
key = "tor",
title = "{Tor partially blocked in China}",
note = "\url{https://blog.torproject.org/blog/tor-partially-blocked-china}",
year = 2009,
month = sep
}
@misc{www-tor-iran,
key = "tor",
title = "{Iran partially blocks encrypted network traffic}",
note = "\url{https://blog.torproject.org/blog/iran-partially-blocks-encrypted-network-traffic}",
year = 2012,
month = feb,
}
@misc{www-tor-ethiopia,
key = "tor",
title = "{Ethiopia Introduces Deep Packet Inspection}",
note = "\url{https://blog.torproject.org/blog/ethiopia-introduces-deep-packet-inspection}",
year = 2012,
month = may,
}
@misc{www-tor-kazakhstan,
key = "tor",
title = "{Updates on Kazakhstan Internet Censorship}",
note = "\url{https://blog.torproject.org/blog/updates-kazakhstan-internet-censorship}",
year = 2012,
month = mar,
}
@misc{www-tor-bridges,
key = "tor",
title = "Tor: Bridges",
note = "\url{http://www.torproject.org/bridges}",
}
@misc{www-tor-metrics,
key = "tor",
title ="Tor Metrics Portal",
note = "\url{https://metrics.torproject.org}",
}
@misc{www-gec7,
key = "gec7",
title = "{7th GENI Engineering Conference (GEC7)}",
howpublished = "{\url{http://www.geni.net/?p=1626}}",
month = mar,
year = 2010
}
@article{www-Geelan2008,
author = {Jeremy Geelan},
title = "{Twenty one experts define cloud computing.}",
booktitle = {Virtualization},
year = 2008,
month = aug,
note = "\url{http://virtualization.sys-con.com/node/612375}",
}
@misc{www-gnuradio,
title = "{The GNU Radio Software Radio}",
note = "\url{http://www.gnu.org/software/gnuradio/}",
}
@misc{www-gallery,
key = "gallery",
title = "{Gallery: Your Photos on Your Website}",
note = "\url{http://gallery.menalto.com/}",
}
@misc{www-gallery-stats,
key = "gallery-stats",
title = "{Gallery2: Scalability}",
note = "\url{http://codex.gallery2.org/Gallery2:Scalability}",
}
@misc{www-google-hrd,
key = "Google AppEngine",
title = "High Replication Datastore",
year = 2012,
note = "\url{https://developers.google.com/appengine/docs/java/datastore/overview}"
}
@misc{un-itu-bw-trading,
title = "{Group Suggests an Exchange to Trade Internet Capacity}",
note = "\url{http://www.nytimes.com/2008/06/30/technology/30byte.html}",
}
@misc{nemertes-internet-singularity,
title = "{The Internet Singularity, Delayed: Why Limits in Internet Capacity Will Stifle Innovation on the Web }",
note = "\url{http://www.nemertes.com/internet_singularity_delayed_why_limits_internet_capacity_will_stifle_innovation_web}",
author = "{Nemertes Research}",
}
@misc{www-map-purdue,
title = "{MAP: Purdue University Wireless Mesh Network Testbed}",
note = "\url{https://engineering.purdue.edu/MESH}",
}
@misc{peeringdb,
key = "peeringdb",
title = "{Peering Database}",
note = "\url{http://www.peeringdb.com}",
}
@misc{www-uclp,
title = "{UCLP} Project",
note = "\url{http://www.uclp.ca/}",
}
@misc{cmulab,
author = "{CMU Emulab}",
title = "{CMUlab: A CMU Network Testbed}",
note="\url{http://boss.cmcl.cs.cmu.edu}"
}
@misc{cmuwlab,
author = "{CMU Wireless Emulator}",
title = "{A Controlled Wireless Networking Testbed based on a
Wireless Signal Propagation Emulator}",
note="\url{http://www.cs.cmu.edu/~emulator}"
}
@misc{steenkiste:hands-on2007,
author = "Peter Steenkiste",
title = "A Hands-on Introduction to Wireless Networking",
note="Undergraduate course taught at {ETH, Zurich}, \url{http://www.lst.inf.ethz.ch/teaching/lectures/ss07/wireless/index.html}"
}
@misc{steenkiste:hands-on2008,
author = "Peter Steenkiste",
title = "A Hands-on Introduction to Wireless Networking",
note="Undergraduate course taught at {CMU} in Spring 2008, \url{http://www.cs.cmu.edu/\~prs/wireless08}"
}
@misc{Ramakrishnan2008,
author = "K. K. Ramakrishnan",
title ="{CPM} - Adaptive {VoD} with Cooperative Peer Assist and Multicast",
howpublished = "{Keynote Speech at the IEEE Workshop on Local and Metropolitan Area Networks}",
address = "Cluj-Npoca, Romania",
month = sep, year = 2008
}
@inproceedings{Ihmig2007,
author = "Matthias Ihmig and Peter Steenkiste",
title = "{Distributed Dynamic Channel Selection in Chaotic Wireless Networks}",
booktitle = "13th European Wireless Conference",
address = "Paris, France",
year = 2007,
month = apr
}
@inproceedings{Tamir:isca1988,
author = "Y. Tamir and G. L. Frazier",
title = "High performance multi-queue buffers for {VLSI} communication switches",
booktitle = "the 15th Annual International Symposium on Computer Architecture",
address = "Honolulu, Hawaii",
year = 1988,
month = may
}
@inproceedings{Leith:mom2006,
author = "D.J. Leith and P. Clifford",
title = "{A Self-managed Distributed Channel Selection Algorithm for WLANs}",
booktitle = "4th Int. Symposium on Modeling and Optimization in Mobile, Ad Hoc and Wireless Networks",
year = 2006,
}
@inproceedings{Leith:cdc2006,
author = "D.J. Leith and P. Clifford",
title = "{Convergence of Distributed Learning Algorithms for Optimal Wireless Channel Allocation}",
booktitle = "Proc. {IEEE} Conf on Decision and Control",
address = "San Diego, {CA}",
year = 2006,
}
@inproceedings{leong:icon2004,
author = "Ben Leong and Ji Li",
title = "Achieving One-Hop {DHT} Lookup and Strong Stabilization by Passing Tokens",
booktitle = {12th International Conference on Networks (ICON)},
address = {Singapore},
month = nov,
year = 2004
}
@book{Narayanan2002,
author = "L. Narayanan",
title = "{Channel Assignment and Graph Multicoloring, Handbook of wireless networks and mobile computing}",
publisher = "{Wiley}",
year = 2002,
}
@inproceedings{vanhatupa:lman2005,
author = "T. Vanhatupa and M. Hannikainen and T.D. Hamalainen",
title = "{Frequency management tool for multi-cell WLAN performance optimization}",
booktitle = "14th IEEE Workshop on Local and Metropolitan Area Networks",
year = 2005,
}
@inproceedings{Mishra:mobicom2006,
author = "Arunesh Mishra and Vivek Shrivastava and Dheeraj Agrawal and Suman Banerjee and Samrat Ganguly",
title = "{Distributed Channel Management in Uncoordinated Wireless Environments}",
crossref = "mobicom2006",
}
@inproceedings{Raniwala:infocom2005,
author = "Ashish Raniwala and Tzi-cker Chiueh",
title = "{Architecture and Algorithms for an IEEE 802.11-Based Multi-Channel Wireless Mesh Network}",
crossref = "infocom2005"
}
@article{Mishra:mccr2005,
author = "Arunesh Mishra and Suman Banerjee and William Arbaugh",
title = "{Weighted coloring based channel assignment for WLANs}",
journal = "Mobile Computing and Communcations Review",
year = 2005,
pages = {19--31},
volume = 9,
number = 3,
publisher = {ACM SIGMOBILE},
}
@article{Galil:CS1986,
author = "Zvi Galil",
title = "Efficient Algorithms for Finding Maximum Matching in Graphs",
journal = "ACM Computing Survey",
year = 1986,
pages = {23--38},
volume = 18
}
@article{Buus:JLT2006,
author = "Jens Buus and Edmond J. Murphy",
title = "Tunable Lasers in Optical Networks",
journal = "Journal of Lightwave Technology",
year = 2006,
volume = 24,
number = 1
}
@article{Hills:ieeecomm2001,
author = "Alex Hills",
title = "Large-Scale Wireless {LAN} Design",
journal = "IEEE Communications",
year = 2001,
month = nov,
pages = {98--104},
volume = 39,
number = 11,
}
@article{Kim:ieeephon2003,
author = "Kim, J. and Nuzman, C.J. and Kumar, B. and Lieuwen, D.F. and others",
title = "1100x1100 port {MEMS}-based optical crossconnect with {4-dB} maximum loss",
journal = "IEEE Photonics Technology Letters",
year = 2003,
pages = {1537--1539},
}
@article{Yamamoto:ieeephon2003,
author = "Tsuyoshi Yamamoto and Johji Yamaguchi and Nobuyuki Takeuchi and Akira Shimizu and Eiji Higurashi and Renshi Sawada and Yuji Uenishi",
title = "A Three-Dimensional MEMS Optical Switching Module Having 100 Input and 100 Output Ports",
journal = "IEEE Photonics Technology Letters",
month = oct,
year = 2003,
volume = 15,
number = 10,
pages = {1360--1362},
}
@misc{www-chaotic,
title = "{Self-Managing Chaotic Wireless Deployments}",
howpublished = "\url{http://www.cs.cmu.edu/\~prs/wireless-research/index.html\#chaotic/}",
year=2007,
}
@misc{www-china-blocks-flickr,
title = "{China Blocks Access To Twitter, Facebook After Riots}",
howpublished = {\url{http://www.techcrunch.com/2009/07/07/china-blocks-access-to-twitter-facebook-after-riots/}},
author = "{TechCrunch}"
}
@misc{www-usrp,
title = "{Ettus Research LLC}",
note = "http://www.ettus.com",
year = 2007,
}
@misc{scott:fading,
author = "Scott Storck",
title = "{Real-time Emulation of Fading}",
note = "Independent Study, Department of Electrical and Computer Engineering, Carnegie Mellon University",
year = 2005
}
@misc{joe:kernel,
author = "Joe Damato",
title = "{Runtime Configuration of a Wireless Experiments}",
note = "Independent Study, Department of Computer Science, Carnegie Mellon University",
month = sep,
year = 2006
}
@misc{alex:aux,
author = "Alejandro Lince",
title = "Real-time Control of a Wireless Testbed",
note = "{REU}, Department of Computer Science, Carnegie Mellon University",
month = may,
year = 2006
}
@misc{Craig:iq,
author = "Craig Hahn",
title = "{IQ Support in a Wireless Emulator Testbed}",
note = {Independent Study, Department of Electrical and Computer Engineering, Carnegie Mellon University},
month = jan,
year = 2007
}
@misc{josh:gui,
author = "Josh Primero",
title = "{Controlling Wireless Experiments Using an Interactive GUI}",
note = "{REU}, Department of Electrical and Computer Engineering, Carnegie Mellon University",
month = may,
year = 2007
}
@misc{matt:monitor,
author = "Matt Bonakdarpour",
title = "{Spectrum Monitoring during Wireless Experiments}",
note = {Independent Study, Department of Computer Science, Carnegie Mellon University},