To use the Lightweight Directory Access Protocol (LDAP) in a secure fashion, what port should be used?

A. 443
B. 3389
C. 636
D. 389


C. Port 636 is used by Lightweight Directory Access Protocol (LDAP) over TLS/SSL. Port 443 is used by Hypertext Transfer Protocol Secure. Port 3389 is used by Remote Desktop Protocol. Port 389 is used by the standard Lightweight Directory Access Protocol.

Computer Science & Information Technology

You might also like to view...

Let Point be a generic type. We want to write a method that takes as parameter Point objects whose type parameter is the Number class, or any subclass of Number. We can do this by declaring the type of the method parameter as

A) Point B) Point C) Point D) Point

Computer Science & Information Technology

How would you represent negative numbers in bytes?

Do a search on the web for "negative numbers" and see what you find.

Computer Science & Information Technology

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

1. A derived element must be output from at least one process that it is not input to. 2. The data structure and elements for a data store are commonly used to generate computer source code. 3. Unified modeling language (UML) is a language that can be used to exchange data between businesses. 4. XML is used when users have different computer (systems) and software.

Computer Science & Information Technology

Match the following terms to their meanings:

I. Unbound control II. Expression III. Line control IV. Text box control V. Calculated control A. Descriptive data and does not require a label control B. A label control (a string of characters as a description) on a report C. A control whose source of data is an expression, rather than a field D. Places a line on the design of a report E. Begins with an equals sign (=)

Computer Science & Information Technology