Which of the following provides security for information sent online and works to secure HTTP, FTP, and Telnet traffic?

a. SSH
b. SSL
c. IPsec
d. EFS

ANS: A

Computer Science & Information Technology

You might also like to view...

Case-Based Critical Thinking QuestionsCase 1Professor Trapani has created a series of word problems which his students need to express using comparison operators. The professor wants students to write the condition that will help them find all records in which the first name is Francis. What is the condition?

A. FirstName  #Francis# B. FirstName = ‘Francis’ C. FirstName = “Francis” D. FirstName = Francis

Computer Science & Information Technology

Exception handling requires that you write code to handle ________.

a) all types of errors b) only errors that could occur in your code c) a few of the most common errors d) only those errors you choose to handle e) Both b and c.

Computer Science & Information Technology