Which of the following can Matt, a security administrator, implement to support confidentiality and integrity?

A. PKI
B. Non-repudiation
C. Digital signatures
D. Recovery agents


Answer: A. PKI

Computer Science & Information Technology

You might also like to view...

ToUpper(string) is

a) a way of converting a string to all upper cases. b) a way to make the first letter of every word in a string a capital letter. c) a way of making one string more important than the rest. d) a syntax error.

Computer Science & Information Technology

Which of the following statements correctly defines a named constant named TAX_RATE that holds the value 0.075?

a. double TAX_RATE = 0.075; b. const TAX_RATE; double TAX_RATE = 0.075; c. const double TAX_RATE = 0.075; d. double TAX_RATE; const TAX_RATE = 0.075; e. const TAX_RATE = 0.075;

Computer Science & Information Technology

BAC minus EAC equals ____.

A. SV B. VAC C. CV D. ACWP

Computer Science & Information Technology

If, after making a change that affects every Friday during a project, you further modify individual Fridays, the individual day changes would override the change made to all Fridays.

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

Computer Science & Information Technology