SlideShare a Scribd company logo
 
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
IP Class First Octet Networks Hosts A 1-126 126 16,777,214 B 128-191 16,384 65,534 C 192-223 2,097,152 254
255 . 0.0.0 8 network bits 24 host bits 255.255 . 0.0 16 network bits 16 host bits 255.255.255 . 0 24 network bits 8 host bits Class A Class B Class C
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
32 Bit Binary Definitive Chart Let’s look at a couple of charts that will help us see how we count in binary, and how we apply bits to figure out sub-netting. As you can see, each digit doubles in value as it travels left.  8 th  digit 7 th  digit 6 th  digit 5 th  digit 4 th  digit 3 rd  digit 2 nd  digit 1 st  digit 128 64 32 16 8 4 2 1 16 th  digit 15 th  digit 14 th  digit 13 th  digit 12 th  digit 11 th  digit 10 th  digit 9 th  digit 32,768 16,384 8192 4096 2048 1024 512 256 32 nd  digit 31 st  digit 30 th   digit 29 th  digit 28 th   digit 27 th  digit 26 th  digit 25 th  digit 2,147,483,648 1,073,741,824 536,870,912 268,435,456 134,217, 728 67,108,864 33,554,432 16,777,216 24 th  digit 23 rd  digit 22 nd  digit 21 st  digit 20 th  digit 19 th  digit 18 th  digit 17 th  digit 8,388,608 4,194,304 2,097,152 1,048,576 524,288 262,144 131,072 65,536
Applying Borrowed Bits to Subnet Masks Borrowed Bits 128 64 32 16 8 4 2 1 Value LSB 1 1 0 0 0 0 0 0 0 128 128 2 1 1 0 0 0 0 0 0 192 64 3 1 1 1 0 0 0 0 0 224 32 4 1 1 1 1 0 0 0 0 240 16 5 1 1 1 1 1 0 0 0 248 8 6 1 1 1 1 1 1 0 0 252 4 7 1 1 1 1 1 1 1 0 254 2 8 1 1 1 1 1 1 1 1 255 1
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],209.168.19.0  Create 4 networks with largest possible number of host ID’s  Universal Calculator: (2 n -2>/X)  X=#of networks and n=# bits in subnet mask. Solve for borrowed bits  Custom subnet mask  2 n -2>/X  x.x.x. 111 00000   2 3 -2>/4  128+64+32= 224 Borrow 3 bits  255.255.255.224 128 64 32 16 8 4 2 1 2 7 2 6 2 5 2 4 2 3 2 2 2 1 2 0
4. Determine number of subnets and hosts: Solve for subnets: 2 borrowed  -2  2 3=  8-2  = 6 subnets   Solve for hosts:  2 retained  – 2  2 5=  32-2  =  30 hosts 5. Establish the least significant subnet bit:  x.x.x.11 1 00000 The least significant bit is 32, therefore our subnets should increment by 32. 6. List the first and last subnet in the series, as well as the first and last host on each subnet. Let’s look at how that looks in Binary. 128 64 32 16 8 4 2 1 2 7 2 6 2 5 2 4 2 3 2 2 2 1 2 0 128 64 32 16 8 4 2 1 0 0 1 0 0 0 0 0
With a Class “C” Network we have 8 host bits: In our example, we have borrowed 3 bits to create additional networks so, our bits has to be divided as follows: List out the first and last subnet, and first and last host on each subnet:  This is where understanding binary, and how to list a series is important. Remember that the first in a series is all zeros and a one, and the last in a series is all ones and a zero. Bit # 8 7 6 5 4 3 2 1 Value 128 64 32 16 8 4 2 1 Network Bits Host Bits Bit# 8 7 6 5 4 3 2 1 Value 128 64 32 16 8 4 2 1
Let’s look at how we list out our first subnet, remember the first in a series is all zeros and a one. Our first subnet in binary is “ 32 ” because we borrowed 3 bits, which also is our least significant bit.  Our first subnet is 209.168.19.32. Let’s look at how we find the first host on the first subnet, remember the rule? Our  first host on our first subnet is “33” (32+1) because that  is the value of all of the bits in this octet.  Our first host on the first subnet is 209.168.19.33. Network Bits Host Bits Bit# 8 7 6 5 4 3 2 1 Value 128 64 32 16 8 4 2 1 0 0 1 0 0 0 0 0 Network Bits Host Bits Bit# 8 7 6 5 4 3 2 1 Value 128 64 32 16 8 4 2 1 0 0 1 0 0 0 0 1
The last host on our first subnet is “62” (32+16+8+4+2).  The last host on the first subnet is 209.168.19.62. Our first subnet looks like this 209.168.19.32 First host 209.168.19.33 Last host 209.168.19.62 How would you figure out the last host on the first subnet? The last in a series is all ones and a zero. Let’s look at how we would determine the last subnet, remember the last in a series is all ones and a zero.  The last subnet is 209.168.19.192 Tip:  Use the custom subnet mask minus the LSB (224 – 32 = 192) Network Bits Host Bits Bit# 8 7 6 5 4 3 2 1 Value 128 64 32 16 8 4 2 1 0 0 1 1 1 1 1 0 Network Bits Host Bits Bit# 8 7 6 5 4 3 2 1 Value 128 64 32 16 8 4 2 1 1 1 0 0 0 0 0 0
The first host on the last subnet?  The first host on the last subnet is 209.168.19.193 . The last host on the last subnet? The last host on the last subnet is 209.168.19.222. The last subnet is 209.168.19.192  First host 209.168.19.193  Last host 209.168.19.222 Network Bits Host Bits Bit# 8 7 6 5 4 3 2 1 Value 128 64 32 16 8 4 2 1 1 1 0 0 0 0 0 1 Network Bits Host Bits Bit# 8 7 6 5 4 3 2 1 Value 128 64 32 16 8 4 2 1 1 1 0 1 1 1 1 0
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

More Related Content

What's hot

Subnet Masks
Subnet MasksSubnet Masks
Subnet Masksswascher
 
Ip addressing
Ip addressingIp addressing
Ip addressing
sid1322
 
Subnetting a class_c_address
Subnetting a class_c_addressSubnetting a class_c_address
Subnetting a class_c_addressrizwanaabassi
 
Subnetting
SubnettingSubnetting
Subnettingswascher
 
Types of ip address classes
Types of ip address classesTypes of ip address classes
Types of ip address classes
greatbury
 
Sub Netting
Sub NettingSub Netting
Sub Netting
Lilesh Pathe
 
IP Subnetting
IP SubnettingIP Subnetting
IP Subnetting
Shahzad Rashid
 
Ip addressing
Ip addressingIp addressing
Ip addressing
Online
 
Ip Addressing
Ip AddressingIp Addressing
Ip Addressing
vssnsarma
 
IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)
cuetcse
 
Subnetting
SubnettingSubnetting
Subnetting
selvakumar_b1985
 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting PresentationTouhidul Fahim
 
IP Addressing & subnetting strategy
IP Addressing & subnetting strategyIP Addressing & subnetting strategy
IP Addressing & subnetting strategy
Mustafa Salam
 
Subnetting
SubnettingSubnetting
Subnetting
Kishore Kumar
 
Classless addressing
Classless addressingClassless addressing
Classless addressingIqra Abbas
 
IP classes and subnetting.
IP classes and subnetting.IP classes and subnetting.
IP classes and subnetting.
university of Gujrat, pakistan
 
Ipv4 and Ipv6
Ipv4 and Ipv6Ipv4 and Ipv6
Ipv4 and Ipv6
Rishav Bhurtel
 
IP addressing and subnetting.pptx
IP addressing and subnetting.pptxIP addressing and subnetting.pptx
IP addressing and subnetting.pptx
naseerahmad707715
 

What's hot (20)

Subnet Masks
Subnet MasksSubnet Masks
Subnet Masks
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 
Subnetting a class_c_address
Subnetting a class_c_addressSubnetting a class_c_address
Subnetting a class_c_address
 
Subnetting
SubnettingSubnetting
Subnetting
 
IPv6 Addressing
IPv6 AddressingIPv6 Addressing
IPv6 Addressing
 
Types of ip address classes
Types of ip address classesTypes of ip address classes
Types of ip address classes
 
Sub Netting
Sub NettingSub Netting
Sub Netting
 
IP Subnetting
IP SubnettingIP Subnetting
IP Subnetting
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 
Ip Addressing
Ip AddressingIp Addressing
Ip Addressing
 
IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)
 
Subnetting
SubnettingSubnetting
Subnetting
 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting Presentation
 
IP Addressing & subnetting strategy
IP Addressing & subnetting strategyIP Addressing & subnetting strategy
IP Addressing & subnetting strategy
 
Subnetting
SubnettingSubnetting
Subnetting
 
OSPF
OSPF OSPF
OSPF
 
Classless addressing
Classless addressingClassless addressing
Classless addressing
 
IP classes and subnetting.
IP classes and subnetting.IP classes and subnetting.
IP classes and subnetting.
 
Ipv4 and Ipv6
Ipv4 and Ipv6Ipv4 and Ipv6
Ipv4 and Ipv6
 
IP addressing and subnetting.pptx
IP addressing and subnetting.pptxIP addressing and subnetting.pptx
IP addressing and subnetting.pptx
 

Viewers also liked

Ip address and subnetting
Ip address and subnettingIp address and subnetting
Ip address and subnetting
IGZ Software house
 
Easy IP Addressing and Subnetting Manual for Starters
Easy IP Addressing and Subnetting Manual for StartersEasy IP Addressing and Subnetting Manual for Starters
Easy IP Addressing and Subnetting Manual for Starters
S Khawaja
 
Ip Addressing And Subnetting Teachers Book Robb Jones
Ip Addressing And Subnetting Teachers Book   Robb JonesIp Addressing And Subnetting Teachers Book   Robb Jones
Ip Addressing And Subnetting Teachers Book Robb Jones
Camposol S.A.
 
IP Addressing and Subnetting
IP Addressing and SubnettingIP Addressing and Subnetting
IP Addressing and Subnettingcbtvid
 
Subnetting Principles Worksheet
Subnetting Principles WorksheetSubnetting Principles Worksheet
Subnetting Principles Worksheetswascher
 
Subnetting (FLSM & VLSM) with examples
Subnetting (FLSM & VLSM) with examplesSubnetting (FLSM & VLSM) with examples
Subnetting (FLSM & VLSM) with examples
Krishna Mohan
 
How to calculate a broadcast address ?
How to calculate a broadcast address ?How to calculate a broadcast address ?
How to calculate a broadcast address ?
Miguel Delamontagne
 
Ip addressing and_subnetting_workbook (1)
Ip addressing and_subnetting_workbook (1)Ip addressing and_subnetting_workbook (1)
Ip addressing and_subnetting_workbook (1)edissG
 
Subnetting Made Easy
Subnetting Made EasySubnetting Made Easy
Subnetting Made Easy
Vishal Pawar
 
IP Addressing Subnetting Workbook
IP Addressing Subnetting WorkbookIP Addressing Subnetting Workbook
IP Addressing Subnetting Workbook
Víctor Cantú Pérez
 
Switching
SwitchingSwitching
IP Addressing and Subnetting Workbook 1.5
IP Addressing and Subnetting Workbook 1.5IP Addressing and Subnetting Workbook 1.5
IP Addressing and Subnetting Workbook 1.5Ilde Espinoza Cadillo
 
Ip addressing
Ip addressingIp addressing
Ip addressing
Tafadzwa Gonera
 
NAT and Subnetting
NAT and Subnetting NAT and Subnetting
NAT and Subnetting
Saad Tanvir
 
Lecture 12-international imc
Lecture 12-international imcLecture 12-international imc
Lecture 12-international imcVMCC
 
IPv4 Addressing
 IPv4 Addressing   IPv4 Addressing
IPv4 Addressing
TheGodfather HA
 

Viewers also liked (20)

Ip address and subnetting
Ip address and subnettingIp address and subnetting
Ip address and subnetting
 
Easy IP Addressing and Subnetting Manual for Starters
Easy IP Addressing and Subnetting Manual for StartersEasy IP Addressing and Subnetting Manual for Starters
Easy IP Addressing and Subnetting Manual for Starters
 
Ip Addressing And Subnetting Teachers Book Robb Jones
Ip Addressing And Subnetting Teachers Book   Robb JonesIp Addressing And Subnetting Teachers Book   Robb Jones
Ip Addressing And Subnetting Teachers Book Robb Jones
 
IP Addressing and Subnetting
IP Addressing and SubnettingIP Addressing and Subnetting
IP Addressing and Subnetting
 
Ip address
Ip addressIp address
Ip address
 
Subnetting Principles Worksheet
Subnetting Principles WorksheetSubnetting Principles Worksheet
Subnetting Principles Worksheet
 
Subnetting (FLSM & VLSM) with examples
Subnetting (FLSM & VLSM) with examplesSubnetting (FLSM & VLSM) with examples
Subnetting (FLSM & VLSM) with examples
 
Classless subnetting
Classless subnettingClassless subnetting
Classless subnetting
 
How to calculate a broadcast address ?
How to calculate a broadcast address ?How to calculate a broadcast address ?
How to calculate a broadcast address ?
 
Ip addressing and_subnetting_workbook (1)
Ip addressing and_subnetting_workbook (1)Ip addressing and_subnetting_workbook (1)
Ip addressing and_subnetting_workbook (1)
 
Subnetting Made Easy
Subnetting Made EasySubnetting Made Easy
Subnetting Made Easy
 
IP Addressing Subnetting Workbook
IP Addressing Subnetting WorkbookIP Addressing Subnetting Workbook
IP Addressing Subnetting Workbook
 
Switching
SwitchingSwitching
Switching
 
IP Addressing and Subnetting Workbook 1.5
IP Addressing and Subnetting Workbook 1.5IP Addressing and Subnetting Workbook 1.5
IP Addressing and Subnetting Workbook 1.5
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 
NAT and Subnetting
NAT and Subnetting NAT and Subnetting
NAT and Subnetting
 
Lecture 12-international imc
Lecture 12-international imcLecture 12-international imc
Lecture 12-international imc
 
Marketing of e- resources
Marketing of e- resourcesMarketing of e- resources
Marketing of e- resources
 
Vlan
VlanVlan
Vlan
 
IPv4 Addressing
 IPv4 Addressing   IPv4 Addressing
IPv4 Addressing
 

Similar to Subnetting Made Easy

Networking notes 2
Networking notes 2Networking notes 2
Networking notes 2
Beth Bauzon
 
subnet.ppt
subnet.pptsubnet.ppt
subnet.ppt
monujangir2
 
Ccent notes part 3
Ccent notes part 3Ccent notes part 3
Ccent notes part 3
shreelaxmi4545
 
Ipaddress presentationdemoclass
Ipaddress presentationdemoclassIpaddress presentationdemoclass
Ipaddress presentationdemoclassaskme
 
ip addressing_&_subnetting_made_easy
 ip addressing_&_subnetting_made_easy ip addressing_&_subnetting_made_easy
ip addressing_&_subnetting_made_easy
Manjit Singh
 
chapter 4.pptx
chapter 4.pptxchapter 4.pptx
chapter 4.pptx
aakritii765
 
Lab 18 Answer TemplateProblem 1IP address 192.168.10.0 27 (giv.docx
Lab 18 Answer TemplateProblem 1IP address  192.168.10.0 27 (giv.docxLab 18 Answer TemplateProblem 1IP address  192.168.10.0 27 (giv.docx
Lab 18 Answer TemplateProblem 1IP address 192.168.10.0 27 (giv.docx
DIPESH30
 
Routing and switching
Routing and switchingRouting and switching
Routing and switchingneclinux
 
Chapter 8 - IP Subnetting, Troubleshooting and Introduction to NAT 9e
Chapter 8 - IP Subnetting, Troubleshooting and Introduction to NAT 9eChapter 8 - IP Subnetting, Troubleshooting and Introduction to NAT 9e
Chapter 8 - IP Subnetting, Troubleshooting and Introduction to NAT 9eadpeer
 
Subnetting
SubnettingSubnetting
Subnetting
Netwax Lab
 
IP_Addressing_and Subnetting.pdf
IP_Addressing_and Subnetting.pdfIP_Addressing_and Subnetting.pdf
IP_Addressing_and Subnetting.pdf
SayusAli
 
6a52807edaf99ecbfafb8ecf2439b542b3623dea-1647242881015.pdf
6a52807edaf99ecbfafb8ecf2439b542b3623dea-1647242881015.pdf6a52807edaf99ecbfafb8ecf2439b542b3623dea-1647242881015.pdf
6a52807edaf99ecbfafb8ecf2439b542b3623dea-1647242881015.pdf
SILVIUSyt
 
IP Addressing.ppt
IP Addressing.pptIP Addressing.ppt
IP Addressing.ppt
jAIREN1
 
Wipro telecom training i pv4 concepts
Wipro telecom training   i pv4 conceptsWipro telecom training   i pv4 concepts
Wipro telecom training i pv4 concepts
JAIGANESH SEKAR
 
Subnetting
SubnettingSubnetting
Subnetting
Fekadu Abera
 
Subnetting class
Subnetting classSubnetting class
Subnetting classFTC
 
Ip addresses
Ip addressesIp addresses
Ip addressesAsif
 
Subnetting Mechanics
Subnetting MechanicsSubnetting Mechanics
Subnetting Mechanics
ImranulHasan6
 
Very Simple way of subnetting for Class C.
Very Simple way of  subnetting for Class C.Very Simple way of  subnetting for Class C.
Very Simple way of subnetting for Class C.
Nabeel Ahmad
 

Similar to Subnetting Made Easy (20)

Networking notes 2
Networking notes 2Networking notes 2
Networking notes 2
 
subnet.ppt
subnet.pptsubnet.ppt
subnet.ppt
 
Ccent notes part 3
Ccent notes part 3Ccent notes part 3
Ccent notes part 3
 
Ipaddress presentationdemoclass
Ipaddress presentationdemoclassIpaddress presentationdemoclass
Ipaddress presentationdemoclass
 
ip addressing_&_subnetting_made_easy
 ip addressing_&_subnetting_made_easy ip addressing_&_subnetting_made_easy
ip addressing_&_subnetting_made_easy
 
chapter 4.pptx
chapter 4.pptxchapter 4.pptx
chapter 4.pptx
 
Lab 18 Answer TemplateProblem 1IP address 192.168.10.0 27 (giv.docx
Lab 18 Answer TemplateProblem 1IP address  192.168.10.0 27 (giv.docxLab 18 Answer TemplateProblem 1IP address  192.168.10.0 27 (giv.docx
Lab 18 Answer TemplateProblem 1IP address 192.168.10.0 27 (giv.docx
 
Routing and switching
Routing and switchingRouting and switching
Routing and switching
 
Chapter 8 - IP Subnetting, Troubleshooting and Introduction to NAT 9e
Chapter 8 - IP Subnetting, Troubleshooting and Introduction to NAT 9eChapter 8 - IP Subnetting, Troubleshooting and Introduction to NAT 9e
Chapter 8 - IP Subnetting, Troubleshooting and Introduction to NAT 9e
 
Subnetting
SubnettingSubnetting
Subnetting
 
IP_Addressing_and Subnetting.pdf
IP_Addressing_and Subnetting.pdfIP_Addressing_and Subnetting.pdf
IP_Addressing_and Subnetting.pdf
 
13788 3
13788 313788 3
13788 3
 
6a52807edaf99ecbfafb8ecf2439b542b3623dea-1647242881015.pdf
6a52807edaf99ecbfafb8ecf2439b542b3623dea-1647242881015.pdf6a52807edaf99ecbfafb8ecf2439b542b3623dea-1647242881015.pdf
6a52807edaf99ecbfafb8ecf2439b542b3623dea-1647242881015.pdf
 
IP Addressing.ppt
IP Addressing.pptIP Addressing.ppt
IP Addressing.ppt
 
Wipro telecom training i pv4 concepts
Wipro telecom training   i pv4 conceptsWipro telecom training   i pv4 concepts
Wipro telecom training i pv4 concepts
 
Subnetting
SubnettingSubnetting
Subnetting
 
Subnetting class
Subnetting classSubnetting class
Subnetting class
 
Ip addresses
Ip addressesIp addresses
Ip addresses
 
Subnetting Mechanics
Subnetting MechanicsSubnetting Mechanics
Subnetting Mechanics
 
Very Simple way of subnetting for Class C.
Very Simple way of  subnetting for Class C.Very Simple way of  subnetting for Class C.
Very Simple way of subnetting for Class C.
 

Recently uploaded

Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 

Recently uploaded (20)

Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 

Subnetting Made Easy

  • 1.  
  • 2.
  • 3. IP Class First Octet Networks Hosts A 1-126 126 16,777,214 B 128-191 16,384 65,534 C 192-223 2,097,152 254
  • 4. 255 . 0.0.0 8 network bits 24 host bits 255.255 . 0.0 16 network bits 16 host bits 255.255.255 . 0 24 network bits 8 host bits Class A Class B Class C
  • 5.
  • 6. 32 Bit Binary Definitive Chart Let’s look at a couple of charts that will help us see how we count in binary, and how we apply bits to figure out sub-netting. As you can see, each digit doubles in value as it travels left. 8 th digit 7 th digit 6 th digit 5 th digit 4 th digit 3 rd digit 2 nd digit 1 st digit 128 64 32 16 8 4 2 1 16 th digit 15 th digit 14 th digit 13 th digit 12 th digit 11 th digit 10 th digit 9 th digit 32,768 16,384 8192 4096 2048 1024 512 256 32 nd digit 31 st digit 30 th digit 29 th digit 28 th digit 27 th digit 26 th digit 25 th digit 2,147,483,648 1,073,741,824 536,870,912 268,435,456 134,217, 728 67,108,864 33,554,432 16,777,216 24 th digit 23 rd digit 22 nd digit 21 st digit 20 th digit 19 th digit 18 th digit 17 th digit 8,388,608 4,194,304 2,097,152 1,048,576 524,288 262,144 131,072 65,536
  • 7. Applying Borrowed Bits to Subnet Masks Borrowed Bits 128 64 32 16 8 4 2 1 Value LSB 1 1 0 0 0 0 0 0 0 128 128 2 1 1 0 0 0 0 0 0 192 64 3 1 1 1 0 0 0 0 0 224 32 4 1 1 1 1 0 0 0 0 240 16 5 1 1 1 1 1 0 0 0 248 8 6 1 1 1 1 1 1 0 0 252 4 7 1 1 1 1 1 1 1 0 254 2 8 1 1 1 1 1 1 1 1 255 1
  • 8.
  • 9.
  • 10. 4. Determine number of subnets and hosts: Solve for subnets: 2 borrowed -2 2 3= 8-2 = 6 subnets Solve for hosts: 2 retained – 2 2 5= 32-2 = 30 hosts 5. Establish the least significant subnet bit: x.x.x.11 1 00000 The least significant bit is 32, therefore our subnets should increment by 32. 6. List the first and last subnet in the series, as well as the first and last host on each subnet. Let’s look at how that looks in Binary. 128 64 32 16 8 4 2 1 2 7 2 6 2 5 2 4 2 3 2 2 2 1 2 0 128 64 32 16 8 4 2 1 0 0 1 0 0 0 0 0
  • 11. With a Class “C” Network we have 8 host bits: In our example, we have borrowed 3 bits to create additional networks so, our bits has to be divided as follows: List out the first and last subnet, and first and last host on each subnet: This is where understanding binary, and how to list a series is important. Remember that the first in a series is all zeros and a one, and the last in a series is all ones and a zero. Bit # 8 7 6 5 4 3 2 1 Value 128 64 32 16 8 4 2 1 Network Bits Host Bits Bit# 8 7 6 5 4 3 2 1 Value 128 64 32 16 8 4 2 1
  • 12. Let’s look at how we list out our first subnet, remember the first in a series is all zeros and a one. Our first subnet in binary is “ 32 ” because we borrowed 3 bits, which also is our least significant bit. Our first subnet is 209.168.19.32. Let’s look at how we find the first host on the first subnet, remember the rule? Our first host on our first subnet is “33” (32+1) because that is the value of all of the bits in this octet. Our first host on the first subnet is 209.168.19.33. Network Bits Host Bits Bit# 8 7 6 5 4 3 2 1 Value 128 64 32 16 8 4 2 1 0 0 1 0 0 0 0 0 Network Bits Host Bits Bit# 8 7 6 5 4 3 2 1 Value 128 64 32 16 8 4 2 1 0 0 1 0 0 0 0 1
  • 13. The last host on our first subnet is “62” (32+16+8+4+2). The last host on the first subnet is 209.168.19.62. Our first subnet looks like this 209.168.19.32 First host 209.168.19.33 Last host 209.168.19.62 How would you figure out the last host on the first subnet? The last in a series is all ones and a zero. Let’s look at how we would determine the last subnet, remember the last in a series is all ones and a zero. The last subnet is 209.168.19.192 Tip: Use the custom subnet mask minus the LSB (224 – 32 = 192) Network Bits Host Bits Bit# 8 7 6 5 4 3 2 1 Value 128 64 32 16 8 4 2 1 0 0 1 1 1 1 1 0 Network Bits Host Bits Bit# 8 7 6 5 4 3 2 1 Value 128 64 32 16 8 4 2 1 1 1 0 0 0 0 0 0
  • 14. The first host on the last subnet? The first host on the last subnet is 209.168.19.193 . The last host on the last subnet? The last host on the last subnet is 209.168.19.222. The last subnet is 209.168.19.192 First host 209.168.19.193 Last host 209.168.19.222 Network Bits Host Bits Bit# 8 7 6 5 4 3 2 1 Value 128 64 32 16 8 4 2 1 1 1 0 0 0 0 0 1 Network Bits Host Bits Bit# 8 7 6 5 4 3 2 1 Value 128 64 32 16 8 4 2 1 1 1 0 1 1 1 1 0
  • 15.