ある会社のマーケティング チームが新しいアプリケーションを作成し、newapplication.comptia.org の DNS レコードを作成して、常に www.comptia.org と同じアドレスに解決したいと考えています。管理者は次のどのレコードを使用する必要がありますか。
正解:C
A CNAME (Canonical Name) record is used in DNS to alias one domain name to another. This means that newapplication.comptia.org can be made to resolve to the same IP address as www.comptia.org by creating a CNAME record pointing newapplication.comptia.org to www.comptia.org. SOA (Start of Authority) is used for DNS zone information, MX (Mail Exchange) is for mail server records, and NS (Name Server) is for specifying authoritative DNS servers.