CCSP · Question #512
How many additional DNS queries are needed when DNSSEC integrity checks are added?
The correct answer is B. Zero. DNSSEC adds digital signatures (RRSIG records) and public keys (DNSKEY records) to DNS responses, but these are returned inline as part of the same DNS response - no separate or additional queries are required. The resolver validates the cryptographic signatures using the data al
Question
How many additional DNS queries are needed when DNSSEC integrity checks are added?
Options
- AThree
- BZero
- COne
- DTwo
How the community answered
(49 responses)- A6% (3)
- B90% (44)
- C2% (1)
- D2% (1)
Explanation
DNSSEC adds digital signatures (RRSIG records) and public keys (DNSKEY records) to DNS responses, but these are returned inline as part of the same DNS response - no separate or additional queries are required. The resolver validates the cryptographic signatures using the data already returned. This design keeps DNSSEC overhead minimal at the query level, though it does increase the size of DNS responses.
Topics
Community Discussion
No community discussion yet for this question.