Ketikkan pada command prompt perintah dibawah ini:
ping -a xxxx.xxxx.xxxx.xxxx
Misal kita mengetahui IP suatu host yaitu 192.168.0.54, tapi tidak tahu computer name nya,caranya adalah:
ping -a 192.168.0.54
Kalau terkoneksi dengan host yang di ping, host akan mereply dengan contoh hasil seperti dibawah ini:
Pinging RESTAMA2 [192.168.0.54] with 32 bytes of data:
Reply from 192.168.0.54: bytes=32 time<1ms TTL=128
Reply from 192.168.0.54: bytes=32 [...]
