Microsoft Windows clients will follow a certain sequence to resolve a name to an address and completing process when it successfully resolves that name to an IP address. There are two main types of name resolution used in almost every situation: NetBIOS resolution and host name resolution. Clients (mainly legacy) connecting to resources on Microsoft servers, typically through Windows File Manager or Network Neighborhood, use NetBIOS name resolution. Host name resolution resolves the names of TCP/IP resources that do not connect through the NetBIOS interface. There are many examples of applications that rely on host name resolution such as web browsers, Ping, FTP, and Telnet. Legacy clients (pre-Windows 2000) will use the NetBIOS name resolution process before attempting to use host name resolution processes. Windows 2000 and later clients will mainly perform host name resolution prior to attempting NetBIOS name resolution. Host name resolution uses the following steps: NetBIOS name resolution uses the following steps: When resolving NetBIOS and host name the client will skip the steps listed above for which it is not configured. For example, if there is no DNS or WINS server configured in the TCP/IP settings, those steps will be skipped and the client will continue down the list of options.