What mechanism translates a human-readable domain name (like [www.google.com](https://www.google.com)) into a machine-readable IP address? MCQ with Answer and Explanation

What mechanism translates a human-readable domain name (like [www.google.com](https://www.google.com)) into a machine-readable IP address?
A. DHCP
B. DNS
C. ARP
D. NAT
Answer: Option B
Solution (By JKExamLibrary)
DNS (Domain Name System) functions as the phonebook of the internet, resolving alphabetical domain names to numerical IP addresses.

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 email protocol downloads messages to a local device and, by default configuration, deletes them from the remote mail server?
A. POP3
B. IMAP
C. HTTP
D. SMTP

Correct Answer: Option A


Explanation:
POP3 (Post Office Protocol version 3) retrieves emails by downloading them to a local client device and typically deleting them from the mail server data storage.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What is the role of a cache in a web browser?
A. To store passwords
B. To manage bookmarks
C. To store copies of web resources to reduce load times
D. To run JavaScript

Correct Answer: Option C


Explanation:
Browser cache stores static resources (images, CSS, JS) locally so that subsequent visits to the same page load faster.

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. Server Session Management
B. Local Storage Matrix
C. DNS Reverse Routing
D. FTP File Buffer

Correct Answer: Option A


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