Distributed Hash Tables (DHTs)
https://www.cs.princeton.edu/courses/archive/fall19/cos418/docs/L8-dhts.pdf
- Hash table using Consistent Hashing
- No central index server.
- Maps objects(files) to sites,
- Key value lookup.
- Each site also maintains a table that defines the next-hop for lookup operations (Hash table in every node.)