CIDR, or Classless Inter-Domain Routing, is a method for allocating and specifying IP addresses in a flexible and scalable way. When you define a PRIVATE network, you specify what is its CIDR by means of which you identify the entire IP addressing scheme for the network and you get to know what is the range of IP addresses for the network. By doing so I can size the network CIDR : Classless Inter Domain Routing IP addresses are assigned to devices based on a CIDR Specifies the range of IP addresses for the network e.g. 10.0.0.0/16 or 192.168.0.0/16 If we assign 10.0.0.0/16 as the CIDR for a network, then it means the first 16 bits are fixed i.e. the IP address range for the network would be from 10.0 .0.0 - 10.0 .255.255 If I assign 192.168.1.0/24 as the CIDR then I am reserving the first 24 bits for this network and those 24 bits are fixed, which means that the entire network shall have IP addresses in the range 192.168.1 .0 - 192.168.1 .255 The fixed part is called the Network Prefi...