N10-005 · Question #614
Which of the following network performance optimization methods allows for frequently accessed sites to be housed locally, thereby reducing bandwidth requirements?
The correct answer is C. Caching engines. Caching engines (also called web caches or proxy caches) store copies of frequently requested web content (pages, images, files) locally on the network. When users request the same content again, the cache serves it directly without fetching it from the internet, reducing…
Question
Which of the following network performance optimization methods allows for frequently accessed sites to be housed locally, thereby reducing bandwidth requirements?
Options
- ALoad balancing
- BTraffic policing
- CCaching engines
- DTraffic shaping
How the community answered
(34 responses)- A3% (1)
- B6% (2)
- C85% (29)
- D6% (2)
Explanation
Caching engines (also called web caches or proxy caches) store copies of frequently requested web content (pages, images, files) locally on the network. When users request the same content again, the cache serves it directly without fetching it from the internet, reducing external bandwidth consumption and improving response times. Load balancing distributes traffic across multiple servers to prevent overload but does not locally store content. Traffic policing limits bandwidth usage by dropping or marking packets that exceed a defined rate. Traffic shaping controls the flow and priority of traffic but does not cache content locally. Only caching engines directly reduce bandwidth by serving content from local storage.
Topics
Community Discussion
No community discussion yet for this question.