SlideShare uma empresa Scribd logo
1 de 21
Sub Netting Made Easy
By Vishal Pawar
27
26
25
24
23
22
21
20
128 64 32 16 8 4 2 1 Subnet Prefix
mask
1 0 0 0 0 0 0 0 128 /25
1 1 0 0 0 0 0 0 192 /26
1 1 1 0 0 0 0 0 224 /27
1 1 1 1 0 0 0 0 240 /28
1 1 1 1 1 0 0 0 248 /29
1 1 1 1 1 1 0 0 252 /30
1 1 1 1 1 1 1 0 254 /31
1 1 1 1 1 1 1 1 255 /32
 Ex.- Class C Address
 N . N . N . H
 11111111.11111111.11111111.00000000
 No of Hosts = 2 ^ n (no of host bits)
 192.168.1.0 to 192.168.1.255
 Network Address - Broadcast Address
 Actual Host address =
 192.168.1.1 to 192.168.1.254
Subnetting
 Subnetting is dividing one network into
many networks.
 Formula for subnetting -
 2 ^ n (no of bits borrowed from host
portion)
 2 ^ 1 = 2 subnets
Calculate ?
1. Class
2. Default Subnet
3. Classless Subnet
4. Number of Networks
5. Block Size
6. Number of Usable Hosts per Network
7. Network Address
8. Broadcast Address
9. Next Network Address
10. First Host IP Address
11. Last Host IP Address
Example - 1
 Given IP Address -
 10.10.10.40
 Given Prefix -
 /27
Step 1- Class
 1-126 it is a Class A address
 128-191 it is a Class B address
 192-223 it is a Class C address
 224-239 it is a Class D address
 240-255 it is a Class E address
________________________________
 Answer -
 10.10.10.40 - Class A Address
Step 2 – Default Subnet
 Class A - 255.0.0.0
 Class B - 255.255.0.0
 Class C - 255.255.255.0
_______________________________
 Answer -
 For - 10.10.10.40
 Default Subnet is - 255.0.0.0
Step 3 – Classless Subnet
 Calculate Binary of given prefix – /27
11111111.11111111.11111111.11100000
8 + 8 + 8 + 3 = 27 bits ON
 Convert it into Decimal-
255 . 255 . 255 . 224
_______________________________________
 Answer –
Classless Subnet mask - 255.255.255.224
Step 4 - Number of Networks
 No. of Networks = 2^n

Where n is No. of bits borrowed
 No. of bits borrowed = 11100000 = 3

2^3 = 8
_______________________________
 Answer –
 Number of Networks = 8
Step 5 – Block Size
Default subnet mask – Classless subnet mask
255.255.255.256
- 255.255.255.224 (Subnet mask of /27)
------------------------
0.0.0.32
_______________________________
 Answer –
 Block Size = 0.0.0.32
Step 6 – Total Number of Usable Hosts
 2 ^ (Total Host bits) - 2
 = 2 ^ 5 - 2
 = 32 – 2
 = 30
_______________________________
 Answer –
 Total Number of Usable Hosts = 30
Step 7 – Network Address
 Use ANDing method
1. Convert IP Add to Binary
2. Convert Subnet mask to Binary
3. Use AND operation
4. Convert answer into decimal
IP address : 00001010.00001010.00001010.00101000
Subnet mask : 11111111.11111111.11111111.1110000
AND -----------------------------------------------------------
Network address : 00001010.00001010.00001010.00100000
Decimal Format: 10.10.10.32
_______________________________
 Answer –
 Network Address = 10.10.10.32
Step 8 - Broadcast Address
 Network Add + Block size - 1
 10.10.10.32 + 0.0.0.32 - 1
 = 10.10.10.63
 Answer –
 Broadcast Address = 10.10.10.63
Step 8 - Broadcast Address
 Use XOR method
1. Convert IP Add to Binary
2. Convert Subnet mask to Binary
3. Invert Binary Subnet mask
4. Use XOR operation
5. Convert answer into decimal
IP address : 00001010.00001010.00001010.00101000
Inverted Subnet mask : 00000000.00000000.00000000.00011111
XOR --------------------------------------------------------------------------------
Network address : 00001010.00001010.00001010.00111111
Decimal Format : 10.10.10.63
______________________________________
 Answer –
 Broadcast Address = 10.10.10.63
Step 10 – First Host IP Address
 First Host IP Add = Network Address + 1
 = 10.10.10.32 + 1
 = 10.10.10.33
____________________________________
 Answer –
 First Host IP Address = 10.10.10.33
Step 10 – Last Host IP Address
 Last Host IP Add = Broadcast Address - 1
 = 10.10.10.63 - 1
 = 10.10.10.62
____________________________________
 Answer –
 Last Host IP Address = 10.10.10.62
Step 9 – Next Network Address
Next Network Add = Network add + Block Size
 = 10.10.10.32 + 0.0.0.32
 = 10.10.10.64
____________________________________
 Answer –
 Next Network Address = 10.10.10.64
Thank You

Mais conteúdo relacionado

Mais procurados

Lesson 2: Subnetting basics
Lesson 2: Subnetting basicsLesson 2: Subnetting basics
Lesson 2: Subnetting basicsMahmmoud Mahdi
 
Subnet questions with ans(networking)
Subnet questions with ans(networking)Subnet questions with ans(networking)
Subnet questions with ans(networking)welcometofacebook
 
IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)cuetcse
 
Subnetting (FLSM & VLSM) with examples
Subnetting (FLSM & VLSM) with examplesSubnetting (FLSM & VLSM) with examples
Subnetting (FLSM & VLSM) with examplesKrishna Mohan
 
Subnetting Made Easy
Subnetting Made EasySubnetting Made Easy
Subnetting Made Easyheidionthego
 
Classless addressing
Classless addressingClassless addressing
Classless addressingIqra Abbas
 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting PresentationTouhidul Fahim
 
Subnetting Basics Tutorial
Subnetting Basics TutorialSubnetting Basics Tutorial
Subnetting Basics Tutorialmikem801
 
Ip addressing
Ip addressingIp addressing
Ip addressingOnline
 
Ip addressing and subnetting workbook
Ip addressing and subnetting workbookIp addressing and subnetting workbook
Ip addressing and subnetting workbookLuiz Souza
 
Network Layer Numericals
Network Layer NumericalsNetwork Layer Numericals
Network Layer NumericalsManisha Keim
 

Mais procurados (20)

Lesson 2: Subnetting basics
Lesson 2: Subnetting basicsLesson 2: Subnetting basics
Lesson 2: Subnetting basics
 
Subnet questions with ans(networking)
Subnet questions with ans(networking)Subnet questions with ans(networking)
Subnet questions with ans(networking)
 
IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)
 
Sub Netting
Sub NettingSub Netting
Sub Netting
 
Subnetting (FLSM & VLSM) with examples
Subnetting (FLSM & VLSM) with examplesSubnetting (FLSM & VLSM) with examples
Subnetting (FLSM & VLSM) with examples
 
Subnetting
SubnettingSubnetting
Subnetting
 
Subnetting made simple
Subnetting made simpleSubnetting made simple
Subnetting made simple
 
Osi model
Osi modelOsi model
Osi model
 
Subnetting Made Easy
Subnetting Made EasySubnetting Made Easy
Subnetting Made Easy
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 
Chapter 25
Chapter 25Chapter 25
Chapter 25
 
Classless addressing
Classless addressingClassless addressing
Classless addressing
 
Ip addressing classful
Ip addressing classfulIp addressing classful
Ip addressing classful
 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting Presentation
 
Chapter 26
Chapter 26Chapter 26
Chapter 26
 
Subnetting Basics Tutorial
Subnetting Basics TutorialSubnetting Basics Tutorial
Subnetting Basics Tutorial
 
Ip addressing
Ip addressingIp addressing
Ip addressing
 
Ip addressing and subnetting workbook
Ip addressing and subnetting workbookIp addressing and subnetting workbook
Ip addressing and subnetting workbook
 
Ch19
Ch19Ch19
Ch19
 
Network Layer Numericals
Network Layer NumericalsNetwork Layer Numericals
Network Layer Numericals
 

Destaque

CCNAv5 - S1: Chapter 9 - Subnetting Ip Networks
CCNAv5 - S1: Chapter 9 - Subnetting Ip NetworksCCNAv5 - S1: Chapter 9 - Subnetting Ip Networks
CCNAv5 - S1: Chapter 9 - Subnetting Ip NetworksVuz Dở Hơi
 
Pjsmith ip addressing_&_subnetting_made_easy
Pjsmith ip addressing_&_subnetting_made_easyPjsmith ip addressing_&_subnetting_made_easy
Pjsmith ip addressing_&_subnetting_made_easyNaresh Gotad
 
Nokia ultra bts connections1
Nokia ultra bts connections1Nokia ultra bts connections1
Nokia ultra bts connections1Moses Daramola
 
Design and implementation of sdr based qpsk transceiver using fpga
Design and implementation of sdr based qpsk transceiver using fpgaDesign and implementation of sdr based qpsk transceiver using fpga
Design and implementation of sdr based qpsk transceiver using fpgaTarik Kazaz
 
bts Site Visit At Pipalia (Morbi)
bts Site Visit At Pipalia (Morbi)bts Site Visit At Pipalia (Morbi)
bts Site Visit At Pipalia (Morbi)guested52cc8
 
Huawei gsm grfu introduction
Huawei gsm grfu introductionHuawei gsm grfu introduction
Huawei gsm grfu introductionsad_RNP
 
CCNAv5 - S1: Chapter 8 - Ip Addressing
CCNAv5 - S1: Chapter 8 - Ip AddressingCCNAv5 - S1: Chapter 8 - Ip Addressing
CCNAv5 - S1: Chapter 8 - Ip AddressingVuz Dở Hơi
 
Presentation of NSN training
Presentation of NSN trainingPresentation of NSN training
Presentation of NSN trainingBhavin_Halani
 
Ericsson BTS commisioning
Ericsson BTS commisioningEricsson BTS commisioning
Ericsson BTS commisioningShahid Rasool
 
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 StartersS Khawaja
 
Bhrat sanchar nigam limited Industrial Training PPT
Bhrat sanchar nigam limited Industrial Training PPTBhrat sanchar nigam limited Industrial Training PPT
Bhrat sanchar nigam limited Industrial Training PPTShivam Gupta
 
Subnetting
SubnettingSubnetting
Subnettingswascher
 
Osi model vs TCP/IP
Osi model vs TCP/IPOsi model vs TCP/IP
Osi model vs TCP/IPMannu Khani
 
Bts installation & commisioning
Bts installation & commisioningBts installation & commisioning
Bts installation & commisioningAIRTEL
 

Destaque (20)

CCNAv5 - S1: Chapter 9 - Subnetting Ip Networks
CCNAv5 - S1: Chapter 9 - Subnetting Ip NetworksCCNAv5 - S1: Chapter 9 - Subnetting Ip Networks
CCNAv5 - S1: Chapter 9 - Subnetting Ip Networks
 
Pjsmith ip addressing_&_subnetting_made_easy
Pjsmith ip addressing_&_subnetting_made_easyPjsmith ip addressing_&_subnetting_made_easy
Pjsmith ip addressing_&_subnetting_made_easy
 
Nokia ultra bts connections1
Nokia ultra bts connections1Nokia ultra bts connections1
Nokia ultra bts connections1
 
Design and implementation of sdr based qpsk transceiver using fpga
Design and implementation of sdr based qpsk transceiver using fpgaDesign and implementation of sdr based qpsk transceiver using fpga
Design and implementation of sdr based qpsk transceiver using fpga
 
bts Site Visit At Pipalia (Morbi)
bts Site Visit At Pipalia (Morbi)bts Site Visit At Pipalia (Morbi)
bts Site Visit At Pipalia (Morbi)
 
HUAWEI BTS3012
HUAWEI BTS3012HUAWEI BTS3012
HUAWEI BTS3012
 
Huawei gsm grfu introduction
Huawei gsm grfu introductionHuawei gsm grfu introduction
Huawei gsm grfu introduction
 
Mimo
MimoMimo
Mimo
 
CCNAv5 - S1: Chapter 8 - Ip Addressing
CCNAv5 - S1: Chapter 8 - Ip AddressingCCNAv5 - S1: Chapter 8 - Ip Addressing
CCNAv5 - S1: Chapter 8 - Ip Addressing
 
Presentation of NSN training
Presentation of NSN trainingPresentation of NSN training
Presentation of NSN training
 
MIMO.ppt (2) 2
MIMO.ppt (2) 2MIMO.ppt (2) 2
MIMO.ppt (2) 2
 
Ericsson BTS commisioning
Ericsson BTS commisioningEricsson BTS commisioning
Ericsson BTS commisioning
 
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
 
Bhrat sanchar nigam limited Industrial Training PPT
Bhrat sanchar nigam limited Industrial Training PPTBhrat sanchar nigam limited Industrial Training PPT
Bhrat sanchar nigam limited Industrial Training PPT
 
Ip address
Ip addressIp address
Ip address
 
Subnetting
SubnettingSubnetting
Subnetting
 
Osi model vs TCP/IP
Osi model vs TCP/IPOsi model vs TCP/IP
Osi model vs TCP/IP
 
Bts installation & commisioning
Bts installation & commisioningBts installation & commisioning
Bts installation & commisioning
 
Ip address and subnetting
Ip address and subnettingIp address and subnetting
Ip address and subnetting
 
TCP/IP Basics
TCP/IP BasicsTCP/IP Basics
TCP/IP Basics
 

Semelhante a Subnetting Made Easy

Wipro telecom training i pv4 concepts
Wipro telecom training   i pv4 conceptsWipro telecom training   i pv4 concepts
Wipro telecom training i pv4 conceptsJAIGANESH SEKAR
 
ACIT Mumbai - CCNA Training Coourse- IP ADDRESS ASSIGNMENT
ACIT Mumbai - CCNA Training Coourse- IP ADDRESS ASSIGNMENTACIT Mumbai - CCNA Training Coourse- IP ADDRESS ASSIGNMENT
ACIT Mumbai - CCNA Training Coourse- IP ADDRESS ASSIGNMENTSleek International
 
Ip addressing subnetting workbook
Ip addressing subnetting workbookIp addressing subnetting workbook
Ip addressing subnetting workbookVijay Shukla
 
2.10a network layer services i pv4 - fixed length subnetting
2.10a network layer services  i pv4 - fixed length subnetting2.10a network layer services  i pv4 - fixed length subnetting
2.10a network layer services i pv4 - fixed length subnettingJAIGANESH SEKAR
 
Fixed Length Subnetting about ip address.pptx
Fixed Length Subnetting about ip address.pptxFixed Length Subnetting about ip address.pptx
Fixed Length Subnetting about ip address.pptxShaqib3
 
Chapter3ccna
Chapter3ccnaChapter3ccna
Chapter3ccnarobertoxe
 
1703_anusua_basuclassful addressing_IP_Addressing
1703_anusua_basuclassful addressing_IP_Addressing1703_anusua_basuclassful addressing_IP_Addressing
1703_anusua_basuclassful addressing_IP_AddressingAnusuaBasu
 
ip_addressing_subnetting aaaaaaaaaaa.ppt
ip_addressing_subnetting aaaaaaaaaaa.pptip_addressing_subnetting aaaaaaaaaaa.ppt
ip_addressing_subnetting aaaaaaaaaaa.pptFaysalAhamed32
 

Semelhante a Subnetting Made Easy (20)

Wipro telecom training i pv4 concepts
Wipro telecom training   i pv4 conceptsWipro telecom training   i pv4 concepts
Wipro telecom training i pv4 concepts
 
subnet.ppt
subnet.pptsubnet.ppt
subnet.ppt
 
Chap3. i pv4
Chap3. i pv4Chap3. i pv4
Chap3. i pv4
 
Network Layer
Network LayerNetwork Layer
Network Layer
 
Ipaddressing
IpaddressingIpaddressing
Ipaddressing
 
ACIT Mumbai - CCNA Training Coourse- IP ADDRESS ASSIGNMENT
ACIT Mumbai - CCNA Training Coourse- IP ADDRESS ASSIGNMENTACIT Mumbai - CCNA Training Coourse- IP ADDRESS ASSIGNMENT
ACIT Mumbai - CCNA Training Coourse- IP ADDRESS ASSIGNMENT
 
Ip addressing subnetting workbook
Ip addressing subnetting workbookIp addressing subnetting workbook
Ip addressing subnetting workbook
 
Mod6
Mod6Mod6
Mod6
 
Ccent notes part 3
Ccent notes part 3Ccent notes part 3
Ccent notes part 3
 
Subnetting
SubnettingSubnetting
Subnetting
 
Lecture 03 networking
Lecture 03 networkingLecture 03 networking
Lecture 03 networking
 
IP classes and subnetting.
IP classes and subnetting.IP classes and subnetting.
IP classes and subnetting.
 
2.10a network layer services i pv4 - fixed length subnetting
2.10a network layer services  i pv4 - fixed length subnetting2.10a network layer services  i pv4 - fixed length subnetting
2.10a network layer services i pv4 - fixed length subnetting
 
ip addressing
ip addressingip addressing
ip addressing
 
Fixed Length Subnetting about ip address.pptx
Fixed Length Subnetting about ip address.pptxFixed Length Subnetting about ip address.pptx
Fixed Length Subnetting about ip address.pptx
 
Chapter3ccna
Chapter3ccnaChapter3ccna
Chapter3ccna
 
Chapter3ccna
Chapter3ccnaChapter3ccna
Chapter3ccna
 
1703_anusua_basuclassful addressing_IP_Addressing
1703_anusua_basuclassful addressing_IP_Addressing1703_anusua_basuclassful addressing_IP_Addressing
1703_anusua_basuclassful addressing_IP_Addressing
 
IP Addressing
IP AddressingIP Addressing
IP Addressing
 
ip_addressing_subnetting aaaaaaaaaaa.ppt
ip_addressing_subnetting aaaaaaaaaaa.pptip_addressing_subnetting aaaaaaaaaaa.ppt
ip_addressing_subnetting aaaaaaaaaaa.ppt
 

Último

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdfChristopherTHyatt
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 

Último (20)

EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Evaluating the top large language models.pdf
Evaluating the top large language models.pdfEvaluating the top large language models.pdf
Evaluating the top large language models.pdf
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 

Subnetting Made Easy

  • 1. Sub Netting Made Easy By Vishal Pawar
  • 2. 27 26 25 24 23 22 21 20 128 64 32 16 8 4 2 1 Subnet Prefix mask 1 0 0 0 0 0 0 0 128 /25 1 1 0 0 0 0 0 0 192 /26 1 1 1 0 0 0 0 0 224 /27 1 1 1 1 0 0 0 0 240 /28 1 1 1 1 1 0 0 0 248 /29 1 1 1 1 1 1 0 0 252 /30 1 1 1 1 1 1 1 0 254 /31 1 1 1 1 1 1 1 1 255 /32
  • 3.
  • 4.  Ex.- Class C Address  N . N . N . H  11111111.11111111.11111111.00000000  No of Hosts = 2 ^ n (no of host bits)  192.168.1.0 to 192.168.1.255  Network Address - Broadcast Address  Actual Host address =  192.168.1.1 to 192.168.1.254
  • 5.
  • 6. Subnetting  Subnetting is dividing one network into many networks.  Formula for subnetting -  2 ^ n (no of bits borrowed from host portion)  2 ^ 1 = 2 subnets
  • 7. Calculate ? 1. Class 2. Default Subnet 3. Classless Subnet 4. Number of Networks 5. Block Size 6. Number of Usable Hosts per Network 7. Network Address 8. Broadcast Address 9. Next Network Address 10. First Host IP Address 11. Last Host IP Address
  • 8. Example - 1  Given IP Address -  10.10.10.40  Given Prefix -  /27
  • 9. Step 1- Class  1-126 it is a Class A address  128-191 it is a Class B address  192-223 it is a Class C address  224-239 it is a Class D address  240-255 it is a Class E address ________________________________  Answer -  10.10.10.40 - Class A Address
  • 10. Step 2 – Default Subnet  Class A - 255.0.0.0  Class B - 255.255.0.0  Class C - 255.255.255.0 _______________________________  Answer -  For - 10.10.10.40  Default Subnet is - 255.0.0.0
  • 11. Step 3 – Classless Subnet  Calculate Binary of given prefix – /27 11111111.11111111.11111111.11100000 8 + 8 + 8 + 3 = 27 bits ON  Convert it into Decimal- 255 . 255 . 255 . 224 _______________________________________  Answer – Classless Subnet mask - 255.255.255.224
  • 12. Step 4 - Number of Networks  No. of Networks = 2^n  Where n is No. of bits borrowed  No. of bits borrowed = 11100000 = 3  2^3 = 8 _______________________________  Answer –  Number of Networks = 8
  • 13. Step 5 – Block Size Default subnet mask – Classless subnet mask 255.255.255.256 - 255.255.255.224 (Subnet mask of /27) ------------------------ 0.0.0.32 _______________________________  Answer –  Block Size = 0.0.0.32
  • 14. Step 6 – Total Number of Usable Hosts  2 ^ (Total Host bits) - 2  = 2 ^ 5 - 2  = 32 – 2  = 30 _______________________________  Answer –  Total Number of Usable Hosts = 30
  • 15. Step 7 – Network Address  Use ANDing method 1. Convert IP Add to Binary 2. Convert Subnet mask to Binary 3. Use AND operation 4. Convert answer into decimal IP address : 00001010.00001010.00001010.00101000 Subnet mask : 11111111.11111111.11111111.1110000 AND ----------------------------------------------------------- Network address : 00001010.00001010.00001010.00100000 Decimal Format: 10.10.10.32 _______________________________  Answer –  Network Address = 10.10.10.32
  • 16. Step 8 - Broadcast Address  Network Add + Block size - 1  10.10.10.32 + 0.0.0.32 - 1  = 10.10.10.63  Answer –  Broadcast Address = 10.10.10.63
  • 17. Step 8 - Broadcast Address  Use XOR method 1. Convert IP Add to Binary 2. Convert Subnet mask to Binary 3. Invert Binary Subnet mask 4. Use XOR operation 5. Convert answer into decimal IP address : 00001010.00001010.00001010.00101000 Inverted Subnet mask : 00000000.00000000.00000000.00011111 XOR -------------------------------------------------------------------------------- Network address : 00001010.00001010.00001010.00111111 Decimal Format : 10.10.10.63 ______________________________________  Answer –  Broadcast Address = 10.10.10.63
  • 18. Step 10 – First Host IP Address  First Host IP Add = Network Address + 1  = 10.10.10.32 + 1  = 10.10.10.33 ____________________________________  Answer –  First Host IP Address = 10.10.10.33
  • 19. Step 10 – Last Host IP Address  Last Host IP Add = Broadcast Address - 1  = 10.10.10.63 - 1  = 10.10.10.62 ____________________________________  Answer –  Last Host IP Address = 10.10.10.62
  • 20. Step 9 – Next Network Address Next Network Add = Network add + Block Size  = 10.10.10.32 + 0.0.0.32  = 10.10.10.64 ____________________________________  Answer –  Next Network Address = 10.10.10.64