In: Computer Science
What is web caching? (4) b) Describe how Web caching can reduce the delay in receiving a requested object. (4) c) Are there benefits for web caching other than reducing the delay? (2
What is web caching?
Answer:
Web caching is the activity of storing data for reuse, such as a copy of a web page served by a web server.
It is cached or stored the first time a user visits the page and the next time a user requests the same page, a cache will serve the copy, which helps keep the origin server from getting overloaded.
(4) b) Describe how Web caching can reduce the delay in receiving a requested object.
Answer:
Are there benefits for web caching other than reducing the delay?
Answer: Other benefits for web caching other than reducing the delay are: