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.
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)- A3% (1)
- B3% (1)
- C87% (26)
- D7% (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.
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.
The Application layer (Layer 7) hosts user-facing protocols and services; PPTP encryption is not applied at this layer.
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.
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
Community Discussion
No community discussion yet for this question.