Which of the following best explains how operating system security helps maintain system integrity by preventing unauthorized access?
Think about how limiting who can do what helps keep the system safe.
Operating system security maintains system integrity by controlling access to resources. Only authorized users and processes can access or modify critical system files, preventing unauthorized changes or damage.
What role does authentication play in protecting system integrity in an operating system?
Consider how the system knows who is trying to use it.
Authentication confirms the identity of users or processes, ensuring only trusted entities can access or modify system resources, which protects system integrity.
How does malware threaten the integrity of an operating system?
Think about what happens when harmful software changes system files.
Malware can corrupt, delete, or alter system files, which breaks the trustworthiness and proper functioning of the operating system, thus harming system integrity.
Which statement correctly distinguishes system integrity from system availability in the context of OS security?
Think about what each term means for the system's health and access.
System integrity means the system's data and functions remain correct and unchanged unless authorized. Availability means the system and its resources are ready and accessible when users need them.
Why are security mechanisms like access control, authentication, and auditing essential for maintaining system integrity in an operating system?
Consider how these mechanisms work together to keep the system safe and trustworthy.
Access control limits who can change what, authentication confirms identities, and auditing records activities. Together, they protect the system from unauthorized changes and help detect security issues, preserving system integrity.