IPv4 and IPv6 Fundamentals 2.6

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

flashcard set

Earn XP

Description and Tags

Vocabulary-style flashcards covering the characteristics, structure, and address ranges of IPv4 and IPv6 based on the lecture material.

Last updated 11:47 AM on 8/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

14 Terms

1
New cards

IPv4 length

A 32-bit32\text{-bit} address made up of four separate decimal numbers.

2
New cards

Octet

A group of 88 bits, also known as a byte, which makes up one of the four sections of an IPv4 address with values between 00 and 255255.

3
New cards

Total IPv4 combinations

The finite number of IPv4 addresses possible is approximately 4.29 billion4.29\text{ billion}, despite there being over 20 billion20\text{ billion} connected devices.

4
New cards

NAT

Network Address Translation; a technology that allows private internal addresses to communicate on the public internet over a single public IPv4 address.

5
New cards

RFC 1918

The Request For Comment standard that defines the ranges of private addresses used worldwide for IPv4 networking.

6
New cards

10.0.0.0 through 10.255.255.255

An RFC 1918 private address range that provides over 16 million16\text{ million} individual addresses, often used in large corporate networks.

7
New cards

172.16.0.0 through 172.31.255.255

An RFC 1918 private address range that offers just over 1 million1\text{ million} addresses for internal use.

8
New cards

192.168.0.0 through 192.168.255.255

An RFC 1918 private address range that provides 65,00065,000 addresses, commonly used in home networks.

9
New cards

IPv6 length

A 128-bit128\text{-bit} address system, equivalent to 16 bytes16\text{ bytes}, which provides 340 undecillion340\text{ undecillion} addresses.

10
New cards

Hexadecimal format

The numbering system used to represent IPv6 addresses to consolidate the large address space into a smaller, readable form using colons as separators.

11
New cards

IPv6 Group Size

Each block in an IPv6 address consists of 16 bits16\text{ bits} or 2 octets2\text{ octets}, separated by colons.

12
New cards

DNS importance in IPv6

Because IPv6 addresses are much larger and harder to memorize, DNS is relied upon to reference devices by their fully-qualified domain names.

13
New cards

Network prefix

The first half of an IPv6 address (64 bits64\text{ bits}) that defines the network segment, typically using a default subnet mask of /64/64.

14
New cards

Host address (IPv6)

The second half of an IPv6 address (64 bits64\text{ bits}) used to identify a specific host ID on the network.