When troubleshooting a connectivity issue, which of the following commands will give the technician a list of the host names connected to the network?

A. ping
B. nbstat
C. arp
D. msconfig

Answer: B. nbstat

Computer Science & Information Technology

You might also like to view...

A can be defined in a class to perform termination housekeeping on an object before the garbage collector reclaims the object’s memory.

a) destructor b) property c) garbage collector d) None of the above.

Computer Science & Information Technology

What strategy does the hashing implementation of a dictionary use?

A. a binary search tree B. quadratic probing C. linear probing/bucket D. bucket/chaining

Computer Science & Information Technology