5) IP Addressing

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

flashcard set

Earn XP

Description and Tags

Flashcards covering IPv4 and IPv6 addressing, classes, subnetting concepts, and specialized address types for the CompTIA Network+ N10-009 exam.

Last updated 1:37 PM on 8/10/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

23 Terms

1
New cards

IPv4

The fourth version of the Internet Protocol, using a 3232-bit address scheme to provide approximately 4.3×1094.3 \times 10^9 unique addresses.

2
New cards

Class A Public IP Range

1.0.0.01.0.0.0 - 126.255.255.255126.255.255.255

3
New cards

Class B Public IP Range

128.0.0.0128.0.0.0 - 191.255.255.255191.255.255.255

4
New cards

Class C Public IP Range

192.0.0.0192.0.0.0 - 223.255.255.255223.255.255.255

5
New cards

Class A Private IP Range

10.0.0.010.0.0.0 - 10.255.255.25510.255.255.255

6
New cards

Class B Private IP Range

172.16.0.0172.16.0.0 - 172.31.255.255172.31.255.255

7
New cards

Class C Private IP Range

192.168.0.0192.168.0.0 - 192.168.255.255192.168.255.255

8
New cards

Automatic Private IP Address (APIPA)

A feature of Windows that automatically assigns a unique IP address from the range 169.254.0.1169.254.0.1 to 169.254.255.254169.254.255.254 when a host fails to obtain an address from a DHCP server.

9
New cards

IPv4 Multicast Address

Addresses ranging from 224.0.0.0224.0.0.0 to 224.255.255.255224.255.255.255, providing service-based group messaging or one-to-many communications.

10
New cards

Layer 3 Broadcast Address

255.255.255.255255.255.255.255

11
New cards

Layer 2 Broadcast Address

FF:FF:FF:FF:FF:FFFF:FF:FF:FF:FF:FF

12
New cards

IPv4 Loopback Address

127.0.0.0127.0.0.0 - 127.255.255.255127.255.255.255; allows a host to communicate with itself for testing a network interface.

13
New cards

IPv4 Subnetting

The practice of dividing a network into two or more smaller network segments to improve efficiency, security, and management.

14
New cards

VLSM (Variable-Length Subnet Mask)

A method within Classless Inter-Domain Routing (CIDR) that allows subnets to have different sizes based on specific needs.

15
New cards

Classful Networking

An early IP allocation method that divided address space into fixed length groups known as Classes A, B, C, D, and E.

16
New cards

CIDR Notation

A method for specifying IP addresses and routing prefixes using a slash followed by a number (e.g., /24/24) to indicate the network portion bits.

17
New cards

IPv6

The most recent version of the Internet Protocol using 128128-bit addresses, providing approximately 3.4×10383.4 \times 10^{38} unique addresses.

18
New cards

Anycast

An IPv6 communication type that replaces broadcast and provides one-to-nearest communications.

19
New cards

Interface-ID

The final 6464-bits of an IPv6 address that identifies a specific host.

20
New cards

IPv6 Double Colon ("::")

A shortened expression for fields of all zeros in an IPv6 address; it can only appear once in an address.

21
New cards

IPv6 Multicast Address

FF00/8FF00/8

22
New cards

IPv6 Loopback Address

::1::1

23
New cards

Unspecified IPv6 Address

::::; identified as a default route in a routing table or 'any' IP address in a filter list.