SK0-003 · Question #136
Which of the following servers is responsible for translating an FQDN to an IP address?
The correct answer is C. DNS. The Domain Name System (DNS) is responsible for translating human-readable Fully Qualified Domain Names (FQDNs) into numerical IP addresses.
Question
Which of the following servers is responsible for translating an FQDN to an IP address?
Options
- ADHCP
- BWINS
- CDNS
- DNTP
How the community answered
(16 responses)- B6% (1)
- C88% (14)
- D6% (1)
Why each option
The Domain Name System (DNS) is responsible for translating human-readable Fully Qualified Domain Names (FQDNs) into numerical IP addresses.
DHCP (Dynamic Host Configuration Protocol) servers assign IP addresses and other network configuration parameters to client devices, but they do not translate FQDNs to IP addresses.
WINS (Windows Internet Name Service) is an older name resolution service primarily used to resolve NetBIOS names to IP addresses on Windows networks, not FQDNs.
A Domain Name System (DNS) server is specifically designed to resolve FQDNs, such as "www.example.com", into their corresponding IP addresses, like "192.0.2.1". This critical service enables users and applications to access network resources using memorable names instead of numerical IP addresses.
NTP (Network Time Protocol) servers synchronize the clocks of computers over a network, ensuring accurate timekeeping.
Concept tested: DNS FQDN to IP address resolution
Source: https://learn.microsoft.com/en-us/windows-server/networking/dns/dns-overview
Topics
Community Discussion
No community discussion yet for this question.