200-301 · Question #1421
Which encryption mode is used when a packet is sent from a site-to-site VPN connection where the source and destination IP address portion of a packet is unencrypted?
The correct answer is C. Transport. In IPSec Transport mode, only the data payload is encrypted, leaving the original IP header, including source and destination IP addresses, unencrypted.
Question
Which encryption mode is used when a packet is sent from a site-to-site VPN connection where the source and destination IP address portion of a packet is unencrypted?
Options
- APPTP
- BSecure Shell
- CTransport
- DPPPoE
How the community answered
(34 responses)- A9% (3)
- B3% (1)
- C85% (29)
- D3% (1)
Why each option
In IPSec Transport mode, only the data payload is encrypted, leaving the original IP header, including source and destination IP addresses, unencrypted.
PPTP (Point-to-Point Tunneling Protocol) is an older, less secure VPN protocol, and its encryption mode is not referred to as 'Transport' in this context.
Secure Shell (SSH) is a protocol for secure remote access and data transfer, not typically an encryption mode for site-to-site VPNs in the IPSec context.
In IPSec Transport mode, only the payload of the IP packet is encrypted and/or authenticated, meaning the original IP header, including the source and destination IP addresses, remains in plain text and visible for routing purposes. This differs from Tunnel mode, which encapsulates and encrypts the entire original IP packet within a new IP packet.
PPPoE (Point-to-Point Protocol over Ethernet) is used for encapsulating PPP frames over Ethernet networks, often for DSL connections, and is not an encryption mode for VPNs.
Concept tested: IPSec VPN encryption modes (Transport mode)
Source: https://learn.microsoft.com/en-us/windows-server/networking/vpn/ipsec/understanding-ipsec-transport-mode
Topics
Community Discussion
No community discussion yet for this question.