Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- John's Quick Subnetting Worksheet
- (No Binary Required!)
- Practice Subnetting IPv4 https://subnetipv4.com/
- IP Address: OCTET . OCTET . OCTET . OCTET
- π Step 1: Write Down the IP Address
- π IP Address: ____ . ____ . ____ . ____ / ______ (CIDR Notation)
- π Step 2: Identify the Default Subnet Mask
- β Class A: 1 β 127 β Subnet Mask: 255.0.0.0
- β Class B: 128 β 191 β Subnet Mask: 255.255.0.0
- β Class C: 192 β 223 β Subnet Mask: 255.255.255.0
- π If no bits are borrowed βGO TO STEP 8β the default subnet mask remains unchanged, and the network address is determined by the default class of the IP address:
- β’ Class A (1-127): Network Address = X.0.0.0 β Subnet Mask: 255.0.0.0
- β¦ Example: If the IP address is 10.45.78.120, the adjusted network address would be 10.0.0.0.
- β’ Class B (128-191): Network Address = X.Y.0.0 β Subnet Mask: 255.255.0.0
- β¦ Example: If the IP address is 172.16.45.200, the adjusted network address would be 172.16.0.0.
- β’ Class C (192-223): Network Address = X.Y.Z.0 β Subnet Mask: 255.255.255.0
- β¦ Example: If the IP address is 192.168.1.56, the adjusted network address would be 192.168.1.0.
- Since no additional subnetting occurs, the network remains a single large network, maximizing the number of available host addresses.
- π Step 3: Determine if there is an "Interesting Octet"
- π The "Interesting Octet" is the Octet where subnetting (borrowing bits) occurs.
- β Write 255 in all Octets in the subset mask before this point.
- π Step 4: Determine Borrowed Bits (If Any) Borrowed Bits ______?
- β If subnetting is needed, borrow bits from the βHost Portionβ
- β Use the table below to calculate the Subnet Mask Value:
- Borrowed Bits
- 1 2 3 4 5 6 7 8
- Subnet Value
- 128 64 32 16 8 4 2 1
- Example: Borrowed bits in a /28 the first 3 octets add up to 24 so 28 would be β4β borrowed bits 24 + 4 = 28, which would add up to β240β
- β Add up the values below the βBorrowed Bitsβ in the βTable Shown Aboveβ to determine the "Interesting Octet."
- 128 + 64 + 32 + 16 = 240. So now β240β is the βInteresting Octetβ
- β All βempty Octetsβ to the right, (if Any), should be replaced with ZERO
- π IP Address: ____ . ____ . ____ . ____
- π Subnet Mask: ____ . ____ . ____ . ____
- π Interesting Octet in the Subnet Mask: ______ (Circle βNONEβ if no bits are borrowed)
- π Step 5: Identify the Corresponding IP Address Octet
- β Find the Octet in the IP Address that aligns with the Interesting Octet from Step 3.
- π Corresponding IP Address Octet: ______ (Circle βNONEβ if no bits are borrowed)
- π Step 6: Calculate the Magic Number
- π’ Formula:
- ο§ Magic Number = 256 β ______ (The Subnet Maskβs "Interesting Octet" first non 255 Octet)
- β If no bits are borrowed, circle "NONE" as the magic number does not apply.
- β If subnetting is applied, use the formula above.
- π Magic Number: ______
- Example Calculation:
- β Subnet Mask: 255.255.240.0
- β Interesting Octet: 240
- β Magic Number: 256 - 240 = 16
- π Step 7: Find the Closest Multiple
- π Corresponding IP Address Octet: ______
- π Magic Number: ______
- π To find the closest multiple of the magic number that does not exceed the Corresponding Octet:
- 1οΈβ£ Divide the Corresponding IP Address Octet by the Magic Number
- β Example: If the Coresponding IP Octet = 149 and the Magic Number = 2
- 149 Γ· 2 = 74.5
- 2οΈβ£ Ignore the decimal (Take only the integer part)
- β 74
- 3οΈβ£ Multiply the result by the Magic Number
- β 74 Γ 2 = 148
- ATTENTION! Key Rules to Follow: π Calculated Closest Multiple: ______
- β The closest multiple must be βLESS THAN OR EQUAL TOβ the corresponding IP octet.
- β If bits are borrowed, always choose the closest valid multiple that does βNOT Exceedβ the βCorresponding IP Address Octetβ
- β If the closest multiple equals the corresponding IP octet, keep it as is.
- β If the calculated multiple exceeds the corresponding IP octet, use the previous multiple.
- β If no valid multiple exists, replace the corresponding IP octet with ZERO.
- π Closest Multiple: ______ (Circle "NONE" if no bits are borrowed)
- π Step 8: Adjust the Original Subnet Number (Network Address)
- Original Network Address: ____ . ____ . ____ . ____
- NO "BORROWED BITS" in the Subnet Mask, use the DEFAULT SUBNET MASK for that IP ADDRESS CLASS. Then, replace all the numbers, (OCTETS), in the IP Address that correspond to the "0s" in the Subnet Mask, with ZEROS.
- IF THERE ARE BORROWED BITS βClosest Multipleβ
- THIS ADJUSTED NETWORK ADDRESS BELOW IS NOW YOUR NEW CALCULATED NETWORK ADDRESS
- Adjusted Network Address with the Closest Multiple: ____ . ____ . ____ . ____
- π Step 9: Calculate the Broadcast Address
- π Adjusted Network Address with the closest multiple: ____ . ____ . ____ . ____
- π Magic Number: ______
- π Replaced Adjusted Corresponding IP Octet: ______
- π Formula:
- 1οΈβ£ Carry down all the Adjusted Network Address Octets to the corresponding positions in the Broadcast Address, up to (but not including) the Replaced Adjusted Corresponding IP Octet.
- 2οΈβ£ Calculate the Broadcast Octet:
- Broadcast Octet = (Adjusted Corresponding IP Address Octet) + (Magic Number β 1)
- 3οΈβ£ Bring down the calculated Broadcast Octet and insert it into its correct position.
- 4οΈβ£ Replace all Octets to the right of this Broadcast Octet with 255 to complete the Broadcast Address.
- π Broadcast Address: ____ . ____ . ____ . ____
- π Step 10: Determine the Host Range
- π Adjusted Network Address with the closest multiple: ____ . ____ . ____ . ____
- β First Host: Network Address + 1 β ____ . ____ . ____ . ____
- β Last Host: Broadcast Address Last Octet - 1 β ____ . ____ . ____ . ____
- π Step 11: Identify the Next Subnet
- π Broadcast Address: ____ . ____ . ____ . ____
- π Next Subnet = Broadcast Address + 1
- β Rules:
- πΉ If the last Octet reaches 254 or 255, increment the previous Octet and reset the last Octet
- to ZERO
- πΉ If all three Octets reach 254 or 255, reset them ALL to ZERO
- π Next Subnet: ____ . ____ . ____ . ____
- π Step 12: Final Subnetting Results
- β Write down all network details based on your calculations:
- Network Component
- Calculated Address
- Network Address
- ____ . ____ . ____ . ____
- First Host
- ____ . ____ . ____ . ____
- Last Host
- ____ . ____ . ____ . ____
- Broadcast Address
- ____ . ____ . ____ . ____
- Next Subnet
- ____ . ____ . ____ . ____
Advertisement
Add Comment
Please, Sign In to add comment