-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathccp.bib
1435 lines (1258 loc) · 45.3 KB
/
ccp.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
@inproceedings{pantheon,
title="{Pantheon: The Training Ground for Internet Congestion-Control research}",
author="Yan, Francis Y and Ma, Jestin and Hill, Greg and Raghavan, Deepti and Wahby, Riad S and Levis, Philip and Winstein, Keith",
booktitle = {USENIX ATC},
year = 2018,
}
@inproceedings{swan,
author = {Hong, Chi-Yao and Kandula, Srikanth and Mahajan, Ratul and Zhang, Ming and Gill, Vijay and Nanduri, Mohan and Wattenhofer, Roger},
title = {{{A}chieving {H}igh {U}tilization with {S}oftware-driven {W}AN}},
booktitle = {SIGCOMM},
year = {2013},
}
@INPROCEEDINGS{pie,
author={R. Pan and Natarajan, P. and Piglione, C. and Prabhu, M.S. and Subramanian, V. and Baker, F. and VerSteeg, B.},
booktitle={14th International Conference on High Performance Switching and Routing},
title="{PIE: A Lightweight Control Scheme to Address the Bufferbloat Problem}",
year={2013},
}
@inproceedings{Jacobson88,
author = "Jacobson, V.",
title = {{Congestion Avoidance and Control}},
booktitle = {SIGCOMM},
year = 1988,
}
@article{iperf,
title={Iperf: The TCP/UDP bandwidth measurement tool},
author={Tirumala, Ajay and Qin, Feng and Dugan, Jon and Ferguson, Jim and Gibbs, Kevin},
journal={htt p://dast. nlanr. net/Projects},
year={2005}
}
@article{illinois,
title={{TCP-Illinois: A loss-and delay-based congestion control algorithm for high-speed networks}},
author={Liu, Shao and Ba{\c{s}}ar, Tamer and Srikant, Ravi},
journal={Performance Evaluation},
volume={65},
number={6},
pages={417--440},
year={2008},
publisher={Elsevier}
}
@techreport{packettrain,
title = "Estimating available bandwidth using packet pair probing",
author={Hu, Ningning and Steenkiste, Peter},
year={2002},
institution={DTIC Document}
}
@inproceedings{vegas,
author = "Brakmo, L. S. and O'Malley, S. W. and Peterson, L. L.",
title = {{TCP Vegas: New Techniques for Congestion Detection and Avoidance}},
booktitle = "{SIGCOMM}",
year = 1994,
}
@inproceedings{newreno,
author = "Hoe, J. C.",
title = {{Improving the Start-up Behavior of a Congestion Control Scheme for TCP}},
booktitle = "{SIGCOMM}",
year = 1996,
}
@inproceedings{binomial,
author = "Bansal, D. and Balakrishnan, H.",
title = {{Binomial Congestion Control Algorithms}},
booktitle = "{INFOCOM}",
year = 2001,
}
@inproceedings{pert,
title={Emulating AQM from end hosts},
author={Bhandarkar, Sumitha and Reddy, AL and Zhang, Yueping and Loguinov, Dimitri},
booktitle={ACM SIGCOMM Computer Communication Review},
volume={37},
number={4},
pages={349--360},
year={2007},
organization={ACM}
}
@inproceedings{slowcc,
author = "D. Bansal and H. Balakrishnan and S. Floyd and S. Shenker",
title = {{Dynamic Behavior of Slowly-Responsive Congestion Control Algorithms}},
booktitle = "{SIGCOMM}",
year = 2001,
}
@inproceedings{ebcc,
author = "Floyd, S. and Handley, M. and Padhye, J. and Widmer, J.",
title = {{Equation-Based Congestion Control for Unicast Applications}},
booktitle = "{SIGCOMM}",
year = 2000,
}
@article{cubic,
author = "Sangtae Ha and Injong Rhee and Lisong Xu",
title = {{CUBIC: A New TCP-Friendly High-Speed TCP Variant}},
journal = "{ACM SIGOPS Operating System Review}",
volume = 42,
number = 5,
month = jul,
year = 2008,
pages = {64--74},
}
@article{nv,
title={{TCP-NV: Congestion Avoidance for Data Centers}},
author={Brakmo, L.},
journal={Linux Plumbers Conference},
year = {2010},
}
@article{fasttcp,
title={{FAST TCP: Motivation, Architecture, Algorithms, Performance}},
author={Wei, D.X. and Jin, C. and Low, S.H. and Hegde, S.},
journal={IEEE/ACM Trans. on Networking},
volume={14},
number={6},
pages={1246--1259},
year={2006},
}
@article{mpert,
author = {Budzisz, \Lukasz and Stanojevi\'{c}, Rade and Schlote, Arieh and Baker, Fred and Shorten, Robert},
title = {On the Fair Coexistence of Loss- and Delay-based TCP},
journal = {IEEE/ACM Trans. Netw.},
issue_date = {December 2011},
volume = {19},
number = {6},
month = dec,
year = {2011},
issn = {1063-6692},
pages = {1811--1824},
numpages = {14},
url = {http://dx.doi.org/10.1109/TNET.2011.2159736},
doi = {10.1109/TNET.2011.2159736},
acmid = {2365075},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
keywords = {TCP, delay-based congestion control},
}
@misc{bbr-reno-graph,
title = {{BBR congestion control}},
author = {Neal Cardwell and Yuchung Cheng and C. Stephen Gunn and Soheil Hassas
Yeganeh and Van Jacobson},
howpublished = {\url{https://www.ietf.org/proceedings/97/slides/slides-97-iccrg-bbr-congestion-control-02.pdf}},
}
@inproceedings{xcp,
title = {{Congestion Control for High Bandwidth-Delay Product Networks}},
author = "Dina Katabi and Mark Handley and Chalrie Rohrs",
booktitle = {SIGCOMM},
year = 2002,
}
@article{red,
author = "Floyd, S. and Jacobson, V.",
title = {{Random Early Detection Gateways for Congestion Avoidance}},
journal = "{IEEE/ACM Trans. on Networking}",
year = 1993,
volume = {1},
number = {4},
month = Aug,
}
@article{blue-aqm,
author = "W. Feng and K. Shin and D. Kandlur and D. Saha",
title = "{The BLUE Active Queue Management Algorithms}",
journal = "{IEEE/ACM Trans. on Networking}",
month = aug,
year = 2002,
}
@inproceedings{avq,
author = "S. Kunniyur and R. Srikant",
title = "{Analysis and Design of an Adaptive Virtual Queue (AVQ) Algorithm for Active Queue Management}",
booktitle = "{SIGCOMM}",
year = 2001,
}
@article{ecn,
author = "Floyd, S.",
title = {{TCP and Explicit Congestion Notification}},
journal = {CCR},
month = Oct,
year = 1994,
volume = 24,
number = 5,
}
@article{vcp,
title="{One More Bit is Enough}",
author={Xia, Y. and Subramanian, L. and Stoica, I. and Kalyanaraman, S.},
journal={IEEE/ACM Trans. on Networking},
volume={16},
number={6},
pages={1281--1294},
year={2008},
}
@inproceedings{Clark88,
author = "Clark, D.",
title = {{The Design Philosophy of the DARPA Internet Protocols}},
booktitle = {SIGCOMM},
year = 1988,
}
@article{snoop,
author = "Balakrishnan, H. and Seshan, S. and Katz, R.H.",
title = "{Improving Reliable Transport and Handoff Performance
in Cellular Wireless Networks}",
journal = "{ACM Wireless Networks}",
month = Dec,
year = 1995,
volume = 1,
number = 4,
}
@article{ltelink,
title="{The LTE link-layer design}",
author={Larmo, A. and Lindstrom, M. and Meyer, M. and Pelletier, G. and Torsner, J. and Wiemann, H.},
journal={IEEE Comm. Mag.},
volume={47},
number={4},
pages={52--59},
year={2009},
}
@inproceedings{Barman02,
title="{Effectiveness of loss labeling in improving TCP performance in wired/wireless networks}",
author={Barman, D. and Matta, I.},
booktitle = {ICNP},
year={2002},
}
@inproceedings{Barman04,
title="{A Bayesian approach for TCP to distinguish congestion from wireless losses}",
author={Barman, D. and Matta, I.},
booktitle = "{WiOpt}",
year={2004},
}
@inproceedings{Biaz99,
title={Discriminating congestion losses from wireless losses using inter-arrival times at the receiver},
author={Biaz, S. and Vaidya, N.H.},
booktitle={ASSET},
year={1999},
}
@article{Cen03,
title={{End-to-end differentiation of congestion and wireless losses}},
author={Cen, S. and Cosman, P.C. and Voelker, G.M.},
journal={EEE/ACM Trans. on Networking},
volume={11},
number={5},
pages={703--717},
year={2003},
}
@article{Samaraweera99,
author = "N. Samaraweera",
title = {{Non-congestion packet loss detection for TCP error recovery using wireless links}},
journal = {IEEE Comm.},
volume = 146,
number = 4,
pages = {222--230},
mon = aug,
year = 1999,
}
@inproceedings{westwood,
title={{TCP Westwood: Bandwidth Estimation for Enhanced Transport over Wireless Links}},
author={Mascolo, S. and Casetti, C. and Gerla, M. and Sanadidi, M.Y. and Wang, R.},
booktitle={MobiCom},
year={2001},
}
@inproceedings{veno,
title={{TCP Veno: TCP Enhancement for Transmission Over Wireless Access Networks}},
author={Fu, Cheng Peng and Liew, Soung C.},
booktitle={IEEE JSAC},
volume = {21},
year={2003},
}
@manual{IEEE93,
key = {IEEE93},
title = {{Draft Standard IEEE 802.11: Wireless LAN Medium
Access Control (MAC) and Physical Layer (PHY)
Specifications}},
organization = {IEEE P802.1-93/20b0},
}
@article{pomdp,
author = "Kaelbling, L.P. and Littman, M.L. and Cassandra, A.R.",
title = {{Planning and acting in partially observable stochastic domains}},
journal = "{Artificial Intelligence}",
volume = 101,
pages = {99-134},
year = 1998,
}
@inproceedings{pomdp2,
author = "Nicolas Meuleau and Kee-Eung Kim and Leslie Pack Kaelbling and Anthony R. Cassandra",
title = {{Solving POMDPs by Searching the Space of Finite Policies}},
booktitle = "{Intl. Conf. on Uncertainty in Artificial Intelligence}",
year = 1999,
}
@article{Kelly98,
author = "F. P. Kelly and A.K. Maulloo and D.K.H. Tan",
title = {{Rate Control in Communication Networks: Shadow Prices, Proportional Fairness and Stability}},
journal = "{Journal of the Operational Research Society}",
volume = 49,
pages = {237--252},
year = 1998,
}
@misc{ledbat,
title={{Low Extra Delay Background Transport (LEDBAT)}},
author={Shalunov, S. and Hazel, G. and Iyengar, J. and Kuehlewind, M},
note={RFC 6817, IETF},
year={2012},
}
@misc{rfc3819,
title={{Advice for Internet Subnetwork Designers}},
author={Karn, P. and Bormann, C. and Fairhurst, G. and Grossman, D. and Ludwig, R. and Mahdavi, J. and Montenegro, G. and Touch, J. and Wood, L.},
note={RFC 3819, IETF},
year={2004},
}
@misc{jacobson-memo,
author = {{Van Jacobson}},
title = {{30 instruction TCP receive}},
howpublished={\url{https://people.cs.clemson.edu/~westall/853/notes/vanjtcp.pdf}},
year = {1993},
note = {[Online, Retrieved August 4, 2017]}
}
@book{linux-network-internals,
title = {{Understanding Linux network internals}},
author = {{Christian Benvenuti}},
publisher = {{O'Reilly Media}},
year = {2009},
}
@misc{segmentation-offloads,
title = {{Segmentation Offloads in the Linux Networking Stack}},
howpublished={\url{https://www.kernel.org/doc/Documentation/networking/segmentation-offloads.txt}},
}
@misc{ebpf,
key="ebpf",
title = {{Linux Socket Filtering aka Berkeley Packet Filter (BPF)}},
howpublished={\url{https://www.kernel.org/doc/Documentation/networking/filter.txt}},
}
@misc{ccp-impl,
title = {{CCP user-space}},
howpublished={\url{https://github.com/mit-nms/ccp}},
}
@misc{ccp-kernel-impl,
title = {{Linux kernel datapath for CCP}},
howpublished={\url{https://github.com/mit-nms/ccp-kernel}},
}
@misc{ccp-kernel-patch,
title = {{Linux kernel patch for CCP}},
howpublished={\url{https://github.com/ngsrinivas/linux-fork/commit/a84f0a6db796a84411547a7055d619d2792d871c}},
}
@inproceedings{damd,
title={{Distributed algorithmic mechanism design: Recent results and future directions}},
author={Feigenbaum, J. and Shenker, S.},
booktitle={DIAL-M},
year={2002},
}
@inproceedings{bgpdamd1,
title={{Mechanism design for policy routing}},
author={Feigenbaum, J. and Sami, R. and Shenker, S.},
booktitle={PODC},
year={2004},
}
@article{bgpdamd2,
title={{A BGP-based mechanism for lowest-cost routing}},
author={Feigenbaum, J. and Papadimitriou, C. and Sami, R. and Shenker, S.},
journal={Distributed Computing},
volume={18},
number={1},
pages={61--72},
year={2005},
}
@inproceedings{tcp-nice,
author = {Venkataramani, Arun and Kokku, Ravi and Dahlin, Mike},
title = {{TCP Nice: A Mechanism for Background Transfers}},
booktitle = {OSDI},
year = {2002},
}
@article{fii,
title={{Architecting for innovation}},
author={Koponen, T. and Shenker, S. and Balakrishnan, H. and Feamster, N. and Ganichev, I. and Ghodsi, A. and Godfrey, P.B. and McKeown, N. and Parulkar, G. and Raghavan, B. and others},
journal = {CCR},
year = 2011,
}
@inproceedings{copa,
title={{Copa: Congestion Control Combining Objective Optimization with Window Adjustments}},
author={Arun, Venkat and Balakrishnan, Hari},
booktitle={{NSDI}},
year={2018},
}
@inproceedings{abc,
title={{Rethinking Congestion Control for Cellular Networks}},
author={Goyal, Prateesh and Alizadeh, Mohammad and Balakrishnan, Hari},
booktitle={{HotNets}},
year={2017},
}
@inproceedings{prr,
title = {{Proportional Rate Reduction for TCP}},
author = {Nandita Dukkipati and Matt Mathis and Yuchung Cheng and Monia Ghobadi},
booktitle = {{SIGCOMM}},
year = {2011},
}
@inproceedings{pcc,
title="{PCC: Re-architecting Congestion Control for Consistent High Performance}",
author="Dong, Mo and Li, Qingxi and Zarchy, Doron and Godfrey, Philip Brighten and Schapira, Michael",
booktitle={NSDI},
year={2015}
}
@inproceedings{pcc-vivace,
title="{PCC Vivace: Online-Learning Congestion Control}",
author={Dong, Mo and Meng, Tong and Zarchy, D and Arslan, E and Gilad, Y and Godfrey, B and Schapira, M},
booktitle={NSDI},
year={2018},
}
@article{bbr,
author = {Cardwell, Neal and Cheng, Yuchung and Gunn, C. Stephen and Yeganeh, Soheil Hassas and Jacobson, Van},
title = {{BBR: Congestion-Based Congestion Control}},
journal = {ACM Queue},
issue_date = {September-October 2016},
volume = {14},
number = {5},
month = oct,
year = {2016},
issn = {1542-7730},
pages = {50:20--50:53},
articleno = {50},
numpages = {34},
url = {http://doi.acm.org/10.1145/3012426.3022184},
doi = {10.1145/3012426.3022184},
acmid = {3022184},
publisher = {ACM},
address = {New York, NY, USA},
}
@misc{ns2,
key="ns2",
title = {{The Network Simulator}},
howpublished={\url{https://www.isi.edu/nsnam/ns/}},
}
@article{multcp,
author = {Crowcroft, Jon and Oechslin, Philippe},
title = {{Differentiated End-to-end Internet Services Using a Weighted Proportional Fair Sharing TCP}},
journal = {SIGCOMM Comput. Commun. Rev.},
issue_date = {July 1998},
volume = {28},
number = {3},
month = jul,
year = {1998},
issn = {0146-4833},
pages = {53--69},
numpages = {17},
url = {http://doi.acm.org/10.1145/293927.293930},
doi = {10.1145/293927.293930},
acmid = {293930},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{dual,
AUTHOR="Wang, Z. and Crowcroft, J.",
TITLE={{A New Congestion Control Scheme: Slow Start and Search (Tri-S)}},
booktitle = {SIGCOMM},
YEAR=1991,
}
@inproceedings{card,
AUTHOR="Jain, R.",
TITLE={{A Delay-based Approach for Congestion Avoidance in Interconnected Heterogeneous Computer Networks}},
booktitle = "SIGCOMM",
YEAR=1989,
}
@inproceedings{compound,
title={{A Compound {TCP} Approach for High-speed and Long Distance Networks}},
author={Tan, K. and Song, J. and Zhang, Q. and Sridharan, M.},
booktitle="{INFOCOM}",
year={2006},
}
@techreport{compound2,
title={{Compound TCP: A New TCP congestion control for high-speed and long distance networks}},
author={Sridharan, M. and Tan, K. and Bansal, D. and Thaler, D.},
year={2008},
institution={Internet-draft draft-sridharan-tcpm-ctcp-02}
}
@techreport{codelID,
title={{Controlled Delay Active Queue Management}},
author={Nichols, K. and Jacobson, V.},
year={2013},
institution={Internet-draft draft-nichols-tsvwg-codel-01}
}
@inproceedings{hotnets2011,
author = "Keith Winstein and Hari Balakrishnan",
title = {{End-to-End Transmission Control by Modeling Uncertainty about the Network State}},
booktitle = {HotNets-X},
year = {2011},
}
@article{CoDel,
author = {Nichols, Kathleen and Jacobson, Van},
title = {{Controlling Queue Delay}},
journal = {ACM Queue},
volume = {10},
number = {5},
month = may,
year = {2012},
}
@inproceedings{bic,
title={{Binary Increase Congestion Control (BIC) for Fast Long-Distance Networks}},
author={Xu, L. and Harfoush, K. and Rhee, I.},
booktitle={INFOCOM},
year={2004},
}
@inproceedings{htcp,
title={{H-TCP Protocol for High-Speed Long Distance Networks}},
author={Leith, DJ and Shorten, R.},
booktitle={PFLDNet},
year={2004},
}
@misc{caida,
howpublished={\url{http://www.caida.org/data/passive/passive_2016_dataset.xml}},
author={CAIDA},
title={{The CAIDA Anonymized Internet Traces 2016 Dataset - 2016-01-21}},
year={2016}
}
@article{unix-domain,
author={Ritchie, Dennis},
title={{A Stream Input-Output System}},
journal = {AT\&T Bell Laboratories Technical Journal},
volume = {63},
year={1984},
}
@misc{netlink,
title={{Linux Netlink as an IP Services Protocol}},
author={Salim, J and Khosravi, H. and Kleen, A. and Kuznetsov, A.},
note={RFC 3819, IETF},
year={2003},
}
@article {hybla,
author = {Caini, Carlo and Firrincieli, Rosario},
title = {{TCP Hybla: a TCP enhancement for heterogeneous networks}},
journal = {International Journal of Satellite Communications and Networking},
volume = {22},
number = {5},
publisher = {John Wiley & Sons, Ltd.},
issn = {1542-0981},
url = {http://dx.doi.org/10.1002/sat.799},
doi = {10.1002/sat.799},
pages = {547--566},
keywords = {TCP/IP, congestion control, wireless communications},
year = {2004},
}
@inproceedings{choke,
title={{CHOKe---A Stateless Active Queue Management Scheme for Approximating Fair Bandwidth Allocation}},
author={Pan, R. and Prabhakar, B. and Psounis, K.},
booktitle={INFOCOM},
year={2000},
}
@inproceedings{rcp,
title={{Making Large Scale Deployment of RCP Practical for Real Networks}},
author={Tai, C.H. and Zhu, J. and Dukkipati, N.},
booktitle={INFOCOM},
year={2008},
}
@article{stochasticnum,
author={Yi, Y. and Chiang, M.},
title={{Stochastic Network Utility Maximisation}},
journal={European Transactions on Telecommunications},
volume={19},
number={4},
pages={421--442},
year={2008},
publisher={Wiley Online Library}
}
@misc{touch2012automating,
title={{Automating the Initial Window in TCP}},
author={Touch, J.},
howpublished={\url{http://tools.ietf.org/html/draft-touch-tcpm-automatic-iw-03}},
year={2012}
}
@misc{lwn-pluggable-tcp,
title = {{Pluggable congestion avoidance modules}},
author = {Jonathan Corbet},
howpublished={\url{https://lwn.net/Articles/128681/}},
year = {2005},
}
@misc{dumazet-fq-patch,
title = {{pkt\_sched: fq: Fair Queue packet scheduler}},
howpublished={\url{https://lwn.net/Articles/564825/}},
year = {2013},
author = {Eric Dumazet},
}
@misc{the-case-for-rdma,
title = {{The case for RDMA}},
howpublished={\url{http://rdmaconsortium.org/home/The_Case_for_RDMA020531.pdf}},
year = {2002},
author = {Jim Pinkerton},
}
@misc{toe-chelsio,
title = {{TCP Offload Engine (TOE)}},
howpublished={\url{http://www.chelsio.com/nic/tcp-offload-engine/}},
author = {{Chelsio Communications}},
}
@misc{dumazet-pacing-patch,
title = {{TCP: Internal implementation for pacing}},
howpublished={\url{https://patchwork.ozlabs.org/patch/762899/}},
year= {2017},
author = {Eric Dumazet},
}
@misc{quic-sender-interface,
title = {{QUIC sender interface}},
howpublished={\url{https://chromium.googlesource.com/chromium/src/net/+/master/quic/core/congestion_control/send_algorithm_interface.h}},
author = {{The Chromium Authors}},
note = {[Online, Retrieved August 2, 2017]},
}
@misc{fq-scheduler,
title = {{TSO sizing and the FQ scheduler}},
howpublished={\url{https://lwn.net/Articles/564978/}},
author = {{Jonathan Corbet}},
year = {2013},
}
@misc{aspera,
title={{Aspera - High-speed File Transfer Technology - Asperasoft}},
howpublished={\url{http://asperasoft.com/technology/}},
}
@misc{sfqCoDel,
title="{sfqCoDel}",
howpublished={\url{http://www.pollere.net/Txtdocs/sfqcodel.cc}},
}
@misc{wroclawski,
title={{TCP ex Machina}},
author={Wroclawski, John},
howpublished={\url{http://www.postel.org/pipermail/end2end-interest/2013-July/008914.html}},
year={2013}
}
@misc{chu2012increasing,
title={{Increasing TCP's Initial Window}},
author={Chu, J. and Dukkipati, N. and Cheng, Y. and Mathis, M.},
howpublished = {\url{http://tools.ietf.org/html/draft-ietf-tcpm-initcwnd-08}},
year={2013}
}
@article{dukkipati2010argument,
title={{An Argument for Increasing TCP's Initial Congestion Window}},
author={Dukkipati, N. and Refice, T. and Cheng, Y. and Chu, J. and Herbert, T. and Agarwal, A. and Jain, A. and Sutin, N.},
journal={ACM SIGCOMM Computer Communication Review},
volume={40},
number={3},
pages={27--33},
year={2010}
}
@article{rcpstable,
title={{Stability analysis of explicit congestion control protocols}},
author={Balakrishnan, Hamsa and Dukkipati, Nandita and McKeown, Nick and Tomlin, Claire J},
journal={{IEEE Communications Letters}},
volume={11},
number={10},
year={2007},
}
@misc{allman2010init,
title = {{Initial Congestion Window Specification}},
author = "M. Allman",
howpublished = {\url{http://tools.ietf.org/html/draft-allman-tcpm-bump-initcwnd-00}},
year = 2010,
}
@book{Srikant,
title={{The Mathematics of Internet Congestion Control}},
author={Srikant, R.},
year={2004},
publisher={Birkhauser}
}
@inproceedings{Akella02,
title={{Selfish Behavior and Stability of the Internet: A Game-Theoretic Analysis of TCP}},
author={Akella, A. and Seshan, S. and Karp, R. and Shenker, S. and Papadimitriou, C.},
booktitle={SIGCOMM},
year={2002},
}
@inproceedings{Tan09,
author = "T. Lan and D. Kao and M. Chiang and A. Sabharwal",
title = {{An Axiomatic Theory of Fairness}},
booktitle = {INFOCOM},
year = 2010,
}
@article{chiujain,
author = "Chiu, D-M. and Jain, R.",
title = {{Analysis of the Increase and Decrease Algorithms for Congestion Avoidance in Computer Networks}},
journal = "{Computer Networks and ISDN Systems}",
year = 1989,
volume = 17,
pages = {1--14},
}
@article{decbit,
author = "Ramakrishnan, K. K. and Jain, R.",
title = {{A Binary Feedback Scheme for Congestion Avoidance in Computer Networks}},
journal = {ACM Trans. on Comp. Sys.},
month = May,
year = 1990,
volume = 8,
number = 2,
pages = {158--181},
}
@inproceedings{dccp,
title={{Designing DCCP: Congestion control Without Reliability}},
author="Kohler, E. and Handley, M. and Floyd, S.",
booktitle={SIGCOMM},
year={2006},
}
@article{allman-ccr-trace,
author = "M. Allman",
title = {{Comments on Bufferbloat}},
journal = "{ACM SIGCOMM Computer Communication Review}",
volume = 43,
number = 1,
month = jan,
year = 2013,
}
@article{Bernstein2002,
title = {{The Complexity of Decentralized Control of Markov Decision Processes}},
author = "Daniel S. Bernstein and Robert Givan and Neil Immerman and Shlomo Zilberstein",
journal = "{Mathematics of Operations Research}",
volume = 27,
number = 4,
pages = {819--840},
month = nov,
year = 2002,
}
@inproceedings{Oliehoek2012,
author = "Frans A. Oliehoek",
title = {{Decentralized POMDPs}},
booktitle = "{In Reinforcement Learning: State of the Art, Adaptation, Learning, and Optimization}",
pages = {471--503},
year = 2012,
}
@book{hofstadter1985metamagical,
title={{Metamagical Themas: Questing for the Essence of Mind and Pattern}},
author={Hofstadter, D.},
year={1985},
publisher={Basic books}
}
@inproceedings{dctcp,
title={{Data Center TCP (DCTCP)}},
author="Alizadeh, Mohammad and Greenberg, Albert and Maltz, David A and Padhye, Jitendra and Patel, Parveen and Prabhakar, Balaji and Sengupta, Sudipta and Sridharan, Murari",
booktitle = {SIGCOMM},
year={2010},
}
@article{octree,
title={{Geometric Modeling Using Octree Encoding}},
author="Meagher, Donald",
journal="{Computer Graphics and Image Processing}",
volume={19},
number={2},
pages={129--147},
year={1982},
}
@inproceedings{sfq,
title={{Stochastic Fairness Queueing}},
author="McKenney, Paul E",
booktitle={INFOCOM},
year={1990},
}
@INPROCEEDINGS{linkoverload,
author={Iyer, S. and Bhattacharyya, Supratik and Taft, N. and Diot, C.},
booktitle={INFOCOM 2003. Twenty-Second Annual Joint Conference of the IEEE Computer and Communications. IEEE Societies},
title={{An approach to alleviate link overload as observed on an IP backbone}},
year={2003},
volume={1},
pages={406-416 vol.1},
keywords={routing protocols;telecommunication congestion control;telecommunication links;transport protocols;IP backbone topology;Sprint backbone network;deflection routing algorithm;link failure;link overload;link weights;loop-free deflection paths;network measurements;shortest path routing protocols;Availability;Costs;Load management;Network topology;Resilience;Routing protocols;Spine;Telecommunication traffic;Throughput;Traffic control},
doi={10.1109/INFCOM.2003.1208692},
ISSN={0743-166X},
}
@article{sprintip,
author = {Fraleigh, C. and Moon, S. and Lyles, B. and Cotton, C. and Khan, M. and Moll, D. and Rockell, R. and Seely, T. and Diot, S. C.},
title = {{Packet-level Traffic Measurements from the Sprint IP Backbone}},
journal = {Netwrk. Mag. of Global Internetwkg.},
issue_date = {November 2003},
volume = {17},
number = {6},
month = nov,
year = {2003},
issn = {0890-8044},
pages = {6--16},
numpages = {11},
url = {http://dx.doi.org/10.1109/MNET.2003.1248656},
doi = {10.1109/MNET.2003.1248656},
acmid = {2329631},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
}
@inproceedings{nwksleep,
author = {Nedevschi, Sergiu and Popa, Lucian and Iannaccone, Gianluca and Ratnasamy, Sylvia and Wetherall, David},
title = {{Reducing Network Energy Consumption via Sleeping and Rate-adaptation}},
booktitle = {NSDI},
year = {2008},
}
@article{walrand,
author = {Mo, Jeonghoon and Walrand, Jean},
title = {{Fair End-to-end Window-based Congestion Control}},
journal = {IEEE/ACM Trans. Netw.},
issue_date = {Oct. 2000},
volume = {8},
number = {5},
month = oct,
year = {2000},
issn = {1063-6692},
pages = {556--567},
numpages = {12},
url = {http://dx.doi.org/10.1109/90.879343},
doi = {10.1109/90.879343},
acmid = {355156},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
keywords = {TCP, bandwidth sharing, congestion control, fairness, window},
}
@inproceedings{remy,
author = "Keith Winstein and Hari Balakrishnan",
title = {{TCP ex Machina: Computer-Generated Congestion Control}},
booktitle = {SIGCOMM},
year = {2013},
}
@article{learnable,
author = {Valiant, L. G.},
title = {{A Theory of the Learnable}},
journal = {CACM},
volume = {27},
number = {11},
month = nov,
year = {1984},
pages = {1134--1142},
}
@article{schapire,
title={{The Strength of Weak Learnability}},
author={Schapire, Robert E},
journal={Machine learning},
volume={5},
number={2},
pages={197--227},
year={1990},
}
@inproceedings{router-buffers,
author = {Appenzeller, Guido and Keslassy, Isaac and McKeown, Nick},
title = {{Sizing Router Buffers}},
booktitle = {SIGCOMM},
year = {2004},
}
@ARTICLE{MOSCC,
author={Habachi, O. and Yusuo Hu and van der Schaar, M. and Hayel, Y. and Feng Wu},
journal={Selected Areas in Communications, IEEE Journal on},
title={{MOS-Based Congestion Control for Conversational Services in Wireless Environments}},
year={2012},
month={August},
volume={30},
number={7},
pages={1225-1236},
doi={10.1109/JSAC.2012.120808},
ISSN={0733-8716},
}
@INPROCEEDINGS{edsallalizadeh,
author={Alizadeh, M. and Edsall, T.},
booktitle={High-Performance Interconnects (HOTI), 2013 IEEE 21st Annual Symposium on},
title={{On the Data Path Performance of Leaf-Spine Datacenter Fabrics}},
year={2013},
month={Aug},
pages={71-74},
doi={10.1109/HOTI.2013.23},
}
@article{transitstub,
title={{Modeling Internet Topology}},
author={Calvert, Kenneth L and others},
journal={IEEE C.M.},
volume={35},
number={6},
pages={160--163},
year={1997},
}
@article{fct-nandita,
author = {Dukkipati, Nandita and McKeown, Nick},
title = {{Why Flow-completion Time is the Right Metric for Congestion Control}},
journal = {SIGCOMM Comput. Commun. Rev.},
issue_date = {January 2006},
volume = {36},
number = {1},
month = jan,
year = {2006},
issn = {0146-4833},
pages = {59--62},
numpages = {4},
url = {http://doi.acm.org/10.1145/1111322.1111336},
doi = {10.1145/1111322.1111336},
acmid = {1111336},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{maxmargin,
author = {Boser, Bernhard E. and Guyon, Isabelle M. and Vapnik, Vladimir N.},
title = {{A Training Algorithm for Optimal Margin Classifiers}},
booktitle = {COLT},
year = {1992},
}
@inproceedings{mahimahi,
title={{Mahimahi: Accurate Record-and-Replay for HTTP}},
author={Netravali, Ravi and Sivaraman, Anirudh and Das, Somak and Goyal, Ameesh and Winstein, Keith and Mickens, James and Balakrishnan, Hari},
booktitle={USENIX ATC},
year={2015}
}
@inproceedings {senic,
author = "Sivasankar Radhakrishnan and Yilong Geng and Vimalkumar Jeyakumar and Abdul Kabbani and George Porter and Amin Vahdat",
title = {{SENIC}: Scalable {NIC} for End-Host Rate Limiting},