<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.3790.2577" name=GENERATOR></HEAD>
<BODY><!-- Converted from text/plain format -->
<P><FONT size=2>About your previous mail: I checked the definition of <A 
href="http://en.wikipedia.org/wiki/Clustering_coefficient">clustering 
coefficient</A>, that of a chord vertex is 3/(n-2) (for a 2^n node ring), and 
it's the same for every vertex, so the overall clustering coefficient is not 
high when n is moderately large.<BR></FONT><FONT size=2><BR>The definition of 
small-world is indeed clustering and short path.<BR></FONT><FONT 
size=2><BR>Well, the network defined by Kleinberg falls into the category of 
"scale-free networks". In such networks there are a few nodes that connect to 
abundant other nodes.&nbsp;Following the power law distribution of degrees is 
one way to construct scale-free networks, which are also small-world networks. 
But there could be scale-free networks that are not small worlds. (E.g, two star 
networks connected at the centers, here the clustering coefficient is 0 because 
there's no triangle)<BR><BR>On the other hand, a very famous illustration of a 
small world is a regular lattice with a few extra, randomly chosen edges. This 
does not conform the power law distribution of edges and there's no supernode, 
but it's a small world.<BR><BR>Am I going too far from the point? Better turn 
around here...<BR><BR>The scale-free networks seem quite appealing as 
performance and scalability are concerned, and it's simpler to guarantee short 
paths with powerful supernodes. Many P2P applications such as Gia (Making 
Gnutella-like P2P Systems Scalable, Sigcomm'03) introduce such supernodes to 
improve the scalability.&nbsp;But it seems harder, to build&nbsp;scalable 
networks with more or less the same number of edges for each node (this could be 
realistic when edges are interpreted as connections, rather than links/routing 
information), because at such time the supernodes are no where to be 
found.</FONT></P>
<P><FONT size=2>I think some work could be done here... what do 
you&nbsp;suggest?</FONT></P>
<P><BR><FONT size=2>--<BR>Ranus Yue<BR>Tsinghua 
University<BR><BR>-----邮件原件-----<BR>发件人: p2p-hackers-bounces@zgp.org [</FONT><A 
href="mailto:p2p-hackers-bounces@zgp.org"><FONT 
size=2>mailto:p2p-hackers-bounces@zgp.org</FONT></A><FONT size=2>] 代表 Michael 
Rogers<BR>发送时间: 2006年3月8日 16:36<BR>收件人: Peer-to-peer development.<BR>主题: Re: 
[p2p-hackers] clustering<BR><BR>Gary Jefferson wrote:<BR>&gt; Just a general 
question for the list: DHTs don't exhibit small-world<BR>&gt; characteristics, 
at least not in the overlay network view of things,<BR>&gt; right?<BR><BR>That 
depends on your definition of 'small world'. Most people take it to mean short 
paths and high clustering, but as far as I know the Freenet work uses a more 
specific definition due to Jon Kleinberg: a graph is a small world if it can be 
embedded in a metric space such that the length of the edges follows a power law 
distribution, where the magnitude of the power law exponent is equal to the 
number of dimensions in the metric space[1]. Kleinberg showed that greedy 
routing in such a graph is efficient, but if the power law exponent has any 
other value then greedy routing is inefficient[2,3]. However, it's also possible 
that the length distribution doesn't follow a power law at all (eg Chord, where 
the length distribution is exponential and greedy routing is 
efficient).<BR><BR>Most DHTs aren't small worlds in the sense used in the 
Freenet work; Symphony[4] is an exception.<BR><BR>Cheers,<BR>Michael<BR><BR>[1] 
</FONT><A href="http://www.cs.cornell.edu/home/kleinber/nips14.ps"><FONT 
size=2>http://www.cs.cornell.edu/home/kleinber/nips14.ps</FONT></A><BR><FONT 
size=2>[2] </FONT><A 
href="http://www.cs.cornell.edu/home/kleinber/nat00.pdf"><FONT 
size=2>http://www.cs.cornell.edu/home/kleinber/nat00.pdf</FONT></A><BR><FONT 
size=2>[3] </FONT><A 
href="http://www.cs.cornell.edu/home/kleinber/swn.pdf"><FONT 
size=2>http://www.cs.cornell.edu/home/kleinber/swn.pdf</FONT></A><BR><FONT 
size=2>[4] </FONT><A 
href="http://www-db.stanford.edu/~bawa/Pub/symphony.pdf"><FONT 
size=2>http://www-db.stanford.edu/~bawa/Pub/symphony.pdf</FONT></A><BR><FONT 
size=2>_______________________________________________<BR>p2p-hackers mailing 
list<BR>p2p-hackers@zgp.org<BR></FONT><A 
href="http://zgp.org/mailman/listinfo/p2p-hackers"><FONT 
size=2>http://zgp.org/mailman/listinfo/p2p-hackers</FONT></A><BR><FONT 
size=2>_______________________________________________<BR>Here is a web page 
listing P2P Conferences:<BR></FONT><A 
href="http://www.neurogrid.net/twiki/bin/view/Main/PeerToPeerConferences"><FONT 
size=2>http://www.neurogrid.net/twiki/bin/view/Main/PeerToPeerConferences</FONT></A> 
</P></BODY></HTML>