What a Browser Can Honestly Report About the Network
A sandboxed web page cannot reach the operating system network layer, so it cannot send ICMP pings, run traceroute, scan ports or read the public IP without a third-party server. AnyTool Network Analyzer is 100% client-side and contacts no such service, so it reports only browser-exposed signals: the Network Information API (navigator.connection) effective type and coarse downlink/RTT estimates where supported, the navigator.onLine online/offline status, and freely available device context such as CPU cores, device memory, screen and language. It deliberately omits anything that would require a server.
- Browsers block raw network access; no ICMP ping, traceroute or port scan
- Public IP needs an external echo server — omitted in a client-side tool
- Network Information API gives effective type, downlink and RTT estimates
- navigator.onLine plus online/offline events track connectivity changes
- Device context (cores, memory, screen, language) is read locally
