nerdexam
CompTIA

N10-005 · Question #759

A forward lookup zone converts which of the following?

The correct answer is B. Hostnames to IP addresses. A DNS forward lookup zone resolves hostnames to IP addresses, which is the standard direction of DNS name resolution.

Networking concepts

Question

A forward lookup zone converts which of the following?

Options

  • AIP addresses to hostnames
  • BHostnames to IP addresses
  • CMAC addresses to IP addresses
  • DIP Addresses to MAC addresses

How the community answered

(14 responses)
  • B
    93% (13)
  • D
    7% (1)

Why each option

A DNS forward lookup zone resolves hostnames to IP addresses, which is the standard direction of DNS name resolution.

AIP addresses to hostnames

Converting IP addresses to hostnames is the function of a reverse lookup zone, which uses PTR records.

BHostnames to IP addressesCorrect

A forward lookup zone in DNS stores A (and AAAA) records that map human-readable hostnames to their corresponding IP addresses. When a client queries DNS for a hostname such as 'server.domain.com', the forward lookup zone provides the associated IP address, enabling network communication.

CMAC addresses to IP addresses

Converting MAC addresses to IP addresses is performed by ARP (Address Resolution Protocol), not DNS.

DIP Addresses to MAC addresses

Converting IP addresses to MAC addresses is also the role of ARP, not a DNS function.

Concept tested: DNS forward lookup zone hostname-to-IP resolution

Source: https://learn.microsoft.com/en-us/windows-server/networking/dns/dns-top

Topics

#DNS#forward lookup zone#hostname resolution#name services

Community Discussion

No community discussion yet for this question.

Full N10-005 Practice