Which of the following statements pertaining to protection rings is false?
Correct Answer: D
In computer science, hierarchical protection domains, often called protection rings, are mechanisms to protect data and functionality from faults (fault tolerance) and malicious behaviour (computer security). This approach is diametrically opposite to that of capability-based security. Computer operating systems provide different levels of access to resources. A protection ring is one of two or more hierarchical levels or layers of privilege within the architecture of a computer system. This is generally hardware-enforced by some CPU architectures that provide different CPU modes at the hardware or microcode level. Rings are arranged in a hierarchy from most privileged (most trusted, usually numbered zero) to least privileged (least trusted, usually with the highest ring number). On most operating systems, Ring 0 is the level with the most privileges and interacts most directly with the physical hardware such as the CPU and memory. Special gates between rings are provided to allow an outer ring to access an inner ring's resources in a predefined manner, as opposed to allowing arbitrary usage. Correctly gating access between rings can improve security by preventing programs from one ring or privilege level from misusing resources intended for programs in another. For example, spyware running as a user program in Ring 3 should be prevented from turning on a web camera without informing the user, since hardware access should be a Ring 1 function reserved for device drivers. Programs such as web browsers running in higher numbered rings must request access to the network, a resource restricted to a lower numbered ring. "They provide strict boundaries and definitions on what the processes that work within each ring can access" is incorrect. This is in fact one of the characteristics of a ring protection system. "Programs operating in inner rings are usually referred to as existing in a privileged mode" is incorrect. This is in fact one of the characteristics of a ring protection system. "They support the CIA triad requirements of multitasking operating systems" is incorrect. This is in fact one of the characteristics of a ring protection system. Reference(s) used for this question: CBK, pp. 310-311 AIO3, pp. 253-256 AIOv4 Security Architecture and Design (pages 308 - 310) AIOv5 Security Architecture and Design (pages 309 - 312)
Question 227
The Rijndael Cipher employs a round transformation that is comprised of three layers of distinct, invertible transformations. These transformations are also defined as uniform, which means that every bit of the State is treated the same. Which of the following is NOT one of these layers?
Correct Answer: A
This answer is a distracter and does not exist.
Question 228
When using Security Assertion markup language (SAML), it is assumed that the principal subject
Correct Answer: D
When using Security Assertion Markup Language (SAML), it is assumed that the principal subject enrolls with at least one identity provider. The principal subject is the entity that requests access to a resource or service, such as a user, device, or application. The identity provider is the entity that authenticates and asserts the identity and attributes of the principal subject, such as a directory service, a certificate authority, or a social media platform. The principal subject must enroll with the identity provider and obtain a credential, such as a username, password, token, or certificate, that can be used to prove its identity and authorization. References: CISSP All-in-One Exam Guide, Eighth Edition, Chapter 5: Identity and Access Management, page 216. Free daily CISSP practice questions, Question 1.
Question 229
Which of the following BEST describes a "zero-day" vulnerability?
Correct Answer: B
A zero-day vulnerability is a previously unknown flaw that is exploited by attackers before the software vendor becomes aware of it and has had the opportunity to develop and release a patch, leaving defenders with "zero days" of preparation time.