CV0-003 · Question #447
A private cloud is using the iSCSI protocol for connection from storage to hypervisors. This connection is not encrypted currently, and the systems administrator is tasked with enabling on- the-fly…
The correct answer is A. PKI. PKI provides the certificate-based cryptographic infrastructure needed to enable on-the-fly encryption for iSCSI connections between storage and hypervisors.
Question
A private cloud is using the iSCSI protocol for connection from storage to hypervisors. This connection is not encrypted currently, and the systems administrator is tasked with enabling on- the-fly encryption. Which of the following technologies should the administrator use?
Options
- APKI
- BIPSec
- CHTTPS
- DLUN encryption
How the community answered
(38 responses)- A79% (30)
- B3% (1)
- C13% (5)
- D5% (2)
Why each option
PKI provides the certificate-based cryptographic infrastructure needed to enable on-the-fly encryption for iSCSI connections between storage and hypervisors.
PKI (Public Key Infrastructure) supplies the digital certificates and key management required to establish encrypted sessions for iSCSI traffic. By deploying PKI, the administrator can issue certificates to both iSCSI initiators and targets, enabling mutual authentication and TLS-based encryption of data in transit without requiring downtime or protocol replacement.
IPSec encrypts network-layer traffic but operates as a protocol suite rather than the certificate infrastructure needed to manage keys and identities for iSCSI session encryption.
HTTPS is an application-layer protocol for web traffic and is not applicable to encrypting block-level iSCSI storage connections.
LUN encryption protects data stored on a logical unit at rest but does not encrypt data as it travels between storage and hypervisors over the iSCSI protocol.
Concept tested: iSCSI in-transit encryption using PKI certificates
Source: https://learn.microsoft.com/en-us/windows-server/storage/iscsi/iscsi-target-server
Topics
Community Discussion
No community discussion yet for this question.