File:VPN solution classification.svg
| Description |
English: Classification of VPN solutions.
Italiano: Classificazione delle soluzioni VPN. |
| Date | |
| Source | Own work |
| Author | Lorenzo David, Luca Ghio |
| Permission (Reusing this file) |
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
|
| Other versions |
|
- TikZ code
[-,thick,%
every node/.style={shape=rectangle,inner sep=1pt,thick}, level distance=1.2cm]
\node {VPN} [edge from parent fork down]
[sibling distance=8cm]
child {node {overlay}
[sibling distance=4cm]
child {node {layer 2}
[sibling distance=2cm]
child {node[align=center] {connection\\oriented}
[sibling distance=1cm]
child {node[align=center] {Frame\\Relay}}
child {node {ATM}}}
child {node {MPLS}}}
child {node {layer 3}
[sibling distance=2cm]
child {node {site-to-site}
[sibling distance=1cm]
child {node {IPsec}}
child {node {GRE}}}
child {node {access}}
[sibling distance=1cm]
child {node {PPTP}}
child {node {L2TP}}}
child {node {layer 4}
child {node {SSL}}}}
child {node {peer}
child {node {layer 3}}
[sibling distance=4cm]
child {node[align=center] {without\\MPLS}
[sibling distance=2cm]
child {node[align=center] {dedicated\\router}}
child {node[align=center] {shared\\router}}}
child {node {MPLS}
[sibling distance=2cm]
child {node {BGP}}
child {node[align=center] {virtual\\routers}}}};