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 filter email spam items from corporate mail boxes
B. To temporarily store recently resolved domain-to-IP address lookups locally, avoiding the need to query external DNS servers for repeat visits
C. To parse HTML structural page data inside browser applications
D. To track local physical network interface hardware performance logs
Answer: Option B
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
Which specific protocol is built over internet stacks to manage the automated transmission of real-time text alert states inside Internet of Things (IoT) hardware over limited bandwidth links?
A. FTP heavy file transmission channels
B. Standard HTTP/1.1 large payload rules
C. POP3 email archive protocols
D. MQTT (Message Queuing Telemetry Transport)

Correct Answer: Option D


Explanation:
MQTT is a lightweight publish-subscribe network protocol designed to transmit messages between constrained IoT devices over low-bandwidth or unreliable networks.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which of the following is a protocol for managing the transfer of files over a network, often used in conjunction with HTTP?
A. All of the above
B. SFTP
C. FTP
D. FTPS

Correct Answer: Option A


Explanation:
FTP, SFTP, and FTPS are all file transfer protocols, each with varying security levels.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which protocol provides a secure method for executing command-line instructions, managing servers, and tunneling network configurations over an encrypted connection on the internet?
A. HTTP
B. SSH (Secure Shell)
C. FTP
D. Telnet

Correct Answer: Option B


Explanation:
SSH (Secure Shell) provides a secure, encrypted channel for running remote terminal commands and managing network systems safely over public paths.

This question belongs to: Computer Internet and Web Technologies