0

today I want to ask you a question about internet network command pathping = tracert+ping, so what is the difference between ping and ping in pathping command?

sysadmin1138
  • 133,124
  • 18
  • 176
  • 300
Fri13th
  • 111
  • 1
  • 3

5 Answers5

2

Its as you said, the Ping utility pings the address you provided, the Pathping utility does a traceroute then pings all the hops. Both pings operate in the same way.

Alex K
  • 131
  • 3
1

The main difference is that ping shows ICMP availability of the end point, which consist of the availability of hops in the middle and health of the endpoint. While pathping shows you health of the entire route.

0

Ping shows the time it takes to get from you to the destination.

Pingpath shows time time it takes for each hop along the path from you to the destination.

Chris S
  • 77,945
  • 11
  • 124
  • 216
0

I don't think there is any difference in the ping part of it. When you run pathping, it does a traceroute, then pings each of the devices in the route, and reports the results of ping.

You could do this manually, and I guess at some point someone who had to do that got bored and wrote pathping to do it in a single step.

dunxd
  • 9,632
  • 22
  • 81
  • 118
-4

There is a good discussion of the differences here: http://www.google.com/search?q=pathping+vs+ping

Zoredache
  • 130,897
  • 41
  • 276
  • 420
Insyte
  • 9,394
  • 3
  • 28
  • 45
  • 1
    lmgtfy is not an appropriate answer for this site. See here: http://meta.stackexchange.com/questions/8724/how-to-deal-with-google-questions and here: http://meta.stackexchange.com/questions/15650/ban-lmgtfy-let-me-google-that-for-you-links for reasons and alternative ways of handling simple questions. – Simon P Stevens Apr 10 '10 at 13:40