A security engineer is configuring a site-to-site Virtual Private Network (VPN) between two gateway routers across an untrusted public network. The mandate requires that the entire original IP packet—including both its header and payload—must be fully encrypted and encapsulated within a new outer IP header for gateway-to-gateway transit. Which IPsec operational mode and protocol combination must be deployed to satisfy these requirements?
- IPsec Tunnel mode using Encapsulating Security Payload (ESP)Cevap
- BIPsec Transport mode using Encapsulating Security Payload (ESP)
- CIPsec Tunnel mode using Authentication Header (AH)
- DIPsec Transport mode using Authentication Header (AH)
Cevap
IPsec Tunnel mode using Encapsulating Security Payload (ESP) is the correct choice because Tunnel mode encapsulates the complete original IP packet in a new IP header for site-to-site gateway transport, and ESP provides the required confidentiality through payload encryption.
IPsec Tunnel mode is designed for site-to-site security gateways. It encapsulates the entire original IP packet inside a new outer IP header. Encapsulating Security Payload (ESP) encrypts the inner packet payload, ensuring total confidentiality across untrusted networks.
Adım Adım Çözüm
Anahtar Kavram
IPsec Modes (Tunnel vs. Transport) and Protocols (ESP vs. AH)