Coral Content Distribution Network


The Coral Content Distribution Network, sometimes called Coral Cache or Coral, was a free peer-to-peer content distribution network that ran from 2004 until 2015. It was designed and operated by Michael J. Freedman. Coral used the bandwidth of a worldwide network of web proxies and name servers to mirror World Wide Web content, often to avoid the Slashdot Effect or to reduce the load on web servers.

Operation

Coral avoided high loads on individual nodes through an indexing abstraction called a distributed sloppy hash table ; DSHTs create self-organizing clusters of nodes which fetch information from each other to avoid communicating with more distant or heavily-loaded servers. DSHT is described in the paper Sloppy hashing and self-organizing clusters.
The sloppy hash table refers to the fact that Coral was made up of concentric rings of distributed hash tables, each ring representing a wider and wider geographic range. The DHTs are composed of nodes all within some latency of each other. It avoids hot spots by only continuing to query progressively larger sized rings if they are not overburdened. In other words, if the two top-most rings are experiencing too much traffic, a node will just ping closer ones: when a node that is overloaded is reached, upward progression stops. This minimises the occurrence of hot spots, with the disadvantage that knowledge of the system as a whole is reduced.

Usage

Coral users could access content through the Coral Cache by adding .nyud.net to the hostname in the site's URL, resulting in what is known as a 'coralized link'. So, for example,
becomes
Any additional address component after the hostname remains after .nyud.net; hence
becomes
For websites that use a non-standard port, for example,
becomes

History

The project was deployed in March 2004, during which it has been hosted on PlanetLab, a large-scale distributed research network of several hundred servers deployed at universities worldwide. It has not, as originally intended, been deployed by third-party volunteer systems. About 300 to 400 PlanetLab servers were running CoralCDN. The source code is freely available under the terms of the GNU GPL.
In August 2012 it was stated that active development had been "stopped for a while", although the CDN itself would continue to operate.
*.nyud.net had stopped resolving, rendering the CDN non-functional. The project website is still up, but has not been updated since 2012.