What does CIDR stand for?
Classless Inter-Domain Routing
What does CIDR notation represent?
It represents how many bits in an IP address are used for the network part.
What is the CIDR notation for a subnet mask of 0.0.0.0?
/0
What is the binary mask for CIDR notation /0?
00000000.00000000.00000000.00000000
What is the CIDR notation for a subnet mask of 128.0.0.0?
/1
What is the binary mask for CIDR notation /1?
10000000.00000000.00000000.00000000
What is the CIDR notation for a subnet mask of 192.0.0.0?
/2
What is the binary mask for CIDR notation /2?
11000000.00000000.00000000.00000000
What is the CIDR notation for a subnet mask of 255.0.0.0?
/8
What is the binary mask for CIDR notation /8?
11111111.00000000.00000000.00000000
What is the CIDR notation for a subnet mask of 255.255.255.0?
/24
What is the binary mask for CIDR notation /24?
11111111.11111111.11111111.00000000
How many network bits are in /24?
24 network bits
How many host bits are in /24?
8 host bits
What does each ‘1’ in the binary mask represent?
A network bit
What does each ‘0’ in the binary mask represent?
A host bit