650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M00/4D/52/wKiom1RPZRSxYYKoAAcGjN5cp0M611.jpg "Title =" dnsquery.jpg "alt =" wkiom1rpzrsxyykoaacgjn5cp0m611.jpg "/>
Differences between iterative query and recursive query
1. recursive query: {one query}
It is a recursive query between the client and the local DNS server. That is, when the client sends a request to the DNS server, if the DNS server itself cannot be resolved, in this case, the user sends a query request to another DNS server until the result is obtained and then transferred to the client.
2. Iterative query; {repeated query}
Generally, an iterative query is performed between DNS servers. If DNS server a cannot respond to DNS server B's request, it will send the IP address of DNS server C to DNS server, so that it can send a request to DNS server C.
This article is from the "Linux learning" blog, please be sure to keep this source http://zhangshijie.blog.51cto.com/806066/1568957
DNS recursive query and iterative Query