Jump to content

Windows Internet Name Service

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Jtall66 (talk | contribs) at 20:34, 23 October 2019 (Added reference to Microsoft article showing deprecation of the service.). 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 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.

This is the predecessor to DNS and has been deprecated by Microsoft. https://docs.microsoft.com/en-us/windows-server/networking/technologies/wins/wins-top

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.