Network Implementation1 / 5
A network engineer is implementing content caching at the network edge. Which device stores frequently requested web content locally to reduce bandwidth consumption and improve response times for users?
CorrectIncorrect
Alex
A forward proxy with caching sits between internal clients and external web servers, intercepting HTTP requests and storing copies of frequently accessed content locally. Cache hits are served directly from the proxy, reducing WAN bandwidth and improving response times. Per RFC 7234 (HTTP Caching), caching proxies use Cache-Control headers, ETags, and freshness lifetimes to determine when cached content is valid. A VPN concentrator provides encrypted tunnels, not caching. A load balancer distributes traffic across servers. A DNS resolver translates domain names to IPs. Only a forward caching proxy stores and serves web content locally to reduce bandwidth consumption. Ref: RFC 7234 (HTTP/1.1 Caching).
Sourcesquid-cache.org
Follow-up answers are available in the app. Create a free account — no credit card required.
Question 1 of 5
Create a free account