Sizing Each Team
Lesson 43 of 46 in Coddy's IP Addressing and Subnetting course.
Step two: right-size every team, exactly as in the planning chapter. Find the smallest prefix whose usable-host count (2h - 2) covers the requirement.
Work from the largest team down, because that is also the order you will allocate in: Engineering with 110 machines, Sales with 45, Support with 20, Printers with 8.
Do not round up generously "to be safe". Right-sizing is the whole point of VLSM; growth is handled by leaving the remainder of the block free, not by padding every subnet.
Challenge
EasyPrint the smallest prefix (with slash) for each team, one per line, largest team first: Engineering (110), Sales (45), Support (20), Printers (8).
Expected output:
/25
/26
/27
/28Try it yourself
All lessons in IP Addressing and Subnetting
10Capstone - The Office
The Floor PlanSizing Each TeamCarving the BlockThe Router's ViewRecap - Ship the PlanPractice on your own: Terminal playground