No formal product support is available from Microsoft for this Beta product. For information about obtaining support for a Beta release, please see the documentation included with the Beta product files, or check the Web location from which you downloaded the release. The information in this article applies to:
SUMMARYOn a Windows 2000 system you can run TCP/IP without NetBIOS or Windows Internet Names Service (WINS) servers. All name resolution can be done through Domain Name Service (DNS). To use this configuration, your applications should interpret and use DNS names correctly, and use directory services through Active Directory for browsing. Also, API functions that rely on NetBIOS name resolution will no longer work in this environment. MORE INFORMATION
Microsoft Active Directory replaces NetBIOS as the primary name resolution and directory service in Windows 2000. Active Directory uses DNS as the location service for finding computers that share resources throughout a client's distributed environment.
To use these integrated services, you should use DNS names when developing distributed applications.
The DNS domain name is usually an organization name followed by a period and an extension that indicates the type of organization, such as microsoft.com. The organization name can be any combination of the letters A through Z, the numerals 0 through 9, and the hyphen (-).
A fully qualified DNS name consists of its DNS host name followed by a period and the name of the DNS domain to which it is assigned, for example sample.microsoft.com. Like the organization name, the host name can be any combination of the letters A through Z, the numerals 0 through 9, and the hyphen (-). By default, the host name is the computer name, but computer names are limited to 15 characters, whereas DNS allows any name component to be longer than 15 characters. The host name does not have to match the computer name. REFERENCESSee the Networking Services section in the Platform SDK documentation. Additional query words: compatguidechange
Keywords : kbWinOS2000 kbSDKWin32 kbGrpNet |
Last Reviewed: June 16, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |