The SecOps Cheat Guide

The 7 second subnetting method

I was today years old when I learned Professor Messer's "7 second subnetting method". It blew my mind, because instead of the manual "convert to binary, do lots of math" method I learned, you can rely on two simple charts that use nothing more than addition and subtraction. This is great for exam situations as well, as you can easily create the charts on scratch paper in under 2 minutes.

  1. Create chart one: CIDR/Mask to decimal, number of networks, and number of total addresses. This sounds difficult, but if you can remember where to put the 1(!), 2(!!), and 255(!!!) the hardest part is some addition to get the decimal conversion.

Chart is 7*8. Columns 1-4 are your CIDR or netmasks. Column 5 is your decimal conversion (Start from the bottom, and subtract the number of addresses in your next row from the prior rows decimal). Six is the number of networks, and 7 is the number of addresses. chart 1

  1. Create chart 2: Network address subnet boundaries. This looks a little more difficult, but it is again simple addition.

chart 2

  1. How to work it: As an example, let's say we are given an address of 165.245.12.88/26

Credit where credit is due: https://www.youtube.com/watch?v=ZxAwQB8TZsM