Questions: DNSSEC: DNS Security Extensions

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

After deploying DNSSEC for example.com, users of DNSSEC-validating resolvers report they cannot reach the site at all. Users of non-validating resolvers have no problem. What is the most likely cause?

AThe chain of trust is broken — for example, the DS record in the .com parent zone was not updated to match the zone's KSK, so validators cannot complete the validation chain and return SERVFAIL
BDNSSEC encrypted the DNS responses in a format that validating resolvers cannot decrypt without the private key
CThe zone's A records were inadvertently deleted when DNSSEC signing was enabled
DNon-validating resolvers are performing a DNS cache poisoning attack, making the site appear reachable to them
Question 2 Multiple Choice

A network administrator deploys DNSSEC for their company's domain. A colleague says: 'Great — now no one can see what websites our employees are visiting.' Is the colleague correct?

AYes — DNSSEC cryptographically encrypts DNS queries and responses, hiding domain lookups from observers
BNo — DNSSEC authenticates DNS responses to prevent tampering, but queries and responses still travel in plaintext; observers can still see which domains are being looked up
CYes — the chain of trust prevents third parties from intercepting DNS traffic at any point in the network
DNo — DNSSEC only protects the path from authoritative nameservers to resolvers, not from clients to resolvers
Question 3 True / False

DNSSEC validation chains trust from the root zone through parent zones via DS records down to the target zone, so a validating resolver must trust the root zone's public keys as its starting point.

TTrue
FFalse
Question 4 True / False

DNSSEC protects DNS responses from eavesdropping because most DNS records are encrypted with the Zone-Signing Key before transmission.

TTrue
FFalse
Question 5 Short Answer

Explain why a break in the DNSSEC chain of trust causes a domain to become completely unreachable for DNSSEC-validating resolvers, even if the domain's DNS records are technically correct.

Think about your answer, then reveal below.