No, you cannot have the same netbios names because there would be a conflict between the computers and Netbios names are unique names.
Worth noting is the popular confusion between the names NetBIOS and NetBEUI. NetBEUI originated strictly as the moniker for IBM's enhanced 1985 NetBIOS emulator for token ring. The name NetBEUI should have died there, considering that at the time, the NetBIOS implementations by other companies were known simply as NetBIOS regardless of whether they incorporated the API extensions found in that emulator. For MS-NET, however, Microsoft elected to name its implementation of the NBF protocol "NetBEUI" - literally naming its implementation of the transport protocol after IBM's second version of the API. Consequently, even today, Microsoft file and printer sharing over Ethernet continues to be called NetBEUI, with the name NetBIOS commonly used only in reference to file and printer sharing overTCP/IP. In truth, the former is NetBIOS over NBF, and the latter is NetBIOS over NBT.
The command to clear the NetBIOS name cache table is nbtstat -R. This command releases and refreshes the NetBIOS name cache, effectively clearing it. You can run this command in the Command Prompt on a Windows system. Additionally, you can use nbtstat -S to view the current NetBIOS name cache entries.
Lmhosts: provides NetBIOS-name-to-IP-address resolution
you see the file name is WINS. which stands for window internet name service see the resolution happens like this (p.s WINS, is not a file name it is a protocol) NetBIOS, broadcasts names to listening nodes on the network. NetBIOS utilizes a User Datagram Protocol UDP, query to broadcast names. NetBIOS names identified computer on the network before the introduction of Windows 2000. The NetBIOS name is resolved to an IP address through windows Internet Name Service WINS,broadcasting, or the LMHOSTS file. If the LAN is a NetBIOS LAN, the NetBIOS name is then the network address. The NetBIOS name is assigned by an administrator when the operating system is installed. To enable communication, the following requirements exist. i hope i have helped
15 Characters
wins resolve the netbios name to the system name
Name the NetBIOS names you might expect from a Windows 2003 DC that is registered in WINS.
15 characters.
If you have Windows ME/9x and below systems, use WINS for a NETBIOS name resolution server as DNS does not resolve up NETBIOS.
Name Resolution OrderTwo types of resolution are specific and standard. Microsoft resolves names two ways depending on whether the name is a TCP/IP host name or NetBIOS name. NetBIOS name resolution order for NetBIOS H-node: NetBIOS name cache - StandardWINS (3 attempts) - StandardNetBIOS b-node broadcast - Standardlmhosts file - Specific.hosts file - Specific.DNS - Specific. Request sent at 5, 10, 20, 40, 5, 10, and 20 seconds.
nbtstat is a command-line utility in Windows used for troubleshooting NetBIOS over TCP/IP connections. It displays protocol statistics and current TCP/IP connections that use NetBIOS, allowing users to view NetBIOS name tables and resolve issues related to name resolution and connection problems. The tool is particularly useful for diagnosing network issues in environments using legacy NetBIOS services.