diff --git a/README.md b/README.md index 0e5d7bb..d79a8ba 100644 --- a/README.md +++ b/README.md @@ -93,11 +93,29 @@ c) ```` ### Exercice 4 -a) -b) -c) -d) +a,b,c,d) +Pour TCP : +(*) Les adresses MAC ne sont pas les mêmes, car nous avons effectué le TP sur des machines réelles dans le cluster physique d'Ethan. + | Machine | Cynosure | Mikoshi | + |------------|----------------------------------|----------------------------------| + | Adresse Mac | 6c:4b:90:42:46:69 (*) | e8:6a:64:f3:0d:45 (*) | + | Adresse IP | 192.168.1.42 | cynosure.nsca (192.168.1.87) | + | UDP/TCP | (tos 0x0, ttl 64, id 43404, offset 0, flags [DF], proto TCP (6), length 60) | (tos 0x0, ttl 64, id 0, offset 0, flags [DF], proto TCP (6), length 40) | + | Port du Puit | 52027 | 52027 | + | Port de la source | 52027 | 52027 | + + +Pour UDP : + | Machine | Cynosure | Mikoshi | + |------------|----------------------------------|----------------------------------| + | Adresse Mac | 6c:4b:90:42:46:69 (*) | e8:6a:64:f3:0d:45 (*) | + | Adresse IP | 192.168.1.42 | cynosure.nsca (192.168.1.87) | + | UDP/TCP | (tos 0x0, ttl 64, id 26406, offset 0, flags [DF], proto UDP (17), length 38) | (tos 0x0, ttl 64, id 26406, offset 0, flags [DF], proto UDP (17), length 38) | + | Port du Puit | 56368 | 5667 | + | Port de la source | 56368 | 56368 | + ### Exercice 5 -a) -b) \ No newline at end of file +a) La diffusion Broadcast envoie une communication à tous les appareils du réseau. +b) Adresse de diffusion +![alt text](./broadcast_cynosure.gif) \ No newline at end of file diff --git a/log_broadcast b/log_broadcast new file mode 100644 index 0000000..c0d2290 --- /dev/null +++ b/log_broadcast @@ -0,0 +1,26 @@ +10:24:51.012164 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from 20:66:cf:e0:bf:14 (oui Unknown), length 356 + 0x0000: ffff ffff ffff 2066 cfe0 bf14 0800 4510 + 0x0010: 0180 0000 4000 4011 395e 0000 0000 ffff + 0x0020: ffff 0044 0043 016c 94da 0101 0600 61a1 + 0x0030: 8686 0002 0000 0000 0000 0000 0000 0000 + 0x0040: 0000 0000 0000 2066 cfe0 bf14 0000 0000 + 0x0050: 0000 0000 0000 0000 0000 0000 0000 0000 + 0x0060: 0000 0000 0000 0000 0000 0000 0000 0000 + 0x0070: 0000 0000 0000 0000 0000 0000 0000 0000 + 0x0080: 0000 0000 0000 0000 0000 0000 0000 0000 + 0x0090: 0000 0000 0000 0000 0000 0000 0000 0000 + 0x00a0: 0000 0000 0000 0000 0000 0000 0000 0000 + 0x00b0: 0000 0000 0000 0000 0000 0000 0000 0000 + 0x00c0: 0000 0000 0000 0000 0000 0000 0000 0000 + 0x00d0: 0000 0000 0000 0000 0000 0000 0000 0000 + 0x00e0: 0000 0000 0000 0000 0000 0000 0000 0000 + 0x00f0: 0000 0000 0000 0000 0000 0000 0000 0000 + 0x0100: 0000 0000 0000 0000 0000 0000 0000 0000 + 0x0110: 0000 0000 0000 6382 5363 3501 033d 0701 + 0x0120: 2066 cfe0 bf14 3204 c0a8 0174 3604 c0a8 + 0x0130: 01fe 3902 05dc 3c35 0000 1f31 01f6 495d + 0x0140: 7d92 b174 0800 0001 94cb 5774 7f92 d8d0 + 0x0150: c345 48ad d426 cc38 2f9f 1959 f387 1892 + 0x0160: 8f54 a065 65c2 2b9d 2211 0e2f d20c 1246 + 0x0170: 7265 6562 6f78 2050 6c61 7965 7220 504f + 0x0180: 5037 0a01 0306 0f1a 1c33 3a3b 2bff \ No newline at end of file