<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Coral_Content_Distribution_Network</id>
	<title>Coral Content Distribution Network - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://en.zaoniao.it/index.php?action=history&amp;feed=atom&amp;title=Coral_Content_Distribution_Network"/>
	<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Coral_Content_Distribution_Network&amp;action=history"/>
	<updated>2026-05-15T09:33:18Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.32.0</generator>
	<entry>
		<id>http://en.zaoniao.it/index.php?title=Coral_Content_Distribution_Network&amp;diff=4224&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;The '''Coral Content Distribution Network''', sometimes called '''Coral Cache''' or '''Coral''', was a free peer-to-peer content distribution network...&quot;</title>
		<link rel="alternate" type="text/html" href="http://en.zaoniao.it/index.php?title=Coral_Content_Distribution_Network&amp;diff=4224&amp;oldid=prev"/>
		<updated>2019-05-05T06:48:10Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;The &amp;#039;&amp;#039;&amp;#039;Coral Content Distribution Network&amp;#039;&amp;#039;&amp;#039;, sometimes called &amp;#039;&amp;#039;&amp;#039;Coral Cache&amp;#039;&amp;#039;&amp;#039; or &amp;#039;&amp;#039;&amp;#039;Coral&amp;#039;&amp;#039;&amp;#039;, was a &lt;a href=&quot;/index.php?title=Free_software&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Free software (page does not exist)&quot;&gt;free&lt;/a&gt; &lt;a href=&quot;/Peer-to-peer&quot; title=&quot;Peer-to-peer&quot;&gt;peer-to-peer&lt;/a&gt; &lt;a href=&quot;/index.php?title=Content_distribution_network&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Content distribution network (page does not exist)&quot;&gt;content distribution network&lt;/a&gt;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;The '''Coral Content Distribution Network''', sometimes called '''Coral Cache''' or '''Coral''', was a [[Free software|free]] [[peer-to-peer]] [[content distribution network]] that ran from 2004 until 2015. It was designed and operated by Michael Freedman. Coral used the [[Bandwidth (computing)|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.&lt;br /&gt;
&lt;br /&gt;
== Operation ==&lt;br /&gt;
&lt;br /&gt;
Coral avoided high loads on individual nodes through an indexing abstraction called a [[distributed sloppy hash table]] (DSHT); DSHTs create self-organizing clusters of [[Node (networking)|nodes]] which fetch information from each other to avoid communicating with more distant or heavily-loaded servers.&lt;br /&gt;
&lt;br /&gt;
The ''sloppy'' hash table refers to the fact that Coral was made up of concentric rings of [[distributed hash table]]s (DHTs), each ring representing a wider and wider geographic range (or rather, [[Ping (networking utility)|ping]] range). The DHTs are composed of nodes all within some latency of each other (for example, a ring of nodes within 20 [[millisecond]]s of each other). It avoids hot spots (the 'sloppy' part) 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.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
Coral users could access content through the Coral Cache by adding &amp;amp;lt;code&amp;amp;gt;.nyud.net&amp;amp;lt;/code&amp;amp;gt; to the [[hostname]] in the site's [[Uniform Resource Locator|URL]], resulting in what is known as a 'coralized link'. So, for example,&lt;br /&gt;
:&amp;amp;lt;code&amp;amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;http://example.com&amp;amp;lt;/nowiki&amp;amp;gt;&amp;amp;lt;/code&amp;amp;gt;&lt;br /&gt;
becomes&lt;br /&gt;
:&amp;amp;lt;code&amp;amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;http://example.com.nyud.net&amp;amp;lt;/nowiki&amp;amp;gt;&amp;amp;lt;/code&amp;amp;gt;&lt;br /&gt;
Any additional address component after the hostname remains after &amp;amp;lt;code&amp;amp;gt;.nyud.net&amp;amp;lt;/code&amp;amp;gt;; hence&lt;br /&gt;
:&amp;amp;lt;code&amp;amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;http://example.com/folder/page.html&amp;amp;lt;/nowiki&amp;amp;gt;&amp;amp;lt;/code&amp;amp;gt;&lt;br /&gt;
becomes&lt;br /&gt;
:&amp;amp;lt;code&amp;amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;http://example.com.nyud.net/folder/page.html&amp;amp;lt;/nowiki&amp;amp;gt;&amp;amp;lt;/code&amp;amp;gt;&lt;br /&gt;
For websites that use a non-standard port, for example,&lt;br /&gt;
:&amp;amp;lt;code&amp;amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;http://example.com:8080&amp;amp;lt;/nowiki&amp;amp;gt;&amp;amp;lt;/code&amp;amp;gt;&lt;br /&gt;
becomes&lt;br /&gt;
:&amp;amp;lt;code&amp;amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;http://example.com.8080.nyud.net&amp;amp;lt;/nowiki&amp;amp;gt;&amp;amp;lt;/code&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
== History ==&lt;br /&gt;
&lt;br /&gt;
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]].&lt;br /&gt;
&lt;br /&gt;
In August 2012 it was stated that active development had been &amp;quot;stopped for a while&amp;quot;, although the CDN itself would continue to operate.&amp;amp;lt;ref name=&amp;quot;overview&amp;quot; /&amp;amp;gt;&lt;br /&gt;
&lt;br /&gt;
 &amp;amp;lt;code&amp;amp;gt;&amp;amp;lt;nowiki&amp;amp;gt;*.nyud.net&amp;amp;lt;/nowiki&amp;amp;gt;&amp;amp;lt;/code&amp;amp;gt; had stopped [[Domain Name System|resolving]], rendering the CDN non-functional. The project website is still up, but has not been updated since 2012.&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
&lt;br /&gt;
* [[CoDeeN]]&lt;br /&gt;
* [[Globule (CDN)]]&lt;br /&gt;
* [[Content Delivery Network]]&lt;br /&gt;
&lt;br /&gt;
==Source==&lt;br /&gt;
&lt;br /&gt;
[http://wikipedia.org/ http://wikipedia.org/]&lt;br /&gt;
[[Category:Online services]]&lt;br /&gt;
[[Category:Data storage]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
		
	</entry>
</feed>