SY0-301 · Question #1
Which of the following devices is BEST suited for servers that need to store private keys?
The correct answer is A. Hardware security module. Hardware Security Modules (HSMs) are purpose-built devices for secure cryptographic key generation, storage, and management. They provide tamper-resistant hardware protection specifically designed for private key storage.
Question
Which of the following devices is BEST suited for servers that need to store private keys?
Options
- AHardware security module
- BHardened network firewall
- CSolid state disk drive
- DHardened host firewall
How the community answered
(24 responses)- A88% (21)
- B4% (1)
- D8% (2)
Why each option
Hardware Security Modules (HSMs) are purpose-built devices for secure cryptographic key generation, storage, and management. They provide tamper-resistant hardware protection specifically designed for private key storage.
An HSM is a dedicated hardware device engineered specifically to securely generate, store, and manage cryptographic keys in tamper-resistant hardware. It enforces strict access controls and prevents private key material from ever being exposed in plaintext, making it the industry standard for servers requiring private key protection.
A hardened network firewall filters and monitors network traffic between segments but has no built-in capability to securely store or protect cryptographic private keys.
A solid state disk drive is general-purpose storage media with no inherent cryptographic key protection, hardware access controls, or tamper resistance.
A hardened host firewall is a software-based mechanism controlling traffic on a single host and is not designed or capable of securely storing private key material.
Concept tested: Hardware Security Module for private key storage
Source: https://learn.microsoft.com/en-us/azure/key-vault/keys/hsm-protected-keys
Topics
Community Discussion
No community discussion yet for this question.