A step-by-step look at the process
If you've been following the past few columns, you know that all the basic
Windows NT client tools--Network Neighborhood, NET USE, NET VIEW, and the
like--use name resolution to convert a server name, such as SNOOPY, to an IP
address, such as 201.33.19.31. You also know that NT (and, for that matter,
Windows 95 and Windows for Workgroups--WFW) does NetBIOS name resolution in one
of several ways: It can broadcast, use an LMHOSTS file, or look up a name in
Windows Internet Name Service (WINS).
Bu...