I.U.T. Amiens
Département Informatique
Année Universitaire 2003/2004
Unix : Programmation Réseau
C. Drocourt – Màj le 08/12/2003
Unix : Programmation
Réseau
I.U.T. Amiens
08/12/2003
Sommaire
1 - Introduction et Rappels...................................................................................................................4
1.1 - LE MODELE OSI (Open System Interconnection) ................................................................4
1.2 - TCP/IP .....................................................................................................................................4
1.2.1 - Description........................................................................................................................4
1.2.2 - Les adresses IPs ................................................................................................................5
1.2.3 - Les adresses réservées ......................................................................................................6
1.2.4 - La commande ifconfig (Interface Configuration).............................................................7
1.3 - ICMP .......................................................................................................................................7
1.3.1 - Description........................................................................................................................7
1.3.2 - La commande ping ...........................................................................................................7
1.4 - Les protocoles UDP et TCP.....................................................................................................8
1.4.1 - UDP : Livraison non fiable, sans connexion ....................................................................8
1.4.2 - TCP : Transport de flot fiable...........................................................................................8
1.4.3 - Identification du service : les ports...