Discuss the difference between general and specific policies.

What will be an ideal response?

General policies provide directional guidance in broad terms. They are given tangible effect through human-centered or technical controls. Because they are intended to be applied universally, the concrete implementation of a policy requires interpretation. A common security policy, such as acceptable use, is an example of a general policy that requires interpretation. The resulting controls that ensure acceptable use in day-to-day practice will depend on the situation or technology in question. On the other hand, specific policies, such as firewall criteria, apply to a particular situation or technology. Thus, a specific policy is narrowly constrained to a particular issue, and the implementation of the associated controls requires little interpretation.

Computer Science & Information Technology

You might also like to view...

Facebook's ________ Log lists everything you've done on the Facebook site, from status updates to links to comments you've made on others' posts

A) News Feed B) Timeline C) Activity D) Publisher

Computer Science & Information Technology

What would be the value of numS if the following pseudocode was coded and run?

``` Declare String prose = "she sells seashells at the seashore" Declare Integer counter Declare Integer numS = 0 For counter = 0 to length(prose) If substring(prose, counter, counter) == "s" Then Set numS = numS + 1 End If End For ``` a. 6 b. 8 c. 30 d. 35

Computer Science & Information Technology