CIDR & Subnetting Cheat Sheet - Practice Flashcards

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

flashcard set

Earn XP

Description and Tags

Twenty Q&A flashcards focusing on CIDR basics, common subnet masks, block sizes, and a practical /26 example.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

What does CIDR stand for?

Classless Inter-Domain Routing

2
New cards

In CIDR notation, what does /24 indicate about network and host bits?

24 network bits with the remaining bits used for hosts

3
New cards

How many total IP addresses are in a /30 subnet?

4 total IPs

4
New cards

How many usable host IPs are available in a /30 subnet?

2 usable hosts

5
New cards

What is the subnet mask for a /29 subnet?

255.255.255.248

6
New cards

How many total IP addresses are in a /29 subnet?

8 total IPs

7
New cards

What is the subnet mask for a /28 subnet?

255.255.255.240

8
New cards

How many usable hosts are in a /28 subnet?

14 usable hosts

9
New cards

What is the subnet mask for a /27 subnet?

255.255.255.224

10
New cards

How many total IP addresses are in a /27 subnet?

32 total IPs

11
New cards

How many usable hosts are in a /27 subnet?

30 usable hosts

12
New cards

What is the subnet mask for a /26 subnet?

255.255.255.192

13
New cards

How many total IP addresses are in a /26 subnet?

64 total IPs

14
New cards

How many usable hosts are in a /26 subnet?

62 usable hosts

15
New cards

What is the subnet mask for a /25 subnet?

255.255.255.128

16
New cards

How many total IP addresses are in a /25 subnet?

128 total IPs

17
New cards

How many usable hosts are in a /25 subnet?

126 usable hosts

18
New cards

For the CIDR 192.168.1.130/26, what is the network ID?

192.168.1.128

19
New cards

For the CIDR 192.168.1.130/26, what is the broadcast address?

192.168.1.191

20
New cards

In the 192.168.1.130/26 subnet, what are the usable IPs?

192.168.1.129 to 192.168.1.190