Which of the following services provides users with directory services?

A. IMAP
B. LDAP
C. SFTP
D. DHCP
E. DNS


Answer: B. LDAP

Computer Science & Information Technology

You might also like to view...

A PivotTable can have both local and shared slicers

Indicate whether the statement is true or false

Computer Science & Information Technology

An area to position fields that you want to display as columns in the PivotTable is called ________

A) COLUMNS Headers B) COLUMNS Filters C) COLUMNS Areas D) COLUMNS Texts

Computer Science & Information Technology

In the C programming language, which statement tells the compiler to keep doing what is in the brackets over and over and over?

A. loop($) B. continue C. do(forever) D. for(;;)

Computer Science & Information Technology

Which of the following is a valid compile-time initialization for amountDue, a variable of the decimal type, that will initially be set to zero?

A. amountDue = 0; B. amountDue = ‘0'; C. amountDue = 0m; D. amountDue = 0d;

Computer Science & Information Technology