DNS Cache Flashcards
What are the three types of DNS Cache?
1) Transparent
2) Resolver
3) Validating Resolver
What is caching?
DNS responds and subsequent queries allows the BigIP DNS to respond to clients quickly.
What are the two reasons for DNS caching?
1) Allows fast responses to clients.
2) Reduces the number of queries to be resolved, and can handle multiple queries from clients.
What is a transparent cache?
Queries public DNS servers and consolidates content that would otherwise be cached across multiple external resolvers.
F5 recommends forwarding queries to a pool of local DNS servers if it cannot be answered by the cache.
What is a resolver cache?
It creates a resolver DNS to resolve DNS queries and cache the responses. It contains messages, resource records, and the nameservers the system queries to resolve DNS queries.
What is a validating resolver cache?
Using DNSSEC, it recursively query public DNS servers, validate the identity of the DNS server sending the responses, and then cache the responses.
It contains messages, resource records, and the nameservers the system queries to resolve DNS queries.
True or false: F5 recommands using local BIND instance on the BIG-IP system to act as an external DNS resolver.
False
True or fase: The resolver and validating resolver DNS caches also contain a nameserver cache.
True
True or false: the validating resolver also has a key cache.
True
Where do you create the BigIP DNS cache?
DNS > Settings > Caches
What are the three steps in configuring a DNS cache?
1) Create the cache - either transparent, resolver, or validating resolver.
2) Apply it to a DNS profile.
3) Assign the DNS profile to a listener.
If using a DNS pool for queries, what would need to be configured?
1) DNS monitors
Add site to be queried/monitored.
2) DNS pool
Apply the monitors to the pool
True or false: With DNS resolver cache, you would enable the local BIND server in the configuration.
False
True or false: The BigIP DNS can be authoritative for local zones.
True
True or false: you can configure resolver or validating resolver to forward specific nameservers for a specific zone.
True