A support technician reviews a computer's boot integrity capabilities and discovers that the system supports a measured boot process. Which statement accurately describes a part of this process?

A. Measured boot will record the presence of unsigned kernel-level code.
B. Measured boot ensures that the system boots without any checks or verifications.
C. Measured boot only checks the integrity of user-level applications and not kernel-level code.
D. Measured boot is a process to accelerate the boot time of the computer.

Answer :

Final answer:

Measured boot is a security feature of system boot processes. The correct statement is 'Measured boot will record the presence of unsigned kernel-level code'. Option a.

Explanation:

A measured boot process is a security feature that checks the integrity of software components in a system during the booting process. This improves system security by ensuring that malicious or unauthorized code has not been inserted into the system startup process.

Out of the provided options, the most accurate statement would be: 'A. Measured boot will record the presence of unsigned kernel-level code'. This is because measured boot captures metrics about the boot process, including the presence of unsigned kernel-level code, which could potentially indicate a security vulnerability.

It is important to note that B, C, and D are inaccurate. Measured boot does not accelerate the system's boot time or allow it to boot without checks and verifications. It does not only check the integrity of user-level applications; it is instead focused on the integrity of all system software, including kernel-level code.

Learn more about Measured Boot here:

https://brainly.com/question/34603477

#SPJ11