How does a NetBIOS system register a NetBIOS name?
What will be an ideal response?
If there is no WINS server, or a NetBIOS client has not been configured with the address of a WINS server, it broadcasts its name to the rest of the network. If there is a WINS server, the NetBIOS system sends its NetBIOS registration information to the WINS server.
Computer Science & Information Technology
You might also like to view...
Explain briefly the operation of each of the following methods of class HashMap:
a) put b) get c) isEmpty d) containsKey e) keySet
Computer Science & Information Technology
Modify the example program immediately preceding these practice problems to sum the squares of the integers from 5 to 10.
Replace LET n =1 Replace DO WHILE n < =5 Replace LET sum = sum + n with LET n = 5 with DO WHILE n < = 10 with LET sum = sum + n * n
Computer Science & Information Technology