How to use this check
Enter a public hostname to run the bounded reachability check available in the current web runtime.
The current request path checks TCP 443 with fixed timeout limits and reports ICMP/traceroute as unavailable until controlled path diagnostics exist.
How to interpret the result
TCP latency is a practical availability signal, but it is not the same as ICMP ping or a full network path trace.
Example
A host can block ICMP yet serve HTTPS normally, so a failed ping does not automatically mean the site is down.
Common issues and next steps
Network devices often rate limit ICMP or hide hops, while firewalls may allow HTTPS from some regions and block others.
Use TCP status first, then compare from another network or region when the result does not match user reports.
Methodology and limits
Traceroute requires controlled probe infrastructure; the browser-facing API does not run arbitrary packet path probes.