What is the primary operational task of a 'Local DNS Cache' operating within an individual computer's operating system environment? MCQ with Answer and Explanation

What is the primary operational task of a 'Local DNS Cache' operating within an individual computer's operating system environment?
A. To temporarily store recently resolved domain-to-IP address lookups locally, avoiding the need to query external DNS servers for repeat visits
B. To track local physical network interface hardware performance logs
C. To filter email spam items from corporate mail boxes
D. To parse HTML structural page data inside browser applications
Answer: Option A
Solution (By JKSSB Mock Tests)
The local DNS cache retains recent domain resolutions in device memory, reducing latency and network traffic by accelerating address lookups for frequently visited websites.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
What is a cookie in the context of web browsing?
A. A program that scans for viruses
B. A protocol for secure communication
C. A small text file stored on the user's computer
D. A type of web browser

Correct Answer: Option C


Explanation:
A cookie is a small piece of data sent from a website and stored on the user's browser, used to remember stateful information such as login sessions, preferences, etc.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which type of web architecture uses a 'Three-Tier' format to divide application logical structures cleanly?
A. Local router, WAN switch, and Global satellite interface
B. Presentation tier (Browser), Application tier (Server logic), and Data tier (Database)
C. Sender inbox, Gateway router, and Recipient junk folder
D. HTML file, CSS style script, and JavaScript dynamic loader

Correct Answer: Option B


Explanation:
A standard three-tier web application architecture separates concerns into the presentation layer (UI), the application logic tier, and the database storage tier.

This question belongs to: Computer Internet and Web Technologies
Question #3
What type of program code logic runs directly on a remote internet server host machine to calculate custom dashboard outputs before compiling them into standard HTML to return to a browser?
A. Client-side Scripting
B. Server-side Scripting
C. CSS Layout Matrix
D. Browser Extension Core

Correct Answer: Option B


Explanation:
Server-side scripting (using languages like PHP, Python, or Node.js) executes on the hosting server to build dynamic web content before transmitting flat HTML back to the client.

This question belongs to: Computer Internet and Web Technologies