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. NAT
B. DNS (Domain Name System)
C. ARP
D. DHCP
Answer: Option B
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
In a network configured with a hierarchical Tree Topology, what happens if the primary central root device fails completely?
A. Isolated sub-branches can still communicate locally, but communication across separate branches is broken.
B. All data lines transition to half-duplex speed profiles.
C. The network switches to full-mesh configuration automatically.
D. The entire connected network structure collapses and communications stop.

Correct Answer: Option A


Explanation:
In a tree topology, a root failure isolates separate sub-star branches from each other, though individual branches may still function

This question belongs to: Computer Computer Networking
Question #2
Which of the following topologies is most expensive to implement due to cabling?
A. Star
B. Ring
C. Bus
D. Mesh

Correct Answer: Option D


Explanation:
Mesh topology requires a dedicated connection between every pair of nodes, making it the most expensive.

This question belongs to: Computer Computer Networking
Question #3
Which protocol is used to prevent loops in a switched network?
A. OSPF
B. BGP
C. STP (Spanning Tree Protocol)
D. RIP

Correct Answer: Option C


Explanation:
Spanning Tree Protocol (STP) prevents loops in networks with redundant links.

This question belongs to: Computer Computer Networking