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?

link|improve this question
feedback

migrated from stackoverflow.com Apr 9 '10 at 17:59

This question came from our site for professional and enthusiast programmers.

5 Answers

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.

link|improve this answer
feedback

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.

link|improve this answer
feedback

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.

link|improve this answer
feedback

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.

link|improve this answer
feedback

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

link|improve this answer
1  
lmgtfy is not an appropriate answer for this site. See here: meta.stackoverflow.com/questions/8724/… and here: meta.stackoverflow.com/questions/15650/… for reasons and alternative ways of handling simple questions. – Simon P Stevens Apr 10 '10 at 13:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.