1.7b - IPv4 Addressing (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/15

flashcard set

Earn XP

Description and Tags

Fundamental concepts of IPv4 addressing, including address structure, automated addressing like DHCP and APIPA, and RFC 1918 private address ranges.

Last updated 3:56 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

16 Terms

1
New cards

IPv4 Address

A unique identifier that every device on a network must have to communicate, consisting of a series of four numbers separated by a period, such as 192.168.1.165192.168.1.165.

2
New cards

Subnet Mask

A 44-octet value, such as 255.255.255.0255.255.255.0, used by a local device to determine which devices are on the local IP subnet and which are outside of it.

3
New cards

Default Gateway

The IP address of a device on the local subnet that allows communication outside of that subnet, typically assigned to a router by a network administrator.

4
New cards

Loopback Address

A range of addresses between 127.0.0.1127.0.0.1 through 127.255.255.254127.255.255.254 used to define the local device and confirm the local IP stack is working properly.

5
New cards

Reserved Addresses

A range of addresses from 240.0.0.1240.0.0.1 through 254.255.255.254254.255.255.254, including Class E addresses, set aside for future use or testing.

6
New cards

Virtual IP Address (VIP)

An IP address not associated with a physical Ethernet adapter, instead assigned to internal device components like a virtual machine or a router interior.

7
New cards

Octet

A group of 88 individual bits; an IPv4 address is composed of 44 octets, totaling 3232 bits or 44 bytes.

8
New cards

255255

The maximum decimal value possible for any individual octet in an IPv4 address, as each group consists of 88 bits.

9
New cards

DHCP

Dynamic Host Configuration Protocol; a protocol that automatically assigns IP address configuration settings to devices when they connect to a network.

10
New cards

Link-local Address

An IP address that can only communicate to other devices on the same local subnet and cannot be used to route traffic outside of that subnet to the internet.

11
New cards

APIPA

Automatic Private IP Addressing; a process that automatically assigns a link-local address in the range of 169.254.0.1169.254.0.1 through 169.254.255.254169.254.255.254 if no DHCP server is available.

12
New cards

Private IP Address Range

Specific blocks of IPv4 addresses defined by RFC 19181918 that can only be used on internal networks and cannot be routed on the public internet.

13
New cards

Network Address Translation (NAT)

A functionality that allows the conversion of a private IP address into a public IP address to enable communication on the public network.

14
New cards

RFC 19181918 Class A Private Range

The address range from 10.0.0.010.0.0.0 through 10.255.255.25510.255.255.255, represented in CIDR as 10.0.0.0/810.0.0.0/8 with a host ID size of 2424 bits.

15
New cards

RFC 19181918 Class B Private Range

A block of 1616 contiguous class B ranges from 172.16.0.0172.16.0.0 through 172.31.255.255172.31.255.255, represented as 172.16.0.0/12172.16.0.0/12 with a host ID size of 2020 bits.

16
New cards

RFC 19181918 Class C Private Range

A block of 256256 contiguous class C ranges from 192.168.0.0192.168.0.0 through 192.168.255.255192.168.255.255, represented as 192.168.0.0/16192.168.0.0/16 with a host ID size of 1616 bits.