Mudanças entre as edições de "Usuário:Kalvim"

De MediaWiki do Campus São José
Ir para navegação Ir para pesquisar
(New page: <graphviz> graph Rede { antialias=true Internet [shape=diamond] central [shape=Mrecord] R1 [shape=Mrecord] R2 [shape=Mrecord] R3 [shape=Mrecord] R4 [shape=Mrecord] Internet -- central [l...)
 
Linha 7: Linha 7:
 
central [shape=Mrecord]
 
central [shape=Mrecord]
 
R1 [shape=Mrecord]
 
R1 [shape=Mrecord]
R2 [shape=Mrecord]
+
Si [shape=Mrecord]
R3 [shape=Mrecord]
+
Se [shape=Mrecord]
R4 [shape=Mrecord]
+
 
  
 
Internet -- central [label="192.168.2.1/24"]
 
Internet -- central [label="192.168.2.1/24"]

Edição das 20h32min de 19 de novembro de 2009

<graphviz> graph Rede { antialias=true

Internet [shape=diamond] central [shape=Mrecord] R1 [shape=Mrecord] Si [shape=Mrecord] Se [shape=Mrecord]


Internet -- central [label="192.168.2.1/24"] central -- R1 central -- R2 central -- R3 central -- R4 R1 -- "RedeA: 30 estações" R2 -- "RedeB: 60 estações" R3 -- "RedeC: 40 estações" R4 -- "RedeD: 150 estações" } </graphviz>