I was wondering if someone could elaborate or explain clearly how the forumal 2^n -2 is used to calculate host and network IDs. It seems that the "-2" part is not always used.

Is it this straight forward: When extending a subnet by 3 bits one must use 2 ^3 -2 = 6 where 3 is the number of bits and 6 is the number of subnets?

How does one find the number of hosts per subnet? Is the delta only used to find the network ID?

Thanks in advance for any help

link|improve this question

25% accept rate
1  
possible duplicate of Number of hosts in a subnet – sarnold Jan 4 at 1:52
For IPv4 /32 and /31, special cases apply, for /30 and below, it's 2^n-2 (net+bcast). For IPv6, bcast is replaced by ff02::1, and the first address in a subnet is generally considered anycast, but since there is no real distinction from unicast, it can be used. So it's 2^n-0 here. – jørgensen Jan 4 at 3:22
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.