A security administrator is configuring a secure transmission channel for automated database synchronization between two enterprise data centers. The organization requires a cryptographic configuration that guarantees mutual identity authentication of both endpoint servers, session confidentiality with perfect forward secrecy (PFS), and payload integrity. Which of the following cryptographic mechanisms or protocols should the administrator select? (Select TWO.)
- Configure Elliptic Curve Diffie-Hellman Ephemeral (ECDHE) key exchange during TLS session negotiationAnswer
- Enforce Mutual TLS (mTLS) with dual-sided X.509 digital certificate validationAnswer
- CUse static RSA key exchange to encrypt and transport the symmetric session keys
- DEncrypt all bulk database payloads directly using RSA-4096 asymmetric public key encryption
- EGenerate MD5 message digests to verify record integrity across data streams
Answer
The correct cryptographic mechanisms to implement are Elliptic Curve Diffie-Hellman Ephemeral (ECDHE) key exchange for perfect forward secrecy and Mutual TLS (mTLS) with X.509 certificates for mutual authentication.
Implementing Elliptic Curve Diffie-Hellman Ephemeral (ECDHE) key exchange provides dynamic, single-session keys that guarantee perfect forward secrecy. Pairing ECDHE with Mutual TLS (mTLS) ensures both database servers authenticate each other's identity using digital certificates prior to payload transmission.
Step-by-Step Solution
Key Concept
Key Exchange Mechanisms and Authentication Protocols
Estimated Time:1m 30s