String of thoughts on science, technology and programming
Saturday, August 08, 2009
Windows name to ip resolution order
Oder of resolution for TCP/IP names to IP for Windows environment:
Local cached information. Can be cleared using ipconfig /flushdns.
Hosts file
DNS server
NetBIOS over TCP/IP
In older versions of Windows up to NT 4.0, the priority can be configured through system.ini section [DNS]. The said section cannot be found in XP SP3, it might be still working and defaults normal resolution order if the section is not defined.
No comments:
Post a Comment