1.

Which of the following directive of Cache Control Header of HTTP response indicates that resource is cachable by only client and server?(a) Public(b) Private(c) Nocache/nostore(d) MaxageThis question was addressed to me in an online quiz.My question is taken from Web Caching topic in section Networking of Computer Network

Answer»

Correct ANSWER is (b) PRIVATE

To elaborate: Private directive indicates that resource is cachable by only client and server; no intermediary can cache the resource. But if we USE the public directive, it indicates that the resource MAY be cachable by any intermediary component.



Discussion

No Comment Found

Related InterviewSolutions