nerdexam
CompTIA

CAS-002 · Question #303

A system administrator needs to meet the maximum amount of security goals for a new DNS infrastructure. The administrator deploys DNSSEC extensions to the domain names and infrastructure. Which of…

The correct answer is B. Authentication C. Integrity. DNSSEC uses cryptographic digital signatures to verify that DNS responses are authentic and have not been tampered with, satisfying authentication and integrity goals.

Technical Integration of Enterprise Components

Question

A system administrator needs to meet the maximum amount of security goals for a new DNS infrastructure. The administrator deploys DNSSEC extensions to the domain names and infrastructure. Which of the following security goals does this meet? (Select TWO).

Options

  • AAvailability
  • BAuthentication
  • CIntegrity
  • DConfidentiality
  • EEncryption

How the community answered

(33 responses)
  • B
    91% (30)
  • D
    6% (2)
  • E
    3% (1)

Why each option

DNSSEC uses cryptographic digital signatures to verify that DNS responses are authentic and have not been tampered with, satisfying authentication and integrity goals.

AAvailability

DNSSEC does not improve availability - it adds validation overhead and does not address uptime, redundancy, or resilience against denial-of-service attacks.

BAuthenticationCorrect

DNSSEC provides data origin authentication by allowing resolvers to verify that DNS records were signed by the legitimate zone owner using public-key cryptography, confirming the identity of the data source.

CIntegrityCorrect

DNSSEC ensures data integrity by attaching cryptographic signatures (RRSIG records) to DNS resource records, so any modification to the data in transit will cause signature validation to fail.

DConfidentiality

DNSSEC does not provide confidentiality because DNS queries and responses remain in plaintext; it only signs records, it does not encrypt them.

EEncryption

DNSSEC uses digital signatures for validation purposes, not encryption - the DNS data itself is not encrypted, so confidentiality of the query or response content is not achieved.

Concept tested: DNSSEC security properties - authentication and integrity

Source: https://www.rfc-editor.org/rfc/rfc4033

Topics

#DNSSEC#DNS security#authentication#data integrity

Community Discussion

No community discussion yet for this question.

Full CAS-002 Practice