Ping versus TraceRoute Archives - Anuj Varma, Hands-On Technology Architect, Clean Air Activist https://www.anujvarma.com/tag/ping-versus-traceroute/ Production Grade Technical Solutions | Data Encryption and Public Cloud Expert Tue, 09 Nov 2021 16:31:59 +0000 en-US hourly 1 https://wordpress.org/?v=6.9.4 https://www.anujvarma.com/wp-content/uploads/anujtech.png Ping versus TraceRoute Archives - Anuj Varma, Hands-On Technology Architect, Clean Air Activist https://www.anujvarma.com/tag/ping-versus-traceroute/ 32 32 Ping versus TraceRoutes https://www.anujvarma.com/ping-versus-traceroutes/ https://www.anujvarma.com/ping-versus-traceroutes/#respond Fri, 03 Jun 2016 16:01:48 +0000 http://www.anujvarma.com/?p=4220 Do Firewalls Let in Ping Traffic? Corporate firewalls may not allow PING traffic, which makes it not the most reliable test. Tracert however, should always work, since it is based […]

The post Ping versus TraceRoutes appeared first on Anuj Varma, Hands-On Technology Architect, Clean Air Activist.

]]>
Do Firewalls Let in Ping Traffic?

Corporate firewalls may not allow PING traffic, which makes it not the most reliable test.

Tracert however, should always work, since it is based on underlying TCP / IP and cannot be blocked.

Traceroute

Traceroute is a utility that traces a packet from your computer to an Internet host. It shows the number of hops the packet requires to reach the host and how long each hop takes. If you’re visiting a Web site and pages are appearing slowly, you can use traceroute to figure out where the longest delays are occurring. Traceroute utilities work by sending packets with low time-to-live (TTL) fields. The TTL value specifies how many hops the packet is allowed before it is returned. When a packet can’t reach its destination because the TTL value is too low, the last host returns the packet and identifies itself. By sending a series of packets and incrementing the TTL value with each successive packet, traceroute finds out who all the intermediary hosts are.

Summary

Both TraceRoute and Ping are commonly used to troubleshoot ‘hosts not accessible’ type of scenarios. They differ in that TraceRoute is far more comprehensive – and informational – and not easily blocked by corporate firewalls.

The post Ping versus TraceRoutes appeared first on Anuj Varma, Hands-On Technology Architect, Clean Air Activist.

]]>
https://www.anujvarma.com/ping-versus-traceroutes/feed/ 0