Menu
Coddy logo textTech

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 icon

Challenge

Easy

Print 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
/28

Try it yourself

Terminal

All lessons in IP Addressing and Subnetting

Practice on your own: Terminal playground