| Joe Blacke 2001-12-13, 10:49 pm |
| When you used the computer name in the \\icsserver\c$, you were using the netbios name, not a DNS or host name.
It was resolved via netbios broadcast, as you thought. However, when a PC tries to resolve a Netbios name, it will check the local Hosts file before issuing a netbios broadcast. (Yes it does actually check the host file, even though the Hosts file is a static listing of DNS names).
If you had done your \\ by using the ip address of the ics server, rather than the netbios name, it would have been even faster.
Also, the reason it probably came up so fast, is that once it resolve the server name via the netbios broadcast, the servername and ip address was then added to the netbios name cache on the client. It probably never even checked the Hosts file, depending on the time difference between your initial connection to the server and the time you added the host file entry. At a command prompt, type nbtstat -c, and take a look at your name cache. |