SlideShare a Scribd company logo
1 of 31
Variable Length Subnet Masking
(VLSM)
Supports more efficient use of the assigned IP addresses and reduces
the amount of routing information at the top level
VLSM (By Example)
• Class C address 192.168.10.0/24 has been allocated
• Perth, Sydney and Singapore have a WAN connection to Kuala Lumpur
• Hosts Required:
Perth – 60, Kuala Lumpur – 28, Sydney – 12, Singapore – 12 hosts
VLSM (By Example)
• To calculate VLSM subnets and the respective hosts allocate
the largest requirements first from the address range
• Requirements levels should be listed from the largest to the
smallest
• In this example, Perth requires 60 hosts (largest)
– Use 6 bits, since 26 – 2 = 62 usable addresses
– 2 bits will be used from the 4th octet to represent the
extended-network-prefix of /26
– Remaining 6 bits will be used for host addresses
VLSM (By Example)
Step I : Divide the allocated address of 192.168.10.0/24 into
four equal-size address blocks
– Since 4 = 22, 2 bits are required to identify each of the 4 subnets
– Next take subnet #0 (192.168.10.0/26) and identify its hosts
Allocated
Address
Sub-networks 62 usable addresses/sub-network
(subnet #0)
192.168.10.0/24 192.168.10.0/26 192.168.10.0/26 (Network Address)
192.168.10.64/26 192.168.10.1/26 (for Router interface)
192.168.10.128/26 192.168.10.2/26 (Host 1)
192.168.10.192/26 192.168.10.3/26 (Host 2)
thru
192.168.10.61/26 (Host 60)
192.168.10.62/26 (unused)
192.168.10.63/26 (Broadcast Address)
VLSM (By Example)
Here is the range for /26 mask
Perth Range of addresses in the last octet
192.168.10.0/26 From 0 to 63, 60 hosts are required
Hosts 0 and 63 cannot be used because they
are the network and broadcast addresses for
their subnet
First usable address given to router interface
Next 60 addresses given to hosts
Last address is unused
VLSM (By Example)
Step II: Allocate next level after all requirements for higher level
– Kuala Lumpur requires 28 hosts; Next available address is 192.168.10.64/26
– 5 bits needed for hosts, since 25 – 2 = 30 usable addresses
– 3 bits will be used to represent the extended-network-prefix of /27
– Applying VLSM on 192.168.10.64/26
Sub-network #1 Sub-sub-networks 30 usable addresses
192.168.10.64/26 192.168.10.64/27 192.168.10.64/27 (Network Address)
192.168.10.96/27 192.168.10.65/27 (for Router interface)
192.168.10.66/27 (Host 1)
192.168.10.67/27 (Host 2)
thru
192.168.10.93/27 (Host 28)
192.168.10.94/27 (unused)
192.168.10.95/27 (Broadcast Address)
VLSM (By Example)
Here is the range for /27 mask
Kuala Lumpur Range of addresses in the last octet
192.168.10.64/27 From 64 to 95, 28 hosts are required
Hosts 64 and 95 cannot be used because
they are the network and broadcast
addresses for their subnet
First usable address given to router interface
Next 28 addresses given to hosts
Last address is unused
VLSM (By Example)
Step III : Allocate next level after all requirements for higher level
– Sydney requires 12 hosts; Next available address is 192.168.10.96/27
– 4 bits needed for hosts, since 24 – 2 = 14 usable addresses
– 4 bits will be used to represent the extended-network-prefix of /28
– Applying VLSM on 192.168.10.96/27
Sub-network #1 Sub-sub-networks 14 usable addresses
192.168.10.96/27 192.168.10.96/28 192.168.10.96/28 (Network Address)
192.168.10.112/28 192.168.10.97/28 (for Router interface)
192.168.10.98/28 (Host 1)
192.168.10.99/28 (Host 2)
thru
192.168.10.109/28 (Host 12)
192.168.10.110/28 (unused)
192.168.10.111/28 (Broadcast Address)
VLSM (By Example)
Here is the range for /28 mask
Sydney Range of addresses in the last octet
192.168.10.96/28 From 96 to 111, 12 hosts are required
Hosts 96 and 111 cannot be used because
they are the network and broadcast
addresses for their subnet
First usable address given to router interface
Next 12 addresses given to hosts
Last address is unused
VLSM (By Example)
Step IV : Allocate next level after all requirements for higher level
– Singapore requires 12 hosts; Next available address is 192.168.10.112/28
– 4 bits needed for hosts, since 24 – 2 = 14 usable addresses
– 4 bits will be used to represent the extended-network-prefix of /28
– Using 192.168.10.112/28
Sub-network #1 Sub-sub-networks 14 usable addresses
192.168.10.96/27 192.168.10.112/28 192.168.10.112/28 (Network Address)
192.168.10.113/28 (for Router interface)
192.168.10.114/28 (Host 1)
192.168.10.115/28 (Host 2)
Thru
192.168.10.125/28 (Host 12)
192.168.10.126/28 (unused)
192.168.10.127/28 (Broadcast Address)
VLSM (By Example)
Here is the range for /28 mask
Singapore Range of addresses in the last octet
192.168.10.112/28 From 112 to 127, 12 hosts are required
Hosts 112 and 127 cannot be used because
they are the network and broadcast
addresses for their subnet
First usable address given to router interface
Next 12 addresses given to hosts
Last address is unused
VLSM (By Example)
Step V : Now allocate addresses for WAN links
– Each WAN link requires 2 IP addresses
– Next available address is 192.168.10.128/28
– 2 bits needed, since 22 – 2 = 2 usable addresses
– 2 bits required to represent the links
– 6 bits for the extended-network-prefix of /30
– Applying VLSM on 192.168.10.112/28
VLSM (By Example)
Sub-sub-networks 14 usable addresses
192.168.10.128/30 192.168.10.128/30 (Network Address)
(WAN Link A b/w Kuala
Lumpur and Singapore)
192.168.10.129/30 (interface 1 at Singapore)
192.168.10.130/30 (interface 2 at Kuala Lumpur)
192.168.10.131/30 (Broadcast Address)
192.168.10.132/30 192.168.10.132/30 (Network Address)
(WAN Link B b/w Kuala
Lumpur and Sydney)
192.168.10.133/30 (interface 1 at Sydney)
192.168.10.134/30 (interface 2 at Kuala Lumpur)
192.168.10.135/30 (Broadcast Address)
192.168.10.136/30 192.168.10.136/30 (Network Address)
(WAN Link C b/w Kuala
Lumpur and Perth)
192.168.10.137/30 (interface 1 at Perth)
192.168.10.138/30 (interface 2 at Kuala Lumpur)
192.168.10.139/30 (Broadcast Address)
VLSM (By Example) – Solution Diagram
VLSM (By Example)
• This is how the Class C address was subnetted using VLSM
• The network address and broadcast address for each subnet are shown in the
corners of each box
Routing Table for Router at Perth
Network
Destination
Network
Mask
Next-hop Interface
192.168.10.0 /26 Direct 192.168.10.1/26
192.168.10.136 /30 Direct 192.168.10.137/30
192.168.10.64 /27 192.168.10.138 192.168.10.137/30
192.168.10.132 /30 192.168.10.138 192.168.10.137/30
192.168.10.96 /28 192.168.10.138 192.168.10.137/30
192.168.10.128 /30 192.168.10.138 192.168.10.137/30
192.168.10.112 /28 192.168.10.138 192.168.10.137/30
Routing Table for Router at Sydney
Network
Destination
Network
Mask
Next-hop Interface
192.168.10.96 /28 Direct 192.168.10.97/26
192.168.10.132 /30 Direct 192.168.10.133/30
192.168.10.64 /27 192.168.10.134 192.168.10.133/30
192.168.10.136 /30 192.168.10.134 192.168.10.133/30
192.168.10.0 /26 192.168.10.134 192.168.10.133/30
192.168.10.128 /30 192.168.10.134 192.168.10.133/30
192.168.10.112 /28 192.168.10.134 192.168.10.133/30
Routing Table for Router at Singapore
Network
Destination
Network
Mask
Next-hop Interface
192.168.10.112 /28 Direct 192.168.10.113/28
192.168.10.128 /30 Direct 192.168.10.129/30
192.168.10.64 /27 192.168.10.130 192.168.10.129/30
192.168.10.132 /30 192.168.10.130 192.168.10.129/30
192.168.10.96 /28 192.168.10.130 192.168.10.129/30
192.168.10.136 /30 192.168.10.130 192.168.10.129/30
192.168.10.0 /26 192.168.10.130 192.168.10.129/30
Routing Table for Router at Kuala Lumpur
Network
Destination
Network
Mask
Next-hop Interface
192.168.10.64 /27 Direct 192.168.10.65/27
192.168.10.136 /30 Direct 192.168.10.138/30
192.168.10.132 /30 Direct 192.168.10.134/30
192.168.10.128 /30 Direct 192.168.10.130/30
192.168.10.0 /26 192.168.10.137 192.168.10.138/30
192.168.10.96 /28 192.168.10.133 192.168.10.134/30
192.168.10.112 /28 192.168.10.129 192.168.10.130/30
Complete Scenario
Routing Table at Perth
Network
Destination
Net-
Mask
Next-hop Interface
192.168.10.0 /26 Direct 192.168.10.1/26
192.168.10.136 /30 Direct 192.168.10.137/30
192.168.10.64 /27 192.168.10.138 192.168.10.137/30
192.168.10.132 /30 192.168.10.138 192.168.10.137/30
192.168.10.96 /28 192.168.10.138 192.168.10.137/30
192.168.10.128 /30 192.168.10.138 192.168.10.137/30
192.168.10.112 /28 192.168.10.138 192.168.10.137/30
Routing Table at Sydney
Network Destination
/Mask
Next-hop Interface
192.168.10.96/28 Direct 192.168.10.97/26
192.168.10.132/30 Direct 192.168.10.133/30
192.168.10.64/27 192.168.10.134 192.168.10.133/30
192.168.10.136/30 192.168.10.134 192.168.10.133/30
192.168.10.0/26 192.168.10.134 192.168.10.133/30
192.168.10.128/30 192.168.10.134 192.168.10.133/30
192.168.10.112/28 192.168.10.134 192.168.10.133/30
Routing Table at Singapore
Network
Destination
Net-
Mask
Next-hop Interface
192.168.10.112 /28 Direct 192.168.10.113/28
192.168.10.128 /30 Direct 192.168.10.129/30
192.168.10.64 /27 192.168.10.130 192.168.10.129/30
192.168.10.132 /30 192.168.10.130 192.168.10.129/30
192.168.10.96 /28 192.168.10.130 192.168.10.129/30
192.168.10.136 /30 192.168.10.130 192.168.10.129/30
192.168.10.0 /26 192.168.10.130 192.168.10.129/30
Routing Table at Kuala Lumpur
Network
Destination
Net-
Mask
Next-hop Interface
192.168.10.64 /27 Direct 192.168.10.65/27
192.168.10.136 /30 Direct 192.168.10.138/30
192.168.10.132 /30 Direct 192.168.10.134/30
192.168.10.128 /30 Direct 192.168.10.130/30
192.168.10.0 /26 192.168.10.137 192.168.10.138/30
192.168.10.96 /28 192.168.10.133 192.168.10.134/30
192.168.10.112 /28 192.168.10.129 192.168.10.130/30
Packet Transfer
Source IP : 192.168.10.70
Dest IP: 192.168.10.120
Packet Transfer
Routing Table at Kuala Lumpur
Network
Destination
Net-
Mask
Next-hop Interface
192.168.10.64 /27 Direct 192.168.10.65/27
192.168.10.136 /30 Direct 192.168.10.138/30
192.168.10.132 /30 Direct 192.168.10.134/30
192.168.10.128 /30 Direct 192.168.10.130/30
192.168.10.0 /26 192.168.10.137 192.168.10.138/30
192.168.10.96 /28 192.168.10.133 192.168.10.134/30
192.168.10.112 /28 192.168.10.129 192.168.10.130/30
Source IP : 192.168.10.70
Dest IP: 192.168.10.120
Dest IP : 192.168.10.120
AND
Net-mask: 255.255.255.240 (/28)
ANDing: (showing the last octet)
01111000 AND 11110000 = 01110000
i.e. 192.168.10.112
Packet Transfer
Routing Table at Kuala Lumpur
Network
Destination
Net-
Mask
Next-hop Interface
192.168.10.64 /27 Direct 192.168.10.65/27
192.168.10.136 /30 Direct 192.168.10.138/30
192.168.10.132 /30 Direct 192.168.10.134/30
192.168.10.128 /30 Direct 192.168.10.130/30
192.168.10.0 /26 192.168.10.137 192.168.10.138/30
192.168.10.96 /28 192.168.10.133 192.168.10.134/30
192.168.10.112 /28 192.168.10.129 192.168.10.130/30
Source IP : 192.168.10.70
Dest IP: 192.168.10.120
Dest IP : 192.168.10.120
AND
Net-mask: 255.255.255.240 (/28)
ANDing: (showing the last octet)
01111000 AND 11110000 = 01110000
i.e. 192.168.10.112
Packet Transfer
Routing Table at Kuala Lumpur
Network
Destination
Net-
Mask
Next-hop Interface
192.168.10.64 /27 Direct 192.168.10.65/27
192.168.10.136 /30 Direct 192.168.10.138/30
192.168.10.132 /30 Direct 192.168.10.134/30
192.168.10.128 /30 Direct 192.168.10.130/30
192.168.10.0 /26 192.168.10.137 192.168.10.138/30
192.168.10.96 /28 192.168.10.133 192.168.10.134/30
192.168.10.112 /28 192.168.10.129 192.168.10.130/30
Source IP : 192.168.10.70
Dest IP: 192.168.10.120
Packet Transfer
Source IP : 192.168.10.70
Dest IP: 192.168.10.120
Routing Table at Singapore
Network
Destination
Net-
Mask
Next-hop Interface
192.168.10.112 /28 Direct 192.168.10.113/28
192.168.10.128 /30 Direct 192.168.10.129/30
192.168.10.64 /27 192.168.10.130 192.168.10.129/30
192.168.10.132 /30 192.168.10.130 192.168.10.129/30
192.168.10.96 /28 192.168.10.130 192.168.10.129/30
192.168.10.136 /30 192.168.10.130 192.168.10.129/30
192.168.10.0 /26 192.168.10.130 192.168.10.129/30
Dest IP : 192.168.10.120
AND
Net-mask: 255.255.255.240 (/28)
ANDing: (showing the last octet)
01111000 AND 11110000 = 01110000
i.e. 192.168.10.112
Packet Transfer
Source IP : 192.168.10.70
Dest IP: 192.168.10.120
Routing Table at Singapore
Network
Destination
Net-
Mask
Next-hop Interface
192.168.10.112 /28 Direct 192.168.10.113/28
192.168.10.128 /30 Direct 192.168.10.129/30
192.168.10.64 /27 192.168.10.130 192.168.10.129/30
192.168.10.132 /30 192.168.10.130 192.168.10.129/30
192.168.10.96 /28 192.168.10.130 192.168.10.129/30
192.168.10.136 /30 192.168.10.130 192.168.10.129/30
192.168.10.0 /26 192.168.10.130 192.168.10.129/30
Dest IP : 192.168.10.120
AND
Net-mask: 255.255.255.240 (/28)
ANDing: (showing the last octet)
01111000 AND 11110000 = 01110000
i.e. 192.168.10.112
Packet Transfer
Source IP : 192.168.10.70
Dest IP: 192.168.10.120
Routing Table at Singapore
Network
Destination
Net-
Mask
Next-hop Interface
192.168.10.112 /28 Direct 192.168.10.113/28
192.168.10.128 /30 Direct 192.168.10.129/30
192.168.10.64 /27 192.168.10.130 192.168.10.129/30
192.168.10.132 /30 192.168.10.130 192.168.10.129/30
192.168.10.96 /28 192.168.10.130 192.168.10.129/30
192.168.10.136 /30 192.168.10.130 192.168.10.129/30
192.168.10.0 /26 192.168.10.130 192.168.10.129/30
Route Summarization
Performing Route Summarization
Performing Route Summarization
Performing Route Summarization

More Related Content

What's hot

network Addressing
network Addressingnetwork Addressing
network AddressingTauseef khan
 
IP Addressing and Subnetting
IP Addressing and SubnettingIP Addressing and Subnetting
IP Addressing and Subnettingcbtvid
 
Forouzan-ch19-Network-Layer-Logical-Addressing.ppt
Forouzan-ch19-Network-Layer-Logical-Addressing.pptForouzan-ch19-Network-Layer-Logical-Addressing.ppt
Forouzan-ch19-Network-Layer-Logical-Addressing.pptJayaprasanna4
 
Subnetting Basics Tutorial
Subnetting Basics TutorialSubnetting Basics Tutorial
Subnetting Basics Tutorialmikem801
 
Basics of IP Addressing
Basics of IP AddressingBasics of IP Addressing
Basics of IP AddressingKushal Sheth
 
Subnetting supernetting
Subnetting supernettingSubnetting supernetting
Subnetting supernettingwacasr12
 
Subentting, Supernetting and VLSM presentation
Subentting, Supernetting and VLSM presentationSubentting, Supernetting and VLSM presentation
Subentting, Supernetting and VLSM presentationZakaria Hossain
 
UDP - User Datagram Protocol
UDP - User Datagram ProtocolUDP - User Datagram Protocol
UDP - User Datagram ProtocolPeter R. Egli
 
Overview of Spanning Tree Protocol
Overview of Spanning Tree ProtocolOverview of Spanning Tree Protocol
Overview of Spanning Tree ProtocolArash Foroughi
 
IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)cuetcse
 

What's hot (20)

network Addressing
network Addressingnetwork Addressing
network Addressing
 
Subnet Mask
Subnet MaskSubnet Mask
Subnet Mask
 
IP Subnetting
IP SubnettingIP Subnetting
IP Subnetting
 
IP Addressing and Subnetting
IP Addressing and SubnettingIP Addressing and Subnetting
IP Addressing and Subnetting
 
Forouzan-ch19-Network-Layer-Logical-Addressing.ppt
Forouzan-ch19-Network-Layer-Logical-Addressing.pptForouzan-ch19-Network-Layer-Logical-Addressing.ppt
Forouzan-ch19-Network-Layer-Logical-Addressing.ppt
 
Ipv4 & ipv6
Ipv4 & ipv6Ipv4 & ipv6
Ipv4 & ipv6
 
Subnetting Basics Tutorial
Subnetting Basics TutorialSubnetting Basics Tutorial
Subnetting Basics Tutorial
 
Ip address and subnetting
Ip address and subnettingIp address and subnetting
Ip address and subnetting
 
Basics of IP Addressing
Basics of IP AddressingBasics of IP Addressing
Basics of IP Addressing
 
Subnetting
SubnettingSubnetting
Subnetting
 
Vlsm
VlsmVlsm
Vlsm
 
Subnetting supernetting
Subnetting supernettingSubnetting supernetting
Subnetting supernetting
 
Subentting, Supernetting and VLSM presentation
Subentting, Supernetting and VLSM presentationSubentting, Supernetting and VLSM presentation
Subentting, Supernetting and VLSM presentation
 
Ipv4 ppt
Ipv4 pptIpv4 ppt
Ipv4 ppt
 
UDP - User Datagram Protocol
UDP - User Datagram ProtocolUDP - User Datagram Protocol
UDP - User Datagram Protocol
 
DHCP
DHCPDHCP
DHCP
 
Overview of Spanning Tree Protocol
Overview of Spanning Tree ProtocolOverview of Spanning Tree Protocol
Overview of Spanning Tree Protocol
 
IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)IP Addressing (Subnetting, VLSM, Supernetting)
IP Addressing (Subnetting, VLSM, Supernetting)
 
Routing protocols
Routing protocolsRouting protocols
Routing protocols
 
TCP IP Addressing
TCP IP AddressingTCP IP Addressing
TCP IP Addressing
 

Similar to VLSM (1).ppt

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
 
Ccna 3-discovery-4-0-module-4-100-
Ccna 3-discovery-4-0-module-4-100-Ccna 3-discovery-4-0-module-4-100-
Ccna 3-discovery-4-0-module-4-100-junkut3
 
Introduction to tcp ip linux networking
Introduction to tcp ip   linux networkingIntroduction to tcp ip   linux networking
Introduction to tcp ip linux networkingSreenatha Reddy K R
 
Ip protocals subnetworking
Ip protocals  subnetworkingIp protocals  subnetworking
Ip protocals subnetworkingCathryn Kuteesa
 
Computer Networks Module III
Computer Networks Module IIIComputer Networks Module III
Computer Networks Module IIIAjit Nayak
 
Cisco discovery drs ent module 4 - v.4 in english.
Cisco discovery   drs ent module 4 - v.4 in english.Cisco discovery   drs ent module 4 - v.4 in english.
Cisco discovery drs ent module 4 - v.4 in english.igede tirtanata
 
Subnetting Network administrators are usually granted wi.docx
Subnetting Network administrators are usually granted wi.docxSubnetting Network administrators are usually granted wi.docx
Subnetting Network administrators are usually granted wi.docxpicklesvalery
 
Cisco discovery drs ent module 5 - v.4 in english.
Cisco discovery   drs ent module 5 - v.4 in english.Cisco discovery   drs ent module 5 - v.4 in english.
Cisco discovery drs ent module 5 - v.4 in english.igede tirtanata
 

Similar to VLSM (1).ppt (20)

Mod10
Mod10Mod10
Mod10
 
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) ...
 
Ccna 3-discovery-4-0-module-4-100-
Ccna 3-discovery-4-0-module-4-100-Ccna 3-discovery-4-0-module-4-100-
Ccna 3-discovery-4-0-module-4-100-
 
Ipv4 address
Ipv4 addressIpv4 address
Ipv4 address
 
Network Layer V.ppt
Network Layer V.pptNetwork Layer V.ppt
Network Layer V.ppt
 
Mod6
Mod6Mod6
Mod6
 
Networking basics
Networking basicsNetworking basics
Networking basics
 
Introduction to tcp ip linux networking
Introduction to tcp ip   linux networkingIntroduction to tcp ip   linux networking
Introduction to tcp ip linux networking
 
Vlsm
VlsmVlsm
Vlsm
 
Chapter6
Chapter6Chapter6
Chapter6
 
Ip protocals subnetworking
Ip protocals  subnetworkingIp protocals  subnetworking
Ip protocals subnetworking
 
Computer Networks Module III
Computer Networks Module IIIComputer Networks Module III
Computer Networks Module III
 
M odul1
M odul1M odul1
M odul1
 
Cisco discovery drs ent module 4 - v.4 in english.
Cisco discovery   drs ent module 4 - v.4 in english.Cisco discovery   drs ent module 4 - v.4 in english.
Cisco discovery drs ent module 4 - v.4 in english.
 
Subnetting Network administrators are usually granted wi.docx
Subnetting Network administrators are usually granted wi.docxSubnetting Network administrators are usually granted wi.docx
Subnetting Network administrators are usually granted wi.docx
 
Cisco discovery drs ent module 5 - v.4 in english.
Cisco discovery   drs ent module 5 - v.4 in english.Cisco discovery   drs ent module 5 - v.4 in english.
Cisco discovery drs ent module 5 - v.4 in english.
 
Ccna ppt
Ccna pptCcna ppt
Ccna ppt
 
Routing
RoutingRouting
Routing
 
Mobile Communication
Mobile CommunicationMobile Communication
Mobile Communication
 

Recently uploaded

MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
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
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 

Recently uploaded (20)

MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
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
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
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
 
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur EscortsRussian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
Russian Call Girls in Nagpur Grishma Call 7001035870 Meet With Nagpur Escorts
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 

VLSM (1).ppt

  • 1. Variable Length Subnet Masking (VLSM) Supports more efficient use of the assigned IP addresses and reduces the amount of routing information at the top level
  • 2. VLSM (By Example) • Class C address 192.168.10.0/24 has been allocated • Perth, Sydney and Singapore have a WAN connection to Kuala Lumpur • Hosts Required: Perth – 60, Kuala Lumpur – 28, Sydney – 12, Singapore – 12 hosts
  • 3. VLSM (By Example) • To calculate VLSM subnets and the respective hosts allocate the largest requirements first from the address range • Requirements levels should be listed from the largest to the smallest • In this example, Perth requires 60 hosts (largest) – Use 6 bits, since 26 – 2 = 62 usable addresses – 2 bits will be used from the 4th octet to represent the extended-network-prefix of /26 – Remaining 6 bits will be used for host addresses
  • 4. VLSM (By Example) Step I : Divide the allocated address of 192.168.10.0/24 into four equal-size address blocks – Since 4 = 22, 2 bits are required to identify each of the 4 subnets – Next take subnet #0 (192.168.10.0/26) and identify its hosts Allocated Address Sub-networks 62 usable addresses/sub-network (subnet #0) 192.168.10.0/24 192.168.10.0/26 192.168.10.0/26 (Network Address) 192.168.10.64/26 192.168.10.1/26 (for Router interface) 192.168.10.128/26 192.168.10.2/26 (Host 1) 192.168.10.192/26 192.168.10.3/26 (Host 2) thru 192.168.10.61/26 (Host 60) 192.168.10.62/26 (unused) 192.168.10.63/26 (Broadcast Address)
  • 5. VLSM (By Example) Here is the range for /26 mask Perth Range of addresses in the last octet 192.168.10.0/26 From 0 to 63, 60 hosts are required Hosts 0 and 63 cannot be used because they are the network and broadcast addresses for their subnet First usable address given to router interface Next 60 addresses given to hosts Last address is unused
  • 6. VLSM (By Example) Step II: Allocate next level after all requirements for higher level – Kuala Lumpur requires 28 hosts; Next available address is 192.168.10.64/26 – 5 bits needed for hosts, since 25 – 2 = 30 usable addresses – 3 bits will be used to represent the extended-network-prefix of /27 – Applying VLSM on 192.168.10.64/26 Sub-network #1 Sub-sub-networks 30 usable addresses 192.168.10.64/26 192.168.10.64/27 192.168.10.64/27 (Network Address) 192.168.10.96/27 192.168.10.65/27 (for Router interface) 192.168.10.66/27 (Host 1) 192.168.10.67/27 (Host 2) thru 192.168.10.93/27 (Host 28) 192.168.10.94/27 (unused) 192.168.10.95/27 (Broadcast Address)
  • 7. VLSM (By Example) Here is the range for /27 mask Kuala Lumpur Range of addresses in the last octet 192.168.10.64/27 From 64 to 95, 28 hosts are required Hosts 64 and 95 cannot be used because they are the network and broadcast addresses for their subnet First usable address given to router interface Next 28 addresses given to hosts Last address is unused
  • 8. VLSM (By Example) Step III : Allocate next level after all requirements for higher level – Sydney requires 12 hosts; Next available address is 192.168.10.96/27 – 4 bits needed for hosts, since 24 – 2 = 14 usable addresses – 4 bits will be used to represent the extended-network-prefix of /28 – Applying VLSM on 192.168.10.96/27 Sub-network #1 Sub-sub-networks 14 usable addresses 192.168.10.96/27 192.168.10.96/28 192.168.10.96/28 (Network Address) 192.168.10.112/28 192.168.10.97/28 (for Router interface) 192.168.10.98/28 (Host 1) 192.168.10.99/28 (Host 2) thru 192.168.10.109/28 (Host 12) 192.168.10.110/28 (unused) 192.168.10.111/28 (Broadcast Address)
  • 9. VLSM (By Example) Here is the range for /28 mask Sydney Range of addresses in the last octet 192.168.10.96/28 From 96 to 111, 12 hosts are required Hosts 96 and 111 cannot be used because they are the network and broadcast addresses for their subnet First usable address given to router interface Next 12 addresses given to hosts Last address is unused
  • 10. VLSM (By Example) Step IV : Allocate next level after all requirements for higher level – Singapore requires 12 hosts; Next available address is 192.168.10.112/28 – 4 bits needed for hosts, since 24 – 2 = 14 usable addresses – 4 bits will be used to represent the extended-network-prefix of /28 – Using 192.168.10.112/28 Sub-network #1 Sub-sub-networks 14 usable addresses 192.168.10.96/27 192.168.10.112/28 192.168.10.112/28 (Network Address) 192.168.10.113/28 (for Router interface) 192.168.10.114/28 (Host 1) 192.168.10.115/28 (Host 2) Thru 192.168.10.125/28 (Host 12) 192.168.10.126/28 (unused) 192.168.10.127/28 (Broadcast Address)
  • 11. VLSM (By Example) Here is the range for /28 mask Singapore Range of addresses in the last octet 192.168.10.112/28 From 112 to 127, 12 hosts are required Hosts 112 and 127 cannot be used because they are the network and broadcast addresses for their subnet First usable address given to router interface Next 12 addresses given to hosts Last address is unused
  • 12. VLSM (By Example) Step V : Now allocate addresses for WAN links – Each WAN link requires 2 IP addresses – Next available address is 192.168.10.128/28 – 2 bits needed, since 22 – 2 = 2 usable addresses – 2 bits required to represent the links – 6 bits for the extended-network-prefix of /30 – Applying VLSM on 192.168.10.112/28
  • 13. VLSM (By Example) Sub-sub-networks 14 usable addresses 192.168.10.128/30 192.168.10.128/30 (Network Address) (WAN Link A b/w Kuala Lumpur and Singapore) 192.168.10.129/30 (interface 1 at Singapore) 192.168.10.130/30 (interface 2 at Kuala Lumpur) 192.168.10.131/30 (Broadcast Address) 192.168.10.132/30 192.168.10.132/30 (Network Address) (WAN Link B b/w Kuala Lumpur and Sydney) 192.168.10.133/30 (interface 1 at Sydney) 192.168.10.134/30 (interface 2 at Kuala Lumpur) 192.168.10.135/30 (Broadcast Address) 192.168.10.136/30 192.168.10.136/30 (Network Address) (WAN Link C b/w Kuala Lumpur and Perth) 192.168.10.137/30 (interface 1 at Perth) 192.168.10.138/30 (interface 2 at Kuala Lumpur) 192.168.10.139/30 (Broadcast Address)
  • 14. VLSM (By Example) – Solution Diagram
  • 15. VLSM (By Example) • This is how the Class C address was subnetted using VLSM • The network address and broadcast address for each subnet are shown in the corners of each box
  • 16. Routing Table for Router at Perth Network Destination Network Mask Next-hop Interface 192.168.10.0 /26 Direct 192.168.10.1/26 192.168.10.136 /30 Direct 192.168.10.137/30 192.168.10.64 /27 192.168.10.138 192.168.10.137/30 192.168.10.132 /30 192.168.10.138 192.168.10.137/30 192.168.10.96 /28 192.168.10.138 192.168.10.137/30 192.168.10.128 /30 192.168.10.138 192.168.10.137/30 192.168.10.112 /28 192.168.10.138 192.168.10.137/30
  • 17. Routing Table for Router at Sydney Network Destination Network Mask Next-hop Interface 192.168.10.96 /28 Direct 192.168.10.97/26 192.168.10.132 /30 Direct 192.168.10.133/30 192.168.10.64 /27 192.168.10.134 192.168.10.133/30 192.168.10.136 /30 192.168.10.134 192.168.10.133/30 192.168.10.0 /26 192.168.10.134 192.168.10.133/30 192.168.10.128 /30 192.168.10.134 192.168.10.133/30 192.168.10.112 /28 192.168.10.134 192.168.10.133/30
  • 18. Routing Table for Router at Singapore Network Destination Network Mask Next-hop Interface 192.168.10.112 /28 Direct 192.168.10.113/28 192.168.10.128 /30 Direct 192.168.10.129/30 192.168.10.64 /27 192.168.10.130 192.168.10.129/30 192.168.10.132 /30 192.168.10.130 192.168.10.129/30 192.168.10.96 /28 192.168.10.130 192.168.10.129/30 192.168.10.136 /30 192.168.10.130 192.168.10.129/30 192.168.10.0 /26 192.168.10.130 192.168.10.129/30
  • 19. Routing Table for Router at Kuala Lumpur Network Destination Network Mask Next-hop Interface 192.168.10.64 /27 Direct 192.168.10.65/27 192.168.10.136 /30 Direct 192.168.10.138/30 192.168.10.132 /30 Direct 192.168.10.134/30 192.168.10.128 /30 Direct 192.168.10.130/30 192.168.10.0 /26 192.168.10.137 192.168.10.138/30 192.168.10.96 /28 192.168.10.133 192.168.10.134/30 192.168.10.112 /28 192.168.10.129 192.168.10.130/30
  • 20. Complete Scenario Routing Table at Perth Network Destination Net- Mask Next-hop Interface 192.168.10.0 /26 Direct 192.168.10.1/26 192.168.10.136 /30 Direct 192.168.10.137/30 192.168.10.64 /27 192.168.10.138 192.168.10.137/30 192.168.10.132 /30 192.168.10.138 192.168.10.137/30 192.168.10.96 /28 192.168.10.138 192.168.10.137/30 192.168.10.128 /30 192.168.10.138 192.168.10.137/30 192.168.10.112 /28 192.168.10.138 192.168.10.137/30 Routing Table at Sydney Network Destination /Mask Next-hop Interface 192.168.10.96/28 Direct 192.168.10.97/26 192.168.10.132/30 Direct 192.168.10.133/30 192.168.10.64/27 192.168.10.134 192.168.10.133/30 192.168.10.136/30 192.168.10.134 192.168.10.133/30 192.168.10.0/26 192.168.10.134 192.168.10.133/30 192.168.10.128/30 192.168.10.134 192.168.10.133/30 192.168.10.112/28 192.168.10.134 192.168.10.133/30 Routing Table at Singapore Network Destination Net- Mask Next-hop Interface 192.168.10.112 /28 Direct 192.168.10.113/28 192.168.10.128 /30 Direct 192.168.10.129/30 192.168.10.64 /27 192.168.10.130 192.168.10.129/30 192.168.10.132 /30 192.168.10.130 192.168.10.129/30 192.168.10.96 /28 192.168.10.130 192.168.10.129/30 192.168.10.136 /30 192.168.10.130 192.168.10.129/30 192.168.10.0 /26 192.168.10.130 192.168.10.129/30 Routing Table at Kuala Lumpur Network Destination Net- Mask Next-hop Interface 192.168.10.64 /27 Direct 192.168.10.65/27 192.168.10.136 /30 Direct 192.168.10.138/30 192.168.10.132 /30 Direct 192.168.10.134/30 192.168.10.128 /30 Direct 192.168.10.130/30 192.168.10.0 /26 192.168.10.137 192.168.10.138/30 192.168.10.96 /28 192.168.10.133 192.168.10.134/30 192.168.10.112 /28 192.168.10.129 192.168.10.130/30
  • 21. Packet Transfer Source IP : 192.168.10.70 Dest IP: 192.168.10.120
  • 22. Packet Transfer Routing Table at Kuala Lumpur Network Destination Net- Mask Next-hop Interface 192.168.10.64 /27 Direct 192.168.10.65/27 192.168.10.136 /30 Direct 192.168.10.138/30 192.168.10.132 /30 Direct 192.168.10.134/30 192.168.10.128 /30 Direct 192.168.10.130/30 192.168.10.0 /26 192.168.10.137 192.168.10.138/30 192.168.10.96 /28 192.168.10.133 192.168.10.134/30 192.168.10.112 /28 192.168.10.129 192.168.10.130/30 Source IP : 192.168.10.70 Dest IP: 192.168.10.120 Dest IP : 192.168.10.120 AND Net-mask: 255.255.255.240 (/28) ANDing: (showing the last octet) 01111000 AND 11110000 = 01110000 i.e. 192.168.10.112
  • 23. Packet Transfer Routing Table at Kuala Lumpur Network Destination Net- Mask Next-hop Interface 192.168.10.64 /27 Direct 192.168.10.65/27 192.168.10.136 /30 Direct 192.168.10.138/30 192.168.10.132 /30 Direct 192.168.10.134/30 192.168.10.128 /30 Direct 192.168.10.130/30 192.168.10.0 /26 192.168.10.137 192.168.10.138/30 192.168.10.96 /28 192.168.10.133 192.168.10.134/30 192.168.10.112 /28 192.168.10.129 192.168.10.130/30 Source IP : 192.168.10.70 Dest IP: 192.168.10.120 Dest IP : 192.168.10.120 AND Net-mask: 255.255.255.240 (/28) ANDing: (showing the last octet) 01111000 AND 11110000 = 01110000 i.e. 192.168.10.112
  • 24. Packet Transfer Routing Table at Kuala Lumpur Network Destination Net- Mask Next-hop Interface 192.168.10.64 /27 Direct 192.168.10.65/27 192.168.10.136 /30 Direct 192.168.10.138/30 192.168.10.132 /30 Direct 192.168.10.134/30 192.168.10.128 /30 Direct 192.168.10.130/30 192.168.10.0 /26 192.168.10.137 192.168.10.138/30 192.168.10.96 /28 192.168.10.133 192.168.10.134/30 192.168.10.112 /28 192.168.10.129 192.168.10.130/30 Source IP : 192.168.10.70 Dest IP: 192.168.10.120
  • 25. Packet Transfer Source IP : 192.168.10.70 Dest IP: 192.168.10.120 Routing Table at Singapore Network Destination Net- Mask Next-hop Interface 192.168.10.112 /28 Direct 192.168.10.113/28 192.168.10.128 /30 Direct 192.168.10.129/30 192.168.10.64 /27 192.168.10.130 192.168.10.129/30 192.168.10.132 /30 192.168.10.130 192.168.10.129/30 192.168.10.96 /28 192.168.10.130 192.168.10.129/30 192.168.10.136 /30 192.168.10.130 192.168.10.129/30 192.168.10.0 /26 192.168.10.130 192.168.10.129/30 Dest IP : 192.168.10.120 AND Net-mask: 255.255.255.240 (/28) ANDing: (showing the last octet) 01111000 AND 11110000 = 01110000 i.e. 192.168.10.112
  • 26. Packet Transfer Source IP : 192.168.10.70 Dest IP: 192.168.10.120 Routing Table at Singapore Network Destination Net- Mask Next-hop Interface 192.168.10.112 /28 Direct 192.168.10.113/28 192.168.10.128 /30 Direct 192.168.10.129/30 192.168.10.64 /27 192.168.10.130 192.168.10.129/30 192.168.10.132 /30 192.168.10.130 192.168.10.129/30 192.168.10.96 /28 192.168.10.130 192.168.10.129/30 192.168.10.136 /30 192.168.10.130 192.168.10.129/30 192.168.10.0 /26 192.168.10.130 192.168.10.129/30 Dest IP : 192.168.10.120 AND Net-mask: 255.255.255.240 (/28) ANDing: (showing the last octet) 01111000 AND 11110000 = 01110000 i.e. 192.168.10.112
  • 27. Packet Transfer Source IP : 192.168.10.70 Dest IP: 192.168.10.120 Routing Table at Singapore Network Destination Net- Mask Next-hop Interface 192.168.10.112 /28 Direct 192.168.10.113/28 192.168.10.128 /30 Direct 192.168.10.129/30 192.168.10.64 /27 192.168.10.130 192.168.10.129/30 192.168.10.132 /30 192.168.10.130 192.168.10.129/30 192.168.10.96 /28 192.168.10.130 192.168.10.129/30 192.168.10.136 /30 192.168.10.130 192.168.10.129/30 192.168.10.0 /26 192.168.10.130 192.168.10.129/30