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

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:01 PM on 8/26/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

IP Address

A unique number given to a network-connected device that serves as its identifier.

2
New cards

Public IP

Public, unique IP address assigned to a modem by the ISP.

3
New cards

Modem

Allows a network to communicate with an ISP.

4
New cards

Private IP

Internal-only IP addresses that are not publicly registered on the internet.

5
New cards

Network Address Translation (NAT)

Translates private IP addresses to public & vice versa.

6
New cards

Port Address Translation (PAT)

Allows multiple devices to share a single public IP address by using port numbers. Each port number points to an internal IP.

7
New cards

Class A

Used in large networks

Range: 10.0.0.0 - 10.255.255.255
Default Subnet Mask: 255.0.0.0

8
New cards

Class B

Used in medium-sized networks

Range: 172.16.0.0 - 172.31.255.255
Default Subnet Mask: 255.240.0.0

9
New cards

Class C

Used in smaller networks


Range: 192.168.0.0 - 192.168.255.255
Default Subnet Mask: 255.255.0.0

10
New cards

IPv4 Address

32-bit numerical identifier composed of 4 octets separated by decimals.

11
New cards

Network ID

The portion of an IP address that shows which network a device belongs to.

12
New cards

Host ID

The portion of an IP address that identifies a specific device on a network.

13
New cards

Subnet Mask

Reveals how many bits in an IP address are used for the network ID.

14
New cards

Subnetting

Dividing a large network into smaller networks using IP addresses.

15
New cards

CIDR Notation

Represents a subnet mask by the network bit count preceded by a forward slash.

16
New cards

Host Bit

Denoted by a “0” in the binary version of a subnet mask.

17
New cards

Network Bit

Denoted by a “1” in the binary version of a subnet mask.

18
New cards

Octet

A group of 8 bits.

19
New cards

IPv6 Address

128-bit alphanumerical identifier composed of 8 hextets separated by decimals.

20
New cards

Compression

A method used to shorten IPv6 addresses into a compact, readable format.

21
New cards

Compression Rules

  1. If there are 0s leading a hextet, they can be omitted, the last digit must remain even if it is also a 0.

  2. If there are two or more consecutive hextets composed of all 0s, they can be represented with a double colon (::)/


22
New cards

Tunneling

When IPv6 packets are enclosed within IPv4 packets so routing can be achieved between the versions.

23
New cards

Dual Stack

Allows IPv4 and IPv6 data to be processed simultaneously.

24
New cards

NAT64

Inserts an IPv4 address inside an IPv6 prefix so IPv6-only devices can communicate with IPv4-only servers.

25
New cards

Prefix

Portion of an IPv6 address that shows which network a device belongs to.