Summary of "Chord - A Distributed Hash Table"

Concise summary — Chord (distributed hash table)

What Chord is

Chord is a peer-to-peer lookup protocol that implements a distributed hash table (DHT) using consistent hashing. Its purpose is to map a key to a physical (or virtual) node; it does not prescribe how the actual data for a key→value pair is stored — that is left to the client or node storing the data.

Design goals:

Core technical ideas

Performance / evaluation highlights

Comparisons to related systems

Chord’s strengths relative to these systems:

Notable derived systems / applications mentioned

Topics covered in the presentation / tutorial

Main speakers / sources

Category ?

Technology


Share this summary


Is the summary off?

If you think the summary is inaccurate, you can reprocess it with the latest model.

Video