- Class inter-domain routing
- IP address scheme that improves the allocation of IP addresses.
- Helps in slowing growth of IP tables
- CIDR is based on variable-length subnet masking (VLSM)
- VLSM allows it to define prefixes of arbitrary length making it much more efficient.
- CIDR IP addresses are composed of two sets of numbers.
- The network address is written as a prefix
- The second part is a suffix that indicates how many bits are in the entire address
- ex: 192.255.255.255/12
- The lower suffix number represents a higher number of IP addresses. 5 IP addresses are always reserved for internal use.
- 10.0.0.0/8 --> 16M IP addresses, 10.0.0.0 to 10.255.255.255
- 10.0.0.0/16 --> 65K IP addresses, 10.0.0.0 to 10.0.255.255
- 10.0.0.0/24 --> 256 IP addresses, 10.0.0.0 to 10.0.0.255
Search This Blog
What is CIDR
Labels:
CIDR,
Networking

-
Need to create a new login and new user with the lowest possible priveledges. New login can be created in the 'master' database only...
-
Issue: az login redirects to https://localhost:8400 and we get below error: This site can’t provide a secure connection localhost sent an in...
-
Angular application architecture Component Control a part of UI Defined using the @Component decorator Contains template: loads view for the...