Difference between revisions of "Distributed Hash Table (DHT)"

From wikieduonline
Jump to navigation Jump to search
(Created page with " --bootstrap-node value [ --bootstrap-node value ] The address of bootstrap node. Beacon node will connect for peer discovery via DHT. Multiple nodes can be passed by usin...")
 
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[wikipedia:Distributed hash table]]
 +
 
  --bootstrap-node value [ --bootstrap-node value ]    The address of bootstrap node. Beacon node will connect for peer discovery via DHT.  Multiple nodes can be passed by using the flag multiple times but not comma-separated. You can also pass YAML files containing multiple nodes.
 
  --bootstrap-node value [ --bootstrap-node value ]    The address of bootstrap node. Beacon node will connect for peer discovery via DHT.  Multiple nodes can be passed by using the flag multiple times but not comma-separated. You can also pass YAML files containing multiple nodes.
 +
 +
* Autonomy and [[decentralization]]
 +
 +
* [[Chord]], [[Kademlia]], [[CAN]], [[Tapestry]] and [[Pastry]].
 +
* [[key value store]]
 +
 +
 +
DHTs form an infrastructure that can be used to build more complex services, such as [[anycast]], cooperative [[web caching]], [[distributed file systems]], [[domain name services]], instant messaging, [[multicast]], and also peer-to-peer file sharing and content distribution systems.
 +
 +
 +
[[INFO Saved DHT state]]
 +
 +
== See also ==
 +
* {{DHT}}

Latest revision as of 21:46, 18 August 2024

wikipedia:Distributed hash table

--bootstrap-node value [ --bootstrap-node value ]    The address of bootstrap node. Beacon node will connect for peer discovery via DHT.  Multiple nodes can be passed by using the flag multiple times but not comma-separated. You can also pass YAML files containing multiple nodes.


DHTs form an infrastructure that can be used to build more complex services, such as anycast, cooperative web caching, distributed file systems, domain name services, instant messaging, multicast, and also peer-to-peer file sharing and content distribution systems.


INFO Saved DHT state

See also[edit]

Advertising: