nerdexam
CompTIA

SY0-301 · Question #435

A new MPLS network link has been established between a company and its business partner. The link provides logical isolation in order to prevent access from other business partners. Which of the…

The correct answer is C. IPSec VPN tunnels on top of the MPLS link. IPSec VPN tunnels add cryptographic confidentiality and integrity on top of an MPLS link, which provides only logical isolation but no encryption by default.

Security architecture

Question

A new MPLS network link has been established between a company and its business partner. The link provides logical isolation in order to prevent access from other business partners. Which of the following should be applied in order to achieve confidentiality and integrity of all data across the link?

Options

  • AMPLS should be run in IPVPN mode.
  • BSSL/TLS for all application flows.
  • CIPSec VPN tunnels on top of the MPLS link.
  • DHTTPS and SSH for all application flows.

How the community answered

(32 responses)
  • A
    16% (5)
  • B
    9% (3)
  • C
    72% (23)
  • D
    3% (1)

Why each option

IPSec VPN tunnels add cryptographic confidentiality and integrity on top of an MPLS link, which provides only logical isolation but no encryption by default.

AMPLS should be run in IPVPN mode.

MPLS IPVPN mode still relies on provider-level logical separation with no encryption, meaning the carrier or a compromised MPLS node can still read traffic in plaintext.

BSSL/TLS for all application flows.

SSL/TLS only protects specific application flows that implement it, leaving other protocols and data flows unprotected across the link.

CIPSec VPN tunnels on top of the MPLS link.Correct

MPLS provides logical separation of traffic through label switching but does not encrypt data in transit - packets are readable by the MPLS provider. Deploying IPSec VPN tunnels over the MPLS link provides authenticated key exchange, encryption (confidentiality), and HMAC-based integrity verification at the network layer, ensuring data cannot be read or tampered with even by the carrier.

DHTTPS and SSH for all application flows.

HTTPS and SSH protect only specific application-layer protocols and do not provide blanket encryption for all data traversing the MPLS link, leaving gaps for other traffic types.

Concept tested: IPSec over MPLS for confidentiality and integrity

Source: https://www.cisco.com/c/en/us/td/docs/net_mgmt/prime/network/4-1/user/guide/CiscoPrimeNetwork-4-1-UserGuide/mpls-vpn.html

Topics

#IPSec VPN#MPLS#data in transit#network confidentiality

Community Discussion

No community discussion yet for this question.

Full SY0-301 Practice