WINS SERVER

  1. WINS is a Microsoft NetBIOS name server (NBNS),WINS Eliminates the need for broadcasts to resolve computer names to IP addresses.
  2. A WINS Server can be configured with both WINS and DNS to work in conjuction for NetBios and hostname resolution for Microsoft Clients only.
  3. WINS is a Dynamic database, so name resolution is always current and does not have to be changed manually like a lmhost file.

WINS Resolution Process

Name Registration

Duplicate Name

If the NetBIOS name is already registered in the WINS database, the WINS server will send a challenge to the current registered owner. This request will be sent 3 times at 500ms intervals. If the current owner responds the WINS server will send a negative name resolution response to the WINS client attempting to register the name. If there is no response the registering client will receive a Name Registration response.

WINS Server Unavailable

A WINS client will make three attempts to register its name with the configured Primary WINS server. If the client fails after the third attempt, the client will attempt to register with the configured secondary WINS server, if that fails the client will use broadcasts to register it's name.

Name Renewal

Failure of Initial Name Renewal

If the client is unsuccessful with lease renewal on the initial attempt the client will try every 2 minutes until ½ TTL is remaining. At ½ of TTL the client will revert to the secondary WINS server if configured in 1/8 TTL intervals. At completion of TTL lease, the WINS client will revert back to the primary WINS server and start the process all over again.

Name Release

Name Query and Response

Name Resolution

On a Windows NT Network, A host will check different options to perform name resolution

  1. Local Cache
  2. WINS Server
  3. Netbios Name Broadcast
  4. LMHOSTS File

WINS Clients

WINS Database

WINS Replication