DNS Queries
Recursive query
- Delegate the lookup to a DNS Server
- The DNS Serveer does the work adn reports back
- The DNS Serveer does the work adn reports back
- Large DNS cache provides a speed advatage
Iterative queries
- Do all queries ==yourself==
- Your DNS cache is specyfic to ure
device
1 ### TTL Time to live - Configured on the authoritative server
- Specyfie how long cache is valid >[!bug]- >A very long TTL can cause problems if changes are made
2
Answers >[!example]- nslookup
answers
>
The Authority The DNS server is the authority for the zone
Non-authoraitve
- Does not cotain the zone source files
- Propably casched information
3