Analyze IP addresses, calculate subnets, and compare timestamps with these free browser-based network and time utilities. Look up and validate IPv4 and IPv6 addresses, compute subnet masks and CIDR ranges, classify private versus public IP addresses for network diagnostics, and calculate the exact difference between two timestamps or dates in years, months, days, hours, minutes, and seconds. Whether you’re troubleshooting network configurations, planning IP address allocation, or measuring time durations between events — all tools run entirely client-side with no server calls and no signup required.
4 Network & Time Tools
Network tools answer the everyday questions that come up when wiring up infrastructure: is this IP private or public, what's in this subnet, what records does this domain have, how long ago was that timestamp. All four run client-side; DNS lookups go straight to Cloudflare's DoH endpoint without any server intermediary.
/24 with 24 hosts. A /24 subnet has 256 addresses (254 usable). Higher number = smaller subnet. The slash counts network bits, not hosts.10.0.0.0/8, 172.16/12, 192.168/16 as routable. Those are RFC 1918 private ranges — never reachable from the public internet. Common cause of "works locally, broken in prod" deploys.dig +trace to bypass caches.Date.now() in milliseconds with code expecting seconds (or vice versa). JS uses ms, most Unix tools and PostgreSQL use seconds. Off by 1000× is a fun outage.Frequently Asked Questions
Other Categories