Which of the following best describes the main goal of operating system hardening?
Think about what makes a system less vulnerable to attacks.
OS hardening focuses on reducing the attack surface by removing or securing unnecessary components, which limits potential entry points for attackers.
Which of the following is NOT a common OS hardening technique?
Consider what weakens security rather than strengthens it.
Using default passwords weakens security and is not a recommended hardening practice.
What is the most likely security risk if an OS has all user accounts configured with administrative privileges?
Think about what happens when too many users have full control.
Granting all users administrative privileges allows them to install software freely, which can lead to malware infections and accidental system changes.
An administrator configures a firewall to block all incoming traffic except for ports 22 (SSH) and 80 (HTTP). What is the primary security benefit of this configuration?
Consider how restricting ports affects external access.
Allowing only necessary ports reduces the number of ways attackers can reach the system, improving security.
A company enforces a password policy that requires only 4 characters with no complexity rules. What is the most likely consequence of this policy on system security?
Think about how password length and complexity affect security.
Short passwords without complexity are easy to guess or crack, weakening system security.