Tested tool guide
Tested browser tools
Checked August 16, 2026
What CIDR Network Visualizer does, with a checked example
CIDR Network Visualizer converts a list of network prefixes into an interactive address-space map. Each block is positioned by the addresses it covers, making containment and overlap visible across proposed or existing allocations. It is especially useful when a flat list hides that one subnet sits inside another. The usual mistake is reading a larger slash number as a larger network. For IPv4, increasing the prefix length by one halves the block, so /25 is smaller than /24. Internal address plans remain in the browser and are not uploaded.
Worked example
A concrete input and expected output from the current implementation.
Input
192.168.1.0/24
192.168.1.128/25
->
Expected output
Two plotted blocks. 192.168.1.0/24 spans 192.168.1.0 through 192.168.1.255, totaling 256 addresses. 192.168.1.128/25 spans 192.168.1.128 through 192.168.1.255, totaling 128 addresses. An overlap is detected across those 128 addresses, with the /25 fully contained in the /24.
An IPv4 /24 leaves eight address bits variable, giving 2^8 = 256 addresses. A /25 leaves seven bits variable, giving 128 addresses, and the .128 boundary places all of them inside the upper half of this /24.