SlideShare a Scribd company logo
1 of 64
Instructor Materials
Chapter 8:
Subnetting IP Networks
CCNA Routing and Switching
Introduction to Networks v6.0
3© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Chapter 8:
Subnetting IP Networks
Introduction to Networks 6.0 Planning
Guide
Chapter 8:
Subnetting IP Networks
CCNA Routing and Switching
Introduction to Networks v6.0
14© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
 8.1 Subnetting an IPv4 Network
• Implement an IPv4 addressing scheme to enable end-to-end connectivity in a small to
medium-sized business network.
• Explain how subnetting segments a network to enable better communication.
• Explain how to calculate IPv4 subnets for a /24 prefix.
• Explain how to calculate IPv4 subnets for a /16 and /8 prefix.
• Given a set of requirements for subnetting, implement an IPv4 addressing scheme.
• Explain how to create a flexible addressing scheme using variable length subnet masking (VLSM).
 8.2 Addressing Schemes
• Given a set of requirements, implement a VLSM addressing scheme to provide
connectivity to end users in a small to medium-sized network.
• Implement a VLSM addressing scheme.
Chapter 8 - Sections & Objectives
15© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
 8.3 Address Schemes
• Explain design considerations for implementing IPv6 in a business network.
• Explain how to implement IPv6 address assignments in a business network.
Chapter 8 - Sections & Objectives (Cont.)
16© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
8.1 Subnetting an IPv4
Network
17© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
 Devices use broadcasts in an Ethernet LAN to locate:
• Other devices - Address Resolution Protocol (ARP) which sends Layer 2 broadcasts to a known IPv4
address on the local network to discover the associated MAC address.
• Services – Dynamic Host Configuration Protocol (DHCP) which sends broadcasts on the local network
to locate a DHCP server.
 Switches propagate broadcasts out all interfaces except the interface on which it was received.
Network Segmentation
Broadcast Domains
18© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
 Hosts can generate excessive broadcasts and negatively affect the network.
• Slow network operations due to the significant amount of traffic it can cause.
• Slow device operations because a device must accept and process each broadcast packet.
 Solution: Reduce the size of the network to create smaller broadcast domains. These smaller
network spaces are called subnets.
Network Segmentation
Problems with Large Broadcast Domains
Broadcast in
LAN 1
contained in
1 subnet
Broadcast in
LAN 2
contained in
1 subnet
One
Broadcast
Domain
19© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
 Reduces overall network traffic and improves network performance.
 Enables an administrator to implement security policies such as which subnets are allowed or not
allowed to communicate together.
Network Segmentation
Reasons for Subnetting
Subnetting by Location
Communicating between
Networks
Subnetting by Device Type
20© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting an IPv4 Network
Octet Boundaries
 Prefix length and the subnet mask are different ways of identifying the network
portion of an address.
 Subnets are created by borrowing host bits for network bits.
 More host bits borrowed, the more subnets that can be defined.
Networks
are most
easily
subnetted
at the
octet
boundary
of /8, /16,
and /24
21© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting an IPv4 Network
Subnetting on the Octet Boundary
 Subnetting Network 10.x.0.0/16
 Define up to 256 subnets with each subnet capable of connecting 65,534 hosts.
 First two octets identify the network portion while the last two octets are for host IP addresses.
22© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting an IPv4 Network
Subnetting on the Octet Boundary (Cont.)
 Subnetting Network 10.x.x.0/24
 Define 65,536 subnets each capable of connecting 254 hosts.
 /24 boundary is very popular in subnetting because of number of hosts.
23© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting an IPv4 Network
Classless Subnetting
Subnets can borrow bits from any host bit position to create other masks.
Subnetting a /24 Network
24© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting an IPv4 Network
Video Demonstration – The Subnet Mask
Subnetting in Binary
 ANDING
• Convert IP address and Subnet Mask to Binary (line up vertically like an addition problem)
• Logically AND (1 and 1 = 1, all other combinations = 0)
• Result is network address for original IP address
 Classful Subnetting
• Class A /8 255.0.0.0
• Class B /16 255.255.0.0
• Class C /24 255.255.255.0
25© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting an IPv4 Network
Video Demonstration – The Subnet Mask (Cont.)
26© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting an IPv4 Network
Video Demonstration – Subnetting with the Magic Number
 Magic number technique used to calculate subnets
 Magic number is simply the place value of the last one in the subnet mask
 /25 11111111.11111111.11111111.10000000 magic number = 128
 /26 11111111.11111111.11111111.11000000 magic number = 64
 /27 11111111.11111111.11111111.11100000 magic number = 32
27© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting an IPv4 Network
Video Demonstration – Subnetting with the Magic Number (Cont.)
28© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting an IPv4 Network
Video Demonstration – Subnetting with the Magic Number (Cont.)
29© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting an IPv4 Network
Classless Subnetting Example
30© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting an IPv4 Network
Creating 2 Subnets
 /25 Subnetting Topology
31© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting an IPv4 Network
Video Demonstration – Creating Two Equal-sized Subnets (/25)
Create 2 Equal-sized Subnets from 192.168.1.0 /24
 Subnet Mask - 11111111.11111111.11111111.10000000
 Magic Number = 128
 192.168.1.0 /25 (start at 0)
 192.168.1.128 /25 (Add 128)
32© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Calculate Number of
Subnets Formula
Subnetting an IPv4 Network
Subnetting Formulas
Subnetting a /24 Network
33© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Calculate Number of
Hosts Formula
Subnetting an IPv4 Network
Subnetting Formulas (Cont.)
Calculating the Number of Hosts
34© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting an IPv4 Network
Creating 4 Subnets
 /26 Subnetting Topology
35© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting an IPv4 Network
Creating 4 Subnets (Cont.)
 /26 Subnetting Topology
36© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting an IPv4 Network
Creating 4 Subnets (Cont.)
 /26 Subnetting Topology
37© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting an IPv4 Network
Video Demonstration – Creating Four Equal-sized Subnets (/26)
Create 4 Equal-sized Subnets from 192.168.1.0 /24
 Subnet Mask in Binary – 11111111.11111111.11111111.11000000
 2^2 = 4 Subnets
 Magic Number = 64
 192.168.1.0 /26
 192.168.1.64 /26
 192.168.1.128 /26
 192.168.1.192 /26
38© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting an IPv4 Network
Video Demonstration – Creating Eight Equal-sized Subnets (/27)
Create 8 Equal-sized Subnets from 192.168.1.0 /24
 Borrow 3 bits – 11111111.11111111.11111111.11100000
 Magic Number = 32
 192.168.1.0 /27 (Start at 0)
 192.168.1.32 /27 (Add 32 to previous network)
 192.168.1.64 /27 (Add 32)
 192.168.1.96 /27 (Add 32)
 192.168.1.128 /27 (Add 32)
 192.168.1.160 /27 (Add 32)
 192.168.1.192 /27 (Add 32)
 192.168.1.224 /27 (Add 32)
39© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting a /16 and /8 Prefix
Creating Subnets with a /16 prefix
40© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting a /16 and /8 Prefix
Creating 100 Subnets with a /16 prefix
41© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting a /16 and /8 Prefix
Calculating the Hosts
42© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
 An enterprise network requires 100 equal-sized subnets
starting from 172.16.0.0/16
• New Subnet Mask
• 11111111.11111111.11111110.00000000
• 2^7 = 128 Subnets
• 2^9 = 512 hosts per subnet
• Magic Number = 2
• 172.16.0.0 /23
• 172.16.2.0 /23
• 172.16.4.0 /23
• 172.16.6.0 /23
• …
• 172.16.254.0 /23
Subnetting a /16 and /8 Prefix
Video Demonstration – Creating One Hundred Equal-sized Subnets
43© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting a /16 and /8 Prefix
Creating 1000 Subnets with a /8 Network
44© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting a /16 and /8 Prefix
Creating 1000 Subnets with a /8 Network (Cont.)
45© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting a /16 and /8 Prefix
Video Demonstration – Subnetting Across Multiple Octets
New Challenge Problem: Create
over 300 Equal-sized Subnets of
20,000 Hosts each starting from
10.0.0.0/8
46© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting to Meet Requirements
Subnetting Based on Host Requirements
47© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting to Meet Requirements
Subnetting Based On Network Requirements
Host devices
used by
employees in
the Engineering
department in
one network
and
Management in
a separate
network.
48© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting to Meet Requirements
Network Requirement Example
49© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting to Meet Requirements
Network Requirement Example (Cont.)
50© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting to Meet Requirements
Lab – Calculating IPv4 Subnets
51© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting to Meet Requirements
Packet Tracer – Subnetting Scenario
52© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting to Meet Requirements
Lab – Designing and Implementing a Subnetted IPv4 Addressing Scheme
53© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Benefits of Variable Length Subnet Masking
Traditional Subnetting Wastes Addresses
54© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Benefits of Variable Length Subnet Masking
Variable Length Subnet Masks (VLSM)
Traditional Subnets of Varying Sizes
55© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Benefits of Variable Length Subnet Masking
Basic VLSM
Basic Subnetting
56© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Benefits of Variable Length Subnet Masking
Video Demonstration – VLSM Basics
 Basic VLSM
• Subnets do not have to be equal sizes, as long
as their address ranges do not overlap.
• When creating subnets it is easier to work from
larger to smaller.
57© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Benefits of Variable Length Subnet Masking
VLSM in Practice
58© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Benefits of Variable Length Subnet Masking
VLSM Chart
59© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Benefits of Variable Length Subnet Masking
Video Demonstration – VLSM Example
 Given the network 172.16.0.0
/23 creates subnets:
• 1 network for 200 hosts - 256
• 1 network for 100 hosts - 128
• 1 network for 50 hosts - 64
• 1 network for 25 hosts - 32
• 1 network for 10 hosts - 16
• 4 point-to-point networks for 2
hosts each – 4x4 = 16
/23 = 2^9 hosts = 512
256+128+64+32+16+16 = 512 hosts needed
Address range 172.16.0.0 – 172.16.1.255
172.16.1.248 /30 (4)
172.16.1.252 /30 (4)
60© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
8.2 Addressing Schemes
61© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Structured Design
Network Address Planning
62© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Structured Design
Planning to Address the Network
 Each host in an internetwork must have
a unique address.
 Need proper planning & documentation.
 Must provide & control access to servers
from internal hosts and external hosts.
 Layer 3 STATIC address assigned to a
server can be used to control access to
that server.
 Monitoring security and performance of
hosts means network traffic is examined
for source IP addresses that are
generating or receiving excessive
packets.
63© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
 Devices that require addresses:
• End user clients
• Can be set for DHCP to save time and
manual errors.
• A change in the subnetting scheme requires
reconfiguration of DHCP server. IPv6 clients
use DHCPv6/SLAAC.
• Servers
• Configured with static addresses.
• Private addresses translated to public
addresses if accessible from the Internet.
• Intermediary devices
• Set with static addresses for remote
management.
• Gateway
• Router interface used to exit the network.
Structured Design
Assigning Addresses to Devices
64© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Structured Design
Packet Tracer – Designing and Implementing a VLSM Addressing Scheme
65© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Structured Design
Lab – Designing and Implementing a VLSM Addressing Scheme
66© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
8.3 Design Considerations for IPv6
67© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting an IPv6 Network
The IPv6 Global Unicast Address
Structure
 IPv6 subnetting is not concerned
with conserving address space.
 IPv6 subnetting is about building an
addressing hierarchy based on the
number of subnetworks needed.
 IPv6 link-local address is never
subnetted.
 IPv6 global unicast address can be
subnetted.
 IPv6 global unicast address
normally consists of a /48 global
routing prefix, a 16 bit subnet ID,
and a 64 bit interface ID.
68© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting an IPv6 Network
Subnetting Using the Subnet ID
69© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting an IPv6 Network
IPv6 Subnet Allocation
70© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Subnetting an IPv6 Network
Packet Tracer – Implementing a Subnetted IPv6 Addressing Scheme
71© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
8.4 Chapter Summary
72© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
Conclusion
Packet Tracer - Skills Integration Challenge
73© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential
 Implement an IPv4 addressing scheme to enable end-to-end connectivity in a small to medium-
sized business network.
 Given a set of requirements, implement a VLSM addressing scheme to provide connectivity to end
users in a small to medium-sized network.
 Explain design considerations for implementing IPv6 in a business network.
Conclusion
Chapter 8: Subnetting IP Networks
CCNA v6.0 ITN - Chapter 08

More Related Content

What's hot

CCNA v6.0 ITN - Chapter 05
CCNA v6.0 ITN - Chapter 05CCNA v6.0 ITN - Chapter 05
CCNA v6.0 ITN - Chapter 05Irsandi Hasan
 
Ccna rse chp6 VLAN
Ccna rse chp6 VLANCcna rse chp6 VLAN
Ccna rse chp6 VLANnewbie2019
 
CCNA 2 Routing and Switching v5.0 Chapter 8
CCNA 2 Routing and Switching v5.0 Chapter 8CCNA 2 Routing and Switching v5.0 Chapter 8
CCNA 2 Routing and Switching v5.0 Chapter 8Nil Menon
 
Ccnp presentation day 4 sd-access vs traditional network architecture
Ccnp presentation   day 4  sd-access vs traditional network architectureCcnp presentation   day 4  sd-access vs traditional network architecture
Ccnp presentation day 4 sd-access vs traditional network architectureSagarR24
 
CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5Nil Menon
 
CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7Nil Menon
 
CCNA v6.0 ITN - Chapter 01
CCNA v6.0 ITN - Chapter 01CCNA v6.0 ITN - Chapter 01
CCNA v6.0 ITN - Chapter 01Irsandi Hasan
 
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4Vuz Dở Hơi
 
CCNA 2 Routing and Switching v5.0 Chapter 11
CCNA 2 Routing and Switching v5.0 Chapter 11CCNA 2 Routing and Switching v5.0 Chapter 11
CCNA 2 Routing and Switching v5.0 Chapter 11Nil Menon
 
CCNA 1 Routing and Switching v5.0 Chapter 9
CCNA 1 Routing and Switching v5.0 Chapter 9CCNA 1 Routing and Switching v5.0 Chapter 9
CCNA 1 Routing and Switching v5.0 Chapter 9Nil Menon
 
CCNA 1 Routing and Switching v5.0 Chapter 4
CCNA 1 Routing and Switching v5.0 Chapter 4CCNA 1 Routing and Switching v5.0 Chapter 4
CCNA 1 Routing and Switching v5.0 Chapter 4Nil Menon
 
CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 2 Routing and Switching v5.0 Chapter 2CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 2 Routing and Switching v5.0 Chapter 2Nil Menon
 
CCNA 1 Routing and Switching v5.0 Chapter 6
CCNA 1 Routing and Switching v5.0 Chapter 6CCNA 1 Routing and Switching v5.0 Chapter 6
CCNA 1 Routing and Switching v5.0 Chapter 6Nil Menon
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationDsunte Wilson
 
CCNP Switching Chapter 1
CCNP Switching Chapter 1CCNP Switching Chapter 1
CCNP Switching Chapter 1Chaing Ravuth
 
CCNA SUMMER TRAINNING PPT
CCNA SUMMER TRAINNING PPTCCNA SUMMER TRAINNING PPT
CCNA SUMMER TRAINNING PPTNishant Goel
 
CCNAv5 - S1: Chapter 3 - Network protocols and communications
CCNAv5 - S1: Chapter 3 - Network protocols and communicationsCCNAv5 - S1: Chapter 3 - Network protocols and communications
CCNAv5 - S1: Chapter 3 - Network protocols and communicationsVuz Dở Hơi
 

What's hot (20)

CCNA v6.0 ITN - Chapter 05
CCNA v6.0 ITN - Chapter 05CCNA v6.0 ITN - Chapter 05
CCNA v6.0 ITN - Chapter 05
 
Ccna rse chp6 VLAN
Ccna rse chp6 VLANCcna rse chp6 VLAN
Ccna rse chp6 VLAN
 
CCNA 2 Routing and Switching v5.0 Chapter 8
CCNA 2 Routing and Switching v5.0 Chapter 8CCNA 2 Routing and Switching v5.0 Chapter 8
CCNA 2 Routing and Switching v5.0 Chapter 8
 
Ccnp presentation day 4 sd-access vs traditional network architecture
Ccnp presentation   day 4  sd-access vs traditional network architectureCcnp presentation   day 4  sd-access vs traditional network architecture
Ccnp presentation day 4 sd-access vs traditional network architecture
 
CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5CCNA 2 Routing and Switching v5.0 Chapter 5
CCNA 2 Routing and Switching v5.0 Chapter 5
 
CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7CCNA 2 Routing and Switching v5.0 Chapter 7
CCNA 2 Routing and Switching v5.0 Chapter 7
 
Cisco ospf
Cisco ospf Cisco ospf
Cisco ospf
 
CCNA v6.0 ITN - Chapter 01
CCNA v6.0 ITN - Chapter 01CCNA v6.0 ITN - Chapter 01
CCNA v6.0 ITN - Chapter 01
 
CCNA IP Addressing
CCNA IP AddressingCCNA IP Addressing
CCNA IP Addressing
 
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
 
CCNA 2 Routing and Switching v5.0 Chapter 11
CCNA 2 Routing and Switching v5.0 Chapter 11CCNA 2 Routing and Switching v5.0 Chapter 11
CCNA 2 Routing and Switching v5.0 Chapter 11
 
CCNA 1 Routing and Switching v5.0 Chapter 9
CCNA 1 Routing and Switching v5.0 Chapter 9CCNA 1 Routing and Switching v5.0 Chapter 9
CCNA 1 Routing and Switching v5.0 Chapter 9
 
CCNA 1 Routing and Switching v5.0 Chapter 4
CCNA 1 Routing and Switching v5.0 Chapter 4CCNA 1 Routing and Switching v5.0 Chapter 4
CCNA 1 Routing and Switching v5.0 Chapter 4
 
CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 2 Routing and Switching v5.0 Chapter 2CCNA 2 Routing and Switching v5.0 Chapter 2
CCNA 2 Routing and Switching v5.0 Chapter 2
 
CCNA 1 Routing and Switching v5.0 Chapter 6
CCNA 1 Routing and Switching v5.0 Chapter 6CCNA 1 Routing and Switching v5.0 Chapter 6
CCNA 1 Routing and Switching v5.0 Chapter 6
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
 
CCNP Switching Chapter 1
CCNP Switching Chapter 1CCNP Switching Chapter 1
CCNP Switching Chapter 1
 
Ospf.ppt
Ospf.pptOspf.ppt
Ospf.ppt
 
CCNA SUMMER TRAINNING PPT
CCNA SUMMER TRAINNING PPTCCNA SUMMER TRAINNING PPT
CCNA SUMMER TRAINNING PPT
 
CCNAv5 - S1: Chapter 3 - Network protocols and communications
CCNAv5 - S1: Chapter 3 - Network protocols and communicationsCCNAv5 - S1: Chapter 3 - Network protocols and communications
CCNAv5 - S1: Chapter 3 - Network protocols and communications
 

Similar to CCNA v6.0 ITN - Chapter 08

08_Subnetting_IP_Networks.pdf
08_Subnetting_IP_Networks.pdf08_Subnetting_IP_Networks.pdf
08_Subnetting_IP_Networks.pdfRobinRohit2
 
08_Subnetting_IP_Networks.pdf
08_Subnetting_IP_Networks.pdf08_Subnetting_IP_Networks.pdf
08_Subnetting_IP_Networks.pdfPilarAlulema2
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 8
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 8CCNA (R & S) Module 01 - Introduction to Networks - Chapter 8
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 8Waqas Ahmed Nawaz
 
Ccna rse chp9 nat fo i_pv4
Ccna rse chp9 nat fo i_pv4Ccna rse chp9 nat fo i_pv4
Ccna rse chp9 nat fo i_pv4newbie2019
 
CCNA 1 Routing and Switching v5.0 Chapter 8
CCNA 1 Routing and Switching v5.0 Chapter 8CCNA 1 Routing and Switching v5.0 Chapter 8
CCNA 1 Routing and Switching v5.0 Chapter 8Nil Menon
 
Ccna 1 chapter 6 v4.0 answers 2011
Ccna 1 chapter 6 v4.0 answers 2011Ccna 1 chapter 6 v4.0 answers 2011
Ccna 1 chapter 6 v4.0 answers 2011Dân Chơi
 
CCNA RS_ITN - Chapter 8
CCNA RS_ITN - Chapter 8CCNA RS_ITN - Chapter 8
CCNA RS_ITN - Chapter 8Irsandi Hasan
 
Ccna v5-S1-Chapter 8
Ccna v5-S1-Chapter 8Ccna v5-S1-Chapter 8
Ccna v5-S1-Chapter 8Hamza Malik
 
CCNA RS_ITN - Chapter 9
CCNA RS_ITN - Chapter 9CCNA RS_ITN - Chapter 9
CCNA RS_ITN - Chapter 9Irsandi Hasan
 
Week5 f2017(1)
Week5 f2017(1)Week5 f2017(1)
Week5 f2017(1)trayyoo
 
CCNA RS_NB - Chapter 8
CCNA RS_NB - Chapter 8CCNA RS_NB - Chapter 8
CCNA RS_NB - Chapter 8Irsandi Hasan
 
CCNA_RSE_Chp4 and their working principles.pptx
CCNA_RSE_Chp4 and their working principles.pptxCCNA_RSE_Chp4 and their working principles.pptx
CCNA_RSE_Chp4 and their working principles.pptxParthaDas754073
 
CCNA RS_NB - Chapter 7
CCNA RS_NB - Chapter 7CCNA RS_NB - Chapter 7
CCNA RS_NB - Chapter 7Irsandi Hasan
 
Chapter 9 : Subnetting IP networks
Chapter 9 : Subnetting IP networksChapter 9 : Subnetting IP networks
Chapter 9 : Subnetting IP networksteknetir
 
CCNAv5 - S1: Chapter 9 - Subnetting Ip Networks
CCNAv5 - S1: Chapter 9 - Subnetting Ip NetworksCCNAv5 - S1: Chapter 9 - Subnetting Ip Networks
CCNAv5 - S1: Chapter 9 - Subnetting Ip NetworksVuz Dở Hơi
 
Chapter 09 - Subnetting IP Networks
Chapter 09 - Subnetting IP NetworksChapter 09 - Subnetting IP Networks
Chapter 09 - Subnetting IP NetworksYaser Rahmati
 

Similar to CCNA v6.0 ITN - Chapter 08 (20)

08_Subnetting_IP_Networks.pdf
08_Subnetting_IP_Networks.pdf08_Subnetting_IP_Networks.pdf
08_Subnetting_IP_Networks.pdf
 
08_Subnetting_IP_Networks.pdf
08_Subnetting_IP_Networks.pdf08_Subnetting_IP_Networks.pdf
08_Subnetting_IP_Networks.pdf
 
IPv4 adressing
IPv4 adressingIPv4 adressing
IPv4 adressing
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 8
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 8CCNA (R & S) Module 01 - Introduction to Networks - Chapter 8
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 8
 
Ccna rse chp9 nat fo i_pv4
Ccna rse chp9 nat fo i_pv4Ccna rse chp9 nat fo i_pv4
Ccna rse chp9 nat fo i_pv4
 
Subnetting
SubnettingSubnetting
Subnetting
 
CCNA 1 Routing and Switching v5.0 Chapter 8
CCNA 1 Routing and Switching v5.0 Chapter 8CCNA 1 Routing and Switching v5.0 Chapter 8
CCNA 1 Routing and Switching v5.0 Chapter 8
 
Ccna 1 chapter 6 v4.0 answers 2011
Ccna 1 chapter 6 v4.0 answers 2011Ccna 1 chapter 6 v4.0 answers 2011
Ccna 1 chapter 6 v4.0 answers 2011
 
CCNA RS_ITN - Chapter 8
CCNA RS_ITN - Chapter 8CCNA RS_ITN - Chapter 8
CCNA RS_ITN - Chapter 8
 
Ccna v5-S1-Chapter 8
Ccna v5-S1-Chapter 8Ccna v5-S1-Chapter 8
Ccna v5-S1-Chapter 8
 
CCNA RS_ITN - Chapter 9
CCNA RS_ITN - Chapter 9CCNA RS_ITN - Chapter 9
CCNA RS_ITN - Chapter 9
 
Week5 f2017(1)
Week5 f2017(1)Week5 f2017(1)
Week5 f2017(1)
 
CCNA RS_NB - Chapter 8
CCNA RS_NB - Chapter 8CCNA RS_NB - Chapter 8
CCNA RS_NB - Chapter 8
 
CCNA_RSE_Chp4 and their working principles.pptx
CCNA_RSE_Chp4 and their working principles.pptxCCNA_RSE_Chp4 and their working principles.pptx
CCNA_RSE_Chp4 and their working principles.pptx
 
CCNA RS_NB - Chapter 7
CCNA RS_NB - Chapter 7CCNA RS_NB - Chapter 7
CCNA RS_NB - Chapter 7
 
CCNA 1 Chapter 9 v5.0 2014
CCNA 1 Chapter 9 v5.0 2014CCNA 1 Chapter 9 v5.0 2014
CCNA 1 Chapter 9 v5.0 2014
 
ACI Hands-on Lab
ACI Hands-on LabACI Hands-on Lab
ACI Hands-on Lab
 
Chapter 9 : Subnetting IP networks
Chapter 9 : Subnetting IP networksChapter 9 : Subnetting IP networks
Chapter 9 : Subnetting IP networks
 
CCNAv5 - S1: Chapter 9 - Subnetting Ip Networks
CCNAv5 - S1: Chapter 9 - Subnetting Ip NetworksCCNAv5 - S1: Chapter 9 - Subnetting Ip Networks
CCNAv5 - S1: Chapter 9 - Subnetting Ip Networks
 
Chapter 09 - Subnetting IP Networks
Chapter 09 - Subnetting IP NetworksChapter 09 - Subnetting IP Networks
Chapter 09 - Subnetting IP Networks
 

More from Irsandi Hasan

VMware vShield - Overview
VMware vShield - OverviewVMware vShield - Overview
VMware vShield - OverviewIrsandi Hasan
 
CCNA RS_NB - Chapter 11
CCNA RS_NB - Chapter 11CCNA RS_NB - Chapter 11
CCNA RS_NB - Chapter 11Irsandi Hasan
 
CCNA RS_NB - Chapter 10
CCNA RS_NB - Chapter 10CCNA RS_NB - Chapter 10
CCNA RS_NB - Chapter 10Irsandi Hasan
 
CCNA RS_NB - Chapter 9
CCNA RS_NB - Chapter 9CCNA RS_NB - Chapter 9
CCNA RS_NB - Chapter 9Irsandi Hasan
 
CCNA RS_NB - Chapter 6
CCNA RS_NB - Chapter 6CCNA RS_NB - Chapter 6
CCNA RS_NB - Chapter 6Irsandi Hasan
 
CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5Irsandi Hasan
 
CCNA RS_NB - Chapter 4
CCNA RS_NB - Chapter 4CCNA RS_NB - Chapter 4
CCNA RS_NB - Chapter 4Irsandi Hasan
 
CCNA RS_NB - Chapter 3
CCNA RS_NB - Chapter 3CCNA RS_NB - Chapter 3
CCNA RS_NB - Chapter 3Irsandi Hasan
 
CCNA RS_NB - Chapter 2
CCNA RS_NB - Chapter 2CCNA RS_NB - Chapter 2
CCNA RS_NB - Chapter 2Irsandi Hasan
 
CCNA RS_NB - Chapter 1
CCNA RS_NB - Chapter 1CCNA RS_NB - Chapter 1
CCNA RS_NB - Chapter 1Irsandi Hasan
 
CCNA RS_ITN - Chapter 11
CCNA RS_ITN - Chapter 11CCNA RS_ITN - Chapter 11
CCNA RS_ITN - Chapter 11Irsandi Hasan
 
CCNA RS_ITN - Chapter 10
CCNA RS_ITN - Chapter 10CCNA RS_ITN - Chapter 10
CCNA RS_ITN - Chapter 10Irsandi Hasan
 
CCNA RS_ITN - Chapter 7
CCNA RS_ITN - Chapter 7CCNA RS_ITN - Chapter 7
CCNA RS_ITN - Chapter 7Irsandi Hasan
 
CCNA RS_ITN - Chapter 6
CCNA RS_ITN - Chapter 6CCNA RS_ITN - Chapter 6
CCNA RS_ITN - Chapter 6Irsandi Hasan
 
CCNA RS_ITN - Chapter 5
CCNA RS_ITN - Chapter 5CCNA RS_ITN - Chapter 5
CCNA RS_ITN - Chapter 5Irsandi Hasan
 
CCNA RS_ITN - Chapter 4
CCNA RS_ITN - Chapter 4CCNA RS_ITN - Chapter 4
CCNA RS_ITN - Chapter 4Irsandi Hasan
 

More from Irsandi Hasan (16)

VMware vShield - Overview
VMware vShield - OverviewVMware vShield - Overview
VMware vShield - Overview
 
CCNA RS_NB - Chapter 11
CCNA RS_NB - Chapter 11CCNA RS_NB - Chapter 11
CCNA RS_NB - Chapter 11
 
CCNA RS_NB - Chapter 10
CCNA RS_NB - Chapter 10CCNA RS_NB - Chapter 10
CCNA RS_NB - Chapter 10
 
CCNA RS_NB - Chapter 9
CCNA RS_NB - Chapter 9CCNA RS_NB - Chapter 9
CCNA RS_NB - Chapter 9
 
CCNA RS_NB - Chapter 6
CCNA RS_NB - Chapter 6CCNA RS_NB - Chapter 6
CCNA RS_NB - Chapter 6
 
CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5CCNA RS_NB - Chapter 5
CCNA RS_NB - Chapter 5
 
CCNA RS_NB - Chapter 4
CCNA RS_NB - Chapter 4CCNA RS_NB - Chapter 4
CCNA RS_NB - Chapter 4
 
CCNA RS_NB - Chapter 3
CCNA RS_NB - Chapter 3CCNA RS_NB - Chapter 3
CCNA RS_NB - Chapter 3
 
CCNA RS_NB - Chapter 2
CCNA RS_NB - Chapter 2CCNA RS_NB - Chapter 2
CCNA RS_NB - Chapter 2
 
CCNA RS_NB - Chapter 1
CCNA RS_NB - Chapter 1CCNA RS_NB - Chapter 1
CCNA RS_NB - Chapter 1
 
CCNA RS_ITN - Chapter 11
CCNA RS_ITN - Chapter 11CCNA RS_ITN - Chapter 11
CCNA RS_ITN - Chapter 11
 
CCNA RS_ITN - Chapter 10
CCNA RS_ITN - Chapter 10CCNA RS_ITN - Chapter 10
CCNA RS_ITN - Chapter 10
 
CCNA RS_ITN - Chapter 7
CCNA RS_ITN - Chapter 7CCNA RS_ITN - Chapter 7
CCNA RS_ITN - Chapter 7
 
CCNA RS_ITN - Chapter 6
CCNA RS_ITN - Chapter 6CCNA RS_ITN - Chapter 6
CCNA RS_ITN - Chapter 6
 
CCNA RS_ITN - Chapter 5
CCNA RS_ITN - Chapter 5CCNA RS_ITN - Chapter 5
CCNA RS_ITN - Chapter 5
 
CCNA RS_ITN - Chapter 4
CCNA RS_ITN - Chapter 4CCNA RS_ITN - Chapter 4
CCNA RS_ITN - Chapter 4
 

Recently uploaded

Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Excelmac1
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012rehmti665
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一Fs
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一Fs
 
Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Sonam Pathan
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Paul Calvano
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITMgdsc13
 
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja VipCall Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja VipCall Girls Lucknow
 
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一z xss
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书zdzoqco
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Sonam Pathan
 
Top 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxTop 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxDyna Gilbert
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Dana Luther
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMartaLoveguard
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)Christopher H Felton
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一Fs
 
PHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationPHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationLinaWolf1
 
Film cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasaFilm cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasa494f574xmv
 

Recently uploaded (20)

Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
 
Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24
 
Git and Github workshop GDSC MLRITM
Git and Github  workshop GDSC MLRITMGit and Github  workshop GDSC MLRITM
Git and Github workshop GDSC MLRITM
 
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in  Rk Puram 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Rk Puram 🔝 9953056974 🔝 Delhi escort Service
 
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja VipCall Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
Call Girls Service Adil Nagar 7001305949 Need escorts Service Pooja Vip
 
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
 
Top 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxTop 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptx
 
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
Packaging the Monolith - PHP Tek 2024 (Breaking it down one bite at a time)
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptx
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
 
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
 
PHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationPHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 Documentation
 
Film cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasaFilm cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasa
 

CCNA v6.0 ITN - Chapter 08

  • 1. Instructor Materials Chapter 8: Subnetting IP Networks CCNA Routing and Switching Introduction to Networks v6.0
  • 2. 3© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Chapter 8: Subnetting IP Networks Introduction to Networks 6.0 Planning Guide
  • 3. Chapter 8: Subnetting IP Networks CCNA Routing and Switching Introduction to Networks v6.0
  • 4. 14© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential  8.1 Subnetting an IPv4 Network • Implement an IPv4 addressing scheme to enable end-to-end connectivity in a small to medium-sized business network. • Explain how subnetting segments a network to enable better communication. • Explain how to calculate IPv4 subnets for a /24 prefix. • Explain how to calculate IPv4 subnets for a /16 and /8 prefix. • Given a set of requirements for subnetting, implement an IPv4 addressing scheme. • Explain how to create a flexible addressing scheme using variable length subnet masking (VLSM).  8.2 Addressing Schemes • Given a set of requirements, implement a VLSM addressing scheme to provide connectivity to end users in a small to medium-sized network. • Implement a VLSM addressing scheme. Chapter 8 - Sections & Objectives
  • 5. 15© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential  8.3 Address Schemes • Explain design considerations for implementing IPv6 in a business network. • Explain how to implement IPv6 address assignments in a business network. Chapter 8 - Sections & Objectives (Cont.)
  • 6. 16© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 8.1 Subnetting an IPv4 Network
  • 7. 17© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential  Devices use broadcasts in an Ethernet LAN to locate: • Other devices - Address Resolution Protocol (ARP) which sends Layer 2 broadcasts to a known IPv4 address on the local network to discover the associated MAC address. • Services – Dynamic Host Configuration Protocol (DHCP) which sends broadcasts on the local network to locate a DHCP server.  Switches propagate broadcasts out all interfaces except the interface on which it was received. Network Segmentation Broadcast Domains
  • 8. 18© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential  Hosts can generate excessive broadcasts and negatively affect the network. • Slow network operations due to the significant amount of traffic it can cause. • Slow device operations because a device must accept and process each broadcast packet.  Solution: Reduce the size of the network to create smaller broadcast domains. These smaller network spaces are called subnets. Network Segmentation Problems with Large Broadcast Domains Broadcast in LAN 1 contained in 1 subnet Broadcast in LAN 2 contained in 1 subnet One Broadcast Domain
  • 9. 19© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential  Reduces overall network traffic and improves network performance.  Enables an administrator to implement security policies such as which subnets are allowed or not allowed to communicate together. Network Segmentation Reasons for Subnetting Subnetting by Location Communicating between Networks Subnetting by Device Type
  • 10. 20© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting an IPv4 Network Octet Boundaries  Prefix length and the subnet mask are different ways of identifying the network portion of an address.  Subnets are created by borrowing host bits for network bits.  More host bits borrowed, the more subnets that can be defined. Networks are most easily subnetted at the octet boundary of /8, /16, and /24
  • 11. 21© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting an IPv4 Network Subnetting on the Octet Boundary  Subnetting Network 10.x.0.0/16  Define up to 256 subnets with each subnet capable of connecting 65,534 hosts.  First two octets identify the network portion while the last two octets are for host IP addresses.
  • 12. 22© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting an IPv4 Network Subnetting on the Octet Boundary (Cont.)  Subnetting Network 10.x.x.0/24  Define 65,536 subnets each capable of connecting 254 hosts.  /24 boundary is very popular in subnetting because of number of hosts.
  • 13. 23© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting an IPv4 Network Classless Subnetting Subnets can borrow bits from any host bit position to create other masks. Subnetting a /24 Network
  • 14. 24© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting an IPv4 Network Video Demonstration – The Subnet Mask Subnetting in Binary  ANDING • Convert IP address and Subnet Mask to Binary (line up vertically like an addition problem) • Logically AND (1 and 1 = 1, all other combinations = 0) • Result is network address for original IP address  Classful Subnetting • Class A /8 255.0.0.0 • Class B /16 255.255.0.0 • Class C /24 255.255.255.0
  • 15. 25© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting an IPv4 Network Video Demonstration – The Subnet Mask (Cont.)
  • 16. 26© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting an IPv4 Network Video Demonstration – Subnetting with the Magic Number  Magic number technique used to calculate subnets  Magic number is simply the place value of the last one in the subnet mask  /25 11111111.11111111.11111111.10000000 magic number = 128  /26 11111111.11111111.11111111.11000000 magic number = 64  /27 11111111.11111111.11111111.11100000 magic number = 32
  • 17. 27© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting an IPv4 Network Video Demonstration – Subnetting with the Magic Number (Cont.)
  • 18. 28© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting an IPv4 Network Video Demonstration – Subnetting with the Magic Number (Cont.)
  • 19. 29© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting an IPv4 Network Classless Subnetting Example
  • 20. 30© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting an IPv4 Network Creating 2 Subnets  /25 Subnetting Topology
  • 21. 31© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting an IPv4 Network Video Demonstration – Creating Two Equal-sized Subnets (/25) Create 2 Equal-sized Subnets from 192.168.1.0 /24  Subnet Mask - 11111111.11111111.11111111.10000000  Magic Number = 128  192.168.1.0 /25 (start at 0)  192.168.1.128 /25 (Add 128)
  • 22. 32© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Calculate Number of Subnets Formula Subnetting an IPv4 Network Subnetting Formulas Subnetting a /24 Network
  • 23. 33© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Calculate Number of Hosts Formula Subnetting an IPv4 Network Subnetting Formulas (Cont.) Calculating the Number of Hosts
  • 24. 34© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting an IPv4 Network Creating 4 Subnets  /26 Subnetting Topology
  • 25. 35© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting an IPv4 Network Creating 4 Subnets (Cont.)  /26 Subnetting Topology
  • 26. 36© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting an IPv4 Network Creating 4 Subnets (Cont.)  /26 Subnetting Topology
  • 27. 37© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting an IPv4 Network Video Demonstration – Creating Four Equal-sized Subnets (/26) Create 4 Equal-sized Subnets from 192.168.1.0 /24  Subnet Mask in Binary – 11111111.11111111.11111111.11000000  2^2 = 4 Subnets  Magic Number = 64  192.168.1.0 /26  192.168.1.64 /26  192.168.1.128 /26  192.168.1.192 /26
  • 28. 38© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting an IPv4 Network Video Demonstration – Creating Eight Equal-sized Subnets (/27) Create 8 Equal-sized Subnets from 192.168.1.0 /24  Borrow 3 bits – 11111111.11111111.11111111.11100000  Magic Number = 32  192.168.1.0 /27 (Start at 0)  192.168.1.32 /27 (Add 32 to previous network)  192.168.1.64 /27 (Add 32)  192.168.1.96 /27 (Add 32)  192.168.1.128 /27 (Add 32)  192.168.1.160 /27 (Add 32)  192.168.1.192 /27 (Add 32)  192.168.1.224 /27 (Add 32)
  • 29. 39© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting a /16 and /8 Prefix Creating Subnets with a /16 prefix
  • 30. 40© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting a /16 and /8 Prefix Creating 100 Subnets with a /16 prefix
  • 31. 41© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting a /16 and /8 Prefix Calculating the Hosts
  • 32. 42© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential  An enterprise network requires 100 equal-sized subnets starting from 172.16.0.0/16 • New Subnet Mask • 11111111.11111111.11111110.00000000 • 2^7 = 128 Subnets • 2^9 = 512 hosts per subnet • Magic Number = 2 • 172.16.0.0 /23 • 172.16.2.0 /23 • 172.16.4.0 /23 • 172.16.6.0 /23 • … • 172.16.254.0 /23 Subnetting a /16 and /8 Prefix Video Demonstration – Creating One Hundred Equal-sized Subnets
  • 33. 43© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting a /16 and /8 Prefix Creating 1000 Subnets with a /8 Network
  • 34. 44© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting a /16 and /8 Prefix Creating 1000 Subnets with a /8 Network (Cont.)
  • 35. 45© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting a /16 and /8 Prefix Video Demonstration – Subnetting Across Multiple Octets New Challenge Problem: Create over 300 Equal-sized Subnets of 20,000 Hosts each starting from 10.0.0.0/8
  • 36. 46© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting to Meet Requirements Subnetting Based on Host Requirements
  • 37. 47© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting to Meet Requirements Subnetting Based On Network Requirements Host devices used by employees in the Engineering department in one network and Management in a separate network.
  • 38. 48© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting to Meet Requirements Network Requirement Example
  • 39. 49© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting to Meet Requirements Network Requirement Example (Cont.)
  • 40. 50© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting to Meet Requirements Lab – Calculating IPv4 Subnets
  • 41. 51© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting to Meet Requirements Packet Tracer – Subnetting Scenario
  • 42. 52© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting to Meet Requirements Lab – Designing and Implementing a Subnetted IPv4 Addressing Scheme
  • 43. 53© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Benefits of Variable Length Subnet Masking Traditional Subnetting Wastes Addresses
  • 44. 54© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Benefits of Variable Length Subnet Masking Variable Length Subnet Masks (VLSM) Traditional Subnets of Varying Sizes
  • 45. 55© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Benefits of Variable Length Subnet Masking Basic VLSM Basic Subnetting
  • 46. 56© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Benefits of Variable Length Subnet Masking Video Demonstration – VLSM Basics  Basic VLSM • Subnets do not have to be equal sizes, as long as their address ranges do not overlap. • When creating subnets it is easier to work from larger to smaller.
  • 47. 57© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Benefits of Variable Length Subnet Masking VLSM in Practice
  • 48. 58© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Benefits of Variable Length Subnet Masking VLSM Chart
  • 49. 59© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Benefits of Variable Length Subnet Masking Video Demonstration – VLSM Example  Given the network 172.16.0.0 /23 creates subnets: • 1 network for 200 hosts - 256 • 1 network for 100 hosts - 128 • 1 network for 50 hosts - 64 • 1 network for 25 hosts - 32 • 1 network for 10 hosts - 16 • 4 point-to-point networks for 2 hosts each – 4x4 = 16 /23 = 2^9 hosts = 512 256+128+64+32+16+16 = 512 hosts needed Address range 172.16.0.0 – 172.16.1.255 172.16.1.248 /30 (4) 172.16.1.252 /30 (4)
  • 50. 60© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 8.2 Addressing Schemes
  • 51. 61© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Structured Design Network Address Planning
  • 52. 62© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Structured Design Planning to Address the Network  Each host in an internetwork must have a unique address.  Need proper planning & documentation.  Must provide & control access to servers from internal hosts and external hosts.  Layer 3 STATIC address assigned to a server can be used to control access to that server.  Monitoring security and performance of hosts means network traffic is examined for source IP addresses that are generating or receiving excessive packets.
  • 53. 63© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential  Devices that require addresses: • End user clients • Can be set for DHCP to save time and manual errors. • A change in the subnetting scheme requires reconfiguration of DHCP server. IPv6 clients use DHCPv6/SLAAC. • Servers • Configured with static addresses. • Private addresses translated to public addresses if accessible from the Internet. • Intermediary devices • Set with static addresses for remote management. • Gateway • Router interface used to exit the network. Structured Design Assigning Addresses to Devices
  • 54. 64© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Structured Design Packet Tracer – Designing and Implementing a VLSM Addressing Scheme
  • 55. 65© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Structured Design Lab – Designing and Implementing a VLSM Addressing Scheme
  • 56. 66© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 8.3 Design Considerations for IPv6
  • 57. 67© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting an IPv6 Network The IPv6 Global Unicast Address Structure  IPv6 subnetting is not concerned with conserving address space.  IPv6 subnetting is about building an addressing hierarchy based on the number of subnetworks needed.  IPv6 link-local address is never subnetted.  IPv6 global unicast address can be subnetted.  IPv6 global unicast address normally consists of a /48 global routing prefix, a 16 bit subnet ID, and a 64 bit interface ID.
  • 58. 68© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting an IPv6 Network Subnetting Using the Subnet ID
  • 59. 69© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting an IPv6 Network IPv6 Subnet Allocation
  • 60. 70© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Subnetting an IPv6 Network Packet Tracer – Implementing a Subnetted IPv6 Addressing Scheme
  • 61. 71© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential 8.4 Chapter Summary
  • 62. 72© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential Conclusion Packet Tracer - Skills Integration Challenge
  • 63. 73© 2016 Cisco and/or its affiliates. All rights reserved. Cisco Confidential  Implement an IPv4 addressing scheme to enable end-to-end connectivity in a small to medium- sized business network.  Given a set of requirements, implement a VLSM addressing scheme to provide connectivity to end users in a small to medium-sized network.  Explain design considerations for implementing IPv6 in a business network. Conclusion Chapter 8: Subnetting IP Networks