Originally developed by IBM, what protocol is used by Windows to share files and printers on a network?

A. Server Message Block (SMB)
B. Lightweight Directory Access Protocol (LDAP)
C. File Transfer Protocol (FTP)
D. Hypertext Transfer Protocol (HTTP)


Answer: A

Computer Science & Information Technology

You might also like to view...

What is the difference between a struct and a class?

a. constructors and destructors are allowed for the class b. member functions are allowed for the class c. members are private by default for the class d. copying is not allowed for the struct e. none of the above

Computer Science & Information Technology

What is wrong with the following code?

``` Dim intIndex As Integer For intIndex = 5 To 1 ListBox.Items.Add(intIndex.ToString) Next ``` a. The Next statement must read Next intIndex. b. A For Next loop cannot be used to count backward. c. intIndex is declared incorrectly for use with this type of loop. d. You need to specify a negative step value in order to execute this loop.

Computer Science & Information Technology

Ada could have been developed where the details of mytype are specified in the package body and not the package specification. If so ______ of the executing program would have been affected.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Risk transference may involve purchasing insurance

Indicate whether the statement is true or false

Computer Science & Information Technology