About IP Address || Networking || CIDR Tutorials


  1. CIDR is an acronym for Classless Inter-Domain Routing
  2. CIDR is also known as supernetting, as it effectively allows multiple subnets to be grouped together for network routing.
  3.  CIDR specifies an IP address range using a combination of an IP address and its associated network mask. CIDR notation uses the following format:xxx.xxx.xxx.xxx/n

where n is the number of (leftmost) '1' bits in the mask.

https://erikberg.com/notes/networks.html
  • IP Address Classification

Subnet MaskCIDR PrefixTotal IP'sUsable IP'sNumber of Class C networks
255.255.255.255/32111/256th
255.255.255.254/31201/128th
255.255.255.252/30421/64th
255.255.255.248/29861/32nd
255.255.255.240/2816141/16th
255.255.255.224/2732301/8th
255.255.255.192/2664621/4th
255.255.255.128/251281261 half
255.255.255.0/242562541
255.255.254.0/235125102
255.255.252.0/22102410224
255.255.248.0/21204820468
255.255.240.0/204096409416
255.255.224.0/198192819032
255.255.192.0/1816,38416,38264
255.255.128.0/1732,76832,766128
255.255.0.0/1665,53665,534256
255.254.0.0/15131,072131,070512
255.252.0.0/14262,144262,1421024
255.248.0.0/13524,288524,2862048
255.240.0.0/121,048,5761,048,5744096
255.224.0.0/112,097,1522,097,1508192
255.192.0.0/104,194,3044,194,30216,384
255.128.0.0/98,388,6088,388,60632,768
255.0.0.0/816,777,21616,777,21465,536
254.0.0.0/733,554,43233,554,430131,072
252.0.0.0/667,108,86467,108,862262,144
248.0.0.0/5134,217,728134,217,7261,048,576
240.0.0.0/4268,435,456268,435,4542,097,152
224.0.0.0/3536,870,912536,870,9104,194,304
192.0.0.0/21,073,741,8241,073,741,8228,388,608
128.0.0.0/12,147,483,6482,147,483,64616,777,216
0.0.0.0/04,294,967,2964,294,967,29433,554,432
  
  • Sub Net Masking


Comments

Popular posts from this blog

How to Hack Whats app messages using Spyzie (With out knowing)

5 Tips To Get Rid of A Headache Quickly without Medicine

How to install and configure VBA - Excel Macros || VBA Developer