Which technology translates human-readable domain names (like [www.example.com](https://www.example.com)) into machine-routable numerical IP addresses? MCQ with Answer and Explanation

Which technology translates human-readable domain names (like [www.example.com](https://www.example.com)) into machine-routable numerical IP addresses?
A. DNS (Domain Name System)
B. ARP
C. DHCP
D. NAT
Answer: Option A
Solution (By JKSSB Mock Tests)
DNS is a distributed database system that translates alphanumeric web domain strings into corresponding target IP locations.

Discuss this Question (0)

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

Practice More Computer Networking Questions

Question #1
Which layer of the OSI model is responsible for end-to-end error recovery and flow control?
A. Session layer
B. Transport layer
C. Data link layer
D. Network layer

Correct Answer: Option B


Explanation:
The transport layer (e.g., TCP) provides reliable data transfer, error recovery, and flow control.

This question belongs to: Computer Computer Networking
Question #2
What is a MAC address?
A. A 48-bit physical address burned into the NIC
B. A 16-bit port number
C. A 32-bit logical address
D. A 64-bit address used for IPv6

Correct Answer: Option A


Explanation:
MAC (Media Access Control) address is a 48-bit unique identifier assigned to network interfaces.

This question belongs to: Computer Computer Networking
Question #3
What is the role of a firewall in a network?
A. To protect against unauthorized access
B. To boost signal
C. To assign IP addresses
D. To route packets

Correct Answer: Option A


Explanation:
Firewalls enforce security policies by blocking unauthorized traffic.

This question belongs to: Computer Computer Networking