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.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1 Report Error
Which layer of the TCP/IP network suite directly interacts with web client software applications such as Google Chrome or Mozilla Firefox?
A. Physical Layer
B. Transport Layer
C. Network Layer
D. Application Layer

Correct Answer: Option D


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.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which of the following is a protocol used for managing network devices?
A. SMTP
B. HTTP
C. SNMP
D. FTP

Correct Answer: Option C


Explanation:
SNMP (Simple Network Management Protocol) is used for monitoring and managing network devices.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
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?
A. Local Storage Matrix
B. FTP File Buffer
C. Server Session Management
D. DNS Reverse Routing

Correct Answer: Option C


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.

This question belongs to: Computer Internet and Web Technologies