resolver query

  • Thread starter Thread starter Marco
  • Start date Start date
M

Marco

what time will resolver use recursive,iteractive,inverse query,and where can
I change these setting

for example

I only wanna query use recursive....


thanks
 
In
Marco said:
what time will resolver use recursive,iteractive,inverse query,and
where can I change these setting

for example

I only wanna query use recursive....


thanks

Here are some NT4 articles most of the registry entries work for Win2k, if
they don't work on Win2k the article notes it


198408 Microsoft DNS Server Registry Parameters, Part 1 of 3
http://support.microsoft.com/default.aspx?scid=kb;EN-US;198408

198409 Microsoft DNS Server Registry Parameters, Part 2 of 3
http://support.microsoft.com/default.aspx?scid=kb;EN-US;198409

198410 Microsoft DNS Server Registry Parameters, Part 3 of 3
http://support.microsoft.com/default.aspx?scid=kb;EN-US;198410
 
If you are refering to the client DNS resolver, then this setting can't really be changed. By default queries made by the client are recursive queries. Most
applications are coded to use the default. The app though can specify what type of query to make. For instance, nslookup can be used to make a number of
different types of queries. But this is a special circumstance. Most application programmers don't what to have to write their own logic for DNS queries so the
default behavior of using recursion is the best. With this method we either get the answer or an error saying name doesn't exist.

The resolution method on a DNS server though can be changed to some extent. This may not produce the desired behavior though so use caution when
making these type of changes.

Thank you,
Mike Johnston
Microsoft Network Support

--

This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm

Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.
 
Back
Top