références computer networks andrew s. tanenbaum prentice hall internetworking technologies...

26
Références • Computer Networks Andrew S. Tanenbaum Prentice Hall • Internetworking Technologies Handbook http://www.cisco.com/univercd/ cc/td/doc/cisintwk/ito_doc/ index.htm

Upload: aurelien-becker

Post on 04-Apr-2015

107 views

Category:

Documents


2 download

TRANSCRIPT

Page 1: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

Références

• Computer Networks Andrew S. Tanenbaum Prentice Hall

• Internetworking Technologies Handbook

http://www.cisco.com/univercd/cc/td/doc/cisintwk/ito_doc/index.htm

Page 2: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

Matière

• Protocole IP

• Réseaux locaux

• Interconnexion de réseaux locaux

• WAN

• Aspects de sécurité

• Mise en Oeuvre et Gestion

Page 3: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

Symboles

Page 4: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

1960 - 1970

Page 5: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

1980 - 1990

Page 6: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

Modèle OSI

Page 7: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

Couches Supérieures

Page 8: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

Couches Inférieures

Page 9: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

Encapsulation

Page 10: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

Désencapsulation

Page 11: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

Comparaison

Page 12: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

Internet Protocol Suite

Page 13: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

Packet Format

Page 14: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

Format d’adresses

• 32 bits

• “Dotted decimal” notation

• Decomposées en une partie “réseau” et une partie “hote”

Page 15: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

Format d’adresses

Page 16: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

Classful Addresses

Page 17: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

Classful Addresses

Page 18: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

Adressage

• Toute adresse est unique

• Toute interface a une adresse

• Toutes ces règles ont des exceptions

• Adresse réseau et adresse broadcast

Page 19: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

Adresses Privées

• 10.0.0.0 - 10.255.255.255

• 172.16.0.0 - 172.31.255.255

• 192.168.0.0 - 192.168.255.255

• 127.0.0.1: localhost

Page 20: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

VLSM

• Flexibilite limitée

• Gaspillage d’adresses

• Solution: Subnets (pas seulement a la limite du byte)

• On “emprunte” des bits de la partie hote pour creer une partie sous-réseau

Page 21: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

Subnet Mask

Page 22: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

ICMP

• Internet Control Message Protocol

• Destination Unreachable

• Echo Request and Reply

• Time Exceeded

• Applications: ping, trace

Page 23: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

TCP

• Stream data transfer

• Reliability: positive ack, retransmission

• Three-way Handshake (SYN, SYN ACK, ACK)

• Sliding Window (taille peut etre dynamique)

• Ex. de pbl: lien satellite

Page 24: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

TCP Packet Format

Page 25: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

UDP

• Connectionless

• No reliability, flow-control, or error-recovery

• Less Overhead

• NFS, SNMP, DNS, TFTP

• Utilisé pour la voix

Page 26: Références Computer Networks Andrew S. Tanenbaum Prentice Hall Internetworking Technologies Handbook  c/cisintwk/ito_doc/index.htm

UDP Packet Format