Which boot security mode sends information on the boot process to a remote server?

1) Secure Boot
2) Measured Boot
3) Trusted Boot
4) Remote Boot

Answer :

Final answer:

Measured Boot sends information on the boot process to a remote server for verification against expected values to ensure system integrity, hence the correct option is (2) Measured Boot.

Explanation:

Measured Boot works in conjunction with a technology called Trusted Platform Module (TPM) to measure each component of the startup process before executing it and storing this information in the TPM. This ensures that the boot process is secure, and the TPM can then report these measurements to a remote server for verification against expected values, which can help detect if the system has been compromised or tampered with.

Secure Boot ensures that only signed, trusted software can run during the boot process. Trusted Boot takes control of the system after Secure Boot and protects against malware and other threats that attempt to interfere with the boot process. Lastly, Remote Boot allows a system to boot from an operating system located on a network rather than from local storage.

Answer:

Another boot security mode is Measured Boot, which is a feature of Trusted Platform Module (TPM) technology. Measured Boot measures the integrity of the boot process and creates a log of the measurements. This log can be sent to a remote server for analysis and verification.