SlideShare a Scribd company logo
1 of 33
Download to read offline
Dynamic routing using FLSM
and VLSM
Presented by: Dr. Amandeep Singh
Poll 1
Subnet is end result of dividing a network
into two or more networks
• Yes
• No
FLSM subnetting
• Step 1:decide total number of sub net required , lets say 2
• Step 2: calculate required network bits for example is assumed case
network one need 30 IP’s and rest IP’s belong to network two
32-5=27 bits
(2^n formula used and 32 is (8.8.8.8 total no of bits ))
• Step 3: calculate subnet mask by converting this binary number to
decimal for eg.
11100000 =224 hence mask will be: 255.255.255.224
• Step 4: Find range by subtracting calculated mask from maximum
possible number 255.255.255.255
255.255.255.255
255.255.255.224
-----------------------
0.0.0.31
3
Range will be
192.10.10.0 to 192.10.10.31
FLSM subnetting
• Step 1:decide total number of sub net required , lets say 2
• Step 2: calculate required network bits for example is assumed case
network one need 30 IP’s and rest IP’s belong to network two
32-5=27 bits
(2^n formula used and 32 is (8.8.8.8 total no of bits ))
• Step 3: calculate subnet mask by converting this binary number to
decimal for eg.
11100000 =224 hence mask will be: 255.255.255.224
• Step 4: Find range by subtracting calculated mask from maximum
possible number 255.255.255.255
255.255.255.255
255.255.255.224
-----------------------
0.0.0.31
4
Range will be
192.10.10.32 to 192.10.10.63
Poll 2
Fixed-length subnet masks can initiate the
IP wastage issue
• Yes
• No
FLSM subnetting
• Step 1:decide total number of sub net required , lets say 2
• Step 2: calculate required network bits for example is assumed case
network one need 30 IP’s and rest IP’s belong to network two
32-5=27 bits
(2^n formula used and 32 is (8.8.8.8 total no of bits ))
• Step 3: calculate subnet mask by converting this binary number to
decimal for eg.
11100000 =224 hence mask will be: 255.255.255.224
• Step 4: Find range by subtracting calculated mask from maximum
possible number 255.255.255.255
255.255.255.255
255.255.255.224
-----------------------
0.0.0.31
6
Range will be
192.10.10.64 to 192.10.10.95
FLSM subnetting
• Step 1:decide total number of sub net required , lets say 2
• Step 2: calculate required network bits for example is assumed case
network one need 30 IP’s and rest IP’s belong to network two
32-5=27 bits
(2^n formula used and 32 is (8.8.8.8 total no of bits ))
• Step 3: calculate subnet mask by converting this binary number to
decimal for eg.
11100000 =224 hence mask will be: 255.255.255.224
• Step 4: Find range by subtracting calculated mask from maximum
possible number 255.255.255.255
255.255.255.255
255.255.255.224
-----------------------
0.0.0.31
7
Range will be
192.10.10.96 to 192.10.10.127
FLSM subnetting
• Step 1:decide total number of sub net required , lets say 2
• Step 2: calculate required network bits for example is assumed case
network one need 30 IP’s and rest IP’s belong to network two
32-5=27 bits
(2^n formula used and 32 is (8.8.8.8 total no of bits ))
• Step 3: calculate subnet mask by converting this binary number to
decimal for eg.
11100000 =224 hence mask will be: 255.255.255.224
• Step 4: Find range by subtracting calculated mask from maximum
possible number 255.255.255.255
255.255.255.255
255.255.255.224
-----------------------
0.0.0.31
8
Range will be
192.10.10.128 to 192.10.10.159
Router 1 setting for RIP
• Router>
• Router>enable
• Router#
• Router#configure terminal
• Enter configuration commands, one per line. End with CNTL/Z.
• Router(config)#router rip
• Router(config-router)#version 1
• Router(config-router)#network 192.10.10.0
• Router(config-router)#network 192.10.10.96
• Router(config-router)#
Router 2 setting for RIP
• Router>
• Router>enable
• Router#
• Router#configure terminal
• Enter configuration commands, one per line. End with CNTL/Z.
• Router(config)#router rip
• Router(config-router)#version 1
• Router(config-router)#network 192.10.10.96
• Router(config-router)#network 192.10.10.32
• Router(config-router)#network 192.10.10.128
• Router(config-router)#
Router 3 setting for RIP
• Router>
• Router>enable
• Router#
• Router#configure terminal
• Enter configuration commands, one per line. End with CNTL/Z.
• Router(config)#router rip
• Router(config-router)#version 1
• Router(config-router)#network 192.10.10.128
• Router(config-router)#network 192.10.10.64
• Router(config-router)#
• Change the all addresses starting from
192 to180 it will become class less
addressing (version 2) for e.g.
• Router>
• Router>enable
• Router#
• Router#configure terminal
• Enter configuration commands, one per line. End with CNTL/Z.
• Router(config)#router rip
• Router(config-router)#version 2
• Router(config-router)#network 180.10.10.0
• Router(config-router)#network 180.10.10.96
• Router(config-router)#
Poll 3
What will be sub netmask for class C, 6 IP
network
A.248
B.250
C.252
D.254
VLSM subnetting
• Step 1:decide total number of sub net required , lets say 2
• Step 2: calculate required network bits for example is assumed case
network one need 8 IP’s and rest IP’s belong to network two
32-3=29 bits
(2^n formula used and 32 is (8.8.8.8 total no of bits ))
• Step 3: calculate subnet mask by converting this binary number to
decimal for eg.
11111000 =248 hence mask will be: 255.255.255.248
• Step 4: Find range by subtracting calculated mask from maximum
possible number 255.255.255.255
255.255.255.255
255.255.255.248
-----------------------
0.0.0.7
16
Range will be
192.10.10.96 to 192.10.10.103
VLSM subnetting (variable
length subnet mask)
• Step 1:decide total number of sub net required , lets say 2
• Step 2: calculate required network bits for example in assumed case
network one need 64 IP’s and rest IP’s belong to network two
32-6=26 bits
(2^n formula used and 32 is (8.8.8.8 total no of bits ))
• Step 3: calculate subnet mask by converting this binary number to
decimal for eg.
11000000 =192 hence mask will be: 255.255.255.192
• Step 4: Find range by subtracting calculated mask from maximum
possible number 255.255.255.255
255.255.255.255
255.255.255.192
-----------------------
0.0.0.63
17
Range will be
192.10.10.0 to 192.10.10.63
VLSM subnetting
• Step 1:decide total number of sub net required , lets say 2
• Step 2: calculate required network bits for example is assumed case
network one need 30 IP’s and rest IP’s belong to network two
32-5=27 bits
(2^n formula used and 32 is (8.8.8.8 total no of bits ))
• Step 3: calculate subnet mask by converting this binary number to
decimal for eg.
11100000 =224 hence mask will be: 255.255.255.224
• Step 4: Find range by subtracting calculated mask from maximum
possible number 255.255.255.255
255.255.255.255
255.255.255.224
-----------------------
0.0.0.31
18
Range will be
192.10.10.64 to 192.10.10.95
Poll 4
What will be sub netmask for class C, two
host network
A.248
B.250
C.252
D.254
VLSM subnetting
• Step 1:decide total number of sub net required , lets say 2
• Step 2: calculate required network bits for example is assumed case
network one need 4 IP’s and rest IP’s belong to network two
32-2=30 bits
(2^n formula used and 32 is (8.8.8.8 total no of bits ))
• Step 3: calculate subnet mask by converting this binary number to
decimal for eg.
11111100 =252 hence mask will be: 255.255.255.252
• Step 4: Find range by subtracting calculated mask from maximum
possible number 255.255.255.255
255.255.255.255
255.255.255.252
-----------------------
0.0.0.3
20
Range will be
192.10.10.96 to 192.10.10.99
VLSM subnetting
• Step 1:decide total number of sub net required , lets say 2
• Step 2: calculate required network bits for example is assumed case
network one need 4 IP’s and rest IP’s belong to network two
32-2=30 bits
(2^n formula used and 32 is (8.8.8.8 total no of bits ))
• Step 3: calculate subnet mask by converting this binary number to
decimal for eg.
11111100 =252 hence mask will be: 255.255.255.252
• Step 4: Find range by subtracting calculated mask from maximum
possible number 255.255.255.255
255.255.255.255
255.255.255.252
-----------------------
0.0.0.3
21
Range will be
192.10.10.100 to 192.10.10.103
VLSM subnetting
• Step 1:decide total number of sub net required , lets say 2
• Step 2: calculate required network bits for example is assumed case
network one need 4 IP’s and rest IP’s belong to network two
32-2=30 bits
(2^n formula used and 32 is (8.8.8.8 total no of bits ))
• Step 3: calculate subnet mask by converting this binary number to
decimal for eg.
11111100 =252 hence mask will be: 255.255.255.252
• Step 4: Find range by subtracting calculated mask from maximum
possible number 255.255.255.255
255.255.255.255
255.255.255.252
-----------------------
0.0.0.3
22
Range will be
192.10.10.104 to 192.10.10.107
Router 1 setting for RIP
• Router>
• Router>enable
• Router#
• Router#configure terminal
• Enter configuration commands, one per line. End with CNTL/Z.
• Router(config)#router rip
• Router(config-router)#version 1
• Router(config-router)#network 192.10.10.0
• Router(config-router)#network 192.10.10.100
• Router(config-router)#
Router 2 setting for RIP
• Router>
• Router>enable
• Router#
• Router#configure terminal
• Enter configuration commands, one per line. End with CNTL/Z.
• Router(config)#router rip
• Router(config-router)#version 1
• Router(config-router)#network 192.10.10.64
• Router(config-router)#network 192.10.10.100
• Router(config-router)#network 192.10.10.104
• Router(config-router)#
Router 3 setting for RIP
• Router>
• Router>enable
• Router#
• Router#configure terminal
• Enter configuration commands, one per line. End with CNTL/Z.
• Router(config)#router rip
• Router(config-router)#version 1
• Router(config-router)#network 192.10.10.104
• Router(config-router)#network 192.10.10.96
• Router(config-router)#

More Related Content

Similar to 6a52807edaf99ecbfafb8ecf2439b542b3623dea-1647242881015.pdf

Lesson 2: Subnetting basics
Lesson 2: Subnetting basicsLesson 2: Subnetting basics
Lesson 2: Subnetting basicsMahmmoud Mahdi
 
IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)cuetcse
 
Wipro telecom training i pv4 concepts
Wipro telecom training   i pv4 conceptsWipro telecom training   i pv4 concepts
Wipro telecom training i pv4 conceptsJAIGANESH SEKAR
 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting PresentationTouhidul Fahim
 
Subnetting and routing
Subnetting and routingSubnetting and routing
Subnetting and routingGaurav Juneja
 
08 - IP Subnetting.ppt
08 - IP Subnetting.ppt08 - IP Subnetting.ppt
08 - IP Subnetting.pptssuserf7cd2b
 
8-Additional_IPSubnetting_KED (2).ppt
8-Additional_IPSubnetting_KED (2).ppt8-Additional_IPSubnetting_KED (2).ppt
8-Additional_IPSubnetting_KED (2).pptjaycallaga
 
Subnet questions with ans(networking)
Subnet questions with ans(networking)Subnet questions with ans(networking)
Subnet questions with ans(networking)welcometofacebook
 
Subnetting class
Subnetting classSubnetting class
Subnetting classFTC
 
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
 
Uccn1003 -may10_-_lect03c_-_ip_subnets_rules
Uccn1003  -may10_-_lect03c_-_ip_subnets_rulesUccn1003  -may10_-_lect03c_-_ip_subnets_rules
Uccn1003 -may10_-_lect03c_-_ip_subnets_rulesShu Shin
 
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 6a52807edaf99ecbfafb8ecf2439b542b3623dea-1647242881015.pdf (20)

Lesson 2: Subnetting basics
Lesson 2: Subnetting basicsLesson 2: Subnetting basics
Lesson 2: Subnetting basics
 
IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)
 
Wipro telecom training i pv4 concepts
Wipro telecom training   i pv4 conceptsWipro telecom training   i pv4 concepts
Wipro telecom training i pv4 concepts
 
Subnetting Presentation
Subnetting PresentationSubnetting Presentation
Subnetting Presentation
 
Week10 lec1
Week10 lec1Week10 lec1
Week10 lec1
 
Subnetting and routing
Subnetting and routingSubnetting and routing
Subnetting and routing
 
08 - IP Subnetting.ppt
08 - IP Subnetting.ppt08 - IP Subnetting.ppt
08 - IP Subnetting.ppt
 
8-Additional_IPSubnetting_KED (2).ppt
8-Additional_IPSubnetting_KED (2).ppt8-Additional_IPSubnetting_KED (2).ppt
8-Additional_IPSubnetting_KED (2).ppt
 
Network Layer
Network LayerNetwork Layer
Network Layer
 
Subnet questions with ans(networking)
Subnet questions with ans(networking)Subnet questions with ans(networking)
Subnet questions with ans(networking)
 
1.IPv4.pptx
1.IPv4.pptx1.IPv4.pptx
1.IPv4.pptx
 
Lecture 06
Lecture 06Lecture 06
Lecture 06
 
Subnetting class
Subnetting classSubnetting class
Subnetting class
 
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
 
How IP address works
How IP address worksHow IP address works
How IP address works
 
Uccn1003 -may10_-_lect03c_-_ip_subnets_rules
Uccn1003  -may10_-_lect03c_-_ip_subnets_rulesUccn1003  -may10_-_lect03c_-_ip_subnets_rules
Uccn1003 -may10_-_lect03c_-_ip_subnets_rules
 
Subnetting
SubnettingSubnetting
Subnetting
 
Subnetting class C
Subnetting class CSubnetting class C
Subnetting class C
 
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

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 

Recently uploaded (20)

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 

6a52807edaf99ecbfafb8ecf2439b542b3623dea-1647242881015.pdf

  • 1. Dynamic routing using FLSM and VLSM Presented by: Dr. Amandeep Singh
  • 2. Poll 1 Subnet is end result of dividing a network into two or more networks • Yes • No
  • 3. FLSM subnetting • Step 1:decide total number of sub net required , lets say 2 • Step 2: calculate required network bits for example is assumed case network one need 30 IP’s and rest IP’s belong to network two 32-5=27 bits (2^n formula used and 32 is (8.8.8.8 total no of bits )) • Step 3: calculate subnet mask by converting this binary number to decimal for eg. 11100000 =224 hence mask will be: 255.255.255.224 • Step 4: Find range by subtracting calculated mask from maximum possible number 255.255.255.255 255.255.255.255 255.255.255.224 ----------------------- 0.0.0.31 3 Range will be 192.10.10.0 to 192.10.10.31
  • 4. FLSM subnetting • Step 1:decide total number of sub net required , lets say 2 • Step 2: calculate required network bits for example is assumed case network one need 30 IP’s and rest IP’s belong to network two 32-5=27 bits (2^n formula used and 32 is (8.8.8.8 total no of bits )) • Step 3: calculate subnet mask by converting this binary number to decimal for eg. 11100000 =224 hence mask will be: 255.255.255.224 • Step 4: Find range by subtracting calculated mask from maximum possible number 255.255.255.255 255.255.255.255 255.255.255.224 ----------------------- 0.0.0.31 4 Range will be 192.10.10.32 to 192.10.10.63
  • 5. Poll 2 Fixed-length subnet masks can initiate the IP wastage issue • Yes • No
  • 6. FLSM subnetting • Step 1:decide total number of sub net required , lets say 2 • Step 2: calculate required network bits for example is assumed case network one need 30 IP’s and rest IP’s belong to network two 32-5=27 bits (2^n formula used and 32 is (8.8.8.8 total no of bits )) • Step 3: calculate subnet mask by converting this binary number to decimal for eg. 11100000 =224 hence mask will be: 255.255.255.224 • Step 4: Find range by subtracting calculated mask from maximum possible number 255.255.255.255 255.255.255.255 255.255.255.224 ----------------------- 0.0.0.31 6 Range will be 192.10.10.64 to 192.10.10.95
  • 7. FLSM subnetting • Step 1:decide total number of sub net required , lets say 2 • Step 2: calculate required network bits for example is assumed case network one need 30 IP’s and rest IP’s belong to network two 32-5=27 bits (2^n formula used and 32 is (8.8.8.8 total no of bits )) • Step 3: calculate subnet mask by converting this binary number to decimal for eg. 11100000 =224 hence mask will be: 255.255.255.224 • Step 4: Find range by subtracting calculated mask from maximum possible number 255.255.255.255 255.255.255.255 255.255.255.224 ----------------------- 0.0.0.31 7 Range will be 192.10.10.96 to 192.10.10.127
  • 8. FLSM subnetting • Step 1:decide total number of sub net required , lets say 2 • Step 2: calculate required network bits for example is assumed case network one need 30 IP’s and rest IP’s belong to network two 32-5=27 bits (2^n formula used and 32 is (8.8.8.8 total no of bits )) • Step 3: calculate subnet mask by converting this binary number to decimal for eg. 11100000 =224 hence mask will be: 255.255.255.224 • Step 4: Find range by subtracting calculated mask from maximum possible number 255.255.255.255 255.255.255.255 255.255.255.224 ----------------------- 0.0.0.31 8 Range will be 192.10.10.128 to 192.10.10.159
  • 9.
  • 10. Router 1 setting for RIP • Router> • Router>enable • Router# • Router#configure terminal • Enter configuration commands, one per line. End with CNTL/Z. • Router(config)#router rip • Router(config-router)#version 1 • Router(config-router)#network 192.10.10.0 • Router(config-router)#network 192.10.10.96 • Router(config-router)#
  • 11. Router 2 setting for RIP • Router> • Router>enable • Router# • Router#configure terminal • Enter configuration commands, one per line. End with CNTL/Z. • Router(config)#router rip • Router(config-router)#version 1 • Router(config-router)#network 192.10.10.96 • Router(config-router)#network 192.10.10.32 • Router(config-router)#network 192.10.10.128 • Router(config-router)#
  • 12. Router 3 setting for RIP • Router> • Router>enable • Router# • Router#configure terminal • Enter configuration commands, one per line. End with CNTL/Z. • Router(config)#router rip • Router(config-router)#version 1 • Router(config-router)#network 192.10.10.128 • Router(config-router)#network 192.10.10.64 • Router(config-router)#
  • 13. • Change the all addresses starting from 192 to180 it will become class less addressing (version 2) for e.g. • Router> • Router>enable • Router# • Router#configure terminal • Enter configuration commands, one per line. End with CNTL/Z. • Router(config)#router rip • Router(config-router)#version 2 • Router(config-router)#network 180.10.10.0 • Router(config-router)#network 180.10.10.96 • Router(config-router)#
  • 14.
  • 15. Poll 3 What will be sub netmask for class C, 6 IP network A.248 B.250 C.252 D.254
  • 16. VLSM subnetting • Step 1:decide total number of sub net required , lets say 2 • Step 2: calculate required network bits for example is assumed case network one need 8 IP’s and rest IP’s belong to network two 32-3=29 bits (2^n formula used and 32 is (8.8.8.8 total no of bits )) • Step 3: calculate subnet mask by converting this binary number to decimal for eg. 11111000 =248 hence mask will be: 255.255.255.248 • Step 4: Find range by subtracting calculated mask from maximum possible number 255.255.255.255 255.255.255.255 255.255.255.248 ----------------------- 0.0.0.7 16 Range will be 192.10.10.96 to 192.10.10.103
  • 17. VLSM subnetting (variable length subnet mask) • Step 1:decide total number of sub net required , lets say 2 • Step 2: calculate required network bits for example in assumed case network one need 64 IP’s and rest IP’s belong to network two 32-6=26 bits (2^n formula used and 32 is (8.8.8.8 total no of bits )) • Step 3: calculate subnet mask by converting this binary number to decimal for eg. 11000000 =192 hence mask will be: 255.255.255.192 • Step 4: Find range by subtracting calculated mask from maximum possible number 255.255.255.255 255.255.255.255 255.255.255.192 ----------------------- 0.0.0.63 17 Range will be 192.10.10.0 to 192.10.10.63
  • 18. VLSM subnetting • Step 1:decide total number of sub net required , lets say 2 • Step 2: calculate required network bits for example is assumed case network one need 30 IP’s and rest IP’s belong to network two 32-5=27 bits (2^n formula used and 32 is (8.8.8.8 total no of bits )) • Step 3: calculate subnet mask by converting this binary number to decimal for eg. 11100000 =224 hence mask will be: 255.255.255.224 • Step 4: Find range by subtracting calculated mask from maximum possible number 255.255.255.255 255.255.255.255 255.255.255.224 ----------------------- 0.0.0.31 18 Range will be 192.10.10.64 to 192.10.10.95
  • 19. Poll 4 What will be sub netmask for class C, two host network A.248 B.250 C.252 D.254
  • 20. VLSM subnetting • Step 1:decide total number of sub net required , lets say 2 • Step 2: calculate required network bits for example is assumed case network one need 4 IP’s and rest IP’s belong to network two 32-2=30 bits (2^n formula used and 32 is (8.8.8.8 total no of bits )) • Step 3: calculate subnet mask by converting this binary number to decimal for eg. 11111100 =252 hence mask will be: 255.255.255.252 • Step 4: Find range by subtracting calculated mask from maximum possible number 255.255.255.255 255.255.255.255 255.255.255.252 ----------------------- 0.0.0.3 20 Range will be 192.10.10.96 to 192.10.10.99
  • 21. VLSM subnetting • Step 1:decide total number of sub net required , lets say 2 • Step 2: calculate required network bits for example is assumed case network one need 4 IP’s and rest IP’s belong to network two 32-2=30 bits (2^n formula used and 32 is (8.8.8.8 total no of bits )) • Step 3: calculate subnet mask by converting this binary number to decimal for eg. 11111100 =252 hence mask will be: 255.255.255.252 • Step 4: Find range by subtracting calculated mask from maximum possible number 255.255.255.255 255.255.255.255 255.255.255.252 ----------------------- 0.0.0.3 21 Range will be 192.10.10.100 to 192.10.10.103
  • 22. VLSM subnetting • Step 1:decide total number of sub net required , lets say 2 • Step 2: calculate required network bits for example is assumed case network one need 4 IP’s and rest IP’s belong to network two 32-2=30 bits (2^n formula used and 32 is (8.8.8.8 total no of bits )) • Step 3: calculate subnet mask by converting this binary number to decimal for eg. 11111100 =252 hence mask will be: 255.255.255.252 • Step 4: Find range by subtracting calculated mask from maximum possible number 255.255.255.255 255.255.255.255 255.255.255.252 ----------------------- 0.0.0.3 22 Range will be 192.10.10.104 to 192.10.10.107
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31. Router 1 setting for RIP • Router> • Router>enable • Router# • Router#configure terminal • Enter configuration commands, one per line. End with CNTL/Z. • Router(config)#router rip • Router(config-router)#version 1 • Router(config-router)#network 192.10.10.0 • Router(config-router)#network 192.10.10.100 • Router(config-router)#
  • 32. Router 2 setting for RIP • Router> • Router>enable • Router# • Router#configure terminal • Enter configuration commands, one per line. End with CNTL/Z. • Router(config)#router rip • Router(config-router)#version 1 • Router(config-router)#network 192.10.10.64 • Router(config-router)#network 192.10.10.100 • Router(config-router)#network 192.10.10.104 • Router(config-router)#
  • 33. Router 3 setting for RIP • Router> • Router>enable • Router# • Router#configure terminal • Enter configuration commands, one per line. End with CNTL/Z. • Router(config)#router rip • Router(config-router)#version 1 • Router(config-router)#network 192.10.10.104 • Router(config-router)#network 192.10.10.96 • Router(config-router)#