An online content platform uses caching to improve user experience. However, users in different regions report varying latency. What caching approach can be adopted to optimize for all users?
- Content Delivery Network (CDN) Caching
- Local Caching
- Proxy Caching
- Write-Through Caching
Adopting Content Delivery Network (CDN) caching helps optimize user experience for users in different regions by distributing cached content to edge servers, reducing latency and enhancing content delivery speed globally.
Loading...
Related Quiz
- What role do servlets play in handling controller logic in MVC frameworks?
- What is the primary purpose of using filters in web applications?
- When a request is processed through multiple filters, how is the order of execution determined in a servlet application?
- How does a filter modify the response of a servlet or JSP in the filter chain?
- In a high-performance Java application, how should memory management be approached to prevent latency issues?