Soru

Zorluk: KolayDNS Infrastructure and Record Types

A systems engineer queries an internal name server using the `nslookup` command to verify host address resolution for a database server:

text
> nslookup db01.contoso.local
Server: dns1.contoso.local
Address: 10.0.0.2

Name: db01.contoso.local
Address: 10.0.1.50

Which DNS resource record type provides this direct mapping of a hostname to an IPv4 address?

  1. A recordCevap
  2. B
    AAAA record
  3. C
    PTR record
  4. D
    CNAME record

Cevap

An A record is used to resolve a hostname directly to an IPv4 address.
An A (Address) record is the fundamental DNS resource record type used to map a domain name or hostname to a standard 32-bit IPv4 address. In the command output, the hostname `db01.contoso.local` resolves directly to `10.0.1.50`, which represents a standard IPv4 forward lookup.

Adım Adım Çözüm

1
Analyze the output snippet from the `nslookup` command line tool.
The query for `db01.contoso.local` returned the IP address `10.0.1.50`.
Identifying the target data format (IPv4 address) is necessary to determine the corresponding DNS record type.
2
Evaluate the address format returned by the DNS query.
The address `10.0.1.50` is a 32-bit IPv4 address.
IPv4 host resolution requires a specific forward lookup resource record type.
3
Select the record type responsible for IPv4 host mapping.
The A (Address) record matches IPv4 forward mappings.
An A record specifically binds a domain name to an IPv4 address in DNS zone files.

Anahtar Kavram

DNS A Record IPv4 Resolution
Tahmini Süre:45s
Bu soruyu puanla