File:IPv6 scoped addresses example.svg

Description
English: Example of usage for IPv6 scoped addresses.
Italiano: Esempio di impiego degli indirizzi scoped IPv6.
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#IPv6%20scoped%20addresses%20example.svg
TikZ code
\tikzstyle{host}=[rectangle, minimum size = 10mm, thick, draw =black!80, node distance = 3mm]
\tikzstyle{net}=[rectangle, minimum size = 10mm, thick, draw =black!80, node distance = 8mm]
\tikzstyle{connect}=[-latex, thick]
  \node[host] (H1) [] {host};
  \node[net] (N1) [below left=of H1] {link A};
  \node[net] (N2) [below right=of H1] {link B};
  \path 
        (H1) edge [connect] (N1)
        (H1) edge [connect] (N2);
Category:IPv6 Category:Images with LaTeX source code
Category:CC-BY-SA-4.0 Category:IPv6 Category:Images with LaTeX source code