If Organization A trusts Organization B and Organization B trusts Organization C, then Organization A trusts Organization C. Which of the following PKI concepts is this describing?

A. Transitive trust
B. Public key trust
C. Certificate authority trust
D. Domain level trust


Answer: A. Transitive trust

Computer Science & Information Technology

You might also like to view...

Write the same code using the designed loop structure. You are not writing complete programs!

Declare a string variable and ask the user to enter a line of text. This process should continue until the user enters the word “done”. Write a while loop and a do while loop that accomplishes this task.

Computer Science & Information Technology

In the expression, 270.65, the and are referred to as ________

A) delimiters B) markers C) identifiers D) tags

Computer Science & Information Technology

What Pivot Table button can be used to update the data if the source data has changed

a. Refresh Data b. Show Detail c. Format Report d. Pivot Table

Computer Science & Information Technology

If ____ appears as the last line of a loop, the loop is a bottom-controlled Do loop that will execute as long as a condition remains true.

A. Loop While B. Do While C. Loop Until D. Do Until

Computer Science & Information Technology