Your boss wants you to secure your web server's transactions. Which protocol and port number should you use to accomplish this?

A. POP3–110
B. LDAP–389
C. RDP–3389
D. HTTPS–443


D. HTTPS (Hypertext Transfer Protocol Secure) should be used; it corresponds to Port 443 . POP3 is used by e-mail servers. LDAP is used by domain controllers. RDP is used by terminal servers.

Computer Science & Information Technology

You might also like to view...

A pointer variable may be initialized with

a. any nonzero integer value b. a valid address in the computer's memory c. an address less than zero d. any nonzero number e. None of these

Computer Science & Information Technology

Which of the following is an edition of SQL Server 2012?

A. Datacenter B. Public C. Enterprise D. Essential

Computer Science & Information Technology

If you wanted to return the values of carpenter, cart manager, cart maintenance engineer, cosmetics specialist, courtesy representative, concierge, or any other title that starts with the letter c you would type ________ in the criteria of a JobTitle field

A) c? B) c* C) [!C] D) c#

Computer Science & Information Technology

An expression using the logical operator ____ will evaluate to true only when both of the conditions are true.

A. And B. Or C. Not D. Nor

Computer Science & Information Technology