What is the primary function of an 'Authoritative Name Server' operating within the broader Domain Name System framework? MCQ with Answer and Explanation

What is the primary function of an 'Authoritative Name Server' operating within the broader Domain Name System framework?
A. To block junk automated messages from entering incoming email server queues
B. To monitor local physical computer operating temperatures
C. To render visual HTML page documents cleanly inside browsers
D. To provide the definitive, official mapping of a domain name to its corresponding IP address for a DNS query
Answer: Option D
Solution (By JKSSB Mock Tests)
An authoritative name server holds the actual, verified DNS record configurations for a domain, providing final, definitive IP answers to inquiring DNS resolvers.

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 the purpose of the 'Cookie' header in an HTTP request?
A. To set new cookies on the client
B. To send stored cookies from the client to the server
C. To check cookie existence
D. To delete cookies

Correct Answer: Option B


Explanation:
The Cookie header is used by the client to send previously stored cookies to the server, enabling session management.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which parameter indicates a 'Web Cache Poisoning' exploit intent?
A. An attacker sends thousands of unwanted physical junk mail deliveries to an office building.
B. An attacker updates a computer's local graphics driver without authorization.
C. An attacker cuts a physical underwater fiber optic internet line.
D. An attacker manipulates a web server's proxy cache hub into storing and serving a flawed or malicious version of a webpage to subsequent innocent users.

Correct Answer: Option D


Explanation:
Web cache poisoning involves forcing cache servers to store invalid or malicious HTTP responses, which are then distributed to unsuspecting users requesting the same page.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following is a common port used for MySQL database connections?
A. 5432
B. 1433
C. 3306
D. 1521

Correct Answer: Option C


Explanation:
Port 3306 is the default for MySQL. Port 5432 is PostgreSQL, 1521 is Oracle, 1433 is Microsoft SQL Server.

This question belongs to: Computer Internet and Web Technologies