Which element in a web browser maintains a local storage copy of recently accessed web images and pages to reduce bandwidth usage and improve subsequent load times? MCQ with Answer and Explanation
Which element in a web browser maintains a local storage copy of recently accessed web images and pages to reduce bandwidth usage and improve subsequent load times?
A. Browser Cookie
B. Bookmark Index
C. History Log
D. Browser Cache
Answer: Option D
Solution (By JKExamLibrary)
The browser cache saves asset files locally so that when you revisit a page, the browser reloads components from the local disk rather than re-downloading them.
Explanation:
The Application Layer is the top layer of the TCP/IP model that houses protocols (like HTTP, FTP, SMTP) that client applications interface with directly.
What mechanism does a web application employ to securely preserve user identity state variables on the server side, linking them via a unique ID stored in a client cookie?
Explanation:
Session management saves detailed user states securely on the server and provides the client a temporary session identifier token to reference on subsequent visits.
No comments yet. Be the first to start the discussion!