1
Fork 0
mirror of https://github.com/Steffo99/appunti-magistrali.git synced 2025-02-16 18:04:00 +00:00
appunti-steffo/9 - Algoritmi distribuiti/4 - Strutture dati distribuite/distributed hash table.md

9 lines
220 B
Markdown
Raw Normal View History

[[struttura dati distribuita]] basata su una [[hash table]].
L'[[hash]] della [[chiave]] viene usato per determinare quale [[entità]] ha controllo su di essa.
2023-12-19 02:19:27 +01:00
## Implementazioni notevoli
- [[Chord]]
- [[BitTorrent]]