Back to Resources

Networking Research Resources

From theoretical foundations to practice

Theoretical Resources

Congestion Avoidance and Control
Jacobson, 1988 Intermediate
5.0
The paper that introduced congestion control algorithms that became standard in TCP implementations.
Download PDF
An Analysis of Network-Partitioning Failures in Cloud Systems
Ahmed Alquraan et al., 2018 Advanced
5.0
Fortunately, we identify ordering, timing, and network fault characteristics that significantly simplify testing. Furthermore, we found that a significant number of the failures are due to design flaws in core system mechanisms.
Download PDF

Practical Resources

A TCP/IP Tutorial
RFC, 1991 Beginner
5.0
The best and easiest introductory material for the TCP/IP protocol.
Download PDF
An Analysis of TCP Reset Behaviour on the Internet
Jeffrey et al., 2004 Beginner
5.0
This paper presents a one-year study of Internet packet traffic from a large campus network, showing that 15-25% of TCP connections have at least one TCP RST (reset).
Download PDF
Taking a Long Look at QUIC
Kakhki et al., 2017 Beginner
5.0
An Approach for Rigorous Evaluation of Rapidly Evolving Transport Protocols.
Download PDF
High Performance Browser Networking by Ilya Grigorik
Ilya Grigorik, 2013 Beginner
5.0
This eloquent book provides what every web developer should know about the network, from fundamental limitations that affect performance to major innovations for building even more powerful browser applications--including HTTP 2.0 and XHR improvements, Server-Sent Events (SSE), WebSocket, and WebRTC.
Download PDF
TRANSMISSION CONTROL PROTOCOL
RFC, 1981 Intermediate
5.0
This document describes the functions to be performed by the Transmission Control Protocol, the program that implements it, and its interface to programs or users that require its services.
Download PDF
Attacks on TCP/IP Protocols
Robbie Myers Intermediate
5.0
For each attack attempted, this report will briefly describe the design, observations, and explanations for how/why the attack is implemented.
Download PDF