Subnetting Flashcards
What is the default subnet mask for a Class A network?
255.0.0.0
What is the default subnet mask for a Class B network?
255.255.0.0
What is the default subnet mask for a Class C network?
255.255.255.0
How many usable host addresses are in a /24 subnet?
254
How many usable host addresses are in a /30 subnet?
2
How many usable host addresses are in a /29 subnet?
6
What is the subnet mask for a /27 network?
255.255.255.224
What is the subnet mask for a /26 network?
255.255.255.192
What is the CIDR notation for a subnet mask of 255.255.255.248?
/29
What is the CIDR notation for a subnet mask of 255.255.255.240?
/28
What is the subnet mask for a /22 network?
255.255.252.0
How many subnets are created when subnetting a /24 network into /26 subnets?
4
What is the formula to calculate the number of subnetted networks?
2^borrowed bits
What is the formula to calculate the number of usable hosts per subnet?
(2^host bits) - 2
How many host bits are available in a /23 subnet?
9
What is the block size of a /26 subnet?
64
What is the block size of a /27 subnet?
32
What is the first valid subnet in a /26 subnetted network starting from 192.168.1.0?
192.168.1.64
What is the last valid host in the 192.168.1.64/26 subnet?
192.168.1.126
What is the broadcast address for the 192.168.1.64/26 subnet?
192.168.1.127
If a network is divided into /28 subnets, how many subnets are created?
16
If a network is divided into /28 subnets, how many usable hosts per subnet?
14
What is the purpose of a subnet mask?
To determine the network and host portions of an IP address
How many total IP addresses exist in a /30 subnet?
4