312-50V11 · Question #464
Which protocol is used for setting up secured channels between two devices, typically in VPNs?
The correct answer is A. IPSEC. IPSec is the standard protocol suite used to authenticate and encrypt IP packets, forming the security foundation for most VPN implementations.
Question
Which protocol is used for setting up secured channels between two devices, typically in VPNs?
Options
- AIPSEC
- BPEM
- CSET
- DPPP
How the community answered
(32 responses)- A88% (28)
- B3% (1)
- C3% (1)
- D6% (2)
Why each option
IPSec is the standard protocol suite used to authenticate and encrypt IP packets, forming the security foundation for most VPN implementations.
IPSec (Internet Protocol Security) operates at the network layer and provides two core protocols - AH (Authentication Header) for integrity and ESP (Encapsulating Security Payload) for encryption - to establish secured channels between devices. It uses IKE (Internet Key Exchange) to negotiate and set up security associations, which is why it is the primary protocol used in 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) is a protocol designed specifically for securing credit card transactions, not general-purpose VPN tunnels.
PPP (Point-to-Point Protocol) is a data link layer protocol for direct connections between two nodes but does not provide encryption or authentication for secured VPN channels.
Concept tested: IPSec protocol for VPN secured channel setup
Source: https://learn.microsoft.com/en-us/windows-server/remote/remote-access/vpn/always-on-vpn/deploy/vpn-deploy-server-infrastructure
Topics
Community Discussion
No community discussion yet for this question.