312-50V9 · Question #294
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 for authenticating and encrypting IP packets to establish secure VPN tunnels between devices.
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
(22 responses)- A86% (19)
- B9% (2)
- D5% (1)
Why each option
IPsec is the standard protocol suite for authenticating and encrypting IP packets to establish secure VPN tunnels between devices.
IPsec (Internet Protocol Security) operates at Layer 3 and provides two core protocols - AH (Authentication Header) for integrity and ESP (Encapsulating Security Payload) for encryption - along with IKE for key negotiation. It is the foundational technology used in site-to-site and remote-access VPNs to establish secured channels between two endpoints.
PEM (Privacy Enhanced Mail) is a Base64-encoded file format used to store cryptographic objects such as certificates and keys, not a protocol for establishing secure communication channels.
SET (Secure Electronic Transaction) was a protocol developed by Visa and Mastercard for securing credit card transactions over the internet and is unrelated to VPN tunnel establishment.
PPP (Point-to-Point Protocol) is a Layer 2 data-link protocol used to encapsulate network-layer packets over serial connections and does not provide encryption or authentication by itself.
Concept tested: IPsec protocol for VPN secured channels
Source: https://learn.microsoft.com/en-us/windows-server/remote/remote-access/vpn/vpn-top
Topics
Community Discussion
No community discussion yet for this question.