# Index

## Datacenter Networks

### Architecture

* [**A scalable, commodity, data center network architecture**](http://cseweb.ucsd.edu/~vahdat/papers/sigcomm08.pdf) - Al-Fares et al., SIGCOMM '08

### RDMA

* Anuj Kalia's [**PhD thesis**](http://reports-archive.adm.cs.cmu.edu/anon/2019/CMU-CS-19-126.pdf) provides a good overview of emerging network hardware/technology
* [**Using One-Sided RDMA Reads to Build a Fast, CPU-Efficient Key-Value Store**](https://www.usenix.org/system/files/conference/atc13/atc13-mitchell.pdf) - Mitchell et al., ATC '13
* [**FaRM: Fast Remote Memory**](https://www.usenix.org/conference/nsdi14/technical-sessions/dragojevi%C4%87) - Dragojević et al., NSDI '14
* [**Design Guidelines for High Performance RDMA Systems**](https://www.usenix.org/system/files/conference/atc16/atc16_paper-kalia.pdf) - Kalia et al., ATC '16
* [**Revisiting Network Support for RDMA**](https://people.eecs.berkeley.edu/~radhika/irn.pdf) - Mittal et al., SIGCOMM '18
* [**Datacenter RPCs can be General and Fast**](https://www.usenix.org/conference/nsdi19/presentation/kalia) - Kalia et al., NSDI '19
* [**FreeFlow: Software-based Virtual RDMA Networking for Containerized Clouds**](https://www.usenix.org/conference/nsdi19/presentation/kim) **-** Kim et al., NSDI '19

### Kernel

* [**netmap: a novel framework for fast packet I/O**](https://www.usenix.org/system/files/conference/atc12/atc12-final186.pdf) - Rizzo ATC '12
* [**IX: A protected dataplane operating system for high throughput and low latency**](https://blog.acolyer.org/2016/06/15/ix-a-protected-dataplane-operating-system-for-high-throughput-and-low-latency/) - Belay et al., OSDI '14
* [**Arrakis: the operating system is the control plane** ](https://blog.acolyer.org/2016/06/14/arrakis-the-operating-system-is-the-control-plane/)- Peter et al., OSDI '14
* [**mTCP: a Highly Scalable User-level TCP Stack for Multicore Systems**](https://www.usenix.org/system/files/conference/nsdi14/nsdi14-paper-jeong.pdf) - Jeong et al., NSDI' 14
* [**Understanding Host Network Stack Overheads**](https://www.cs.cornell.edu/~ragarwal/pubs/network-stack.pdf) - Cai et al., SIGCOMM '21

### Programmable Networks

* [**IncBricks: Toward In-Network Computation with an In-Network Cache**](https://mgliu.sites.cs.wisc.edu/papers/IncBricks-asplos17.pdf) - Liu et al., ASPLOS '17
* [**NetCache: Balancing key-value stores with fast in-network caching**](https://dl.acm.org/doi/pdf/10.1145/3132747.3132764) - Jin et al., SOSP '17
* [**NetChain: Scale-Free Sub-RTT Coordination**](https://www.usenix.org/system/files/conference/nsdi18/nsdi18-jin.pdf) - Jin et al., NSDI '18
* [**Offloading Distributed Applications onto SmartNICs using iPipe**](https://homes.cs.washington.edu/~arvind/papers/ipipe.pdf) - Ming et al., SIGCOMM '19
* [**E3: Energy-Efficient Microservices on SmartNIC-Accelerated Servers**](https://www.usenix.org/conference/atc19/presentation/liu-ming) - Ming et al., ATC '19
* [**When Should The Network Be The Computer?**](https://drkp.net/papers/innetwork-hotos19.pdf) - Ports et al., HotOS' 19
  * Discussed what the in-network computing should be used for
* [**Pegasus: Tolerating Skewed Workloads in Distributed Storage with In-Network Coherence Directories**](https://www.usenix.org/system/files/osdi20-li_jialin.pdf) - OSDI' 20
* [**Gallium: Automated Software Middlebox Offloading to Programmable Switches**](https://homes.cs.washington.edu/~arvind/papers/gallium.pdf) - Zhang et al., SIGCOMM '20
  * Automattically partitions an input software middlebox into a P4 program that runs on a programmable switch and an x86 non-offloaded program that runs on a regular server
* [**TEA: Enabling State-Intensive Network Functions on Programmable Switches**](https://dl.acm.org/doi/10.1145/3387514.3405855) - Kim et al., SIGCOMM '20
  * Allows NFs on programmable switches to look up large virtual address built on external DRAM.&#x20;
  * Key ideas: RDMA + bounded linear probing&#x20;
* [**Scaling Distributed Machine Learning with In-Network Aggregation** ](https://homes.cs.washington.edu/~arvind/papers/switch-ml.pdf)- Sapio et al., NSDI '21
* [**ATP: In-network Aggregation for Multi-tenant Learning**](https://www.usenix.org/conference/nsdi21/presentation/lao) - Lao et al., NSDI '21

## Wide Area Networks

### Video Streaming

* [**Improving Fairness, Efficiency, and Stability in HTTP-based Adaptive Video Streaming with FESTIVE**](http://conferences.sigcomm.org/co-next/2012/eproceedings/conext/p97.pdf) - Jiang et al., CoNEXT '12
* [**A Buffer-Based Approach to Rate Adaptation: Evidence from a Large Video Streaming Service**](http://yuba.stanford.edu/~nickm/papers/sigcomm2014-video.pdf) - Huang et al., SIGCOMM '14
* [**Neural Adaptive Video Streaming with Pensieve**](https://people.csail.mit.edu/hongzi/content/publications/Pensieve-Sigcomm17.pdf) - Mao et al., SIGCOMM '17
* [**Salsify: Low-Latency Network Video through Tighter Integration between a Video Codec and a Transport Protocol**](https://cs.stanford.edu/~keithw/salsify-paper.pdf) - Fouladi et al., NSDI '18
  * Proposes a tightly coupled codec and transport protocol
  * Exploits its codec's ability to save and restore its internal state
  * Three options when sending the next frame(lower quality frame/higher quality frame/skip)
  * Never send a frame unless the network is ready
* [**Neural Adaptive Content-aware Internet Video Delivery**](https://www.usenix.org/system/files/osdi18-yeo.pdf) - Yeo et al., OSDI '18&#x20;
* [**Vantage: optimizing video upload for time-shifted viewing of social live streams**](https://dl.acm.org/doi/10.1145/3341302.3342064) - Ray et al., SIGCOMM '19
  * Retransmit low-quality frames during high bandwidth period to improve QoE for delayed viewers
* [**Learning in situ: a randomized experiment in video streaming**](https://www.usenix.org/conference/nsdi20/presentation/yan) - Yan et al., NSDI' 20&#x20;
* [**Neural-Enhanced Live Streaming: Improving Live Video Ingest via Online Learning**](https://dl.acm.org/doi/abs/10.1145/3387514.3405856) - Kim et al., SIGCOMM '20

### Misc

* [**The Design Philosophy of the DARPA Internet Protocols**](http://web.stanford.edu/class/cs244/papers/DesignPhilosophyDARPA.pdf) - Clark SIGCOMM '88
* [**The Road to SDN: An Intellectual History of Programmable Networks**](https://www.cs.princeton.edu/~jrex/papers/queue14.pdf) - Feamster et al., CCR '14
