PlayUKlottery.com - win up to 42 million Pounds
Lesson 2: New WINS Functionality

Cover
LOC Page
About This Book
Chapter and Appendix Overview
Getting Started
The Microsoft Certified Professional Program
Technical Support
Chapter 1 -- The Microsoft Windows 2000 Platform
Lesson 1: Overview of the Windows 2000 Platform
Lesson 2: Windows 2000 Professional
Lesson 3: Windows 2000 Server
Lesson 4: Windows 2000 Advanced Server and Windows 2000 Datacenter Server
Review
Chapter 2 -- Installing Windows 2000
Lesson 1: Preparing to Install
Lesson 2: Installing Windows 2000 from a CD-ROM
Lesson 3: Installing Windows 2000 over the Network
Lesson 4: Troubleshooting Windows 2000 Setup
Review
Chapter 3 -- Configuring the DNS Service
Lesson 1: Understanding DNS
Lesson 2: Resolving Names
Lesson 3: Installing the DNS Service
Lesson 4: Configuring the DNS Service
Lesson 5: Configuring a DNS Client
Lesson 6: Troubleshooting the DNS Service
Review
Chapter 4 -- Implementing Active Directory Directory Services
Lesson 1: Introduction to Active Directory Directory Services
Lesson 2: Active Directory Structure and Site Replication
Lesson 3: Active Directory Concepts
Lesson 4: Introduction to Planning
Lesson 5: Installing Active Directory Directory Services
Lesson 6: Configuring Active Directory Replication
Review
Chapter 5 -- Administering Active Directory Directory Services
Lesson 1: Creating Organizational Units
Lesson 2: Creating User and Computer Accounts
Lesson 3: Managing Groups
Lesson 4: Controlling Access to Active Directory Objects
Review
Chapter 6 -- Managing Desktop Environments with Group Policy
Lesson 1: Understanding Group Policy
Lesson 2: Applying Group Policy
Lesson 3: Configuring Group Policy
Review
Chapter 7 -- Managing Software by Using Group Policy
Lesson 1: Introducing the Software Installation and Maintenance Technology
Lesson 2: Deploying Software
Lesson 3: Upgrading Software
Lesson 4: Managing Software
Review
Chapter 8 -- Managing File Resources
Lesson 1: Sharing and Publishing File Resources
Lesson 2: Administering Shared Folders by Using Dfs
Lesson 3: Using NTFS Special Access Permissions
Lesson 4: Managing Disk Quotas on NTFS Volumes
Lesson 5: Increasing Security with EFS
Lesson 6: Using Disk Defragmenter
Review
Chapter 9 -- Configuring Remote Access
Lesson 1: Understanding the New Authentication Protocols in Windows 2000
Lesson 2: Configuring Inbound Connections
Lesson 3: Configuring Outbound Connections
Lesson 4: Examining Remote Access Policies
Lesson 5: Creating a Remote Access Policy
Review
Chapter 10 -- Supporting DHCP and WINS
Lesson 1: New DHCP Functionality
Lesson 2: New WINS Functionality
Review
Chapter 11 -- Managing Disks
Lesson 1: Introduction to Disk Management
Lesson 2: Common Disk Management Tasks
Review
Chapter 12 -- Implementing Disaster Protection
Lesson 1: Using Fault-Tolerant Volumes
Lesson 2: Using Advanced Startup Options
Lesson 3: Using the Recovery Console
Lesson 4: Using the Backup Utility
Lesson 5: Performing an Emergency Repair
Review
Chapter 13 -- Upgrading a Network to Windows 2000
Lesson 1: Planning a Network Upgrade
Lesson 2: Establishing the Root Domain
Lesson 3: Upgrading Domain Controllers and Member Servers
Lesson 4: Upgrading Client Operating Systems
Review
Chapter 14 -- Using Remote Installation Services
Lesson 1: Performing Remote Installations
Lesson 2: Creating Distribution Servers
Review
Appendix A -- Questions and Answers
Appendix B -- Creating Setup Disks
About This Electronic Book
About Microsoft Press


[Previous] [Next]

Lesson 2: New WINS Functionality

Windows 2000 uses DNS as its primary method for host-name-to-IP-address resolution, but it continues to support Windows Internet Name Service (WINS) for the same purpose. The Windows 2000 implementation of WINS is an enhanced version of the service provided in Windows NT. WINS registers NetBIOS names and resolves, or translates, them to IP addresses. In Windows 2000, WINS includes a variety of server enhancements, additional client functionality, and an improved management tool. The result is an easier-to-manage and more robust solution for mapping NetBIOS names to IP addresses in TCP/IP networks.

WINS Server Functionality

You use WINS in Windows 2000 to support clients and applications that rely on NetBIOS names for communication. The Windows 2000 implementation of WINS provides a more powerful and easier-to-manage service for resolving NetBIOS names to IP addresses. These enhancements to WINS server functionality include persistent connections, manual tombstoning, and improved management capabilities.

Persistent Connections

Typically WINS servers disconnect from their replication partners each time replication is completed. When WINS servers are interconnected through high-speed LAN links, it is usually preferable to keep connections open rather than closing them after each replication is completed. Windows 2000 enables you to configure a WINS server to maintain a persistent connection with one or more replication partners. This eliminates the overhead of opening and terminating connections, and it increases the speed of replication.

Manual Tombstoning

In Windows 2000, you can mark a record for deletion and ensure that the tombstone state of the record is replicated to all WINS servers. Tombstoning marks the selected records as tombstoned—that is, they are marked locally as extinct and immediately released from active use by the local WINS server. This allows the tombstoned records to remain present in the server database for purposes of subsequent replication of these records to other servers. When the tombstoned records are replicated, the tombstone status is updated and applied by other WINS servers that store replicated copies of these records. Each replicating WINS server then updates and tombstones these records.

When all WINS servers complete replication of these records and a specified length of time—determined by the Verification Interval—has elapsed, the records are automatically removed from WINS. This prevents the propagation of a copy of an unmarked record to overwrite a record that has been marked for deletion.

Improved Management Capabilities

The administrative tool for configuring WINS is integrated fully with Microsoft Management Console (MMC), providing a more user-friendly environment for configuring the service and for viewing and managing WINS information. In addition, managing the WINS database in Windows 2000 is easier than in earlier versions of Windows. In the Windows 2000 implementation of WINS, you can do the following:

  • Filter and search for specific records
  • Delete both dynamic and static records
  • Select multiple records and perform an action on them all at one time
  • Check database consistency
  • Export WINS data to a comma-delimited text file

WINS Client Functionality

In addition to improved WINS server functionality, Windows 2000 also includes enhancements to WINS client functionality, including increased fault tolerance and dynamic reregistration.

Increased Fault Tolerance

For a WINS client in a Windows 2000 network, you can specify as many as 12 WINS servers for resolving NetBIOS names to IP addressees. The additional WINS servers provide an extra measure of fault tolerance in the event that the primary and secondary WINS servers fail to respond. If one of the additional WINS servers provides name resolution for a client, the client caches the name resolution to use the next time that the primary and secondary WINS servers fail to resolve the name.

Dynamic Reregistration

In Windows 2000, client functionality is improved to allow a client computer to reregister a NetBIOS name-to-IP-address mapping without the need for the client computer to restart. This is useful for situations in which an incorrect static entry exists or in which a WINS database is restored with an old record, for example. The version ID is updated on the server to cause the record to be replicated to the other WINS servers.

Lesson Summary

The Windows 2000 implementation of WINS is an enhanced version of the service that was provided in Windows NT. The enhancements to WINS server functionality include persistent connections, manual tombstoning, and improved management capabilities.

You can configure a WINS server to maintain a persistent connection with one or more replication partners. This eliminates the overhead of opening and terminating connections, and it increases the speed of replication.

Manual tombstoning allows you to mark a record for deletion and ensure that the tombstone state of the record is replicated to all WINS servers. Each replicating WINS server then updates and tombstones these records. When all WINS servers complete replication of these records and a specified length of time—determined by the Verification Interval—has elapsed, the records are automatically removed from WINS.

Management capabilities are improved in Windows 2000 because the administrative tool for configuring WINS is fully integrated with Microsoft Management Console (MMC). This provides a more user-friendly environment for configuring the service and for viewing and managing WINS information. In addition, managing the WINS database in Windows 2000 is easier than in earlier versions of Windows because you have the ability to filter and search for specific records, delete both dynamic and static records, select multiple records and perform an action on them all at one time, check database consistency, and export WINS data to a comma-delimited text file.

One Windows 2000 enhancement to WINS client functionality is increased fault tolerance. Windows 2000 allows you to specify as many as 12 WINS servers for resolving NetBIOS to IP addresses and dynamic reregistration. The additional WINS servers provide an extra measure of fault tolerance in the event that the primary and secondary WINS servers fail to respond. A second enhancement to WINS client functionality is dynamic reregistration. A client computer can reregister a NetBIOS name-to-IP-address mapping without the need for the client computer to restart.