What are the three models of trust?

What will be an ideal response?


There are three models of trust:
* Trust everyone all of the time-With this model, all employees are completely trusted to perform the correct actions, and therefore everyone is given full access and control over all information technology resources. This is the easiest model to enforce because there are no restrictions: everyone is "on their honor" to do the right thing. However, this is impractical.
* Trust some people some of the time-This approach exercises caution in the amount of trust given. Access is provided as needed with technical controls to ensure the trust is not violated.
* Trust no one at any time-This model is the most restrictive and fully protects all information technology resources.However, it is impractical.Few people would work for an organization in which they were not given at least some degree of trust.

Computer Science & Information Technology

You might also like to view...

Given the following two program statements, identify the arguments.

```Call DressUp(sandals, turtleneck, jeans) Subprogram DressUp(shoes, shirt, pants) ``` a. sandals, turtleneck, jeans b. shoes, shirt, pants c. DressUp(shoes, shirt, pants) d. sandals, turtleneck, jeans, shoes, shirt, pants

Computer Science & Information Technology

Which of the following is the path to the Select button?

A. (TABLE TOOLS DESIGN tab | Table group) B. (TABLE TOOLS LAYOUT tab | Table group) C. (TABLE TOOLS FORMAT tab | Table group) D. (TABLE TOOLS SELECT tab | Table group)

Computer Science & Information Technology

The security measure used to reduce vulnerabilities for MOST network devices that require regular application and monitoring is:

A. patch management B. security limitations C. documentation D. social engineering

Computer Science & Information Technology

Using the file object declared below, write the statement to open an actual file called "datafile.txt" for output purposes. ? ifstream outFile;

What will be an ideal response?

Computer Science & Information Technology