312-50V11 · Question #118
Which protocol is used for setting up secure channels between two devices, typically in VPNs?
The correct answer is B. IPSEC. IPSec is the standard protocol suite for establishing encrypted, authenticated tunnels between network devices, making it the foundation of most VPN implementations.
Question
Which protocol is used for setting up secure channels between two devices, typically in VPNs?
Options
- APPP
- BIPSEC
- CPEM
- DSET
How the community answered
(36 responses)- A3% (1)
- B89% (32)
- C3% (1)
- D6% (2)
Why each option
IPSec is the standard protocol suite for establishing encrypted, authenticated tunnels between network devices, making it the foundation of most VPN implementations.
PPP (Point-to-Point Protocol) is a data link layer encapsulation protocol for direct two-node connections and does not provide encryption or secure channel negotiation.
IPSec (Internet Protocol Security) operates at the network layer and provides confidentiality, integrity, and authentication via two protocols - AH (Authentication Header) and ESP (Encapsulating Security Payload). It negotiates secure channels using IKE (Internet Key Exchange) and is the dominant standard for site-to-site and remote-access VPNs.
PEM (Privacy Enhanced Mail) is a base64-encoded certificate and key file format, not a protocol for establishing secure communication channels.
SET (Secure Electronic Transaction) was a protocol designed specifically for securing credit card transactions over the internet, not for general VPN channel setup.
Concept tested: IPSec protocol role in VPN security
Source: https://datatracker.ietf.org/doc/html/rfc4301
Topics
Community Discussion
No community discussion yet for this question.