Ci spostiamo allora su una piattaforma Windows95 per eseguire un ping che invii pacchetti con uno specificato time-to-live (sulle altre piattaforme, come UNIX AIX e SUN, questa opzione è dichiarata ma non implementata). Eseguiamo i seguenti ping:
 
C:\>ping -i 7 193.70.224.80                          [ 19.43 ] 

Pinging 193.70.224.80 with 32 bytes of data: 

Reply form 193.76.0.161: TTL expired in transit. 
Reply form 193.76.0.161: TTL expired in transit. 
Reply form 193.76.0.161: TTL expired in transit. 
Reply form 193.76.0.161: TTL expired in transit. 

C:\>ping -i 8 193.70.224.80                          [ 19.44 ] 

Pinging 193.70.224.80 with 32 bytes of data: 

Request timed out. 
Request timed out. 
Request timed out. 
Request timed out. 

C:\>ping -i 9 193.70.224.80                          [ 19.44 ] 

Pinging 193.70.224.80 with 32 bytes of data: 

Reply form 193.70.224.80: bytes=32 time=150ms TTL=248 
Reply form 193.70.224.80: bytes=32 time=141ms TTL=248 
Reply form 193.70.224.80: bytes=32 time=124ms TTL=248 
Reply form 193.70.224.80: bytes=32 time=138ms TTL=248 

C:\>

Si vede che tra il router 193.76.0.161 e la macchina destinazione è apparentemente frapposto un solo altro router, che non ritorna indietro i pacchetti ICMP TIME_EXCEEDED. Stiamo probabilmente all'interno di un sistema che non si vuole far conoscere in alcun modo.  
pagina precedente   torna all'indice