2025-08-05 19:49:32 +02:00
|
|
|
## Internet
|
2021-09-17 11:38:09 +02:00
|
|
|
|
2025-08-05 19:49:32 +02:00
|
|
|
### Présentation
|
2021-09-17 11:38:09 +02:00
|
|
|
|
|
|
|
|
Grâce à sa souplesse et à son universalité, Internet est devenu le moyen de communication principal entre les hommes et avec les machines.
|
|
|
|
|
|
|
|
|
|
Ce chapitre a pour objectif de répondre aux questions suivantes :
|
|
|
|
|
|
|
|
|
|
- Qu'est-ce qu'__Internet__ ?
|
|
|
|
|
- Comment __fonctionne__-t-il ?
|
|
|
|
|
|
|
|
|
|
## Progression
|
|
|
|
|
|
2022-07-21 15:48:00 +02:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2021-09-17 11:38:09 +02:00
|
|
|
```mermaid
|
|
|
|
|
flowchart LR;
|
|
|
|
|
A[1. Définition]-->B[2. Adresse IP];
|
|
|
|
|
B-->C[3. Adresses symboliques et DNS];
|
|
|
|
|
C-->D[4. Protocole TCP];
|
|
|
|
|
C-->E[5. Réseaux pair-à-pair];
|
|
|
|
|
|
2025-08-05 19:49:32 +02:00
|
|
|
click A "https://gitlab.com/FlorianMathieu/snt/-/tree/main/sequences/internet/definition" "Lien vers 1. Définition"
|
2021-09-17 11:38:09 +02:00
|
|
|
click B "./ip" "Lien vers 2. Adresse IP"
|
2023-02-26 12:41:29 +01:00
|
|
|
click C "https://gitlab.com/FlorianMathieu/snt/-/tree/main/sequences/internet/dns" "Lien vers 3. Adresses symboliques et DNS"
|
|
|
|
|
click D "https://gitlab.com/FlorianMathieu/snt/-/tree/main/sequences/internet/tcp" "Lien vers 4. Protocole TCP"
|
|
|
|
|
click E "https://gitlab.com/FlorianMathieu/snt/-/tree/main/sequences/internet/p2p" "Lien vers 5. Réseaux pair-à-pair"
|
2021-09-17 11:38:09 +02:00
|
|
|
```
|
|
|
|
|
|
2025-08-05 19:49:32 +02:00
|
|
|
### Le programme
|