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...)
 
 
(2 revisões intermediárias pelo mesmo usuário não estão sendo mostradas)
Linha 5: Linha 5:
  
 
Internet [shape=diamond]
 
Internet [shape=diamond]
central [shape=Mrecord]
+
Roteador [shape=Mrecord]
R1 [shape=Mrecord]
+
 
R2 [shape=Mrecord]
+
Si [shape=Mrecord]
R3 [shape=Mrecord]
+
Se [shape=Mrecord]
R4 [shape=Mrecord]
+
 
 +
 
 +
Internet -- Roteador [label="200.135.37.82/24"]
 +
Roteador -- Si [label="192.168.5.0/24"]
 +
Roteador -- Se [label="192.168.6.0/24"]
  
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>
 
</graphviz>

Edição atual tal como às 20h36min de 19 de novembro de 2009

<graphviz> graph Rede { antialias=true

Internet [shape=diamond] Roteador [shape=Mrecord]

Si [shape=Mrecord] Se [shape=Mrecord]


Internet -- Roteador [label="200.135.37.82/24"] Roteador -- Si [label="192.168.5.0/24"] Roteador -- Se [label="192.168.6.0/24"]

} </graphviz>