nerdexam
EC-Council

312-50V11 · Question #376

In the OSI model, where does PPTP encryption take place?

The correct answer is C. Data link layer. PPTP tunnels PPP frames and applies MPPE encryption at the Data Link layer (Layer 2) of the OSI model, making the Data Link layer the correct answer.

Cryptography

Question

In the OSI model, where does PPTP encryption take place?

Options

  • ATransport layer
  • BApplication layer
  • CData link layer
  • DNetwork layer

How the community answered

(30 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    87% (26)
  • D
    7% (2)

Why each option

PPTP tunnels PPP frames and applies MPPE encryption at the Data Link layer (Layer 2) of the OSI model, making the Data Link layer the correct answer.

ATransport layer

The Transport layer (Layer 4) handles end-to-end communication and segmentation via protocols like TCP/UDP; PPTP uses TCP for its control connection but encryption does not occur at this layer.

BApplication layer

The Application layer (Layer 7) hosts user-facing protocols and services; PPTP encryption is not applied at this layer.

CData link layerCorrect

PPTP is a Layer 2 tunneling protocol that encapsulates PPP (Point-to-Point Protocol) frames inside GRE packets. The encryption is provided by MPPE (Microsoft Point-to-Point Encryption), which operates within the PPP layer - a Data Link layer construct. Because the encrypted payload is a PPP frame, the encryption itself takes place at Layer 2 of the OSI model.

DNetwork layer

The Network layer (Layer 3) handles routing via IP; while GRE operates at Layer 3 as the carrier, the actual PPTP encryption of PPP frames occurs at Layer 2, not Layer 3.

Concept tested: PPTP OSI layer and MPPE encryption placement

Source: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-ptpt/bf58086d-a757-4cc2-ae62-e8116a8e0b43

Topics

#PPTP#OSI model#data link layer#VPN encryption

Community Discussion

No community discussion yet for this question.

Full 312-50V11 Practice