312-50V9 · Question #152
In the OSI model, where does PPTP encryption take place?
The correct answer is C. Data link layer. PPTP operates by encapsulating PPP frames and applies encryption at the Data Link layer (Layer 2) of the OSI model.
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
(32 responses)- A6% (2)
- C91% (29)
- D3% (1)
Why each option
PPTP operates by encapsulating PPP frames and applies encryption at the Data Link layer (Layer 2) of the OSI model.
The Transport layer (Layer 4) handles end-to-end communication via protocols like TCP and UDP; PPTP encryption does not operate at this layer.
The Application layer (Layer 7) is where user-facing protocols like HTTP and FTP operate; PPTP is a tunneling protocol well below this layer.
PPTP (Point-to-Point Tunneling Protocol) functions by encapsulating PPP (Point-to-Point Protocol) frames, which are a Layer 2 Data Link layer construct. The encryption mechanism used with PPTP, specifically MPPE (Microsoft Point-to-Point Encryption), is applied within the PPP frame at the Data Link layer before the resulting payload is encapsulated in GRE for transport. This places the encryption function squarely at Layer 2.
The Network layer (Layer 3) handles logical addressing and routing via IP; while GRE (used by PPTP for tunneling) operates here, the encryption itself occurs at Layer 2 within the PPP frame.
Concept tested: PPTP VPN protocol OSI layer placement
Source: https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-ptpt/98b9b3d5-6c5e-4e1c-9b1f-3e0e7a3c6c8e
Topics
Community Discussion
No community discussion yet for this question.