Administração de Redes e Sistemas

De MediaWiki do Campus São José
Revisão de 14h41min de 5 de novembro de 2009 por Etorresini (discussão | contribs) (→‎RASCUNHO)
Ir para navegação Ir para pesquisar
Nota de apresentação: este documento foi concebido para servir de guia de leitura para os assuntos de administração de redes de computadores e sistema operacionais em rede.

História

Órgãos de Padronização

TCP/IP

Livros-base



O Cenário

<graphviz> graph Cenario { Internet [shape=plaintext]

subgraph clusterSJ { label="São José" Roteador_SJ [label=Roteador,shape=diamond]

subgraph clusterDMZ_SJ { label="DMZ" Switch_DMZ_SJ [label=Switch,shape=record] Servidores_SJ [label=Servidores,shape=Mrecord] Switch_DMZ_SJ -- Servidores_SJ }

subgraph clusterLAN_SJ { label="LAN" Switch_LAN_SJ [label=Switch,shape=record] Clientes_SJ [label=Clientes,shape=circle] Switch_LAN_SJ -- Clientes_SJ }

Roteador_SJ -- Switch_DMZ_SJ Roteador_SJ -- Switch_LAN_SJ } Internet -- Roteador_SJ

subgraph clusterPalhoca { label="Palhoça" Roteador_PA [label=Roteador,shape=diamond] Switch_PA [label=Switch,shape=record] Servidor_PA [label=Servidor,shape=Mrecord] Clientes_PA [label=Clientes,shape=circle] Roteador_PA -- Switch_PA Switch_PA -- Servidor_PA Switch_PA -- Clientes_PA } Internet -- Roteador_PA

subgraph clusterBiguacu { label="Biguaçu" Roteador_BI [label=Roteador,shape=diamond] Switch_BI [label=Switch,shape=record] Clientes_BI [label=Clientes,shape=circle] Roteador_BI -- Switch_BI Switch_BI -- Clientes_BI } Internet -- Roteador_BI

subgraph clusterTransito { label="Usuários móveis" Smartphone_1 [shape=point] Smartphone_2 [shape=point] Smartphone_3 [shape=point] Smartphone_4 [shape=point] Smartphone_5 [shape=point] } Smartphone_1 -- Internet Smartphone_2 -- Internet Smartphone_3 -- Internet Smartphone_4 -- Internet Smartphone_5 -- Internet } </graphviz>

Tecnologias

Camadas Baixas

Camadas Médias

Camadas Altas

Facilitadores

  • DHCP

Diretórios

  • DNS
  • LDAP

Compartilhamento de Arquivos

  • NFS
  • Samba
  • HTTP
    • WebDAV

Comunicação

  • SMTP
  • POP3
  • IMAP
  • XMPP
  • VoIP
    • SIP

Segurança

  • Túneis
  • Filtro de pacotes
  • Analisador de tráfego
    • Proxy
    • IDS