Which trust model has multiple CAs, one of which acts as a facilitator?

A. Bridge
B. Hierarchical
C. Distributed
D. Web


Answer: A. Bridge

Computer Science & Information Technology

You might also like to view...

The reliability achieved from a RAID array is known as ________

a. Quality assurance b. Fault tolerance c. 100% uptime d. None of the above

Computer Science & Information Technology

A derived class inherits all its data members from the base class; it has none of its own.

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

Computer Science & Information Technology

Wi-Fi uses short-range radio signals to enable specially enabled computers and devices to communicate with each other.

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

Computer Science & Information Technology

Which statement is false?

a) assert is a useful debugging tool for testing if a variable has a correct value b) If NDEBUG is defined, only the next assertion is ignored. c) The assert macro is defined in the assert.h header file. d) One problem with using assert is that if the assertion is false, program execution is terminated; in some situations it is more appropriate to allow the program to continue executing after the program has dealt with the problem.

Computer Science & Information Technology