What kinds of systems would make use of consistent hashing?
Any distributed system that needs to scale up or down or wants to achieve high availability through data replication.
What storage mediums can use consistent hashing?
Distributed caches, data shard, DB nodes.
What databases use consistent hashes?
Dynamo, Cassandra