1.7d - IPv4 Subnet Masks (Prof. Messer)

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/16

flashcard set

Earn XP

Description and Tags

Practice flashcards covering classless subnetting, CIDR block notation, and the relationship between binary and decimal subnet mask representations based on CompTIA Network+ N10-009.

Last updated 3:57 AM on 7/4/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

17 Terms

1
New cards

Classless Subnetting

A method of IP addressing adopted since 19931993 that allows for subnet masks that do not follow fixed Class A, Class B, or Class C arrangements.

2
New cards

Classless Interdomain Routing (CIDR)

Standard used for classless subnetting that refers to subnet masks by the number of bits rather than decimal form.

3
New cards

CIDR block notation

A syntax represented by a slash followed by the number of network bits, such as /24/24, to specify a subnet mask.

4
New cards

Subnet Mask (Binary)

A contiguous series of 11's on the left, used to identify the network portion, followed by 00's on the right, used to identify the host portion.

5
New cards

Network section/ID

The part of an IP address defined by the bits set to 11 in the subnet mask.

6
New cards

Host ID

The part of an IP address defined by the bits set to 00 in the subnet mask, which are available for assignable IP addresses.

7
New cards

/8/8 CIDR notation

A subnet mask with eight individual bits in the first octet, equivalent to 255.0.0.0255.0.0.0 in decimal.

8
New cards

/24/24 CIDR notation

A subnet mask with 2424 network bits (8+8+88+8+8), equivalent to the decimal mask 255.255.255.0255.255.255.0.

9
New cards

/16/16 CIDR notation

A subnet mask where the first 1616 bits represent the network and the last 1616 bits represent the host, equivalent to 255.255.0.0255.255.0.0.

10
New cards

/26/26 CIDR notation

A subnet mask where the first 2626 bits are the network part and the last 66 bits are reserved for the host ID, equivalent to 255.255.255.192255.255.255.192.

11
New cards

/12/12 CIDR notation

A subnet mask where the first 1212 bits are for the network ID and the last 2020 bits are for the host ID, equivalent to 255.240.0.0255.240.0.0.

12
New cards

/19/19 CIDR notation

A subnet mask with 1919 network bits and 1313 host bits, equivalent to the decimal representation 255.255.224.0255.255.224.0.

13
New cards

/20/20 CIDR notation

A subnet mask with 2020 network bits and 1212 host bits, equivalent to the decimal representation 255.255.240.0255.255.240.0.

14
New cards

Binary 1000000010000000

An octet with one bit set to 11, equivalent to the decimal value 128128.

15
New cards

Binary 1100000011000000

An octet with two bits set to 11, equivalent to the decimal value 192192.

16
New cards

Binary 1110000011100000

An octet with three bits set to 11, equivalent to the decimal value 224224.

17
New cards

Binary 1111000011110000

An octet with four bits set to 11, equivalent to the decimal value 240240.