File:Esempio rete NAT64.svg

Summary

Category:Igen tool notfdIgen tool "Created with Latex" notfd
Description
English: Migration to IPv6: example of NAT64 network.
Italiano: Migrazione a IPv6: esempio di rete NAT64.
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#Esempio%20rete%20NAT64.svg
Other versions
SVG development
InfoField

Source code

TikZ code

\tikzstyle{host}=[rectangle, minimum size = 8mm, thick, draw =black!80, node distance = 3mm]
\tikzstyle{net}=[circle, minimum size = 10mm, thick, draw =black!80, node distance = 5mm]
\tikzstyle{connect}=[-latex, thick]
\tikzstyle{box}=[rectangle, draw=black!100]
  \node[host] (Host) [] {host solo IPv6};
  \node[net] (IPv6) [right=of Host] {rete solo IPv6};
  \node[net] (Backbone) [below=of IPv6, label=right:\ul{NAT64}+\ul{DNS64}] {rete IPv4 + IPv6};
  \node[net] (IPv4) [below=of Backbone, label=left:\ul{DNS}] {rete IPv4};
  \node[host] (Host2) [right=of IPv4, label=below:www.example.com] {host solo IPv4};
  \path (Host) edge [connect] (IPv6)
        (IPv6) edge [connect] (Backbone)
        (Backbone) edge [connect] (IPv4)
        (IPv4) edge [connect] (Host2);
Category:IPv6 transition mechanisms Category:Images with LaTeX source code
Category:CC-BY-SA-4.0 Category:IPv6 transition mechanisms Category:Igen tool notfd Category:Images with LaTeX source code