SlideShare a Scribd company logo
1 of 25
Download to read offline
SUBNETTING
Network vs Host
2

 IP addresses are designed with two levels of hierarchy
IP addresses are designed with two levels of hierarchy:
 1 identifying the network it resides on
 1 identifying the host address on the network
 The Class of the address and the Default Mask
 The Class of the address and the Default Mask
determine which part belongs to the network address
and which part belongs to the host address
 In classful addressing, a large part of the available
addresses were wasted.
Network vs Host
3
Subnetting
4
 A network with three levels of hierarchy .
14-Aug-
13
Unit III
Beulah A.
Subnetting
5
 Addresses in a network with and without subnetting
(Class B)
Default Mask
6
 Mask or a Default mask is a 32 bit number made of
contiguous 1s followed by contiguous 0s
 Used to find the network address
 AND IP address with Default mask to get the network
 AND IP address with Default mask to get the network
address
Logical Bitwise AND Operation
7
 Consider The example
 140.179.240.200
 It’s a Class B, so the Mask is:
 It’s a Class B, so the Mask is:
 255.255.0.0
Logical Bitwise AND Operation
8
140.179.220.200 Class B address
255.255.0.0 Default Mask
In Binary:
10001100 10110011 11110000 11001000
11111111 11111111 00000000 00000000
10001100 10110011 00000000 00000000
By doing this, the computer has found that our Network
Address is 140.179.0.0
Another Example
9
Address  206.15.143.89?
Class C
255.255.255.0
What class is it?
What is the Default mask?
206.15.143.0
0.0.0.89
What is the Network Address?
What is the host portion of the address?
Subnetting
10
 Subnetting is a way of taking an existing class license
and breaking it down to create more Network
Addresses.
 This will always reduce the number of host addresses
for a given network.
 Subnetting makes more efficient use of the address or
addresses assigned to an organization.
How Does Subnetting Work?
11
 Additional bits can be added (changed from 0 to 1) to the
subnet mask to further subnet, or breakdown, a network.
 When the logical AND is done by the computer, the result
 When the logical AND is done by the computer, the result
will give it a new Network (or Subnet) Address.
 Remember, an address of all “0”s or all “1”s cannot be
used in the last octet (or host portion). All “0”s signify the
Network Address and all “1”s signify the broadcast address
Subnet Mask
12
 Subnet mask is a 32 bit number made of contiguous 1s
followed by contiguous 0s
 Used to find the subnet address
 AND IP address with Subnet mask to get the subnet
 AND IP address with Subnet mask to get the subnet
address
Subnet Mask
13
Example
14
 What is the subnetwork address if the destination
address is 200.45.34.56 and the subnet mask is
255.255.240.0?
Solution
Solution
15
11001000 00101101 00100010 00111000
11111111 11111111 11110000 00000000
11001000 00101101 00100000
0000 00000000
00000000
11001000 00101101 00100000
0000 00000000
00000000
The subnetwork address is 200.45.32.0
Comparison of a default mask and
a subnet mask
16
The number of subnets must be
a power of 2.
Example
17
 A company is granted the site address 201.70.64.0
(class C). The company needs six subnets. Design
the subnets.
 The number of 1s in the default mask is 24
(class C).
Example Cont…
18
 The company needs six subnets.
 This number 6 is not a power of 2.
 The next number that is a power of 2 is 8 (23).
 The next number that is a power of 2 is 8 (2 ).
 We need 3 more 1s in the subnet mask.
 The total number of 1s in the subnet mask is 27
(24 + 3).
 The total number of 0s is 5 (32 - 27).
Example Cont…
19
 The mask is
11111111 11111111 11111111 11100000
or
255.255.255.224
255.255.255.224
 The number of subnets is 8.
 The number of addresses in each subnet is 25 (5 is
the number of 0s) or 32.
Example Cont…
20
 The six subnets are:
201.70.64.0
201.70.64.32
201.70.64.64
201.70.64.64
201.70.64.96
201.70.64.128
201.70.64.160
 The remaining 2 are unused
201.70.64.192 201.70.64.224
Example Cont…
21
Another Example
22
 A company is granted the site address 181.56.0.0
(class B). The company needs 1000 subnets.
Design the subnets.
 The number of 1s in the default mask is 16 (class
B).
Another Example Cont…
23
 The company needs 1000 subnets.
 This number is not a power of 2.
 The next number that is a power of 2 is 1024
(210).
(210).
 We need 10 more 1s in the subnet mask.
 The total number of 1s in the subnet mask is 26
(16 + 10).
 The total number of 0s is 6 (32 - 26).
Another Example Cont…
24
 The mask is
11111111 11111111 11111111 11000000
or
255.255.255.192
255.255.255.192
 The number of subnets is 1024.
 The number of addresses in each subnet is 26 (6 is
the number of 0s) or 64.
Another Example Cont…
25

More Related Content

Similar to Subnetting in network layer in computer networks

network Addressing
network Addressingnetwork Addressing
network AddressingTauseef khan
 
Pjsmith ip addressing & subnetting madeeasy
Pjsmith ip addressing & subnetting madeeasyPjsmith ip addressing & subnetting madeeasy
Pjsmith ip addressing & subnetting madeeasyKashif Sohail
 
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.docxDIPESH30
 
IP_ADDRESSING_AND_SUBNETTING.pptx
IP_ADDRESSING_AND_SUBNETTING.pptxIP_ADDRESSING_AND_SUBNETTING.pptx
IP_ADDRESSING_AND_SUBNETTING.pptxgamerchan1
 
NP - Unit 2 - Internet Addressing, ARP and RARP
NP - Unit 2 - Internet Addressing, ARP and RARP NP - Unit 2 - Internet Addressing, ARP and RARP
NP - Unit 2 - Internet Addressing, ARP and RARP hamsa nandhini
 
IP Address & Its Classes .pdf
IP    Address   &   Its    Classes  .pdfIP    Address   &   Its    Classes  .pdf
IP Address & Its Classes .pdfnandiaditi2010
 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting PresentationTouhidul Fahim
 
IPv4 addressing and subnetting
IPv4 addressing and subnettingIPv4 addressing and subnetting
IPv4 addressing and subnettingShashank Asthana
 
Network Layer Numericals
Network Layer NumericalsNetwork Layer Numericals
Network Layer NumericalsManisha Keim
 
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
 
CyberLab TCP/IP and IP Addressing & Subnetting
CyberLab TCP/IP and IP Addressing & SubnettingCyberLab TCP/IP and IP Addressing & Subnetting
CyberLab TCP/IP and IP Addressing & SubnettingVivek chan
 
7-Lect_7 .pptxNetwork LayerNetwork Layer
7-Lect_7 .pptxNetwork LayerNetwork Layer7-Lect_7 .pptxNetwork LayerNetwork Layer
7-Lect_7 .pptxNetwork LayerNetwork LayerZahouAmel1
 
7-Lect_7 .pptxNetwork Layer. Addressing Subnetting Mask (default and subnet) ...
7-Lect_7 .pptxNetwork Layer. Addressing Subnetting Mask (default and subnet) ...7-Lect_7 .pptxNetwork Layer. Addressing Subnetting Mask (default and subnet) ...
7-Lect_7 .pptxNetwork Layer. Addressing Subnetting Mask (default and subnet) ...ZahouAmel1
 

Similar to Subnetting in network layer in computer networks (20)

13788 3
13788 313788 3
13788 3
 
network Addressing
network Addressingnetwork Addressing
network Addressing
 
Pjsmith ip addressing & subnetting madeeasy
Pjsmith ip addressing & subnetting madeeasyPjsmith ip addressing & subnetting madeeasy
Pjsmith ip addressing & subnetting madeeasy
 
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
 
IP_ADDRESSING_AND_SUBNETTING.pptx
IP_ADDRESSING_AND_SUBNETTING.pptxIP_ADDRESSING_AND_SUBNETTING.pptx
IP_ADDRESSING_AND_SUBNETTING.pptx
 
NP - Unit 2 - Internet Addressing, ARP and RARP
NP - Unit 2 - Internet Addressing, ARP and RARP NP - Unit 2 - Internet Addressing, ARP and RARP
NP - Unit 2 - Internet Addressing, ARP and RARP
 
IP Address & Its Classes .pdf
IP    Address   &   Its    Classes  .pdfIP    Address   &   Its    Classes  .pdf
IP Address & Its Classes .pdf
 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting Presentation
 
Lecture 06
Lecture 06Lecture 06
Lecture 06
 
Subnetting
SubnettingSubnetting
Subnetting
 
IPv4 addressing and subnetting
IPv4 addressing and subnettingIPv4 addressing and subnetting
IPv4 addressing and subnetting
 
Ch7 IP addressing.pptx
Ch7 IP addressing.pptxCh7 IP addressing.pptx
Ch7 IP addressing.pptx
 
Network Layer Numericals
Network Layer NumericalsNetwork Layer Numericals
Network Layer Numericals
 
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
 
Subneting.ppt
Subneting.pptSubneting.ppt
Subneting.ppt
 
CyberLab TCP/IP and IP Addressing & Subnetting
CyberLab TCP/IP and IP Addressing & SubnettingCyberLab TCP/IP and IP Addressing & Subnetting
CyberLab TCP/IP and IP Addressing & Subnetting
 
Ip basics
Ip basicsIp basics
Ip basics
 
7-Lect_7 .pptxNetwork LayerNetwork Layer
7-Lect_7 .pptxNetwork LayerNetwork Layer7-Lect_7 .pptxNetwork LayerNetwork Layer
7-Lect_7 .pptxNetwork LayerNetwork Layer
 
7-Lect_7 .pptxNetwork Layer. Addressing Subnetting Mask (default and subnet) ...
7-Lect_7 .pptxNetwork Layer. Addressing Subnetting Mask (default and subnet) ...7-Lect_7 .pptxNetwork Layer. Addressing Subnetting Mask (default and subnet) ...
7-Lect_7 .pptxNetwork Layer. Addressing Subnetting Mask (default and subnet) ...
 

Recently uploaded

Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 

Recently uploaded (20)

Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 

Subnetting in network layer in computer networks

  • 2. Network vs Host 2 IP addresses are designed with two levels of hierarchy IP addresses are designed with two levels of hierarchy: 1 identifying the network it resides on 1 identifying the host address on the network The Class of the address and the Default Mask The Class of the address and the Default Mask determine which part belongs to the network address and which part belongs to the host address In classful addressing, a large part of the available addresses were wasted.
  • 4. Subnetting 4 A network with three levels of hierarchy . 14-Aug- 13 Unit III Beulah A.
  • 5. Subnetting 5 Addresses in a network with and without subnetting (Class B)
  • 6. Default Mask 6 Mask or a Default mask is a 32 bit number made of contiguous 1s followed by contiguous 0s Used to find the network address AND IP address with Default mask to get the network AND IP address with Default mask to get the network address
  • 7. Logical Bitwise AND Operation 7 Consider The example 140.179.240.200 It’s a Class B, so the Mask is: It’s a Class B, so the Mask is: 255.255.0.0
  • 8. Logical Bitwise AND Operation 8 140.179.220.200 Class B address 255.255.0.0 Default Mask In Binary: 10001100 10110011 11110000 11001000 11111111 11111111 00000000 00000000 10001100 10110011 00000000 00000000 By doing this, the computer has found that our Network Address is 140.179.0.0
  • 9. Another Example 9 Address 206.15.143.89? Class C 255.255.255.0 What class is it? What is the Default mask? 206.15.143.0 0.0.0.89 What is the Network Address? What is the host portion of the address?
  • 10. Subnetting 10 Subnetting is a way of taking an existing class license and breaking it down to create more Network Addresses. This will always reduce the number of host addresses for a given network. Subnetting makes more efficient use of the address or addresses assigned to an organization.
  • 11. How Does Subnetting Work? 11 Additional bits can be added (changed from 0 to 1) to the subnet mask to further subnet, or breakdown, a network. When the logical AND is done by the computer, the result When the logical AND is done by the computer, the result will give it a new Network (or Subnet) Address. Remember, an address of all “0”s or all “1”s cannot be used in the last octet (or host portion). All “0”s signify the Network Address and all “1”s signify the broadcast address
  • 12. Subnet Mask 12 Subnet mask is a 32 bit number made of contiguous 1s followed by contiguous 0s Used to find the subnet address AND IP address with Subnet mask to get the subnet AND IP address with Subnet mask to get the subnet address
  • 14. Example 14 What is the subnetwork address if the destination address is 200.45.34.56 and the subnet mask is 255.255.240.0?
  • 15. Solution Solution 15 11001000 00101101 00100010 00111000 11111111 11111111 11110000 00000000 11001000 00101101 00100000 0000 00000000 00000000 11001000 00101101 00100000 0000 00000000 00000000 The subnetwork address is 200.45.32.0
  • 16. Comparison of a default mask and a subnet mask 16 The number of subnets must be a power of 2.
  • 17. Example 17 A company is granted the site address 201.70.64.0 (class C). The company needs six subnets. Design the subnets. The number of 1s in the default mask is 24 (class C).
  • 18. Example Cont… 18 The company needs six subnets. This number 6 is not a power of 2. The next number that is a power of 2 is 8 (23). The next number that is a power of 2 is 8 (2 ). We need 3 more 1s in the subnet mask. The total number of 1s in the subnet mask is 27 (24 + 3). The total number of 0s is 5 (32 - 27).
  • 19. Example Cont… 19 The mask is 11111111 11111111 11111111 11100000 or 255.255.255.224 255.255.255.224 The number of subnets is 8. The number of addresses in each subnet is 25 (5 is the number of 0s) or 32.
  • 20. Example Cont… 20 The six subnets are: 201.70.64.0 201.70.64.32 201.70.64.64 201.70.64.64 201.70.64.96 201.70.64.128 201.70.64.160 The remaining 2 are unused 201.70.64.192 201.70.64.224
  • 22. Another Example 22 A company is granted the site address 181.56.0.0 (class B). The company needs 1000 subnets. Design the subnets. The number of 1s in the default mask is 16 (class B).
  • 23. Another Example Cont… 23 The company needs 1000 subnets. This number is not a power of 2. The next number that is a power of 2 is 1024 (210). (210). We need 10 more 1s in the subnet mask. The total number of 1s in the subnet mask is 26 (16 + 10). The total number of 0s is 6 (32 - 26).
  • 24. Another Example Cont… 24 The mask is 11111111 11111111 11111111 11000000 or 255.255.255.192 255.255.255.192 The number of subnets is 1024. The number of addresses in each subnet is 26 (6 is the number of 0s) or 64.