Security Architecture
Security architecture makes security part of system structure: it identifies assets, trust boundaries, controls, and evidence so a system can manage security risk while delivering its outcome.
itCybersecurity fundamentals and governance | OpenSkills.info
Course pathWalk it in order
Look it upDip in anytime
Go furtherLeaves this page
Don't Panic
Don't Panic — Security Architecture
Security architecture is the discipline of making security part of how a system is built, rather than something bolted on after it works. It identifies the assets worth protecting, the trust boundaries where identity or privilege or data handling changes, and the controls and evidence each boundary needs. That is the whole shape of it.
Before this was framed as architecture, security was a perimeter job — trusted inside, untrusted outside, and a firewall doing the deciding. That model broke when remote users, personal devices, and cloud-hosted assets stopped being inside anything defensible. NIST 800-207's zero trust is the replacement, and the name misleads: it does not mean no trust, it means no implicit trust from network location. Every access decision is explicit, continuous, and driven by policy and evidence.
The idea everything else hangs off: a trust boundary is where the system has to decide whether to trust what arrives. At each one you owe six things — authentication, authorization, validation, encryption and secret handling, logging with ownership, and a failure model. A boundary missing any of them is the next incident, waiting for its turn.
The surprise, for people who met this as a product category: a control that nobody can operate is not a control. Assurance is earned through test and evidence, not declared. The recovery drill, the penetration test, and the red-team review are architectural concerns, because they are how you know the controls the architecture promised are the controls the system has.
The warning worth carrying: least privilege and separation of duties are architectural decisions, not policy preferences. They shape roles, permissions, and approval workflows from the start. Retrofitting them onto a system built with broad, persistent grants is expensive and incomplete — and a two-year-old exception with no review is just a control you silently retired.
Read the Intro for the boundary model and zero trust. The Cheatsheet keeps the six boundary concerns, the defense-in-depth layers, and the life-cycle framing at hand. The Reference Links take you to the two NIST publications that settle every argument this topic generates.
Where this skill leads
Relevant careers
See how this topic contributes to broader role-level skill maps.
Sources
- https://csrc.nist.gov/pubs/sp/800/160/v1/r1/final
Supports
- Systems security engineering as a life-cycle discipline
- Assurance and trustworthiness as outcomes of evidence
- Protection needs, requirements, trade-offs
- Trust boundaries and control operation
- Least privilege, separation of duties, defense in depth
- Security life-cycle and exception management
- https://csrc.nist.gov/pubs/sp/800/207/final
Supports
- Zero trust definition and tenets
- No implicit trust based on network location or asset ownership
- Authentication and authorization as discrete pre-session functions
- Zero trust architecture as an engineered result
- Protect resources not network segments
- https://csrc.nist.gov/projects/systems-security-engineering-project
Supports
- Supplemental material connecting 800-160 to adjacent NIST risk and trustworthiness guidance
