What kind of network system acts as an automated internet address index matching 'Top Level Domain' entries to target primary server nodes? MCQ with Answer and Explanation

What kind of network system acts as an automated internet address index matching 'Top Level Domain' entries to target primary server nodes?
A. The File Transfer Protocol (FTP)
B. The Mail Exchange Routing Agent
C. The Domain Name System (DNS)
D. The Content Filter Core
Answer: Option C
Solution (By JKExamLibrary)
DNS functions as a distributed directory database system that translates alphanumeric domain identities into actionable network routing IP numbers.

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
What is the function of a DNS server?
A. To store web pages
B. To translate domain names to IP addresses
C. To manage email routing
D. To encrypt data

Correct Answer: Option B


Explanation:
DNS (Domain Name System) servers resolve human-readable domain names (e.g., www.example.com) to numerical IP addresses (e.g., 192.0.2.1) required for network routing.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What is the purpose of the 'HTTP Strict Transport Security' (HSTS) header?
A. To enforce the use of HTTPS
B. To block HTTP requests
C. To redirect HTTP to HTTPS
D. Both A and C

Correct Answer: Option D


Explanation:
HSTS tells the browser to always use HTTPS for a domain, preventing downgrade attacks and redirecting HTTP to HTTPS.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
Which of the following HTTP methods is used to retrieve data from a server without affecting the resource?
A. POST
B. DELETE
C. GET
D. PUT

Correct Answer: Option C


Explanation:
The GET method requests data from a specified resource and should not have any side effects (idempotent). POST is for sending data, PUT for updating, DELETE for removing.

This question belongs to: Computer Internet and Web Technologies