What does CIDR stand for?
Classless Inter-Domain Routing
True or False: CIDR notation allows for more efficient use of IP addresses.
True
What is the primary purpose of CIDR notation?
To allocate IP addresses more flexibly and efficiently.
Fill in the blank: In CIDR notation, an IP address is followed by a slash and a number that indicates the ________.
subnet mask
What is the CIDR notation for a subnet mask of 255.255.255.0?
x.x.x.0/24
Which CIDR range corresponds to a subnet mask of 255.255.255.128?
/25
What is the maximum number of hosts that can be addressed in a /24 CIDR block?
254 hosts
True or False: CIDR notation can be used for both IPv4 and IPv6 addresses.
True
What is an example of a CIDR block that allows for 16 IP addresses?
192.168.1.0/28
What does the number in CIDR notation represent?
The number of bits used for the network prefix.
Multiple Choice: Which of the following is a valid CIDR notation? A) 192.168.1.1/28 B) 192.168.1.0/33 C) 192.168.1.0/24 D) 192.168.1.256/24
A and C
What is the CIDR notation for a subnet mask of 255.255.0.0?
/16
Fill in the blank: CIDR notation replaces the traditional ________ system of IP address allocation.
classful
True or False: CIDR can help reduce the size of routing tables.
True
What CIDR notation would represent a single IP address?
/32
What is the range of IP addresses for the CIDR block 10.0.0.0/8?
10.0.0.0 to 10.255.255.255
Multiple Choice: Which CIDR block would provide the most IP addresses? A) /20 B) /22 C) /24 D) /26
A) /20
What is the subnet mask for the CIDR notation 172.16.0.0/12?
255.240.0.0
Fill in the blank: The CIDR notation 192.168.0.0/16 allows for ________ hosts.
65,534 hosts
True or False: CIDR notation can be used to summarize multiple IP addresses into a single entry.
True
What is the CIDR notation for an IP range that allows for 512 addresses?
/23
How many bits are used for the network part in a CIDR notation of /30?
30 bits
What is the significance of the slash (/) in CIDR notation?
It separates the IP address from the subnet prefix length.