what operational security threat?

Increased developmental testing and the use of only operational data are good remedies to what operational security threat?

Increased developmental testing and the use of only operational data are good remedies to what operational security threat?

A.
Employee shoulder surfing

B.
System incompatibility

C.
Buffer overflows

D.
Firewall avoidance

Explanation:
Buffer overflows are common threats to operational platforms. Stepping
up the testing and using only operational data are two ways to ensure that systems
handle data input correctly and are not vulnerable to overloaded, manipulated input
attacks.



Leave a Reply 2

Your email address will not be published. Required fields are marked *


Ahmed

Ahmed

More than ‘stepping up testing and using only operational data’ it is more imperative that bounds checking be implemented in the code, which is the main issue with buffer overflow attacks.