Chapter 4 - Easy Subnetting Flashcards
Identify the four advantages of subnetting.
- reduced network traffic,
- optimized network performance,
- simplified management,
- facilitated spanning of large geographical distances.
Describe the effect of the ip subnet-zero command.
This command allows you to use the first and last subnet in your network design.
Identify the steps to subnet a classful network.
Understand how IP addressing and subnetting work. First, determine your block size by using the 256-subnet mask math. Then count your subnets and determine the broadcast address of each subnet— it is always the number right before the next subnet. Your valid hosts are the numbers between the subnet address and the broadcast address.
Determine the valid possible block sizes.
The valid block sizes are always 2, 4, 8, 16, 32, 64, 128, etc. You can determine your block size by using the 256-subnet mask math.
Describe the role of a subnet mask in IP addressing.
A subnet mask is a 32-bit value that allows the recipient of IP packets to distinguish the network ID portion of the IP address from the host ID portion of the IP address.
Understand and apply the 2x – 2 formula.
Use this formula to determine the proper subnet mask for a particular size network given the application of that subnet mask to a particular classful network.
Explain the impact of Classless Inter-Domain Routing (CIDR).
CIDR allows the creation of networks of a size other than those allowed with the classful subnetting by allowing more than the three classful subnet masks.
You have a Class B network and need 29 subnets. What is your mask?
Best answer is /21 (255.255.248.0). This gives you 32 subnets.