Chapter 4: Easy Subnetting Flashcards
What are the benefits of subnetting?
Reduces network traffic
Optimized network performance
Simplified management
Facilitated spanning of large geographical distances
2^1
2
2^2
4
2^3
8
2^4
16
2^5
32
2^6
64
2^7
128
2^8
256
2^9
512
2^10
1024
2^11
2048
2^12
4096
2^13
8192
2^14
16384
What is the CIDR range for a class A network?
/8 through /15
What is the CIDR range for a class B network?
/16 through /23
What is the CIDR range for a class C network?
/24 through /30
What do we know about /25?
128 mask
1 bit on, 7 bits off (10000000)
Block size of 128
2 subnets, each with 126 hosts
What do we know about /26?
192 mask
2 bits on, 6 bits off (11000000)
Block size of 64
4 subnets, each with 62 hosts
What do we know about /27?
224 mask
3 bits on, 5 bits off (11100000)
Block size of 32
8 subnets, each with 30 hosts
What do we know about /28?
240 mask
4 bits on, 4 bits off (11110000)
Block size of 16
16 subnets, each with 14 hosts
What do we know about /29?
248 mask
5 bits on, 3 bits off (11111000)
Block size of 8
32 subnets, each with 6 hosts
What do we know about /30?
252 mask
6 bits on, 2 bits off (11111100)
Block size of 4
64 subnets, each with 2 hosts
2^15
32768
2^16
65,536