7. A systems administrator creates a script that validates OS version, patch levels, and installed applications when users log in. Which of the following examples best describes the purpose of this script?

Answer: C

Explanation:

Baseline enforcement

The purpose of the script is to ensure that users' systems comply with established standards for OS versions, patch levels, and installed applications, which is a fundamental aspect of baseline enforcement.

A) Resource scaling

Resource scaling refers to adjusting the amount of computational resources based on demand. This script does not address the allocation or scaling of resources, making this option incorrect.

B) Policy enumeration

Policy enumeration involves listing or identifying policies that are in place. While the script checks for compliance, it does not enumerate policies; it actively enforces standards, thus this option is not applicable.

C) Baseline enforcement

Baseline enforcement is the process of ensuring that systems meet predefined security and operational standards. The script's function to validate OS version, patch levels, and installed applications directly aligns with this definition, making it the correct choice.

D) Guard rails implementation

Guard rails implementation typically refers to creating limits or constraints to prevent errors or misconfigurations. Although the script may serve as a protective measure, its primary function is to enforce compliance with standards rather than to merely set boundaries, rendering this option incorrect.

Conclusion

The script's main objective is to validate and ensure compliance with established baselines for system configurations, which is central to baseline enforcement. Other options either misinterpret the script's role or focus on different aspects of system management, confirming that baseline enforcement is the most accurate description of its purpose.