Home > Articles

This chapter is from the book

This chapter is from the book

Introduction to WINS

If you are at all familiar with Windows NT 4.0 networks, you are undoubtedly familiar with the intricacies of a WINS infrastructure. You may also be wondering why Microsoft didn't get rid of WINS in Windows Server 2003. Well, the good news is that with Windows Server 2003, WINS is used for backward compatibility only. Windows Server 2003 Active Directory networks do not need WINS at all.

So that means we don't need to talk about WINS, right? Sorry, but you don't get off that easily. Until your network is 100% Windows 2000 or later, you still need WINS to provide backward compatibility for legacy Windows operating systems, particularly with your NT domains. With that in mind, let's talk about what WINS is and how it works.

In the Internet-centric environment that most companies are designing and maintaining, Transmission Control Protocol/Internet Protocol (TCP/IP) has become the ubiquitous networking protocol. For old-time Unix users, using TCP/IP is a good thing. TCP/IP came out of the Unix arena and has been the native protocol for Unix systems since the late 1980s.

Microsoft, on the other hand, started with a different protocol as its LAN Manager operating system's native protocol—NetBIOS Extended User Interface (NetBEUI). NetBEUI was a pretty good protocol for small networks; it required no configuration and didn't require complex addressing like TCP/IP does. However, NetBEUI cannot handle routing and does not perform well in large environments. Microsoft needed to add TCP/IP support.

When Microsoft began to add TCP/IP support to its LAN server products, the company ran into a little problem. The naming system used on Microsoft networks at that time would not function on routed TCP/IP networks. Microsoft LAN Manager computers used the computer's NetBIOS names for identification. Although this makes maintaining the network very simple for an administrator—because servers are automatically advertised on the network by name—this naming system was a problem with TCP/IP.

NetBIOS has a design limitation that shows up in routed networks because NetBIOS relies heavily on broadcast messages to advertise servers and their shared resources. Broadcast messages are messages that are received by every computer on a network segment, rather than by a specific computer. This paradigm is useable on smaller networks but can add overwhelming amounts of broadcast traffic on an enterprise network. If you have ever suffered from a broadcast storm on your network, you are familiar with the issue. To confine the impact of broadcast messages on a TCP/IP network, IP routers do not forward broadcast messages. Unlike the Microsoft NWLink protocol for IPX compatibility, which was written by Microsoft to support broadcasts, TCP/IP conforms to very strict standards. To function in a TCP/IP environment, Microsoft's TCP/IP implementation had to conform to the standard. Therefore, Microsoft had to find a way to make NetBIOS naming work in a standard TCP/IP network.

Microsoft's first solution, introduced in its older LAN Manager server, was to use a LAN Manager HOSTS (LMHOSTS) file on each computer on the network. Similar to the HOSTS file used before DNS was available, LMHOSTS consists of records matching NetBIOS names to IP addresses. When a computer couldn't find a particular NetBIOS computer on the local network, it would consult its LMHOSTS file to see whether the computer could be found elsewhere.

An LMHOSTS file is a text file that must be edited manually. After creating a master LMHOSTS file, an administrator must copy the file to every computer on the network. Every time a computer was installed or removed, the master LMHOSTS file had to be updated and redistributed. The architects of TCP/IP faced a similar issue with HOSTS files before the DNS specification was written.

WINS and DNS Integration

Although it would be nice if you no longer had to support WINS clients, this is not always the case—thus the reason that Microsoft still provides a very robust and powerful WINS server in Windows Server 2003. What's more, DNS and WINS can be integrated to provide a more complete name resolution solution for all clients on your network.

You can configure a DNS server to query a WINS server by configuring a DNS zone setting. This is helpful when some of the clients you support require NetBIOS name resolution, such as legacy Windows 9x clients, or cannot register themselves with DNS. In effect, you are providing a means for DNS clients to look up WINS client names and IP addresses without needing to contact the WINS server directly. This is accomplished by adding a WINS lookup record to the authoritative zone. After it is configured, the DNS server will query a WINS server for every request made to it for which it does not have a valid record. If the requested name is located on the WINS server, the information is returned to the requesting client via the DNS server. The process is invisible to all clients. Note that you can configure this for both forward and reverse lookup zones.

If you have a mixture of Windows and third-party DNS servers in your organization, you will run into problems if you attempt to replicate WINS lookup records to these third-party DNS servers. Only Microsoft DNS servers support WINS lookup records; thus, zone transfers to third-party DNS servers will fail. In this situation, you should use WINS referral to create and delegate a special "WINS zone" that refers queries to WINS when needed. This zone does not perform any registrations or updates. Clients need to be configured to append this additional WINS referral zone to their queries for unqualified names, thus allowing clients to query both WINS and DNS as required. You also need to ensure that this WINS referral zone is not configured to transfer to any third-party DNS servers.

Microsoft also needed a dynamic name service that would keep itself current on computers on the network—a name service that could work in routed TCP/IP environments. Microsoft's answer was the WINS. Four elements can be found in a WINS network:

  • WINS servers—When WINS client computers enter the network, they contact a WINS server using a directed message. The client computer registers its name with the WINS server and uses the WINS server to resolve NetBIOS names to IP addresses.

  • WINS client computers—WINS client computers use directed (P-node) messages to communicate with WINS servers and are typically configured to use H-node communication. Windows 2000, Windows NT, Windows 95 and 98, and Windows for Workgroups computers can be WINS client computers.

  • Non-WINS client computers—Older Microsoft network client computers that can't use P-node can still benefit from WINS. Their broadcast messages are intercepted by WINS proxy computers that act as intermediaries between the B-node client computers and WINS servers. MS-DOS and Windows 3.1 client computers function as non-WINS clients.

  • WINS proxies—Windows NT, Windows 95 and 98, and Windows for Workgroups client computers can function as WINS proxies. They intercept B-node broadcasts on their local subnet and communicate with a WINS server on behalf of the B-node client computer.

As we discuss in the "Implementing WINS Replication" section of this chapter, WINS servers can replicate their databases so that each WINS server can provide name resolution for the entire network. Whenever possible, it is desirable to have at least two WINS servers. This way, name resolution can take place when one name server is down. Also, administrators can distribute WINS activity across multiple servers to balance the processing loads. WINS server addresses are one of the configuration settings that can be issued with DHCP.

What's New in Windows Server 2003 WINS

If you're moving from a Windows NT 4.0–based WINS implementation, some great changes are in store for you in Windows Server 2003. The following improvements have been made to WINS since Windows 2000 Server:

  • Record filtering—Using improved filtering and search functions, you can quickly locate records by showing only the records that fit the specified criteria. This capability can be useful when you are managing larger WINS databases. You can now specify multiple criteria to perform advanced searches. Also, you can combine filters for customized results. The available filters include record owner, record type, NetBIOS name, and IP address (with or without the subnet mask). Lastly, because the results of the query are stored in the local NetBIOS cache on your computer, the performance of subsequent queries and name lookups is improved.

  • Specified replication partners—You can define a list of WINS servers that are allowed to be the source of incoming WINS records during pull replication events. You can opt to block specific WINS servers from being able to replicate with your WINS servers. Alternatively, you can opt to allow a specific list of WINS servers to perform replication, blocking all other WINS servers from replicating with your WINS servers.

The following improvements were also made to WINS in Windows 2000 Server and are carried over into the WINS implementation in Windows Server 2003:

  • Command-line management—You can use the netsh command with the WINS context to manage WINS servers from the command line and to use batch files.

  • Persistent connections—Each WINS server can be configured to maintain a persistent connection with one or more of its replication partners. This configuration increases replication speed and eliminates network overhead associated with building and tearing down connections for replication.

  • Manual tombstoning—Records can be marked for deletion (tombstoning). This tombstoned state is replicated to all WINS servers preventing an active copy of the record on a different WINS server from being propagated.

  • Improved management—The WINS console is Microsoft Management Console based and can be added to customized MMCs, resulting in a user-friendly, powerful, and customized management interface.

  • Dynamic record deletion and multiselect—Using the WINS console, you can you easily manage the WINS database. You can point, click, and delete one or more WINS static or dynamic entries.

  • Record verification—Record verification performs a comparison of the IP address returned by a NetBIOS query of different WINS servers. This feature helps to check the consistency of names stored and replicated on your WINS servers.

  • Version number validation—Version number validation examines the owner address–to–version number mapping tables. This feature helps to check the consistency of names stored and replicated on your WINS servers.

  • Export function—The WINS database can be exported to a comma-delimited text file for importation into Excel or another application for offline analysis.

  • Increased fault tolerance—Windows 98 and later clients can specify up to 12 WINS servers per interface, up from the previous limit of 2. These extra WINS servers can be queried should the primary and secondary WINS servers not respond.

  • Dynamic renewal—WINS clients are no longer required to restart after renewing their NetBIOS name registration.

  • Nbtstat -RR option—The Nbtstat -RR option provides the ability to release and renew the NetBIOS name registration.

  • WINS Users group—A special local group, WINS Users, is created when WINS is installed; this group provides read-only use of the WINS console. Members of this group can view but not change information and properties of the WINS servers.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020