312-50V11 · Question #385
Which security strategy requires using several, varying methods to protect IT systems against attacks?
The correct answer is A. Defense in depth. Defense in depth is a layered security strategy that uses multiple, varied controls so that if one layer fails, others still protect the system.
Question
Which security strategy requires using several, varying methods to protect IT systems against attacks?
Options
- ADefense in depth
- BThree-way handshake
- CCovert channels
- DExponential backoff algorithm
How the community answered
(38 responses)- A95% (36)
- B3% (1)
- C3% (1)
Why each option
Defense in depth is a layered security strategy that uses multiple, varied controls so that if one layer fails, others still protect the system.
Defense in depth applies several distinct security mechanisms across different layers - physical, network, host, application, and data - so no single point of failure exposes the entire system. The use of varying methods ensures that an attacker who bypasses one control still faces additional barriers. This multi-layered approach directly matches the question's description of 'several, varying methods.'
The three-way handshake is a TCP connection establishment process (SYN, SYN-ACK, ACK), not a security protection strategy.
Covert channels are hidden communication paths used to exfiltrate data or bypass controls, making them an attack vector rather than a defensive strategy.
The exponential backoff algorithm is a retry timing mechanism used in networking and distributed systems, not a security defense strategy.
Concept tested: Defense in depth layered security strategy
Source: https://learn.microsoft.com/en-us/azure/architecture/framework/security/security-principles
Topics
Community Discussion
No community discussion yet for this question.