Jump to content

Windows Internet Name Service

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 119.235.55.107 (talk) at 09:00, 12 May 2014. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Windows Internet Name Service (WINS) is Microsoft's implementation of NetBIOS Name Service (NBNS), a name server and service for NetBIOS computer names. Effectively, WINS is to NetBIOS names what DNS is to domain names — a central mapping of host names to network addresses. Like DNS, it is implemented in two parts, a Server Service (that manages the embedded Jet Database, server to server replication, service requests, and conflicts) and a TCP/IP Client component which manages the client's registration and renewal of names, and takes care of queries.

Overview

The Network address mappings are dynamically updated so that when a client needs to contact another computer on the network it can get its up-to-date IP address which may be issued by a DHCP server. Aside from this, the WINS functionality provides a way of keeping the client names unique on the network.

Networks normally have more than one WINS server and each WINS server should be in push/pull replication; where more than two WINS servers are required the best practice replication model is the hub and spoke, thus the WINS design is not central but distributed. Each WINS server holds a full copy of every other related WINS system's records. There is no hierarchy in WINS (unlike DNS), but like DNS its database can be queried for the address to contact rather than broadcasting a request for which address to contact. The system therefore reduces broadcast traffic on the network. However, replication traffic can add to WAN/LAN traffic, although this can be set to replicate in non busy periods. By design any WINS client can register any name with any WINS server. This makes the system prone to abuse or unreliable through poor administration.

All WINS clients should be configured to use a primary WINS server and a different secondary WINS server. The secondary would normally be the hub server. The setting of which WINS servers to use is either in the DHCP scope options or a per client hard coded value.

As of Windows 2000, DNS provides the favored alternative to WINS, as part of Active Directory.[1]

In theory, if DNS is available, WINS is only necessary if alpha-Windows 2000 clients or servers need to resolve names. In reality, especially in large enterprise environments, applications such as SMS 2003 with its use of the 1A record, MS SQL Server 2000 for use of named pipes, and Exchange Server 2000 and 2003 both require WINS for full functionality.[2]

The WINS server from Microsoft is only available as a service to run on the Windows Server family of operating systems. Other systems are able to run a WINS server from the Samba package. The WINS client from Microsoft is common across all its operating systems including DOS. WINS clients can also be devices such as IP phones and printers through Samba or by other implementation.

References

  1. ^ [http://technet.microsoft.com/en-us/library/cc784180(WS.10).aspx \ "What is WINS? - WINS and DNS"]. Microsoft Corporation. 2003-03-28. {{cite web}}: Check |url= value (help); line feed character in |url= at position 64 (help)
  2. ^ "Exchange Server 2003 and Exchange 2000 Server require NetBIOS name resolution for full functionality". Microsoft Corporation. 2007-10-25.