M6: IPv4 Address Structure

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

1/8

flashcard set

Earn XP

Description and Tags

CISCO Net Device: Calculate an IPv4 subnetting scheme to efficiently segment a network.

Last updated 1:04 AM on 4/13/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

9 Terms

1
New cards

Subnet Mask

Is what tells every device where the split between network and host portion of an IPv4 address (32 bit number). It determines routing, addressing, and how devices communicate.

2
New cards

Network portion

Identifies the network

3
New cards

Host Portion

Identifies a device within a network.

4
New cards

CIDR Notation

Critical for Modern Networking. It expresses the subnet mask as /number of network bits.

  • /24 → 255.255.255.0

  • /16 → 255.255.0.0

  • /8 → 255.0.0.0

5
New cards

ANDing

It is a bit-by-bit comparison. When a device receives an IPv4 address and subnet mask, it performs this process. Result = network address. It is a mathematical operation that extracts the network portion from IP address. It leaves the host portion behind.

6
New cards

Prefix Length

Is the number of 1-bits in the subnet mask. Example: 255.255.0.0 → /16. It simply counts the 1s. We use this slash notation to simplify dotted decimals in writing subnet masks (255.255.255.0 → /24).

7
New cards

AND

It means both must be TRUE to output TRUE. Example: 1 AND 1 = 1; 0 AND 1 = 0

8
New cards

Block Size

It means how wide each subnet is - the size of the entire subnet range. It includes, 1 network address, 1 broadcast address, plus the usable host addresses in between. Formula = 256 - Subnet Mask Value. You only compute this when the subnet mask splits an octet (ex /28, /25/…)

9
New cards

Number of Subnets

Used when subnetting a network. Formula = 2borrowed_bits