Describe the defense in depth (DiD) strategy, and outline each of the three modes of protection.?
What will be an ideal response?
The defense in depth (DiD) strategy, developed by the National Security Agency, has three modes of protection:People: An organization must hire well-qualified people and treat them well, and should also make sure that employees are trained adequately in security procedures and are familiar with the organization's security policy. Physical and personnel security measures are included in this mode of protectionTechnology: This includes choosing a strong network architecture and using tested tools?, such as intrusion detection systems (IDSs) and firewalls. This can include regular penetration testing and risk assessment. Finally, systems that allow quick and thorough analysis when a security breach occurs should be part of this mode.Operations: This mode addresses day to-day operations, such as updating security patches, antivirus software, and OSs. Assessment and monitoring procedures and disaster recovery plans are also covered under this mode.
You might also like to view...
What is wrong with the following while loop? while (sum<= 1000) { sum = sum – 30; }
a. The parentheses should be braces. b. There should be a semicolon after while (sum <= 1000). c. sum = sum – 30 should be sum = sum + 30 or else the loop may never end. d. None of the above.
More than half of a person’s choice in purchasing a product is based solely on color.
a. true b. false