Defense in depth (computing)
In-game article clicks load inline without leaving the challenge.
Defense in depth is a concept used in information security in which multiple layers of security controls (defense) are placed throughout an information technology (IT) system. Its intent is to provide redundancy in the event a security control fails or a vulnerability is exploited.
Background
The idea behind the defense in depth approach is to defend a system against any particular attack using several independent methods. It is a layering tactic, conceived by the National Security Agency (NSA) as a comprehensive approach to information and electronic security.

Defense in depth is sometimes thought of as forming the layers of an onion, with data at the core of the onion, people the next outer layer of the onion, and network security, host-based security, and application security forming the outermost layers of the onion.
Tiers
Defense in depth can be divided into three overarching areas: Physical, Technical, and Administrative.
Physical
Physical controls are anything that physically limits or prevents access to IT systems. Examples of physical defensive security are: fences, guards, dogs, and CCTV systems.
Technical
Technical controls are hardware or software whose purpose is to protect systems and resources. Examples of technical controls include disk encryption, file integrity software, authentication, network security controls, antiviruses, and behavioural analysis software.
In the event that one layer of defence fails, defense in depth aims to ensure network security via a second-line of defence. For example, if an attacker penetrates a computer system at a given OSI layer (e.g. Layer 3), a redundancy should exist at another layer (Layer 7) to ensure layered defense.
- Authentication, authorization, and accounting
- Confidentiality, integrity, and availability
- Authentication and password security
- Encryption
- Hashing
Application security
Host security
Network security
- Logging
- Intrusion detection systems
- Firewalls
- Demilitarized zones
- Network segmentation
- Virtual private network
Administrative and operational
Administrative controls are the organization's policies and procedures and govern the organisation's human resources, technology, and operations.
People
Technology
Operations
Regulatory alignment
Defense in depth principles align with multiple regulatory frameworks that require layered security controls rather than reliance on single protective measures.
The Health Insurance Portability and Accountability Act (HIPAA) Security Rule implicitly mandates a defense in depth approach by requiring covered entities to implement administrative safeguards (45 CFR 164.308), physical safeguards (45 CFR 164.310), and technical safeguards (45 CFR 164.312) as complementary layers protecting protected health information.. U.S. Department of Health and Human Services. The December 2024 HIPAA Security Rule notice of proposed rulemaking (90 FR 898) would further codify layered defenses by simultaneously mandating network segmentation, encryption, multi-factor authentication, anti-malware deployment, and continuous monitoring as distinct but overlapping security controls.. Federal Register. January 6, 2025.
NIST Special Publication 800-53 organizes security controls into 20 control families spanning management, operational, and technical domains, providing a comprehensive defense in depth framework for federal information systems.. National Institute of Standards and Technology. September 2020. The NIST Cybersecurity Framework 2.0 similarly structures protective measures across the Identify, Protect, Detect, Respond, and Recover functions, reinforcing the layered security approach.. National Institute of Standards and Technology. February 2024.