Redes de computadores
3. Arquitetura TCP/IP
Eduardo Coelho coelho@itnatal.com.br PILHA TCP/IP
PILHA TCP/IP
PILHA TCP/IP
PILHA TCP/IP
Protocolos da camada de inter-rede:
IP:
Provê
serviço de datagrama não confiável.
Realiza a fragmentação e remontagem dos datagramas.
Faz controle de tempo de vida dos pacotes.
Realiza roteamento (direto e indireto).
PILHA TCP/IP
Protocolos da camada de inter-rede:
ICMP:
Protocolo
utilizado para mensagens de controle, normalmente usado em testes e auditoria de redes.
IGMP:
Protocolo
utilizado para mensagens de controle de grupos, normalmente usado na configuração de IPs multicast. PILHA TCP/IP
Protocolos da camada de inter-rede:
ARP:
Protocolo
responsável pela conversão de endereços
IPs em endereços físicos (endereços MAC).
RARP:
Protocolo
responsável pela conversão de endereços físicos em endereços IP.
PILHA TCP/IP
Protocolos da camada de transporte:
TCP:
Orientado a conexão.
Garante a entrega dos pacotes.
Garante integridade dos pacotes (realiza controle de erro).
Garante a sequência dos pacotes.
UDP:
Não orientado a conexão.
Não garante entrega, integridade ou seqüência dos pacotes.
Provê campo opcional para controle de erro.
PILHA TCP/IP
PDU do IPv4
PILHA TCP/IP
4 bits that contain the version, that specifies if it's an
IPv4 or IPv6 packet,
4 bits that contain the Internet Header Length which is the length of the header,
8 bits that contain the Type of Service, also referred to as
Quality of Service (QoS), which describes what priority the packet should have,
16 bits that contain the length of the packet,
16 bits that contain an identification tag to help reconstruct the packet from several fragments,
3 bits that contain a flag that says if the packet is allowed to be fragmented or not,
PILHA TCP/IP