Files
tp2-reso/README.md
arussac 8903c12f9d anto
2025-02-03 10:03:23 +01:00

50 lines
1010 B
Markdown

# TP 2 réseau
### Team
Raphaël, Ethan, Antonin
## Sommaire
### [Partie 1](#partie-1)
### [Partie 2](#partie-2)
--------------------
## Partie 1
Configuration de deux VM chez Ethan (Cynosure, Mikoshi)
Machine | Cynosure | Mikoshi |
| ------------- | ------------- | ------------- |
| IPAdress | 192.168.1.87 | 192.168.1.42 |
| Mask | 255.255.255.0 | 255.255.255.0 |
Ping :
![alt text](ping_cynosure_mikoshi.gif)
-------
## Partie 2
Machine | Cynosure | Mikoshi |
| ------------- | ------------- | ------------- |
| puit | ````./tsock -p 5667 ```` | ````./tsock -p 5668```` |
| source | ````./tsock -s 192.168.1.42 5668```` | ````./tsock -s 192.168.1.87 5667```` |
TCP :
![alt text](tsock_cynosure_mikoshi.gif)
UDP :
![alt text](tsock2_cynosure_mikoshi.gif)
#### 1
a) UDP :
![alt text](tsock2_cynosure_mikoshi.gif)
b) On constate des pertes avec UDP :
![alt text](image_perte.png)
à l'inverse de TCP qui ne perd pas de packages :
![alt text](image_non_perte_tcp.png)
c)