SlideShare a Scribd company logo
© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
ITE PC v4.0
Chapter 1 1
VLSM and CIDR
Routing Protocols and
Concepts – Chapter 6
ITE PC v4.0
Chapter 1 2© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Objectives
 Compare and contrast classful and classless IP
addressing.
 Review VLSM and explain the benefits of classless IP
addressing.
 Describe the role of the Classless Inter-Domain
Routing (CIDR) standard in making efficient use of
scarce IPv4 addresses
ITE PC v4.0
Chapter 1 3© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Introduction
 Prior to 1981, IP addresses used only the first 8 bits to
specify the network portion of the address
 In 1981, RFC 791 modified the IPv4 32-bit address to
allow for three different classes
 IP address space was depleting rapidly
the Internet Engineering Task Force (IETF)
introduced Classless Inter-Domain Routing (CIDR)
–CIDR uses Variable Length Subnet Masking
(VLSM) to help conserve address space.
-VLSM is simply subnetting a
subnet
ITE PC v4.0
Chapter 1 4© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Classful and Classless IP Addressing
 Classful IP addressing
 As of January 2007, there are over 433 million hosts on
internet
 Initiatives to conserve IPv4 address space include:
-VLSM & CIDR notation (1993, RFC 1519)
-Network Address Translation (1994, RFC 1631)
-Private Addressing (1996, RFC 1918)
ITE PC v4.0
Chapter 1 5© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Classful and Classless IP Addressing
 The High Order Bits
These are the leftmost bits in a 32 bit address
ITE PC v4.0
Chapter 1 6© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Classful and Classless IP Addressing
 Classes of IP addresses are identified by the decimal number of
the 1st octet
Class A address begin with a 0 bit
Range of class A addresses = 0.0.0.0 to 127.255.255.255
Class B address begin with a 1 bit and a 0 bit
Range of class B addresses = 128.0.0.0 to 191.255.255.255
Class C addresses begin with two 1 bits & a 0 bit
Range of class C addresses = 192.0.0.0 to 223.255.255.255.
ITE PC v4.0
Chapter 1 7© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Classful and Classless IP Addressing
 The IPv4 Classful Addressing Structure (RFC 790)
An IP address has 2 parts:
-The network portion
Found on the left side of an IP address
-The host portion
Found on the right side of an IP address
ITE PC v4.0
Chapter 1 8© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Classful and Classless IP Addressing
ITE PC v4.0
Chapter 1 9© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Classful and Classless IP Addressing
 Purpose of a subnet mask
It is used to determine the network portion of an IP
address
ITE PC v4.0
Chapter 1 10© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Classful and Classless IP Addressing
 Classful Routing Updates
-Recall that classful routing protocols (i.e. RIPv1)
do not send subnet masks in their routing updates
The reason is that the Subnet mask is
directly related to the network address
ITE PC v4.0
Chapter 1 11© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Classful and Classless IP Addressing
 Classless Inter-domain Routing (CIDR – RFC 1517)
Advantage of CIDR :
-More efficient use of IPv4 address
space
-Route summarization
Requires subnet mask to be included in routing update
because address class is meaningless
Recall purpose of a subnet mask:
-To determine the network and host portion
of an IP address
ITE PC v4.0
Chapter 1 12© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Classful and Classless IP Addressing
 Classless IP Addressing
 CIDR & Route Summarization
-Variable Length Subnet Masking (VLSM)
-Allows a subnet to be further sub-netted
according to individual needs
-Prefix Aggregation a.k.a. Route Summarization
-CIDR allows for routes to be summarized as a
single route
ITE PC v4.0
Chapter 1 13© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Classful and Classless IP Addressing
 Classless Routing Protocol
 Characteristics of classless routing protocols:
-Routing updates include the subnet mask
-Supports VLSM
Supports Route Summarization
ITE PC v4.0
Chapter 1 14© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Classful and Classless IP Addressing
Routing
Protocol
Routing
updates
Include
subnet
Mask
Supports
VLSM
Ability to send
Supernet routes
Classful No No No
Classless Yes Yes Yes
 Classless Routing Protocol
ITE PC v4.0
Chapter 1 15© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
VLSM
 Classful routing
-only allows for one
subnet mask for all
networks
 VLSM & classless routing
-This is the process
of subnetting a subnet
-More than one
subnet mask can be used
-More efficient use of IP
addresses as compared
to classful IP
addressing
ITE PC v4.0
Chapter 1 16© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
VLSM
 VLSM – the process of
sub-netting a subnet to fit
your needs
-Example:
Subnet 10.1.0.0/16, 8
more bits are borrowed
again, to create 256
subnets with a /24 mask.
-Mask allows for 254 host
addresses per subnet
-Subnets range from:
10.1.0.0 / 24 to
10.1.255.0 / 24
ITE PC v4.0
Chapter 1 17© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Classless Inter-Domain Routing (CIDR)
 Route summarization done by CIDR
-Routes are summarized with masks that are less
than that of the default classful mask
-Example:
172.16.0.0 / 13 is the summarized
route for the 172.16.0.0 / 16 to
172.23.0.0 / 16 classful networks
ITE PC v4.0
Chapter 1 18© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Classless Inter-Domain Routing (CIDR)
 Steps to calculate a route
summary
-List networks in binary
format
-Count number of left
most matching bits to
determine summary route’s
mask
-Copy the matching
bits and add zero bits to
determine the summarized
network address
ITE PC v4.0
Chapter 1 19© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Summary
 Classful IP addressing
IPv4 addresses have 2 parts:
-Network portion found on left side of an IP
address
-Host portion found on right side of an IP
address
Class A, B, & C addresses were designed to provide IP
addresses for different sized organizations
The class of an IP address is determined by the decimal
value found in the 1st
octet
IP addresses are running out so the use of Classless Inter
Domain Routing (CIDR) and Variable Length Subnet Mask
(VLSM) are used to try and conserve address space
ITE PC v4.0
Chapter 1 20© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Summary
 Classful Routing Updates
–Subnet masks are not sent in routing updates
 Classless IP addressing
–Benefit of classless IP addressing
Can create additional network
addresses using a subnet mask
that fits your needs
–Uses Classless Interdomain Routing (CIDR)
ITE PC v4.0
Chapter 1 21© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Summary
 CIDR
 Uses IP addresses more efficiently through
use of VLSM
-VLSM is the process of
subnetting a subnet
 Allows for route summarization
-Route summarization is
representing multiple
contiguous routes with a
single route
ITE PC v4.0
Chapter 1 22© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public
Summary
 Classless Routing Updates
Subnet masks are included in updates
ITE PC v4.0
Chapter 1 23© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public

More Related Content

PPT
CCNA Exploration 2 - Chapter 10
PPT
CCNA Exploration 2 - Chapter 11
PPT
CCNA Exploration 2 - Chapter 4
PPT
CCNA Exploration 2 - Chapter 9
PPT
Exploration routing chapter_6
PPT
Exploration routing chapter_11
PPT
CCNA Exploration 2 - Chapter 5
PPT
CCNA Exploration 2 - Chapter 2
CCNA Exploration 2 - Chapter 10
CCNA Exploration 2 - Chapter 11
CCNA Exploration 2 - Chapter 4
CCNA Exploration 2 - Chapter 9
Exploration routing chapter_6
Exploration routing chapter_11
CCNA Exploration 2 - Chapter 5
CCNA Exploration 2 - Chapter 2

What's hot (20)

PPT
CCNA Exploration 2 - Chapter 8
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 4
PDF
CCNAv5 - S2: Chapter 6 Static Routing
PPT
Exploration routing chapter_10
PPT
Exploration routing chapter_7
PPT
Exploration routing chapter_9
PPTX
CCNA2 Verson6 Chapter1
PPTX
CCNA4 Verson6 Chapter3
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 6
PPT
Exploration routing chapter_4
PPT
Exploration routing chapter_5
PDF
Ccna2 project
PPT
CCNA Exploration 4 - Chapter 7
PPT
CCNA Exploration 2 - Chapter 3
PPT
Exploration routing chapter_3
PPT
CCNA Exploration 2 - Chapter 1
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 7
PPTX
CCNA2 Verson6 Chapter2
PPTX
CCNA2 Verson6 Chapter9
PPTX
Chapter 15 : routing concepts
CCNA Exploration 2 - Chapter 8
CCNA 2 Routing and Switching v5.0 Chapter 4
CCNAv5 - S2: Chapter 6 Static Routing
Exploration routing chapter_10
Exploration routing chapter_7
Exploration routing chapter_9
CCNA2 Verson6 Chapter1
CCNA4 Verson6 Chapter3
CCNA 2 Routing and Switching v5.0 Chapter 6
Exploration routing chapter_4
Exploration routing chapter_5
Ccna2 project
CCNA Exploration 4 - Chapter 7
CCNA Exploration 2 - Chapter 3
Exploration routing chapter_3
CCNA Exploration 2 - Chapter 1
CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA2 Verson6 Chapter2
CCNA2 Verson6 Chapter9
Chapter 15 : routing concepts
Ad

Similar to CCNA Exploration 2 - Chapter 6 (20)

PPTX
Ccna v5-S1-Chapter 8
PDF
CCNAv5 - S1: Chapter 8 - Ip Addressing
PPTX
Chapter 8 : IP addressing
PPTX
CCNA 1 Routing and Switching v5.0 Chapter 8
PPT
CCNA Discovery 2 - Chapter 4
PPTX
CCNA RS_ITN - Chapter 8
PPTX
CCNA RS_NB - Chapter 7
PPT
Addressing the Network – IPv4
PPTX
instructor ppt_chapter8.2.2 - i_pv6 addressing with exercises of IPv6
PPT
CCNA IP Addressing
PPTX
Subnetting
PDF
Week5 f2017(1)
PPTX
Basics of IP Addressing
DOCX
Ip seminar
PPT
CCNA Icnd110 s01l04
PPTX
ip addressing & subnet.pptx
PPTX
Chapter 9 : Subnetting IP networks
PDF
CCNAv5 - S1: Chapter 9 - Subnetting Ip Networks
PPT
ch2 day 1 -Communicating over the Network---2.ppt
Ccna v5-S1-Chapter 8
CCNAv5 - S1: Chapter 8 - Ip Addressing
Chapter 8 : IP addressing
CCNA 1 Routing and Switching v5.0 Chapter 8
CCNA Discovery 2 - Chapter 4
CCNA RS_ITN - Chapter 8
CCNA RS_NB - Chapter 7
Addressing the Network – IPv4
instructor ppt_chapter8.2.2 - i_pv6 addressing with exercises of IPv6
CCNA IP Addressing
Subnetting
Week5 f2017(1)
Basics of IP Addressing
Ip seminar
CCNA Icnd110 s01l04
ip addressing & subnet.pptx
Chapter 9 : Subnetting IP networks
CCNAv5 - S1: Chapter 9 - Subnetting Ip Networks
ch2 day 1 -Communicating over the Network---2.ppt
Ad

More from Irsandi Hasan (20)

PPTX
CCNA v6.0 ITN - Chapter 11
PPTX
CCNA v6.0 ITN - Chapter 10
PPTX
CCNA v6.0 ITN - Chapter 09
PPTX
CCNA v6.0 ITN - Chapter 08
PPTX
CCNA v6.0 ITN - Chapter 07
PPTX
CCNA v6.0 ITN - Chapter 06
PPTX
CCNA v6.0 ITN - Chapter 05
PPTX
CCNA v6.0 ITN - Chapter 04
PPTX
CCNA v6.0 ITN - Chapter 03
PPTX
CCNA v6.0 ITN - Chapter 02
PPTX
CCNA v6.0 ITN - Chapter 01
PPTX
VMware vShield - Overview
PPTX
CCNA RS_NB - Chapter 11
PPTX
CCNA RS_NB - Chapter 10
PPTX
CCNA RS_NB - Chapter 9
PPTX
CCNA RS_NB - Chapter 8
PPTX
CCNA RS_NB - Chapter 6
PPTX
CCNA RS_NB - Chapter 5
PPTX
CCNA RS_NB - Chapter 4
PPTX
CCNA RS_NB - Chapter 3
CCNA v6.0 ITN - Chapter 11
CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 09
CCNA v6.0 ITN - Chapter 08
CCNA v6.0 ITN - Chapter 07
CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 05
CCNA v6.0 ITN - Chapter 04
CCNA v6.0 ITN - Chapter 03
CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 01
VMware vShield - Overview
CCNA RS_NB - Chapter 11
CCNA RS_NB - Chapter 10
CCNA RS_NB - Chapter 9
CCNA RS_NB - Chapter 8
CCNA RS_NB - Chapter 6
CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 4
CCNA RS_NB - Chapter 3

Recently uploaded (20)

PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Electronic commerce courselecture one. Pdf
PPTX
Big Data Technologies - Introduction.pptx
PPT
Teaching material agriculture food technology
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
Approach and Philosophy of On baking technology
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
20250228 LYD VKU AI Blended-Learning.pptx
Understanding_Digital_Forensics_Presentation.pptx
Reach Out and Touch Someone: Haptics and Empathic Computing
Building Integrated photovoltaic BIPV_UPV.pdf
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Electronic commerce courselecture one. Pdf
Big Data Technologies - Introduction.pptx
Teaching material agriculture food technology
MIND Revenue Release Quarter 2 2025 Press Release
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Chapter 3 Spatial Domain Image Processing.pdf
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Spectral efficient network and resource selection model in 5G networks
sap open course for s4hana steps from ECC to s4
Per capita expenditure prediction using model stacking based on satellite ima...
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Advanced methodologies resolving dimensionality complications for autism neur...
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Approach and Philosophy of On baking technology

CCNA Exploration 2 - Chapter 6

  • 1. © 2007 Cisco Systems, Inc. All rights reserved. Cisco Public ITE PC v4.0 Chapter 1 1 VLSM and CIDR Routing Protocols and Concepts – Chapter 6
  • 2. ITE PC v4.0 Chapter 1 2© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Objectives  Compare and contrast classful and classless IP addressing.  Review VLSM and explain the benefits of classless IP addressing.  Describe the role of the Classless Inter-Domain Routing (CIDR) standard in making efficient use of scarce IPv4 addresses
  • 3. ITE PC v4.0 Chapter 1 3© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Introduction  Prior to 1981, IP addresses used only the first 8 bits to specify the network portion of the address  In 1981, RFC 791 modified the IPv4 32-bit address to allow for three different classes  IP address space was depleting rapidly the Internet Engineering Task Force (IETF) introduced Classless Inter-Domain Routing (CIDR) –CIDR uses Variable Length Subnet Masking (VLSM) to help conserve address space. -VLSM is simply subnetting a subnet
  • 4. ITE PC v4.0 Chapter 1 4© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Classful and Classless IP Addressing  Classful IP addressing  As of January 2007, there are over 433 million hosts on internet  Initiatives to conserve IPv4 address space include: -VLSM & CIDR notation (1993, RFC 1519) -Network Address Translation (1994, RFC 1631) -Private Addressing (1996, RFC 1918)
  • 5. ITE PC v4.0 Chapter 1 5© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Classful and Classless IP Addressing  The High Order Bits These are the leftmost bits in a 32 bit address
  • 6. ITE PC v4.0 Chapter 1 6© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Classful and Classless IP Addressing  Classes of IP addresses are identified by the decimal number of the 1st octet Class A address begin with a 0 bit Range of class A addresses = 0.0.0.0 to 127.255.255.255 Class B address begin with a 1 bit and a 0 bit Range of class B addresses = 128.0.0.0 to 191.255.255.255 Class C addresses begin with two 1 bits & a 0 bit Range of class C addresses = 192.0.0.0 to 223.255.255.255.
  • 7. ITE PC v4.0 Chapter 1 7© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Classful and Classless IP Addressing  The IPv4 Classful Addressing Structure (RFC 790) An IP address has 2 parts: -The network portion Found on the left side of an IP address -The host portion Found on the right side of an IP address
  • 8. ITE PC v4.0 Chapter 1 8© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Classful and Classless IP Addressing
  • 9. ITE PC v4.0 Chapter 1 9© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Classful and Classless IP Addressing  Purpose of a subnet mask It is used to determine the network portion of an IP address
  • 10. ITE PC v4.0 Chapter 1 10© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Classful and Classless IP Addressing  Classful Routing Updates -Recall that classful routing protocols (i.e. RIPv1) do not send subnet masks in their routing updates The reason is that the Subnet mask is directly related to the network address
  • 11. ITE PC v4.0 Chapter 1 11© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Classful and Classless IP Addressing  Classless Inter-domain Routing (CIDR – RFC 1517) Advantage of CIDR : -More efficient use of IPv4 address space -Route summarization Requires subnet mask to be included in routing update because address class is meaningless Recall purpose of a subnet mask: -To determine the network and host portion of an IP address
  • 12. ITE PC v4.0 Chapter 1 12© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Classful and Classless IP Addressing  Classless IP Addressing  CIDR & Route Summarization -Variable Length Subnet Masking (VLSM) -Allows a subnet to be further sub-netted according to individual needs -Prefix Aggregation a.k.a. Route Summarization -CIDR allows for routes to be summarized as a single route
  • 13. ITE PC v4.0 Chapter 1 13© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Classful and Classless IP Addressing  Classless Routing Protocol  Characteristics of classless routing protocols: -Routing updates include the subnet mask -Supports VLSM Supports Route Summarization
  • 14. ITE PC v4.0 Chapter 1 14© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Classful and Classless IP Addressing Routing Protocol Routing updates Include subnet Mask Supports VLSM Ability to send Supernet routes Classful No No No Classless Yes Yes Yes  Classless Routing Protocol
  • 15. ITE PC v4.0 Chapter 1 15© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public VLSM  Classful routing -only allows for one subnet mask for all networks  VLSM & classless routing -This is the process of subnetting a subnet -More than one subnet mask can be used -More efficient use of IP addresses as compared to classful IP addressing
  • 16. ITE PC v4.0 Chapter 1 16© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public VLSM  VLSM – the process of sub-netting a subnet to fit your needs -Example: Subnet 10.1.0.0/16, 8 more bits are borrowed again, to create 256 subnets with a /24 mask. -Mask allows for 254 host addresses per subnet -Subnets range from: 10.1.0.0 / 24 to 10.1.255.0 / 24
  • 17. ITE PC v4.0 Chapter 1 17© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Classless Inter-Domain Routing (CIDR)  Route summarization done by CIDR -Routes are summarized with masks that are less than that of the default classful mask -Example: 172.16.0.0 / 13 is the summarized route for the 172.16.0.0 / 16 to 172.23.0.0 / 16 classful networks
  • 18. ITE PC v4.0 Chapter 1 18© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Classless Inter-Domain Routing (CIDR)  Steps to calculate a route summary -List networks in binary format -Count number of left most matching bits to determine summary route’s mask -Copy the matching bits and add zero bits to determine the summarized network address
  • 19. ITE PC v4.0 Chapter 1 19© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Summary  Classful IP addressing IPv4 addresses have 2 parts: -Network portion found on left side of an IP address -Host portion found on right side of an IP address Class A, B, & C addresses were designed to provide IP addresses for different sized organizations The class of an IP address is determined by the decimal value found in the 1st octet IP addresses are running out so the use of Classless Inter Domain Routing (CIDR) and Variable Length Subnet Mask (VLSM) are used to try and conserve address space
  • 20. ITE PC v4.0 Chapter 1 20© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Summary  Classful Routing Updates –Subnet masks are not sent in routing updates  Classless IP addressing –Benefit of classless IP addressing Can create additional network addresses using a subnet mask that fits your needs –Uses Classless Interdomain Routing (CIDR)
  • 21. ITE PC v4.0 Chapter 1 21© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Summary  CIDR  Uses IP addresses more efficiently through use of VLSM -VLSM is the process of subnetting a subnet  Allows for route summarization -Route summarization is representing multiple contiguous routes with a single route
  • 22. ITE PC v4.0 Chapter 1 22© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Summary  Classless Routing Updates Subnet masks are included in updates
  • 23. ITE PC v4.0 Chapter 1 23© 2007 Cisco Systems, Inc. All rights reserved. Cisco Public