Ask Question

Describe how web caching can reduce the delay in receiving a requested object. will web caching reduce the delay for all objects requested by a user or for only some of the objects? why?

+1
Answers (1)
  1. 6 December, 16:08
    0
    There are a few types of caching. (Unless you're Google), your web server will probably have to load the page from a file. Most modern operating systems, if they have room in the ram, cache all files (not just HTML/web files) in ram after reading them, to speed up future reads. This is a type of caching. If a page has to process a big script/CGI executable, if the input variables are all the same it might cache the output. Usually caching will just speed up a single object, unless, say, it just has to put a user's username on every page of a site, for example (it might cache a database query).
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Describe how web caching can reduce the delay in receiving a requested object. will web caching reduce the delay for all objects requested ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers