Back to course home
0% completed
Vote For New Content
IP Hash vs Consistent hashing?
saps-hideous0l
Oct 3, 2024
Is IP Hash and Consistent Hashing the same? Since IP hash is mentioned in the load balancing section and here the listed algorithms contains Consistent Hashing....
0
0
Comments
Comments
LeafarBlu BRa year ago
In my opinion, they are similar, generating a hash to select the node/target, but not the same.
For consistent hashing (more complex), in general is used the concept of "circular ring" to enable to add and remove nodes with lower impact.