Skip to main content

4 docs tagged with "caching"

View all tags

Common Use Cases of Consistent Hashing

Consistent hashing is the backbone of many distributed systems. From caches and databases to load balancers and CDNs, it enables deterministic routing with minimal reshuffling when nodes change. Let’s explore the most common real-world use cases.

Why We Call It a Reverse Proxy

Trace the early web history of client-side proxies, caching, firewalls, and server-side accelerators to understand how the term reverse proxy emerged and why the name still causes confusion.