Category: Updates

Sub net, 2^n or 2^n - 2?

To calculate how many bits I need to borrow when designing a subnet, is it 2^n = X or 2^n - 2 = X X being the number of subnets desired. I've found t...