What is the purpose of ISO/IEC 27002?

What will be an ideal response?


The stated purpose of ISO/IEC 27002 is to provide recommendations for information security management for use by those who are responsible for initiating, implementing, or maintaining security in their organization. It is intended to provide a common basis for developing organizational security standards and effective security management practice and to provide confidence in interorganizational dealings. It is also designed to serve as a metric for the assessment of "good security management" within the organization, as defined in the ISO series.

Computer Science & Information Technology

You might also like to view...

What will be the value of x after the following code is executed?

``` int x = 10; while (x < 100) { x += 100; } ``` a. 100 b. 90 c. 110 d. 10

Computer Science & Information Technology

A(n) ________ is an artificial column added to a table to serve as a primary key that is unique and sequential when records are created

Fill in the blank(s) with correct word

Computer Science & Information Technology

The rate of transfer between cache located on the processor die and the processor itself is known as the __________ __________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Memory cards are typically volatile.

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

Computer Science & Information Technology