Skip to content ↓

No-wait data centers

New system could reduce data-transmission delays across server farms by 99.6 percent.
Press Inquiries

Press Contact:

Abby Abazorius
Phone: 617-253-2709
MIT News Office

Media Download

This simulation of data transfer in a server form demonstrates how Fastpass selects routes through the network so as to avoid congestion at any point between the sender and the receiver. (Enlarge to view animation.)
Download Image
Caption: This simulation of data transfer in a server form demonstrates how Fastpass selects routes through the network so as to avoid congestion at any point between the sender and the receiver. (Enlarge to view animation.)
Credits: Illustration: Christine Daniloff/MIT (animation by Jonathan Perry)
With Fastpass, the time it takes for a single request to traverse the network and for a response to arrive (blue) is just a fraction of what it is in a conventional network (red).
Download Image
Caption: With Fastpass, the time it takes for a single request to traverse the network and for a response to arrive (blue) is just a fraction of what it is in a conventional network (red).
Credits: Courtesy of the researchers

*Terms of Use:

Images for download on the MIT News office website are made available to non-commercial entities, press and the general public under a Creative Commons Attribution Non-Commercial No Derivatives license. You may not alter the images provided, other than to crop them to size. A credit line must be used when reproducing images; if one is not provided below, credit the images to "MIT."

Close
This simulation of data transfer in a server form demonstrates how Fastpass selects routes through the network so as to avoid congestion at any point between the sender and the receiver. (Enlarge to view animation.)
Caption:
This simulation of data transfer in a server form demonstrates how Fastpass selects routes through the network so as to avoid congestion at any point between the sender and the receiver. (Enlarge to view animation.)
Credits:
Illustration: Christine Daniloff/MIT (animation by Jonathan Perry)
With Fastpass, the time it takes for a single request to traverse the network and for a response to arrive (blue) is just a fraction of what it is in a conventional network (red).
Caption:
With Fastpass, the time it takes for a single request to traverse the network and for a response to arrive (blue) is just a fraction of what it is in a conventional network (red).
Credits:
Courtesy of the researchers
Facebook's first built-from-scratch data center, January 2012
Caption:
Facebook's first built-from-scratch data center, January 2012
Credits:
Photo: Intel Free Press/Flickr

Big websites usually maintain their own “data centers,” banks of tens or even hundreds of thousands of servers, all passing data back and forth to field users’ requests. Like any big, decentralized network, data centers are prone to congestion: Packets of data arriving at the same router at the same time are put in a queue, and if the queues get too long, packets can be delayed.

At the annual conference of the ACM Special Interest Group on Data Communication, in August, MIT researchers will present a new network-management system that, in experiments, reduced the average queue length of routers in a Facebook data center by 99.6 percent — virtually doing away with queues. When network traffic was heavy, the average latency — the delay between the request for an item of information and its arrival — shrank nearly as much, from 3.56 microseconds to 0.23 microseconds.

Like the Internet, most data centers use decentralized communication protocols: Each node in the network decides, based on its own limited observations, how rapidly to send data and which adjacent node to send it to. Decentralized protocols have the advantage of an ability to handle communication over large networks with little administrative oversight.

The MIT system, dubbed Fastpass, instead relies on a central server called an “arbiter” to decide which nodes in the network may send data to which others during which periods of time. “It’s not obvious that this is a good idea,” says Hari Balakrishnan, the Fujitsu Professor in Electrical Engineering and Computer Science and one of the paper’s coauthors.

With Fastpass, a node that wishes to transmit data first issues a request to the arbiter and receives a routing assignment in return. “If you have to pay these maybe 40 microseconds to go to the arbiter, can you really gain much from the whole scheme?” says Jonathan Perry, a graduate student in electrical engineering and computer science (EECS) and another of the paper’s authors. “Surprisingly, you can.”

Division of labor

Balakrishnan and Perry are joined on the paper by Amy Ousterhout, another graduate student in EECS; Devavrat Shah, the Jamieson Associate Professor of Electrical Engineering and Computer Science; and Hans Fugal of Facebook.

The researchers’ experiments indicate that an arbiter with eight cores, or processing units, can keep up with a network transmitting 2.2 terabits of data per second. That’s the equivalent of a 2,000-server data center with gigabit-per-second connections transmitting at full bore all the time.

“This paper is not intended to show that you can build this in the world’s largest data centers today,” Balakrishnan says. “But the question as to whether a more scalable centralized system can be built, we think the answer is yes.”

Moreover, “the fact that it’s two terabits per second on an eight-core machine is remarkable,” Balakrishnan says. “That could have been 200 gigabits per second without the cleverness of the engineering.”

The key to Fastpass’s efficiency is a technique for splitting up the task of assigning transmission times so that it can be performed in parallel on separate cores. The problem, Balakrishnan says, is one of matching source and destination servers for each time slot.

“If you were asked to parallelize the problem of constructing these matchings,” he says, “you would normally try to divide the source-destination pairs into different groups and put this group on one core, this group on another core, and come up with these iterative rounds. This system doesn’t do any of that.”

Instead, Fastpass assigns each core its own time slot, and the core with the first slot scrolls through the complete list of pending transmission requests. Each time it comes across a pair of servers neither of which has received an assignment, it schedules them for its slot. All other requests involving either the source or the destination are simply passed on to the next core, which repeats the process with the next time slot. Each core thus receives a slightly attenuated version of the list the previous core analyzed.

Bottom line

Today, to avoid latencies in their networks, most data center operators simply sink more money into them. Fastpass “would reduce the administrative cost and equipment costs and pain and suffering to provide good service to the users,” Balakrishnan says. “That allows you to satisfy many more users with the money you would have spent otherwise.”

Networks are typically evaluated according to two measures: latency, or the time a single packet of data takes to traverse the network, and throughput, or the total amount of data that can pass through the network in a given interval.

“It used to be that everybody was only bothered about throughput,” says George Varghese, a principal researcher and partner at Microsoft Research who studies networking. “But latency is the new frontier for everybody.”

Throughput is the relevant figure when data tends to traverse the network in large chunks, Varghese explains. But in data centers, that’s less and less common. “There are many parts to serving a web page, and they’re all generally pushed onto different machines,” he says. “Latency matters because when these machines are conspiring to do work on your behalf, any time a machine has to wait for a while before getting something from a partner machine, that machine is idle.”

The crucial question is whether centralized network-management systems like Fastpass can handle the volume of requests generated by the largest of today’s server farms. “It’s sufficiently surprising that it even scales to a pretty large network of 1,000 switches,” Varghese says. “Nobody probably would have expected that you could have this complete control over both when you send and where you send. And they’re scaling by adding multiple cores, which is promising. So once the elephant is out of the tent, it is not inconceivable that there are some simple tricks that will let this scale.”

Related Links

Related Topics

Related Articles

More MIT News