# Network reading group

* [History](http://now.cs.berkeley.edu/files/research/case-now.pdf)&#x20;
* [A Scalable, Commodity Data Center Network Architecture](http://ccr.sigcomm.org/online/files/p63-alfares.pdf)&#x20;
* [Expanding across time to deliver bandwidth efficiency and low latency](https://www.usenix.org/system/files/nsdi20-paper-mellette.pdf)
* [Data Center TCP ](https://people.csail.mit.edu/alizadeh/papers/dctcp-sigcomm10.pdf)
* [TIMELY: RTT-based Congestion Control for the Datacenter](https://conferences.sigcomm.org/sigcomm/2015/pdf/papers/p537.pdf)
* [RDMA over Commodity Ethernet at Scale](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/11/rdma_sigcomm2016.pdf)
* [Breaking the Transience-Equilibrium Nexus: A New Approach to Datacenter Packet Transport](https://www.usenix.org/system/files/nsdi21-liu.pdf)
* [Re-architecting datacenter networks and stacks for low latency and high performance](https://dl.acm.org/doi/10.1145/3098822.3098825)
* [Homa: A Receiver-Driven Low-Latency Transport Protocol Using Network Priorities](https://people.csail.mit.edu/alizadeh/papers/homa-sigcomm18.pdf)
* [Forwarding Metamorphosis: Fast Programmable Match-Action Processing in Hardware for SDN](http://yuba.stanford.edu/~grg/docs/sdn-chip-sigcomm-2013.pdf)
* [Evaluating the Power of Flexible Packet Processing for Network Resource Allocation](https://www.usenix.org/system/files/conference/nsdi17/nsdi17-sharma.pdf)
* [Pegasus: Tolerating Skewed Workloads in Distributed Storage with In-Network Coherence Directories](https://www.usenix.org/system/files/osdi20-li_jialin.pdf)
* [Enabling Programmable Transport Protocols in High-Speed NICs](https://www.usenix.org/system/files/nsdi20-paper-arashloo.pdf)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sliu583.gitbook.io/blog/specific-work/seminar-and-talk/reading-groups/network-reading-group.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
