exam questions

Exam 350-701 All Questions

View all questions & answers for the 350-701 exam

Exam 350-701 topic 1 question 356 discussion

Actual exam question from Cisco's 350-701
Question #: 356
Topic #: 1
[All 350-701 Questions]

An engineer is trying to decide between using L2TP or GRE over IPsec for their site-to-site VPN implementation. What must be understood before choosing a solution?

  • A. L2TP is an IP packet encapsulation protocol, and GRE over IPsec is a tunneling protocol
  • B. GRE over IPsec cannot be used as a standalone protocol, and L2TP can
  • C. L2TP uses TCP port 47 and GRE over IPsec uses UDP port 1701
  • D. GRE over IPsec adds its own header, and L2TP does not
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
KKS789
2 months ago
Selected Answer: D
I think answer D is correct, L2TP and GRE both encapsulate packet of original header to another protocol, L2TP is open standard and used for dial-up link to established point-to-point tunnel but it does not encrypt traffic so IPSec is used to do it. However, GRE is encapsulating packet in IP and add new IP Header. GRE is carrier protocol and IP is used for transport. GRE over IP is plain text tunnelling with IPSec provide encryption.
upvoted 2 times
...
kloug
6 months, 1 week ago
Answer b
upvoted 1 times
...
Premium_Pils
8 months, 3 weeks ago
Selected Answer: B
udp 1701 is used by the L2TP server, and L2TP adds it's own header, so we can exclude C and D. As I understand, it uses udp for encapsulation, so A is not a good answer either. B) it can be used as a standalone. B is a strange answer, because it is very recommended to use L2TP combined with IPsec. Still, I am going with B, because all the other answers seem to be incorrect.
upvoted 1 times
...
Rododendron2
11 months, 3 weeks ago
Selected Answer: B
team B)
upvoted 1 times
...
Tthurston1
1 year ago
Would have to vote B for this one as well... A is incorrect - L2TP IS a TUNNELING protocol. C is also incorrect - L2TP uses UDP and NOT TCP. D is also incorrect - L2TP includes an additional set of IP, UDP, and L2TP headers.
upvoted 1 times
...
squirrelzzz
1 year, 1 month ago
Selected Answer: B
GRE and IPSEC are two protocols
upvoted 2 times
luismg
7 months, 2 weeks ago
You can have gre tunnels protected with IPSEC, it is common if you want direct layer 3 connectivity, run routing protocols between the GRE peers.
upvoted 1 times
...
...
MPoels
1 year, 2 months ago
Selected Answer: B
Cisco definition: Unlike encapsulation, tunneling allows a lower-layer protocol and a same-layer protocol to be carried through the tunnel." Like stalkr3 said before: L2TP carries a lower layer protocol (L2, like PPP). It is a tunneling protocol (hence the name) and not an encapsulation. https://www.cisco.com/c/en/us/td/docs/ios/12_4/interface/configuration/guide/inb_tun.html#wp1045601
upvoted 3 times
...
nep1019
1 year, 9 months ago
Selected Answer: D
I think it's D and here is why: Take a look at the L2TP header IN the IPSec packet in the diagram here: https://www.researchgate.net/figure/L2TP-over-IPsec-Encapsulation_fig10_330313436 It's not adding an additional header that GRE does as depicted in the diagram here in fig 14.1: https://www.ciscopress.com/articles/article.asp?p=773666&seqNum=2 GRE adds its own required header to the IPSec packet and L2TP does not. Its header is encapsulated within the IPSec packet.
upvoted 3 times
...
ffaiz
1 year, 10 months ago
Selected Answer: A
https://www.ibm.com/docs/en/i/7.4?topic=concepts-layer-2-tunnel-protocol L2TP is actually a variation of an IP encapsulation protocol. The L2TP tunnel is created by encapsulating an L2TP frame inside a User Datagram Protocol (UDP) packet, which in turn is encapsulated inside an IP packet. https://learningnetwork.cisco.com/s/question/0D53i00000KstmKCAR/difference-between-gre-and-ipsec https://www.cloudflare.com/learning/network-layer/what-is-gre-tunneling/ GRE is a tunneling protocol
upvoted 2 times
...
haiderzaid
2 years ago
A: is not correct since L2TP is frame encapsulation and gre over ipsec is not a single protocol. C: wrong D:L2TP also adds it own header So only B remaining ,its not clear for me but the other three answers seems wrong to me
upvoted 2 times
haiderzaid
2 years ago
i think B is write because GRE over ipsec is a combination of two protocols and cannot be used as standalone protocol, and L2TP can be used without security and encryption also we can use Ipsec to make it secure
upvoted 2 times
...
...
stalkr3
2 years ago
A is wrong. Per Cisco site:"Unlike encapsulation, tunneling allows a lower-layer protocol and a same-layer protocol to be carried through the tunnel." L2TP carries a lower layer protocol (L2, like PPP). It is a tunneling protocol (hence the name) and not an encapsulation.
upvoted 3 times
...
achille5
2 years, 1 month ago
Selected Answer: A
D is wrong, L2TP adds 8bytes of header ...Overhead is tallied for an IP header of 20 bytes, a UDP header of 8 bytes, and an L2TP header of 8 bytes.
upvoted 2 times
...
Brumik
2 years, 2 months ago
If you read the question carefully, the answer is B
upvoted 3 times
davezz
2 years, 1 month ago
Yes B. C is obviously wrong. A is also wrong as L2TP is a tunnel protocol and what it encapsulates is the entire Ethernet frame, not just an IP packet, in addition, "GRE over IPsec" is not a protocol, it is using 2 protocols together. D is wrong too as L2TP does add its own header, just google for "L2TP header" and you will find the answer, the search resulted images are useful too.
upvoted 1 times
...
...
luisseijuro
2 years, 2 months ago
Selected Answer: D
https://ipwithease.com/gre-vs-l2tp/
upvoted 2 times
...
luisseijuro
2 years, 2 months ago
Selected Answer: D
https://ipwithease.com/gre-vs-l2tp/
upvoted 3 times
...
CCNP21
2 years, 3 months ago
Selected Answer: A
I believe A is correct. L2TP is actually a variation of an IP encapsulation protocol. GRE is a tunneling protocol which is used to transport multicast, broadcast and non-IP packets like IPX etc. IPSec is an encryption protocol.
upvoted 3 times
...
Anonymous983475
2 years, 3 months ago
Selected Answer: A
Only A makes sense
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago