Review Questions
You can find the answers in the Appendix.
-
What record type is used to specify the IPv4 address of a domain?
- AAAA
- A
- NS
- SOA
-
The CEO of your startup just read a news report about a company that was attacked by something called cache poisoning. The CEO wants to implement additional security measures to reduce the risk of DNS spoofing and cache poisoning. What would you recommend?
- Using DNSSEC
- Adding SOA records
- Adding CNAME records
- Deleting CNAME records
-
What do the TTL parameters specify in a DNS record?
- Time a record can exist in a cache before it should be queried again
- Time a client has to respond to a request for DNS information
- Time allowed to create a CNAME record
- Time before a human has to manually verify the information in the DNS record
-
What command is used to create a DNS zone in the command line?
- A. gsutil dns managed-zones create
- B. gcloud beta dns managed-zones create
- C. gcloud beta managed-zones create
- D. gcloud beta dns create managed zones...