TABLE 6.1   Comparison of Name Resolution Schemes
MethodAdvantagesDisadvantages
NetBIOS broadcastsNo administration involved.Limited to local area. Not very network-friendly.
HOSTS filesQuick and efficient resolution. No dependence on the network.Changing individual HOSTS files on many computers can be a tedious process.
LMHOSTS filesCentralized administration possible. Can be used to cache names and addresses of important servers in memory.Propagating centralized LMHOSTS files can be tedious. Has potential security problems.
DNSDistributed database of host names and addresses. Follows the Internet standards.Problematic with dynamic configuration of IP addresses because each name and IP address must be entered manually on the DNS server. Additions and changes can create problems.
WINSDistributed database of computer names and addresses. Automatic name registration. Unlike DNS, names and addresses don’t have do be entered manually.Works only with Windows computers. New solutions like Services for Unix from AT&T and Project Cascade from Sun are bringing this to Unix environments.
Dynamic DNSAutomatic registration of host names by interacting with DHCP servers.Fairly new. Improved in Windows 2000 Server. NT 4.0 support through third-party software.