CV0-002 · Question #539
A cloud administrator wants to make a web application on the company's private cloud available to multiple remote sites. Which of the following protocols BEST provides IP packet encapsulation?
The correct answer is B. GRE. To make a web application on a private cloud available to multiple remote sites, Generic Routing Encapsulation (GRE) is the most suitable protocol for efficiently encapsulating IP packets for tunneling.
Question
A cloud administrator wants to make a web application on the company's private cloud available to multiple remote sites. Which of the following protocols BEST provides IP packet encapsulation?
Options
- AL2TP
- BGRE
- CPPTP
- DSIP
How the community answered
(29 responses)- A3% (1)
- B90% (26)
- D7% (2)
Why each option
To make a web application on a private cloud available to multiple remote sites, Generic Routing Encapsulation (GRE) is the most suitable protocol for efficiently encapsulating IP packets for tunneling.
L2TP (Layer 2 Tunneling Protocol) primarily encapsulates Layer 2 frames (like PPP) rather than directly encapsulating IP packets as its main function for routing, and it typically requires IPsec for encryption.
Generic Routing Encapsulation (GRE) is a tunneling protocol that encapsulates a variety of network layer protocols, including IP, within IP packets. This makes it an effective solution for creating direct connections between remote sites and a private cloud, enabling IP packet transmission over a public network.
PPTP (Point-to-Point Tunneling Protocol) is an older and less secure VPN protocol, primarily encapsulating PPP frames, and is generally not recommended for modern secure connectivity due to known vulnerabilities.
SIP (Session Initiation Protocol) is a signaling protocol used for establishing, managing, and terminating real-time communication sessions (e.g., VoIP), and it does not provide IP packet encapsulation for network connectivity.
Concept tested: VPN protocols, IP packet encapsulation, site-to-site connectivity
Source: https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/interface/configuration/xe-3s/ir-xe-3s-book/ir-gre-tunnel.html
Topics
Community Discussion
No community discussion yet for this question.