Jump to content

Windows Internet Name Service

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jason Quinn (talk | contribs) at 11:24, 1 March 2025 (rm redundant use of "effective"). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Windows Internet Name Service (WINS), introduced in 1994 with Windows NT 3.5, is a Microsoft networking technology for translating NetBIOS names to IP addresses. NetBIOS names are an older naming convention that helped computers on a network find each other by names before the DNS naming convention became ubiquitous. WINS is mostly unnecessary for modern networks unless legacy systems require it. The rise of DNS, especially through Microsoft's own Active Directory service's DNS support, made WINS effectively obsolete by the mid-2000s. Microsoft documentation advises not to use WINS on networks not requiring it.[1]

Details

WINS is Microsoft's implementation of the 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 the 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. Basically, Windows Internet Name Service (WINS) is a legacy computer name registration and resolution service that maps computer NetBIOS names to IP addresses.

References

Official sources
Other
  • Name Resolution chapter in Using Samba online book (also published by O'Reilly as ISBN 0-596-00256-4), which talks about WINS.