Hi Max,
Thank you for your post.
Regarding the #1, you can run the following command to check NetBios node
type.
IPCONFIG /ALL
The "Node Type" is exactly what you need.
For more information about node type:
KB119493 NetBIOS over TCP/IP Name Resolution and WINS
(
http://support.microsoft.com/kb/119493/)
Regarding the #2, normally the Name Resolution Order is: cache(The hosts
file will preload on the computer as cache when booting)-> broadcast. If a
request cannot be addressed by cache, the task will be transfer to next
process.
You can use Network Monitor (blogs.technet.com/netmon/) to check if the
name resolution is using broadcast. If not, you could check the cache by
taking following command:
IPCONFIG /displaydns
For more information about it:
Display and view a client resolver cache using the ipconfig command
(
http://technet.microsoft.com/en-us/l.../cc758108.aspx)
Mostly, slow name resolution is not caused by cache. For general
troubleshooting, you can refer to the following link:
Trouble Shooting Name Resolution with NM3
(
http://blogs.technet.com/netmon/arch...ooting-name-re
solution-with-nm3.aspx)
Hope it helps.
Robinson Zhang
Microsoft Online Support