subnetting Flashcards
(4 cards)
1
Q
How do you get the num of subnets available for a CIDR subnet?
A
2^x (x = number of borrowed bits)
2
Q
How do you calculate the size of a cidr subnet?
A
last network bit and add it to the address
ie (2^5 = 32 for /27, 192.168.255.0 -> 192.168.255.32)
3
Q
How do you calculate the number of available hosts?
A
2^n -2 (n=host bits)
4
Q
A