A logistics company is deploying telemetry edge devices on freight vehicles. To protect against unauthorized firmware tampering, the systems engineer must guarantee that the microcontroller only executes cryptographically signed boot code during power-on. Which hardware security control serves as the immutable foundation to perform this initial integrity verification?
- A hardware Root of Trust (RoT) embedded within read-only memory (ROM) on the system-on-chipAnswer
- BAn inline firewall enforcing network microsegmentation and deep packet inspection
- CA software-based integrity hash table stored in external SPI flash memory
- DA symmetric encryption key stored unprotected in dynamic system RAM
Answer
A hardware Root of Trust (RoT) embedded within read-only memory (ROM) on the system-on-chip
A hardware Root of Trust (RoT) stored in immutable ROM on the system-on-chip provides the essential cryptographic anchor. Because code stored in ROM cannot be altered after manufacture, it reliably verifies the digital signature of the initial bootloader before execution, establishing a secure chain of trust.
Step-by-Step Solution
Key Concept
Hardware Root of Trust and Secure Boot