\\server.com\share vs \\server\share

  • Thread starter Thread starter JacksonS
  • Start date Start date
J

JacksonS

Does \\server.com\share resolve faster than \\server\share?
I'm using netbios over ip but want my logon scripts to use
dns lookups not broadcast for the server. Am I right in
thinking \\server.com\share would use a DNS lookup rather
than a broadcast.

Many thanks
 
In
JacksonS said:
Does \\server.com\share resolve faster than \\server\share?
I'm using netbios over ip but want my logon scripts to use
dns lookups not broadcast for the server. Am I right in
thinking \\server.com\share would use a DNS lookup rather
than a broadcast.

Many thanks

That's correct. Any FQDN resolution uses DNS or hosts files. In your case,
DNS. That's actually now the "better practice" to use FQDN then NetBIOS.

--
Regards,
Ace

Please direct all replies to the newsgroup so all can benefit.

Ace Fekay, MCSE 2000, MCSE+I, MCSA, MCT, MVP
Microsoft Windows MVP - Active Directory
 
Back
Top