【文章內(nèi)容簡介】
mapping from keys to values is distributed among the nodes, in such a way that a change in the set of participants causes a minimal amount of disruption. This allows DHTs to scale to extremely large numbers of nodes and to handle continual node arrivals, departures, and failures. ? DHTs form an infrastructure that can be used to build peertopeer works. Notable distributed works that use DHTs include BitTorrent39。s distributed tracker, the Kad work, the Storm bot, YaCy, and the Coral Content Distribution Network. 樣例文本 C ? 技術(shù)上,一個(gè)純 P2P應(yīng)用必須貫徹只有對等協(xié)議,沒有服務(wù)器和客戶端的概念。但這樣的純 P2P應(yīng)用和網(wǎng)絡(luò)是很少的,大部分稱為 P2P的網(wǎng)絡(luò)和應(yīng)用實(shí)際上包含了或者依賴一些非對等單元,如 DNS。同時(shí),真正的應(yīng)用也使用了多個(gè)協(xié)議,使節(jié)點(diǎn)可以同時(shí)或分時(shí)做客戶端,服務(wù)器,和對等節(jié)點(diǎn)。完全分散的對等網(wǎng)絡(luò)已經(jīng)使用了很多年了,象 Use(1979年 )和 FidoNet(1984年 )這兩個(gè)例子。 ? 很多 P2P系統(tǒng)使用更強(qiáng)的對等點(diǎn)(稱為超級對等點(diǎn) (Super Node))作為服務(wù)器,那些客戶節(jié)點(diǎn)以星狀方式連接到一個(gè)超級對等點(diǎn)上。 ? 在 1990年代末期,為了促進(jìn)對等網(wǎng)絡(luò)應(yīng)用的發(fā)展,升陽 (SUN)公司增加了一些類到 Java技術(shù)中,讓開發(fā)者能開發(fā)分散的實(shí)時(shí)聊天的 applet和應(yīng)用,這是在即時(shí)通信流行之前。