Computer & Networks Essentials - IP Address Assignment and Subnetting

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

This set covers IP address assignment and subnetting concepts, including default subnet masks, testing tools like Ping and TRACERT, and formulas for FLSM and VLSM calculations.

Last updated 7:08 PM on 8/7/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

Subnet Mask

A value that differentiates the Network and Host portions of an IP address, represented with all 1โ€™s in the network portion and all 0โ€™s in the host portion.

2
New cards

Class A Default Subnet Mask

The default mask for Class A addresses, specified as 255.0.0.0255.0.0.0 (N.H.H.H).

3
New cards

Class B Default Subnet Mask

The default mask for Class B addresses, specified as 255.255.0.0255.255.0.0 (N.N.H.H).

4
New cards

Class C Default Subnet Mask

The default mask for Class C addresses, specified as 255.255.255.0255.255.255.0 (N.N.N.H).

5
New cards

AND Table Rule

The output is 11 if both its inputs are 11. For all other possible inputs, the output is 00.

6
New cards

Ping

A command used to verify that a device can communicate with another on a network; for example, ping .

7
New cards

TRACERT (Trace Route)

A command-line utility used to trace the path that an Internet Protocol (IP) packet takes to its destination.

8
New cards

Subnetting

The process of dividing a single network into multiple smaller networks to help minimize the wastage of IP addresses.

9
New cards

FLSM

Fixed Length Subnet Mask.

10
New cards

VLSM

Variable Length Subnet Mask, which is the process of subnetting a subnet to include more than one subnet mask within a major network.

11
New cards

Requirement of Hosts Formula

Used to determine host bits required where 2hโˆ’2ย isย greaterย thanย orย equalย toย requirement2^h - 2 \text{ is } \boldsymbol{\text{greater than or equal to}} \text{ requirement}, where hh is the number of host bits.

12
New cards

Requirement of Networks Formula

Used to determine network bits required where 2nย isย greaterย thanย orย equalย toย requirement2^n \text{ is } \boldsymbol{\text{greater than or equal to}} \text{ requirement}, where nn is the number of network bits.

13
New cards

The Increment

The value used to find network ranges (e.g., if 33 bits are reserved in a Class C subnet mask, the increment is 3232).

14
New cards

HH (in Subnetting)

Represents the number of Host bits.

15
New cards

NN (in Subnetting)

Represents the number of Network bits.

16
New cards

Network ID and Broadcast ID exclusion

The process of subtracting 22 from the total number of hosts (2hโˆ’22^h - 2) to account for these two specific addresses.