A network administrator is designing a secure transport mechanism for automated database replication traffic sent between two geographically separated data centers over the public internet. The design must specifically ensure both the confidentiality of the database records and the integrity of the data while in transit. Which TWO of the following technical controls should the administrator implement to satisfy these core security objectives?
- IPsec Encapsulating Security Payload (ESP) operating in tunnel mode to encrypt the network payloadCevap
- Hash-based Message Authentication Code (HMAC) validation on each transmitted data packetCevap
- CSNMPv2c trap notifications configured on gateway routers to report transfer bandwidth metrics
- DWPA3-Personal pre-shared key (PSK) authentication applied to gateway router access links
Cevap
The administrator should implement IPsec Encapsulating Security Payload (ESP) in tunnel mode for payload encryption (confidentiality) and Hash-based Message Authentication Codes (HMAC) for packet-level tampering detection (integrity).
IPsec Encapsulating Security Payload (ESP) encrypts packet contents to guarantee confidentiality across untrusted networks, while Hash-based Message Authentication Codes (HMAC) supply cryptographic checksums to detect data alteration during transmission, securing integrity.
Adım Adım Çözüm
Anahtar Kavram
Mapping Security Mechanisms to CIA Triad Pillars (Confidentiality & Integrity)