220-801 · Question #848
Which of the following protocols is used to resolve an IP address to domain name?
The correct answer is D. DNS. DNS (Domain Name System) is the protocol responsible for resolving both domain names to IP addresses and IP addresses back to domain names via reverse lookup PTR records.
Question
Which of the following protocols is used to resolve an IP address to domain name?
Options
- ADHCP
- BSMB
- CLDAP
- DDNS
How the community answered
(44 responses)- B2% (1)
- C5% (2)
- D93% (41)
Why each option
DNS (Domain Name System) is the protocol responsible for resolving both domain names to IP addresses and IP addresses back to domain names via reverse lookup PTR records.
DHCP (Dynamic Host Configuration Protocol) dynamically assigns IP addresses to clients but does not perform name-to-address or address-to-name resolution.
SMB (Server Message Block) is a file and printer sharing protocol used in Windows networks and has no role in name or address resolution.
LDAP (Lightweight Directory Access Protocol) is used to query and modify directory services such as Active Directory and does not resolve IP addresses to domain names.
DNS handles name resolution in both directions: forward lookups resolve domain names to IP addresses, and reverse lookups (using PTR records in the in-addr.arpa zone) resolve IP addresses back to domain names. It is the foundational Internet protocol for all name-to-address and address-to-name resolution.
Concept tested: DNS reverse lookup resolving IP addresses to domain names
Source: https://learn.microsoft.com/en-us/windows-server/networking/dns/dns-top
Topics
Community Discussion
No community discussion yet for this question.