From 5b7c035c6e53f01fcdc48a0d189b8ecd3d3c91d2 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 8 Nov 2019 10:58:27 +0200 Subject: Design WIP --- src/index.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'src/index.html') diff --git a/src/index.html b/src/index.html index 23b15c1..0e97bd2 100644 --- a/src/index.html +++ b/src/index.html @@ -23,13 +23,15 @@ -
-

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 bits 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.

-
-
- +
+
+

CIDR.xyz An 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 bits 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.

+
+
+ +
-- cgit v1.3.1