Home     Blog

NetBIOS Names

A NetBIOS name is an identifier that NetBIOS services running on a computer use. It is a combination of a 15 character (byte) name and a 16th character denoting the service. These names identify resources on the NetBIOS network. NetBIOS cannot do name resolution on the Internet because NetBIOS names are single part names and do not have any hierarchical structure.

The NetBIOS namespace is flat, which means that there are no suffixes added to the NetBIOS name and that two computers cannot have the same NetBIOS name. This means that each NetBIOS name in any one network must be unique.

Characteristics of NetBIOS Names

The characteristics of NetBIOS names are as follows:netbios names NetBIOS Names

  • NetBIOS names support services that require NetBIOS. Windows server 2003, Windows 2000, and Windows XP use DNS names for most functions, but a NetBIOS name resolution method must exist on any network with computers that are running earlier windows versions or for applications that still depend on NetBIOS names.
  • A NetBIOS name is an alias that an administrator assigns to a computer to identify a NetBIOS server running on TCP/IP host.
  • The NetBIOS name does not have to match the host name.
  • NetBIOS names are 15 characters or less in length, compared to 255 or fewer characters for DNS host names. The host name and the NetBIOS name on a computer running Windows Server 2003 are generated together. If the host name is more than 15 characters, the NetBIOS name is the first 15 characters of the host name.
  • NetBIOS names must be unique on their networks.
  • When a computer is started, various services (such as the server service or the workstation service) register a unique NetBIOS name based on the computer name. The registered name is the 15 character NetBIOS name plus a sixteenth character (byte) that uniquely identifies the server service.
  • NetBIOS names are also registered for groups of computers that provide network services. For example, if Mickey.Disney.com is a domain controller, it will register that NetBIOS name (Mickey) and will register names that identify its role as a domain controller in the Disney domain at the same time. This allows clients to search for all NetBIOS hosts that provide domain controller services in the Disney domain without the client knowing the actual names of the domain controllers.
  • A NetBIOS name simplifies the way that a user references other TCP/IP hosts. NetBIOS names are easier to remember than IP addresses.
  • A NetBIOS name can be resolved if the name and IP address are stored either in a database on a WINS server or an LMHOSTS file. A broadcast can also resolve a NetBIOS name.
  • The nbtstat utility displays the NetBIOS names that NetBIOS services use on the computer.

The NetBIOS name is created while the operating system is being installed. When the computer name is created, the install automatically creates both a host name and a NetBIOS name that are based on the entered computer name.

VN:F [1.9.17_1161]
Rating: 9.0/10 (1 vote cast)
NetBIOS Names, 9.0 out of 10 based on 1 rating
Follow Will.Spencer on

Comments (8)

 

  1. kiran says:

    What is the diferrence between Host name and NetBIOS name?
    What is the use of NetBIOS name over Host name?

    VA:F [1.9.17_1161]
    Rating: 0.0/5 (0 votes cast)
    • Will.Spencer says:

      The host name is what the computer thinks it’s name is. The NetBIOS name is what the Windows network thinks the computers name is. On TCP/IP based networks, computers can also have DNS names.

      The use of the NetBIOS name is for communicating over NetBIOS networks.

      VN:F [1.9.17_1161]
      Rating: 0.0/5 (0 votes cast)
  2. gorave says:

    can u give me a example how netbios name wil look like ?? with suffix?

    VA:F [1.9.17_1161]
    Rating: 0.0/5 (0 votes cast)
    • Will.Spencer says:

      NetBIOS names don’t use suffixes. They are a maximum of 15 characters in length and cannot contain a space, forward slash, backslash, colon, semi-colon, asterisk, quotation mark, question mark, or pipe. A NetBIOS name might look like one of these: SERVER, PRINTER, HP, IBM, DELL, BOBBY, BASEMENT, OFFICE, LASERJET, etc…

      VN:F [1.9.17_1161]
      Rating: 0.0/5 (0 votes cast)
  3. Tarunesh says:

    What is the diferrence between  additional domain controller  and child domain controller?

    VA:F [1.9.17_1161]
    Rating: 0.0/5 (0 votes cast)
    • jacky says:

      don’t know

      VA:F [1.9.17_1161]
      Rating: 0.0/5 (0 votes cast)
  4. clarkw006 says:

    Is there a way to change the netbios name?  I have two computers on my network with the same netbios name.

    VA:F [1.9.17_1161]
    Rating: 0.0/5 (0 votes cast)
  5. barzan says:

    what is netbios what is use for in win server 2003

    VA:F [1.9.17_1161]
    Rating: 0.0/5 (0 votes cast)

Leave a Reply

Related Posts

  • NetBIOS Node Types

    A NetBIOS node type is a method that a computer uses to resolve a NetBIOS name into an IP address. A NetBIOS node type allows an administrator to configure the order and method that a client uses when resolving NetBIOS names to IP addresses. Understanding how the various node types function will help users to [...]...


  • WINS (Windows Internet Name Server)

    In the Windows Server family, the primary means for client computer to locate and communicate with other computers on a internet Protocol (IP) network is by using Domain Name System (DNS). However, clients that use older versions of Windows, such as Windows NT 4.0, use network basic I/O system (NetBIOS) names for network communication. Some [...]...


  • DFS (Distributed File System)

    DFS (Distributed File System) provides a mechanism for administrators to create logical views of folders and files, regardless of where those files are physically located on the network. DFS also allows administrators to distribute shared folders and work loads across several servers for more efficient network and server resources use. Fault tolerance network storage resources [...]...


  • Active Directory Authentication Types

    The two types of authentication are Mutual Authentication and NTLM. Mutual Authentication requires both the server and the client to identify them. NTLM only requires the client to be validated by the server. Two types of authentication are Mutual Authentication and NTLM Authentication. Mutual Authentication Mutual Authentication is a security feature in which a client [...]...


  • Directory Partitions

    The Active Directory database is logically separated into directory partitions: Schema partition Configuration partition Domain partition Application partition Each partition is a unit of replication and each partition has its own replication topology. Replication occurs between directory partition replicas. Minimum two directory partitions are common among all domain controllers in the same forest: the schema [...]...