Why must you do more than simply list the InfoSec measurements collected when reporting them?  Explain.

What will be an ideal response?


In most cases, simply listing the measurements collected does not adequately convey their meaning. For example, a line chart showing the number of malicious code attacks occurring per day may communicate a basic fact, but unless the reporting mechanism can provide the context-for example, the number of new malicious code variants on the Internet in that time period-the measurement will not serve its intended purpose.  In addition, you must make decisions about how to present correlated metrics-whether to use pie, line, bar, or scatter charts, and which colors denote which kinds of results.

Computer Science & Information Technology

You might also like to view...

Given the following pseudocode of a menu, which of the following While statements could be used to validate the user's input?

``` Select menuSelection Case 1: Do task 1 Case 2: Do task 2 Case 3: Do task 3 Case 4: Do task 4 End Select ``` a. While menuSelection < 1 OR menuSelection > 4 b. While menuSelection <= 1 OR menuSelection >= 4 c. While menuSelection < 1 AND menuSelection > 4 d. While menuSelection < 0 AND menuSelection > 3

Computer Science & Information Technology

Wireshark does not display the preamble field of a frame header. What does the preamble contain?

What will be an ideal response?

Computer Science & Information Technology

A style is a group of design elements that includes colors, fonts, and special effects used to give a consistent look to your presentation

Indicate whether the statement is true or false

Computer Science & Information Technology

What is a digital signature?

What will be an ideal response?

Computer Science & Information Technology