CV0-003 · Question #93
Which of the following network optimization techniques would be MOST appropriate far more efficient delivery of frequently accessed websites?
The correct answer is B. Installing a caching server. A caching server stores local copies of frequently requested web content, making repeated delivery faster and more efficient.
Question
Which of the following network optimization techniques would be MOST appropriate far more efficient delivery of frequently accessed websites?
Options
- AImplementing load balancing
- BInstalling a caching server
- CPlacing devices on the same subnet
- DImplementing compression on the web server
How the community answered
(45 responses)- A2% (1)
- B93% (42)
- D4% (2)
Why each option
A caching server stores local copies of frequently requested web content, making repeated delivery faster and more efficient.
Load balancing distributes traffic across multiple backend servers to prevent overload, but it does not reduce the number of origin fetches or improve delivery speed for repeated requests to the same content.
A caching server intercepts requests for frequently accessed content and serves responses from a local store rather than fetching data from the origin server on every request. This eliminates redundant round trips across the network, reduces latency, and lowers bandwidth consumption for end users. It is the most targeted solution for optimizing delivery of content that is accessed repeatedly.
Placing devices on the same subnet reduces network hops and can marginally lower latency, but it does not eliminate redundant fetches or store content locally to speed up repeat access.
Compression on the web server reduces the payload size of each response, which helps bandwidth efficiency, but it still requires a full round trip to the origin server for every request rather than serving from a local cache.
Concept tested: Caching server for web content delivery optimization
Source: https://www.cisco.com/c/en/us/support/docs/ip/web-cache-communication-protocol-wccp/15714-WCCP-config.html
Topics
Community Discussion
No community discussion yet for this question.