The best PDFs flip the script. Instead of "Given IP/Mask, find X," they ask:
"You have the broadcast address 172.16.31.255/20. What is the first usable host IP?"
This forces you to understand subnetting backward and forward.
Requirement: 60 hosts
Step 1: Determine host bits. We need 60 usable IPs. Formula: $2^h - 2 \geq 60$. $2^5 = 32$ (Not enough) $2^6 = 64$ ($64 - 2 = 62$) (Enough) We need 6 host bits.
Step 2: Determine CIDR notation. An IP address has 32 bits total. If we keep 6 bits for hosts, the network portion is $32 - 6 = 26$. CIDR Notation: /26
Step 3: Calculate Subnet Mask.
/26 means 26 network bits.
Binary: 11111111.11111111.11111111.11000000
Fourth octet: 11000000 = $128 + 64 = 192$.
Subnet Mask: 255.255.255.192
If you want, I can:
Which would you like?
Mastering IP subnetting is often the hardest part of networking certifications like the CCNA. To help you practice, I've curated a list of the highest-rated PDF workbooks and interactive practice sites. 📚 Top Subnetting PDF Resources
These downloadable guides offer structured exercises with full answer keys to check your work. Router Alley's Subnetting Exercises
: A direct PDF providing a series of questions on binary conversion and CIDR notation (e.g., /29), followed by a complete answer key. IP Addressing and Subnetting Workbook
: A comprehensive instructor-version workbook that includes binary charts, VLSM exercises, and step-by-step solutions. PacketLife Subnetting Cheat Sheet
: Not just exercises, but a essential one-page PDF reference for masks, CIDR, and wildcard values. Scribd's Subnetting Practice Guide
: Contains 12 practice questions covering assignable IP ranges and optimal mask selection with detailed explanations. 💻 Best Interactive Practice Sites
If you want endless practice without printing, these sites generate random problems. SubnetIPv4.com
: Features a random problem generator that asks you to solve for Network ID, Broadcast IP, and host ranges. SubnettingPractice.com ip subnetting exercises and solutions pdf better
: Known for text and image-based simulations that mimic real-world exam questions. They also offer a Free Subnet Cheat Sheet PDF Subnetting.net
: Provides a "Subnetting Game" to help you build speed and mental calculation skills, alongside written tutorials. 💡 Quick Subnetting Cheat Sheet Tips
When working through exercises, keep these patterns in mind:
Subnetting: What It Is, How to Calculate It & Why It Matters
To prove that a PDF is better, let's create a mini-exercise block right here. Copy these into a text file and print them out. Cover the right side.
| # | Question | Answer (Cover this column) | | --- | --- | --- | | 1 | Host: 192.168.1.35/27. What is the subnet? | 192.168.1.32/27 (Block 32) | | 2 | Host: 10.10.10.10/13. What is the broadcast? | 10.15.255.255 | | 3 | Subnet 172.16.0.0/16 into /20s. List the first 3 networks. | 172.16.0.0, 172.16.16.0, 172.16.32.0 | | 4 | How many hosts in a /30? | 2 (4 total addresses - 2 reserved) | | 5 | You need 6 subnets from 192.168.1.0/24. What mask? | /27 (255.255.255.224) gives 8 subnets. |
The best exercise PDFs are structured like a video game level:
Apps give you random questions. A curated PDF gives you a pedagogical ladder. The best PDFs flip the script
Not all PDFs are created equal. You don't want a scanned textbook chapter. You want a workbook. Here is what a high-quality "IP Subnetting Exercises and Solutions PDF" must include:
Type 1: Find the Mask (The Math)
Q: You need 12 subnets in a Class C network. What is the new subnet mask? Solution: Borrow 4 bits (2^4 = 16 subnets). Mask = /28 (255.255.255.240).
Type 2: Find the Network/Broadcast (The Application)
Q: IP = 192.168.5.37 / 255.255.255.224. What is the Network ID? Solution: Block size = 32. Network = 192.168.5.32. Broadcast = 192.168.5.63.
Type 3: VLSM Design (The Real World)
Q: Given 10.1.1.0/24, allocate subnets for: Sales (60 hosts), HR (28 hosts), IT (10 hosts), WAN (2 hosts).
Before we defend the PDF, let’s look at why other methods fail: "You have the broadcast address 172
You don’t need more information. You need repetition with validation. That is exactly what a well-structured PDF provides.