I&#39;m a fan of 1-hop DHTs in many instances.&nbsp; I&#39;m fond of them in controlled environments like Amazon&#39;s Dynamo.&nbsp; I do have some reservations about using something like D1HT&#39;s EDRA in an untrusted environment,* as well as some questions about how it would keep from &#39;sploding even under non-malicious conditions such as non-transitive connectivity (<a href="http://srhea.net/papers/ntr-worlds05.pdf">http://srhea.net/papers/ntr-worlds05.pdf</a>).<br>
<br>But it /does/ seem obvious that for systems where DHT lookup ops form a bottleneck, the first thing you&#39;d want to consider is how to reduce hop count.<br><br>Alen<br><br>* architectures that rely /too/ heavily on store-n-forward-ish techniques (including rumors, epidemic algorithms, transitive trust, etc) will likely experience some serious flailing in an untrusted environment.<br>
<br>