> For the complete documentation index, see [llms.txt](https://sliu583.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sliu583.gitbook.io/blog/specific-work/seminar-and-talk/reading-groups/network-reading-group.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
