recursive resolver
RU: рекурсивный резолвер
A DNS server that accepts a query from a client, walks the DNS delegation hierarchy on the client's behalf — querying root, TLD, and authoritative servers iteratively — and returns the final answer. It caches results according to TTL, so repeated lookups for the same name are answered locally without further delegation queries.