ChatGPT Flashcards
(156 cards)
What is an emergent property in system architecture?
A system characteristic that arises from the interaction of components rather than being present in any one part alone.
What is cyber resilience?
The ability of a system to anticipate, withstand, recover from, and adapt to adverse conditions or attacks.
What is a Security Functional Requirement (SFR)?
A description of what a system must do to enforce security — e.g., access control or secure communication.
What is a Security Assurance Requirement (SAR)?
A description of how confidence is established that the system properly implements the SFRs.
What is defense in depth?
A layered security approach where multiple controls protect the system even if one fails.
What does Zero Trust Architecture (ZTA) mean?
A model where no component is trusted by default — verification is required for every access.
What is segmentation in cybersecurity?
Dividing a network or system into zones to restrict movement and reduce the impact of a breach.
What is an attack surface?
The sum of all entry and exit points where an attacker could interact with or exploit a system.
What is the difference between redundancy and diversity in system design?
Redundancy is duplication of the same component
What is the difference between fail-safe and fail-secure?
Fail-safe protects people in failure
What is separation of duties?
A principle ensuring no single person or component can perform a critical function alone, preventing misuse or fraud.
What is a security domain?
A logically or physically bounded area where a specific security policy applies.
What is a security boundary?
The point at which security domains change and control is transferred.
What is an assurance case?
A structured argument with supporting evidence demonstrating that a system meets its security goals.
What is system security engineering?
An engineering discipline focused on designing systems with integrated and verifiable security from the beginning.
What does anticipate mean in cyber resilience?
Planning and designing systems to expect attacks and recognize emerging threats.
What does withstand mean in cyber resilience?
The system’s ability to resist degradation while under attack or stress.
What does recover mean in cyber resilience?
The system’s capability to restore functionality after a disruption or attack.
What does adapt mean in cyber resilience?
The system’s ability to learn from attacks and adjust configurations, architecture, or behavior accordingly.
What is obfuscation as a cyber resilience technique?
Making system details hard to analyze or reverse-engineer to reduce attack surface or delay attackers.
What is deception in system architecture?
Deliberately misleading attackers using fake assets, honeytokens, or false responses to slow or trap them.
What is privilege restriction?
Limiting system access and permissions to the minimum required for each role or process.
What is diversification in cyber security architecture?
Using varied components or approaches to reduce the risk of a single point of failure or exploit.
What is reconstitution in cyber resilience?
The process of rebuilding or restoring system functions following a security event or compromise.