Flashcards for IPv4 Subnetting Concepts

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

14 Terms

1
New cards

Class A - Range

10.0.0.0 to 10.255.255.255.

2
New cards

Class B - Range

172.16.0.0 to 172.31.255.255.

3
New cards

Class C - Range

192.168.1.0 to 192.168.1.255.

4
New cards

Subnet Mask - Purpose

Defines the network and host portions of an IP address.

5
New cards

Subnet Mask - Example

255.255.255.0 (first 24 bits are network

6
New cards

Number of Subnets Formula

2^n

7
New cards

Number of Hosts per Subnet Formula

2^m - 2

8
New cards

Why subtract 2 in the hosts formula?

To exclude the network and broadcast addresses.

9
New cards

Class C Network - Example

192.168.1.0/24.

10
New cards

Borrowing 2 Bits - Number of Subnets

2^2 = 4 subnets.

11
New cards

Borrowing 2 Bits - Number of Hosts per Subnet

2^(8-2) - 2 = 62 hosts per subnet.

12
New cards

Network Address

The first address in a subnet (e.g.

13
New cards

Broadcast Address

The last address in a subnet (e.g.

14
New cards

Usable Host Addresses

All addresses between the network and broadcast addresses.