Ip Subnetting Exercises And Solutions Pdf Better !!link!! May 2026
To effectively master IP subnetting, you should focus on resources that provide step-by-step logic for calculating network parameters
. Below are high-quality practice problems and recommended PDF workbooks designed to build these foundational skills. Academia.edu Core IP Subnetting Practice Problems
These exercises cover common scenarios encountered in networking exams and real-world configurations. Scenario: Class C Subnetting : You are given the network ID and need to create additional networks, each requiring
hosts. Is this possible? If so, what subnet mask should you use? : No, it is not possible. To support hosts, you need host bits ( bits for hosts, only bits remain for subnets ( subnets), which is less than the Scenario: Determining Usable Hosts : How many usable host addresses are available in a usable hosts. A subnet has total IP addresses ( ). We subtract for the network and broadcast addresses. Scenario: Fixed Length Subnet Masking (FLSM) : If you subnet with a mask of , what is the range of the first usable subnet? : The subnet address is . The usable host range is as the broadcast address. Lucid Resource Recommended PDF Workbooks and Guides
For comprehensive practice, these downloadable guides offer large sets of problems with detailed answer keys: IP Addressing and Subnetting Workbook (Instructor Version) : A 148-page deep dive from Telkom University
that includes binary conversion exercises, class identification, and complex subnetting problems. Subnetting Workshop Answer Key : Available on
, this document provides answers to specific network allocation requirements, such as finding the last usable subnet for a given network ID. IP Subnetting Practice Questions and Solutions : A focused set of 50 questions on ip subnetting exercises and solutions pdf better
covering CIDR notation, broadcast addresses, and host ranges. IPv4 Addressing and Subnetting Workbook (Rajasekar V R) : A structured workbook hosted on ResearchGate
that guides learners through the transition from binary to decimal subnetting. D3 Teknologi Komputer Telkom University Essential Subnetting Formula Cheat Sheet
To solve these problems quickly, use these standard formulas:
To solve any subnetting problem, keep these fundamental formulas in mind: Total Addresses in Subnet: 2h2 to the h-th power is the number of host bits. Usable Host Addresses: (subtracting the Network ID and the Broadcast Address). Number of Created Subnets: 2n2 to the n-th power is the number of bits borrowed from the host portion. Magic Number:
minus the decimal value of the "interesting" octet in the subnet mask. Subnetting Exercises & Solutions Problem 1: Host Identification Question: Given the IP address
, identify how many bits are used for the network and how many are used for the host. Solution: Network bits: (indicated by the /29 CIDR notation). Host bits: (Total bits in IPv4 are ; therefore, Problem 2: Determining the Subnet Address Question: A host is assigned the IP address . What is the subnet address to which this host belongs? Solution: Identify the Subnet Mask: A mask in binary is , which is in decimal. Determine the Magic Number: To effectively master IP subnetting, you should focus
Find the Subnet: Subnets in the fourth octet go by multiples of the magic number ( is between , the host belongs to the subnet. Problem 3: Usable Range and Broadcast Question: For the network
, find the subnet mask, first usable host, last usable host, and broadcast address. Solution: Subnet Mask: Magic Number: (in the third octet). Subnet Range: The current subnet is . The next subnet would be Broadcast Address: One address before the next subnet: . First Usable Host: Subnet address +1positive 1 : . Last Usable Host: Broadcast address -1negative 1 : . Recommended PDF Resources for Download
If you want to download a "better" PDF with extensive practice problems, these specific workbooks are highly regarded: Practice Questions - Pearsoncmg.com
7. Solutions (worked)
-
IP 192.168.50.70 mask 255.255.255.192
- Mask = /26 (255.255.255.192)
- Increment = 64 → subnets: .0, .64, .128...
- 70 is in 192.168.50.64/26
- Network: 192.168.50.64
- Broadcast: 192.168.50.127
- Usable: 192.168.50.65–192.168.50.126
-
10.10.0.0/22 → /22 is 1024? (actually /22 = 1024? Wait: /22 has 10 host bits → 2^10=1024 addresses) Splitting into eight equal subnets requires 3 more bits (2^3=8): new prefix /25 (22+3=25)? Check: /22 to /25 creates 8 subnets of size 32? Actually /25 has 7 host bits => 128 addresses; /22 has 10 host bits => 1024 addresses; 1024/8=128 → yes /25.
- Subnets:
- 10.10.0.0/25 (0–127)
- 10.10.0.128/25 (128–255)
- 10.10.1.0/25
- 10.10.1.128/25
- 10.10.2.0/25
- 10.10.2.128/25
- 10.10.3.0/25
- 10.10.3.128/25
-
From 192.168.100.0/24 assign subnets (best-fit, descending sizes) IP 192
- 200 hosts → need H=8 (2^8−2=254) → /24 required; but only /24 available, so allocate 192.168.100.0/24 (usable .1–.254). This consumes entire /24; remaining none—insufficient for others. Alternate: if starting with larger block (/22 or /23) required; with /24 impossible. (Reasonable assumption: user intended larger pool; we'll show with 192.168.100.0/22 instead.)
- Using 192.168.100.0/22 (1024 addresses) allocate:
- 200 hosts → /24 (254 usable): 192.168.100.0/24
- 60 hosts → /26 (62 usable): 192.168.101.0/26
- 14 hosts → /28 (14 usable): 192.168.101.64/28
- 3 hosts → /30 (2 usable): 192.168.101.80/30
-
172.16.5.9/29
- /29 → increment 8
- Subnet containing .9: network 172.16.5.8
- Broadcast 172.16.5.15
- Usable .9–.14
- Usable hosts: 6
-
Mask 255.255.254.0
- Prefix: /23
- Host bits: 9 → addresses 512 → usable hosts 510 per subnet
1. Binary-to-Decimal Precision Drills
Before you subnet, you must convert without a calculator.
- Exercise: Convert
11000000.10101000.00000001.00000001 to decimal.
- Solution: 192.168.1.1.
4. Zero Latency & High Portability
- No Wi-Fi? No problem. You can be on a transatlantic flight with your laptop, grinding subnetting problems.
- No distractions: Apps have ads. YouTube has recommended videos. A PDF is a quiet, focused document.
- Print it: There is magic in a physical printout. Grab a highlighter, circle the network bits, and mark the solution page at the back.
Exercise 3: Finding the Network ID (The "Magic Number" Method)
Problem: A device has the following IP address and subnet mask:
- IP: 172.16.50.75
- Mask: 255.255.255.240
- Questions:
- What is the Network ID (Subnet ID)?
- What is the Broadcast Address?
- What is the range of usable IP addresses?
Where to Find the "Better" PDFs (Free & Paid)
Not all resources are equal. Avoid PDFs that only have 10 questions. Look for workbooks with 100+ problems.
- Free (Excellent): Jeremy’s IT Lab (sample PDFs), Subnetting.org (printable worksheets), FlackBox (VLSM workbooks).
- Paid (Best Structure): David Bombal’s Subnetting Guide (usually $10 on Gumroad), Todd Lammle’s CCNA Study Guide (comes with a massive question bank PDF).
- Create Your Own: Use ChatGPT to generate 50 unique subnetting problems, paste them into a Google Doc, and manually calculate the answers yourself to create a "Master Key."