Microsoft has used DNS names with the __________ protocol to provide folder and printer sharing in small TCP/IP networks.

A. SMB
B. Samba
C. NetBIOS
D. NetBT

Answer: A

Computer Science & Information Technology

You might also like to view...

What will be the value of x after the following code is executed?

``` int x = 10, y = 20; while (y < 100) { x += y; } ``` a. 90 b. 110 c. 210 d. this is an infinite loop

Computer Science & Information Technology

The built-in help always provides answers to your questions.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology