TTL
Everything on SkillVeris tagged TTL — collected across the glossary, study notes, blog, and cheat sheets.
9 resources across 2 libraries
Study Notes(2)
Message TTL and Expiration
Learn how RabbitMQ expires messages using per-queue and per-message time-to-live settings, how expiration interacts with dead lettering, and the ordering subtl…
Key Expiration and TTL
Learn how Redis lets keys expire automatically using TTLs, and how expiration is implemented internally through lazy and active mechanisms.
Interview Questions(7)
What are the Main Cache Invalidation Strategies?
Cache invalidation removes or refreshes stale cached data using three common strategies: TTL-based expiration (entries auto-expire after a fixed time), explici…
What is ICMP (Internet Control Message Protocol)?
ICMP (Internet Control Message Protocol) is a Network-layer protocol used by routers and hosts to send diagnostic and error-reporting messages — such as 'desti…
How Does DNS Caching Work?
DNS caching stores the result of a domain name lookup at multiple layers — the browser, the operating system resolver, and recursive resolvers along the way —…
DNS Load Balancing Explained
DNS load balancing spreads traffic across multiple servers by having the DNS server return different IP addresses for the same hostname to different clients or…
What is Traceroute and How Does It Work?
Traceroute is a network diagnostic tool that reveals the sequence of routers (hops) a packet passes through to reach a destination, by sending probe packets wi…
What is a Routing Loop?
A routing loop is a condition where two or more routers each believe the best path to a destination is through the other, so a packet keeps bouncing between th…
What Are Cache Invalidation Strategies?
Cache invalidation strategies are the mechanisms a system uses to remove or refresh stale cached data once the underlying source of truth changes, and the two…