Subnetting Flashcards

1
Q

CIDR

A

Classless Inter-Domain Routing:

Removed the fixed /8, /16, and /24 requirements for address classes
Allowed them to be split/subnetted to smaller networks

Ex: 175.10.10.0/20

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Calculating Number of Subnets

A

2 ^ Subnet bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Calculating Number of Hosts

A

(2 ^ Host Bits) - 2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

IP subnet-zero

A

We used to have to subtract 2 to get the number of available networks as well (wasted address space with no use case)

This command overrides this limitation and is enabled by default

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

VLSM

A

Variable Length Subnet Masking:

Early routing protocols only supported fixed length subnet masking (FLSM)
Where all subnets had to be the same size

All modern routing protocols support VLSM (Variable Length Subnet Masking)
Allows us to size subnets differently according to how many hosts they have

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

/31 vs. /30

A

Both of these subnets accommodate 2 hosts per subnet
/31 supports 128 subnets, /30 only 64
/31 is useful if you need to maximize address space
/30 is more standard & commonly used

For CCNA: Use a /30 when a subnet to support 2 hosts is required, unless told to use /31

How well did you know this?
1
Not at all
2
3
4
5
Perfectly