remyforbes777 wrote: I think what he is asking is, can he use the ping command to tell what OS the computer he is pinging is using.
Webmaster wrote: remyforbes777 wrote: I think what he is asking is, can he use the ping command to tell what OS the computer he is pinging is using. Yes, looks he is. Even though one could perhaps narrow down the choices based on certain responses, it doesn't provide direct info about the target OS. But especially since this question is posted in the Network+ forum, the answer is no.
[climber@blackhole ~]$ ping 192.168.1.100 PING 192.168.1.100 (192.168.1.100) 56(84) bytes of data. 64 bytes from 192.168.1.100: icmp_seq=1 ttl=128 time=94.4 ms 64 bytes from 192.168.1.100: icmp_seq=2 ttl=128 time=0.862 ms 64 bytes from 192.168.1.100: icmp_seq=3 ttl=128 time=0.768 ms 64 bytes from 192.168.1.100: icmp_seq=4 ttl=128 time=0.797 ms 64 bytes from 192.168.1.100: icmp_seq=5 ttl=128 time=0.756 ms --- 192.168.1.100 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 3999ms rtt min/avg/max/mdev = 0.756/19.522/94.429/37.453 ms [climber@blackhole ~]$ ping 192.168.1.7 PING 192.168.1.7 (192.168.1.7) 56(84) bytes of data. 64 bytes from 192.168.1.7: icmp_seq=1 ttl=64 time=0.044 ms 64 bytes from 192.168.1.7: icmp_seq=2 ttl=64 time=0.034 ms 64 bytes from 192.168.1.7: icmp_seq=3 ttl=64 time=0.032 ms 64 bytes from 192.168.1.7: icmp_seq=4 ttl=64 time=0.033 ms 64 bytes from 192.168.1.7: icmp_seq=5 ttl=64 time=0.034 ms --- 192.168.1.7 ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4000ms rtt min/avg/max/mdev = 0.032/0.035/0.044/0.006 ms [climber@blackhole ~]$