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)
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-4.0#VPN%20solution%20classification.svg
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}}}};
Category:Virtual private networks Category:Images with LaTeX source code
Category:CC-BY-SA-4.0 Category:Images with LaTeX source code Category:Virtual private networks