PING
Melakukan pengecekan proses berjalannya transfer antara du komputer, mengecek koneksi komputer dengan server misal yahoo.com.
ping [ nomor IP Target ]
ping [ hostname Target ]
Contoh :
1. C:\>ping 192.168.0.2
Pinging 192.168.0.2 with 32 bytes of data:
Reply from 192.168.0.2 bytes=32 times=6ms TTL=64
Reply from 192.168.0.2 bytes=32 times=5ms TTL=64
Reply from 192.168.0.2 bytes=32 times=1ms TTL=64
Reply from 192.168.0.2 bytes=32 timesping 192.168.0.2
Pinging 192.168.0.2 with 32 bytes of data:
Reguest timed out
Reguest timed out
Reguest timed out
Reguest timed out
Ping statistic for 192.168.0.2:
Packets: Sent = 4, Recoved = 0, Lost = 4 (100 0% loss)
2. contoh : cek koneksi ke server yahoo.com
C:\>ping yahoo.com
Pinging yahoo.com [206.190.60.37] with 32 bytes of data:
Reply from 206.190.60.37 bytes=32 times=309ms TTL=48
Reply from 206.190.60.37 bytes=32 times=300ms TTL=48
Reply from 206.190.60.37 bytes=32 times=296ms TTL=48
Reply from 206.190.60.37 bytes=32 times=302ms TTL=48
Ping statistic for 206.190.60.37:
Packets: Sent = 4, Recoved = 4, Lost = 0 ( 0% loss)
Approximate round trip times in mili-seconds:
Minimum = 296ms, Maximum = 309ms, Average = 301ms
dari hasil contoh di atas, komputer anda terhubung dengan server yahoo.com, maka dapat Anda ketahui IP server yaho.com adalah 206.190.60.37, untuk menghubungkan komputer anda denga server yahoo.com rata-rata butug waktu 301 ms, contoh2 ini lebih besar dengan contoh 1, karena jarak komputer yang kita hubungan berbeda lebih jauh komputer server yahoo.com, dan juga pengaruh dari jaringan yang menghubungkan komputer Anda dengan komputer server yahoo.com.
.