A simple way to distribute pairs among a set of servers is to hash(key) and locate it in a server at (hash(key) MOD NUM_SERVERS). If the hash function used for hashing is uniform and randomly distributed, the data get’s distributed properly. However, when the number of servers changes suddenly, most…