Preparation
- Read Data Center TCP (DCTCP)
- Skip section 3.3 except for the final paragraph, which gives an estimate for the parameter K.
- Skim section 4 (Results)
- Closely observe figures 15 and 19, which show the queue occupancy as a function of time, and number of sources.
DCTCP customizes the TCP congestion control algorithm for datacenters. It leverages the Explicit Congestion Notification (ECN) to obtain an early congestion feedback from routers/switches, before the queue drops packets. Further, DCTCP provides a smooth reaction to congestion, i.e., when congestion is limited, it reduces its congestion window by a small amount. In contrast, when congestion is severe, it reduces its congestion window by a large amount.
To help you as you read:
- Section 1 introduces the paper. Section 2 describes communication in datacenter networks. After this section, you should understand how datacenter traffic differs from "normal" Internet traffic.
- Section 3 describes the DCTCP algorithm. After this section, you should understand how DCTCP compares to TCP. Does it react sooner or later to congestion than TCP does? What does a DCTCP sender do when it infers that there is congestion on the network as compared to a TCP center? What are queues in a datacenter running DCTCP like (empty? full? etc.)?
- Section 4—which you should skim— gives the results of the authors' experiments. Check that the empirical results match your expectations
As you read, think about
- Would DCTCP work on the Internet?
- Is there a trade-off between the generality of a protocol and its performance?
Question for Recitation
Before you come to this recitation, you'll turn in a brief answer to the following questions (really—we don't need more than a sentence or so for each question). Your TA will be in touch about exactly how to turn that in.
Your answers to these questions should be in your own words, not direct quotations from the paper.
- What is the goal of DCTCP?
- How does DCTCP differ from TCP?
- Why does DCTCP differ from TCP?