Menu
Coddy logo textTech

Recap - Subnetting Drills

Lesson 28 of 46 in Coddy's IP Addressing and Subnetting course.

challenge icon

Challenge

Easy

Two drills, four lines of output, in this order:

  1. For the machine 10.10.10.77/28: its network address, then its broadcast address (two lines)
  2. Split 172.20.0.0/24 into two equal subnets: print both in CIDR notation, lowest first (two lines)

Expected output:

10.10.10.64
10.10.10.79
172.20.0.0/25
172.20.0.128/25

Try it yourself

Terminal

All lessons in IP Addressing and Subnetting

Practice on your own: Terminal playground