Appearance
A hash table (or hash map) store large amounts of data. Hash function are used to keep track of it.
Consistent hashing is a technique to avoid having to reassign all objects when a new one arrive.