1.7 Calculating IPv4 Subnets and Hosts

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

1/6

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.

7 Terms

1
New cards

VLSM

  • Subnet masks with varying lengths

  • Allows us to make our network as small and as large as we want it

  • Ex. 10.0.1.0/24 or 10.0.8.0/26 would be variable… even though 10 is class A and would usually use 255.0.0.0, or /8, we’re making it whatever we want!

2
New cards

Example of VLSM

  • IP address 10.0.0.0 usually has subnet mask 255.0.0.0

  • But with VLSM, we can borrow however many bits we need to create smaller subnets, ex. 255.255.255.0; we’re taking the middle 2 octets to create a /24 subnet

3
New cards

2^subnet bits

Calculating total subnets

4
New cards

2^host bits - 2

Calculating hosts per subnet

  • The 2 is subtracted because that’s our network address and our broadcast address

5
New cards

65,536, 254

IP address: 10.1.1.0/24

Total subnets: _______

Hosts per subnet: ______

6
New cards

4, 62

IP address: 192.168.11.0/26

Total subnets: ______

Hosts per subnet: ______

7
New cards

32, 2,046

IP address: 172.16.55.0/21

Total subnets: ______

Hosts per subnet: ______