To trace the route from your location to a distant IP address, you perform multiple ping attempts.
On the first attempt, the TTL parameter is set to 1, causing the first network node to cease forwarding and return an error.
The error contains information about that node.
On the next attempt, the TTL parameter is set to 2, causing the second node in the path to return an error.
The TTL parameter is incremented by 1, causing each subsequent node to return an error until the destination is reached.
This provides information about every node on the path between your machine and the destination server.
For complete .NET code check http://msd2d.com/newsletter_tip.aspx?section=dotnet&id=abf47aa9-ec5b-456e-a2f9-1ad0fd10a2f5

1 comment:
You write very well.
Post a Comment