Network diagnostics tool

Check host connectivity, latency, and web port availability

The network diagnostics tool helps you quickly check whether a host is reachable, how responsive it is, and whether common web ports are available. It is useful for system administrators, developers, and anyone troubleshooting basic connectivity issues before going deeper.

Use it to resolve a hostname to an IP address, test HTTP and HTTPS reachability, measure latency across multiple attempts, and get a short interpretation of the result. It is designed for fast browser-based diagnostics with a clean summary and technical details when needed.

How to use

  1. Enter a hostname or IP address, such as google.com or 1.1.1.1.
  2. Click Diagnose to start the checks.
  3. Review the summary cards for reachability, average latency, jitter, and port status.
  4. Check the connectivity section to see per-port results and attempt details.
  5. Read the interpretation block for a quick explanation of the overall result.
  6. Expand raw diagnostics only when you need the technical output for troubleshooting or sharing.

FAQ

Network diagnostics help

This tool resolves the target host to an IP address, tests HTTP response time on ports 80 and 443 across multiple attempts, and shows a summary with status, average response time, jitter, and a short interpretation of the result.

Practical examples

Example 1: You want to check whether a public website is reachable over HTTPS. Enter the domain, run the diagnostic, and confirm that port 443 is reachable with acceptable latency.

Example 2: A site loads slowly for users. Run the tool against the hostname and compare the average latency and jitter values to see whether the connection looks stable or degraded.

Example 3: A target works in the browser but fails on plain HTTP. The tool can quickly show whether port 80 is unavailable while 443 is still reachable.

Useful links

Other tools

  • DNS lookup — check A, AAAA, MX, TXT, CNAME, NS, and other record types.
  • My IP and network info — inspect your public IP, ISP, country, and connection details.
  • IP subnet calculator — calculate subnet ranges, masks, hosts, and allocation details.
  • Curl converter — convert curl commands into Fetch API, Axios, and PowerShell snippets.