IPv4 Addressing and Subnetting Review

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/24

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering binary conversions, IPv4 addressing basics, address classes, private ranges, subnetting terminology, and routing concepts.

Last updated 8:46 AM on 6/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

IPv4

Stands for Internet Protocol version 4; a 3232-bit address composed of 44 octets.

2
New cards

Octet

A grouping of 88 bits; an IPv4 address contains four of these.

3
New cards

Dotted decimal notation

The numbering format normally used to write an IPv4 address.

4
New cards

Network portion

The part of the IP address that identifies which network the device belongs to.

5
New cards

Host portion

The part of the IP address that identifies a specific device on the network.

6
New cards

Subnet mask

The value that determines where the line falls between the network portion and host portion of an address.

7
New cards

CIDR

Classless Inter-Domain Routing.

8
New cards

Prefix length

Also known as slash notation (e.g., /24/24), it represents the number of bits used for the network portion of the address.

9
New cards

Private IP address range (Class A)

10.0.0.010.0.0.0 to 10.255.255.25510.255.255.255.

10
New cards

Private IP address range (Class B)

172.16.0.0172.16.0.0 to 172.31.255.255172.31.255.255.

11
New cards

Private IP address range (Class C)

192.168.0.0192.168.0.0 to 192.168.255.255192.168.255.255.

12
New cards

Public IP address

An IP address that is globally unique and routable on the internet.

13
New cards

NAT

Network Address Translation; the technology that allows devices with private IPs to reach the internet.

14
New cards

IPv4 loopback address

127.0.0.1127.0.0.1; commonly used for local testing.

15
New cards

Subnetting

The process of dividing one larger network into smaller, more efficient sub-networks by borrowing host bits.

16
New cards

Block size (magic number)

Calculated as 256256 minus the subnet mask value in the interesting octet.

17
New cards

Network address

An IP address where all host bits are set to zero, identifying the specific subnet.

18
New cards

Broadcast address

The address where all host bits within a subnet are set to 11, used to communicate with all hosts on that subnet.

19
New cards

APIPA

Automatic Private IP Addressing (169.254.0.0/16169.254.0.0/16); assigned when a DHCP server is unreachable.

20
New cards

IPv4 multicast traffic range

224.0.0.0/4224.0.0.0/4 (Class D addresses).

21
New cards

Route summarization

Also called supernetting or aggregation; combining multiple contiguous networks into a single, larger advertised route.

22
New cards

VLSM

Variable Length Subnet Masking; using different prefix lengths for different subnets based on actual host requirements.

23
New cards

FLSM

Fixed Length Subnet Masking; applying the same subnet mask to every subnet in the network.

24
New cards

Wildcard mask

The inverse of a subnet mask (calculated by subtracting each octet from 255255) used in ACLs or OSPF statements.

25
New cards

VLANs

Virtual LANs; a concept used to isolate systems into separate broadcast domains on shared switches.