File:Classificazione soluzioni VPN.svg

Summary

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#Classificazione%20soluzioni%20VPN.svg
Other versions
SVG development
InfoField
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 {livello 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 {livello 3}
		    [sibling distance=2cm]
		     child {node {site-to-site}
		     [sibling distance=1cm]
		      child {node {IPsec}}
		      child {node {GRE}}}
		     child {node {di accesso}}
		     [sibling distance=1cm]
		      child {node {PPTP}}
		      child {node {L2TP}}}
		    child {node {livello 4}
		     child {node {SSL}}}}
		  child {node {peer}
		    child {node {livello 3}}
		    [sibling distance=4cm]
		     child {node[align=center] {senza\\MPLS}
		     [sibling distance=2cm]
		      child {node[align=center] {router\\dedicato}}
		      child {node[align=center] {router\\condiviso}}}
		     child {node {MPLS}
		     [sibling distance=2cm]
		      child {node {BGP}}
		      child {node[align=center] {virtual\\router}}}};
Category:Images with LaTeX source code Category:Virtual private networks
Category:CC-BY-SA-4.0 Category:Images with LaTeX source code Category:Valid SVG created with LaTeX Category:Virtual private networks