Skip to content

Instantly share code, notes, and snippets.

@david415
Last active March 16, 2018 17:28
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save david415/7ea8ddb48efbf17573f2491bdd033e3e to your computer and use it in GitHub Desktop.
Save david415/7ea8ddb48efbf17573f2491bdd033e3e to your computer and use it in GitHub Desktop.
Congestion Control
[E2ECONGESTION] Floyd, S., Fall, K.,
"Promoting the Use of End-to-End Congestion Control in the Internet",
IEEE/ACM Transactions on Networking, May 1999,
<https://www.icir.org/floyd/papers/collapse.may99.pdf>.
[RFC896] Nagle, J., "Congestion Control in IP/TCP Internetworks",
January 1984, <https://tools.ietf.org/html/rfc896>.
[CONGAVOID] Jacobson, V., Karels, M., "Congestion Avoidance and Control",
Symposium proceedings on Communications architectures and protocols,
November 1988, <http://ee.lbl.gov/papers/congavoid.pdf>.
[RFC5681] Allman, M., Paxson, V., Blanton, E.,
<https://tools.ietf.org/html/rfc5681>.
[SMODELS] Kelly, F., "Stochastic Models of Computer Communication Systems",
Journal of the Royal Statistical Society, 1985,
<http://www.yaroslavvb.com/papers/notes/kelly-stochastic.pdf>.
Congestion Control Attacks
[DAYTONA] Savage, S., Cardwell, N., Wetherall, D., Anderson, T.,
<http://cseweb.ucsd.edu/~savage/papers/CCR99.pdf>.
[SHREW] "Low-Rate TCP-Targeted Denial of Service Attacks (The Shrew vs. the Mice and Elephants)",
<http://www.cs.cornell.edu/People/egs/cornellonly/syslunch/spring04/p75-kuzmanovic.pdf>.
[ANTISHREW] "Flow level detection and filtering of low-rate DDoS",
<http://discovery.ucl.ac.uk/1399235/2/1399235.pdf>.
[TORSNIPER] Jansen, R., Tschorsch, F., Johnson, A., NDSS, February 2014,
"The Sniper Attack: Anonymously Deanonymizing and Disabling the Tor Network",
<https://www.freehaven.net/anonbib/cache/sniper14.pdf>.
Congestion Control with Explicit Signaling
NOTE: for more reading on this subject refer to Dr. Sally Floyd's ECN reading list:
http://www.icir.org/floyd/ecn.html
[Floyd94] Floyd, S., "TCP and Explicit Congestion Notification",
ACM Computer Communication Review, October 1994,
<http://www.icir.org/floyd/papers/tcp_ecn.4.pdf>.
[RFC8087] "The Benefits of Using Explicit Congestion Notification (ECN)",
<https://tools.ietf.org/html/rfc8087>.
[RFC2884] "Performance Evaluation of Explicit Congestion Notification (ECN) in IP Networks",
<https://tools.ietf.org/html/rfc2884>.
TCP Pacing
[PACINGREV] "TCP Pacing Revisited",
<http://people.cs.pitt.edu/~ihsan/pacing_cal.pdf>.
[PACINGPERF] "Understanding the Performance of TCP Pacing",
<https://homes.cs.washington.edu/~tom/pubs/pacing.pdf>.
Active Queue Management
[RED1993] Floyd, S., Jacobson, V., "Random Early Detection Gateways
for Congestion Avoidance", IEEE/ACM Transactions on Networking,
August 1993, <http://www.icir.org/floyd/papers/early.pdf>.
[CODEL17] Nichols, K., Jacobson, V., McGregor, A., Iyengar, J.,
"Controlled Delay Active Queue Management", March 2017,
<https://tools.ietf.org/html/draft-ietf-aqm-codel-07>.
[SFBLUE] Feng, W., Kandlur, D., Saha, D., Shin. K.,
"Stochastic Fair Blue: A Queue Management Alogirthm
for Enforcing Fairness", 2001,
<http://www.thefengs.com/wuchang/blue/41_2.PDF>.
[RSFBLUE] Zhang, C., Yin, J., Cai, Z., "RSFB: Resilient Stochastic
Fair Blue algorithm", December 2009,
<https://sites.google.com/site/cwzhangres/home/files/RSFBaResilientStochasticFairBluealgorithmagainstspoofingDDoSattacks.pdf>.
Simulations
[NOPOISSON] Floyd, S., Paxson, V.,
"Wide-Area Traffic: The Failure of Poisson Modeling",
<http://www.icir.org/vern/papers/poisson.TON.pdf>.
[NOSIM] Floyd, S., Paxson, V., Feb. 2001, Proceedings of the 1997 Winter Simulation Conference,
"Difficulties in Simulating the Internet",
<https://www.icir.org/floyd/papers/simulate_2001.pdf>.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment