diff --git a/content/en/docs/Glossary/Glossary.md b/content/en/docs/Glossary/Glossary.md index 60aa46bfd2ec4b217926a712e34751795460b2ad..bc4c206a7ef40b0623c62b2ac40eb32b4385649f 100644 --- a/content/en/docs/Glossary/Glossary.md +++ b/content/en/docs/Glossary/Glossary.md @@ -34,7 +34,7 @@

CIDR

-

Acronym for classless inter-domain routing. Whereas classical network design for IPv4 sized the network prefix as one or more 8-bit groups, resulting in the blocks of Class A (8-bit), B (16-bit), or C (24-bit) addresses, CIDR allocates address space on any address bit boundary. A CIDR address is in the format of IP address/Number of bits in a network ID. For example, in 192.168.23.35/21, 21 indicates that the first 21 bits are the network prefix and others are the host ID.

+

Acronym for classless inter-domain routing. Whereas classical network design for IPv4 sized the network prefix as one or more 8-bit groups, resulting in the blocks of Class A (8-bit), B (16-bit), or C (24-bit) addresses, CIDR allocates address space on any address bit boundary. A CIDR address is in the format of IP address/Number of bits in a network ID. For example, in 192.168.23.35/21, 21 indicates that the first 21 bits are the network prefix and others are the host ID.

CLI