File:NAT64 network example.svg
Summary
| 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 |
| Other versions |
|
| SVG development |
Source code

This media was created with PGF/TikZ (pair of languages for producing vector graphics from a geometric/algebraic description)Category:Images with PGF/TikZ source code
Here is a listing of the source used to create this file.
Here is a listing of the source used to create this file.
\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) [] {IPv6-only host};
\node[net] (IPv6) [right=of Host] {IPv6-only network};
\node[net] (Backbone) [below=of IPv6, label=right:\ul{NAT64}+\ul{DNS64}] {IPv4 + IPv6 network};
\node[net] (IPv4) [below=of Backbone, label=left:\ul{DNS}] {IPv4 network};
\node[host] (Host2) [right=of IPv4, label=below:www.example.com] {IPv4-only host};
\path (Host) edge [connect] (IPv6)
(IPv6) edge [connect] (Backbone)
(Backbone) edge [connect] (IPv4)
(IPv4) edge [connect] (Host2);
Licensing
Lorenzo David, Luca Ghio, the copyright holder of this work, hereby publishes it under the following license:
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
Attribution:
Lorenzo David, Luca Ghio
- 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.