From 1289e7b10e9e7c4c61134b63d6667c7974c228f0 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Wed, 9 Dec 2015 14:48:58 +0200 Subject: Add explanatory text --- index.html | 1 + 1 file changed, 1 insertion(+) (limited to 'index.html') diff --git a/index.html b/index.html index d58721b..eb6c865 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,7 @@

CIDR.xyzAn interactive IP address and CIDR range visualizer

+

CIDR is a notation for describing blocks of IP addresses and is used heavily in various networking configurations. IP addresses contain 4 octets, each consisting of 8 bytes giving values between 0 and 255. The decimal value that comes after the slash is the number of bits consisting of the routing prefix. This in turn can be translated into a netmask, and also designates how many available addresses are in the block.