CISSP · Question #976
In systems security engineering, what does the security principle of modularity provide?
The correct answer is B. Isolated functions and data. In systems security engineering, the security principle of modularity provides isolated functions and data. Modularity means dividing a system into well-defined logical units that have clear boundaries and interfaces. This helps to reduce complexity, improve maintainability, and
Question
In systems security engineering, what does the security principle of modularity provide?
Options
- ADocumentation of functions
- BIsolated functions and data
- CSecure distribution of programs and data
- DMinimal access to perform a function
How the community answered
(31 responses)- A3% (1)
- B87% (27)
- C6% (2)
- D3% (1)
Explanation
In systems security engineering, the security principle of modularity provides isolated functions and data. Modularity means dividing a system into well-defined logical units that have clear boundaries and interfaces. This helps to reduce complexity, improve maintainability, and enhance security. By isolating functions and data, modularity prevents unauthorized access, limits the impact of failures, and facilitates testing and verification. Modularity also supports the principle of least privilege, which grants the minimum access required to perform a function.
Topics
Community Discussion
No community discussion yet for this question.