SlideShare a Scribd company logo
1 of 18
© 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1
Chapter 1: LAN Design
Scaling Networks
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter 1 - Sections & Objectives
▪ 1.1 Campus Wired LAN Designs
▪ Explain why it is important to design a scalable hierarchical
network.
▪ 1.2 Selecting Network Devices
▪ Select network devices based on feature compatibility and
network requirements.
© 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 3
1.1 Campus Wired LAN
Designs
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Campus Wired LAN Designs
Cisco Validated Designs
▪ The Need to Scale the Network
▪ All enterprise networks must: support critical applications, support
converged network traffic, support diverse business needs, and provide
centralized administrative control.
▪ Campus network designs include small networks that use a single LAN
switch, up to very large networks with thousands of connections.
▪ A hierarchical LAN design includes
▪ the access, distribution, and core
layers:
▪ The access layer provides endpoints
and users direct access to the
network.
▪ The distribution layer aggregates
access layers and provides
connectivity to services.
▪ The core layer provides connectivity
between distribution layers for large
LAN environments.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Campus Wired LAN Designs
Expanding the Network
▪ To support a large, medium or small network, the network designer must develop
a strategy to enable the network to be available and to scale effectively and easily.
▪ One method of implementing redundancy is by installing duplicate equipment and
providing failover services for critical devices. Another method of implementing
redundancy is redundant paths.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Campus Wired LAN Designs
Expanding the Network (Cont.)
▪ A failure domain is the area of a network that is impacted when a critical device
or network service experiences problems. Smaller failure domains reduce the
impact of a failure on company productivity.
▪ Link aggregation allows an administrator to increase the amount of bandwidth
between devices by creating one logical link made up of several physical links.
EtherChannel is a form of link aggregation used in switched networks.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Campus Wired LAN Designs
Expanding the Network (Cont.)
▪ To communicate wirelessly, end devices require a wireless NIC that
incorporates a radio transmitter/receiver and the required software driver to
make it operational. Additionally, a wireless router or a wireless access point
(AP) is required for users to connect.
▪ Link-state routing protocols, such as Open Shortest Path First (OSPF), works
well for larger hierarchical networks where fast convergence is important. OSPF
routers establish and maintain neighbor adjacency or adjacencies, with other
connected OSPF routers.
© 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 8
1.2 Selecting Network
Devices
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Selecting Network Devices
Switch Hardware
▪ There are five categories of
switches for enterprise
networks: Campus LAN,
Data Center, Cloud-
Managed, Service Provider,
and Virtual Networking.
▪ The port density of a switch
refers to the number of ports
available on a single switch.
Fixed configuration switches
typically support up to 48
ports on a single
device. Modular switches
can support very high-port
densities through the
addition of multiple switch
port line cards.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Selecting Network Devices
Switch Hardware (Cont.)
▪ Forwarding rates define the processing
capabilities of a switch by rating how much
data the switch can process per second.
▪ Wire speed is the data rate that each
Ethernet port on the switch is capable of
attaining. Data rates can be 100 Mb/s, 1
Gb/s, 10 Gb/s, or 100 Gb/s.
▪ Less expensive, lower performing switches
can be used at the access layer, and more
expensive, higher performing switches can
be used at the distribution and core layers,
where the forwarding rate has a greater
impact on network performance.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Selecting Network Devices
Switch Hardware (Cont.)
▪ Power over Ethernet (PoE) allows the switch to deliver power to a device over
the existing Ethernet cabling.
▪ Multilayer switches are typically deployed in the core and distribution layers of
an organization's switched network. Multilayer switches are characterized by
their ability to build a routing table, support a few routing protocols, and forward
IP packets at a rate close to that of Layer 2 forwarding.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Selecting Network Devices
Router Hardware (Cont.)
▪ Routers play a critical role in networking by connecting homes and
businesses to the Internet, interconnecting multiple sites within an
enterprise network, providing redundant paths, and connecting ISPs on
the Internet. They also act as a translator between different media types
and protocols.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Selecting Network Devices
Router Hardware (Cont.)
▪ There are three categories of routers: Branch, Network Edge, and Service
Provider.
▪ Routers also come in many form factors. Network administrators in an enterprise
environment should be able to support a variety of routers, from a small desktop
router to a rack-mounted or blade model.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Selecting Network Devices
Managing Devices
▪ IOS refers to the package of routing, switching, security, and other
internetworking technologies integrated into a single multitasking operating
system.
▪ Out-of-band management is used for initial configuration or when a network
connection is unavailable.
▪ In-band management is used to monitor and make configuration changes to a
network device over a network connection.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Selecting Network Devices
Managing Devices (Cont.)
▪ A basic router configuration includes the hostname for identification, passwords for
security, assignment of IP addresses to interfaces for connectivity, and basic routing.
Verify and save configuration changes using the copy running-config startup-
config command. To clear the router configuration, use the erase startup-
config command and then the reload command.
▪ Some of the most commonly used IOS commands to display and verify the operational
status of the router and related IPv4 network functionality are
▪ show ip protocols - Displays information about the routing protocols configured.
▪ show ip route - Displays routing table information, including: routing codes, known
networks, administrative distance and metrics, how routes were learned, next hop,
static routes, and default routes.
▪ show interfaces - Displays interfaces with line (protocol) status, bandwidth, delay,
reliability, encapsulation, duplex, and I/O statistics.
▪ show ip interfaces - Displays interface information, including: protocol status, the IPv4
address, if a helper address is configured, and whether an ACL is enabled on the
interface.
▪ show ip interface brief - Displays all interfaces with IPv4 addressing information and
interface and line protocols status.
▪ show protocols - Displays information about the routed protocol that is enabled, and the
protocol status of interfaces.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Selecting Network Devices
Managing Devices (Cont.)
▪ A basic router configuration includes the hostname for identification, passwords for
security, assignment of IP addresses to interfaces for connectivity, and basic routing.
▪ Verify and save configuration changes using the copy running-config startup-
config command. To clear the router configuration, use the erase startup-
config command and then the reload command.
▪ Some of the most commonly used IOS commands to display and verify the operational
status of the router and related IPv4 network functionality are:
▪ show ip protocols
▪ show ip route
▪ show interfaces
▪ show ip interfaces
▪ show ip interface brief
▪ show protocols
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Selecting Network Devices
Managing Devices (Cont.)
▪ Verify and save the switch configuration using the copy running-config startup-config
command. To clear the switch configuration, use the erase startup-config command
and then the reload command. Erase any VLAN information using the command delete
flash:vlan.dat. When switch configurations are in place, view the configurations using
the show running-config command.
▪ Switches make use of common IOS commands for configuration, to check for
connectivity and to display current switch status:
▪ show port-security
▪ show port-security address
▪ show interfaces
▪ show mac-address-table
▪ show cdp neighbors
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential

More Related Content

What's hot

CCNA Discovery 2 - Chapter 9
CCNA Discovery 2 - Chapter 9CCNA Discovery 2 - Chapter 9
CCNA Discovery 2 - Chapter 9
Irsandi Hasan
 

What's hot (20)

CCNA (R & S) Module 01 - Introduction to Networks - Chapter 1
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 1CCNA (R & S) Module 01 - Introduction to Networks - Chapter 1
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 1
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 6
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 10
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 10CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 10
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 10
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 4
CCNA (R & S) Module 02 - Connecting Networks - Chapter 4CCNA (R & S) Module 02 - Connecting Networks - Chapter 4
CCNA (R & S) Module 02 - Connecting Networks - Chapter 4
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 2
CCNA (R & S) Module 02 - Connecting Networks - Chapter 2CCNA (R & S) Module 02 - Connecting Networks - Chapter 2
CCNA (R & S) Module 02 - Connecting Networks - Chapter 2
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 5
CCNA (R & S) Module 04 - Scaling Networks - Chapter 5CCNA (R & S) Module 04 - Scaling Networks - Chapter 5
CCNA (R & S) Module 04 - Scaling Networks - Chapter 5
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 9
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 9CCNA (R & S) Module 01 - Introduction to Networks - Chapter 9
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 9
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 3
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
CCNA (R & S) Module 04 - Scaling Networks - Chapter 6
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 3
CCNA (R & S) Module 04 - Scaling Networks - Chapter 3CCNA (R & S) Module 04 - Scaling Networks - Chapter 3
CCNA (R & S) Module 04 - Scaling Networks - Chapter 3
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 1
CCNA (R & S) Module 02 - Connecting Networks - Chapter 1CCNA (R & S) Module 02 - Connecting Networks - Chapter 1
CCNA (R & S) Module 02 - Connecting Networks - Chapter 1
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 6
CCNA (R & S) Module 02 - Connecting Networks - Chapter 6CCNA (R & S) Module 02 - Connecting Networks - Chapter 6
CCNA (R & S) Module 02 - Connecting Networks - Chapter 6
 
CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06CCNA v6.0 ITN - Chapter 06
CCNA v6.0 ITN - Chapter 06
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 7
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 7CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 7
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 7
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 3
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 3CCNA (R & S) Module 01 - Introduction to Networks - Chapter 3
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 3
 
CCNA3 Verson6 Chapter1
CCNA3 Verson6 Chapter1CCNA3 Verson6 Chapter1
CCNA3 Verson6 Chapter1
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 5
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 5CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 5
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 5
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 8
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 8CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 8
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 8
 
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10
CCNA (R & S) Module 01 - Introduction to Networks - Chapter 10
 
CCNA Discovery 2 - Chapter 9
CCNA Discovery 2 - Chapter 9CCNA Discovery 2 - Chapter 9
CCNA Discovery 2 - Chapter 9
 

Similar to CCNA (R & S) Module 04 - Scaling Networks - Chapter 1

KPUCC-Rs instructor ppt_chapter4_final
KPUCC-Rs instructor ppt_chapter4_finalKPUCC-Rs instructor ppt_chapter4_final
KPUCC-Rs instructor ppt_chapter4_final
Fisal Anwari
 
Sca n instructorppt_chapter1_final
Sca n instructorppt_chapter1_finalSca n instructorppt_chapter1_final
Sca n instructorppt_chapter1_final
CamTESOL2015
 
Apresentação ccna en_SWITCH_v6_Ch01.pptx
Apresentação ccna en_SWITCH_v6_Ch01.pptxApresentação ccna en_SWITCH_v6_Ch01.pptx
Apresentação ccna en_SWITCH_v6_Ch01.pptx
rodrigomateus007
 
CCNA Discovery 3 - Chapter 2
CCNA Discovery 3 - Chapter 2CCNA Discovery 3 - Chapter 2
CCNA Discovery 3 - Chapter 2
Irsandi Hasan
 
introduction to switched networks - JARINGAN KOMPUTER
introduction to switched networks - JARINGAN KOMPUTERintroduction to switched networks - JARINGAN KOMPUTER
introduction to switched networks - JARINGAN KOMPUTER
hasby if
 

Similar to CCNA (R & S) Module 04 - Scaling Networks - Chapter 1 (20)

E s switch_v6_ch01
E s switch_v6_ch01E s switch_v6_ch01
E s switch_v6_ch01
 
Chapter 04 - Routing Concepts
Chapter 04 - Routing ConceptsChapter 04 - Routing Concepts
Chapter 04 - Routing Concepts
 
CCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing ConceptsCCNAv5 - S2: Chapter4 Routing Concepts
CCNAv5 - S2: Chapter4 Routing Concepts
 
KPUCC-Rs instructor ppt_chapter4_final
KPUCC-Rs instructor ppt_chapter4_finalKPUCC-Rs instructor ppt_chapter4_final
KPUCC-Rs instructor ppt_chapter4_final
 
Chapter 15 : routing concepts
Chapter 15 : routing conceptsChapter 15 : routing concepts
Chapter 15 : routing concepts
 
CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4CCNA 2 Routing and Switching v5.0 Chapter 4
CCNA 2 Routing and Switching v5.0 Chapter 4
 
Itn6 instructor materials_chapter2
Itn6 instructor materials_chapter2Itn6 instructor materials_chapter2
Itn6 instructor materials_chapter2
 
Sca n instructorppt_chapter1_final
Sca n instructorppt_chapter1_finalSca n instructorppt_chapter1_final
Sca n instructorppt_chapter1_final
 
CCNAv5 - S3: Chapter1 Introduction to Scaling Networks
CCNAv5 - S3: Chapter1 Introduction to Scaling NetworksCCNAv5 - S3: Chapter1 Introduction to Scaling Networks
CCNAv5 - S3: Chapter1 Introduction to Scaling Networks
 
How to Configure a Cisco Router
How to Configure a Cisco RouterHow to Configure a Cisco Router
How to Configure a Cisco Router
 
Apresentação ccna en_SWITCH_v6_Ch01.pptx
Apresentação ccna en_SWITCH_v6_Ch01.pptxApresentação ccna en_SWITCH_v6_Ch01.pptx
Apresentação ccna en_SWITCH_v6_Ch01.pptx
 
CCNA2 Verson6 Chapter1
CCNA2 Verson6 Chapter1CCNA2 Verson6 Chapter1
CCNA2 Verson6 Chapter1
 
CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3CCNA4 Verson6 Chapter3
CCNA4 Verson6 Chapter3
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 1
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 1CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 1
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 1
 
Ccna1 presentation
Ccna1 presentationCcna1 presentation
Ccna1 presentation
 
Icnd210 s00
Icnd210 s00Icnd210 s00
Icnd210 s00
 
CCNA2 Verson6 Chapter4
CCNA2 Verson6 Chapter4CCNA2 Verson6 Chapter4
CCNA2 Verson6 Chapter4
 
LAN-Design-Module-PPT.pptx
LAN-Design-Module-PPT.pptxLAN-Design-Module-PPT.pptx
LAN-Design-Module-PPT.pptx
 
CCNA Discovery 3 - Chapter 2
CCNA Discovery 3 - Chapter 2CCNA Discovery 3 - Chapter 2
CCNA Discovery 3 - Chapter 2
 
introduction to switched networks - JARINGAN KOMPUTER
introduction to switched networks - JARINGAN KOMPUTERintroduction to switched networks - JARINGAN KOMPUTER
introduction to switched networks - JARINGAN KOMPUTER
 

More from Waqas Ahmed Nawaz

More from Waqas Ahmed Nawaz (10)

CCNA (R & S) Module 04 - Scaling Networks - Chapter 9
CCNA (R & S) Module 04 - Scaling Networks - Chapter 9CCNA (R & S) Module 04 - Scaling Networks - Chapter 9
CCNA (R & S) Module 04 - Scaling Networks - Chapter 9
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 8
CCNA (R & S) Module 04 - Scaling Networks - Chapter 8CCNA (R & S) Module 04 - Scaling Networks - Chapter 8
CCNA (R & S) Module 04 - Scaling Networks - Chapter 8
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
CCNA (R & S) Module 04 - Scaling Networks - Chapter 7
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4CCNA (R & S) Module 04 - Scaling Networks - Chapter 4
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 2
CCNA (R & S) Module 04 - Scaling Networks - Chapter 2CCNA (R & S) Module 04 - Scaling Networks - Chapter 2
CCNA (R & S) Module 04 - Scaling Networks - Chapter 2
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 10
CCNA (R & S) Module 04 - Scaling Networks - Chapter 10CCNA (R & S) Module 04 - Scaling Networks - Chapter 10
CCNA (R & S) Module 04 - Scaling Networks - Chapter 10
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 9
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 9CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 9
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 9
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 6
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 2
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 2CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 2
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 2
 
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
CCNA (R & S) Module 02 - Connecting Networks - Chapter 5
 

Recently uploaded

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 

Recently uploaded (20)

Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
80 ĐỀ THI THỬ TUYỂN SINH TIẾNG ANH VÀO 10 SỞ GD – ĐT THÀNH PHỐ HỒ CHÍ MINH NĂ...
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Wellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptxWellbeing inclusion and digital dystopias.pptx
Wellbeing inclusion and digital dystopias.pptx
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
REMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptxREMIFENTANIL: An Ultra short acting opioid.pptx
REMIFENTANIL: An Ultra short acting opioid.pptx
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx21st_Century_Skills_Framework_Final_Presentation_2.pptx
21st_Century_Skills_Framework_Final_Presentation_2.pptx
 

CCNA (R & S) Module 04 - Scaling Networks - Chapter 1

  • 1. © 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1 Chapter 1: LAN Design Scaling Networks
  • 2. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter 1 - Sections & Objectives ▪ 1.1 Campus Wired LAN Designs ▪ Explain why it is important to design a scalable hierarchical network. ▪ 1.2 Selecting Network Devices ▪ Select network devices based on feature compatibility and network requirements.
  • 3. © 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 3 1.1 Campus Wired LAN Designs
  • 4. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Campus Wired LAN Designs Cisco Validated Designs ▪ The Need to Scale the Network ▪ All enterprise networks must: support critical applications, support converged network traffic, support diverse business needs, and provide centralized administrative control. ▪ Campus network designs include small networks that use a single LAN switch, up to very large networks with thousands of connections. ▪ A hierarchical LAN design includes ▪ the access, distribution, and core layers: ▪ The access layer provides endpoints and users direct access to the network. ▪ The distribution layer aggregates access layers and provides connectivity to services. ▪ The core layer provides connectivity between distribution layers for large LAN environments.
  • 5. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Campus Wired LAN Designs Expanding the Network ▪ To support a large, medium or small network, the network designer must develop a strategy to enable the network to be available and to scale effectively and easily. ▪ One method of implementing redundancy is by installing duplicate equipment and providing failover services for critical devices. Another method of implementing redundancy is redundant paths.
  • 6. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Campus Wired LAN Designs Expanding the Network (Cont.) ▪ A failure domain is the area of a network that is impacted when a critical device or network service experiences problems. Smaller failure domains reduce the impact of a failure on company productivity. ▪ Link aggregation allows an administrator to increase the amount of bandwidth between devices by creating one logical link made up of several physical links. EtherChannel is a form of link aggregation used in switched networks.
  • 7. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Campus Wired LAN Designs Expanding the Network (Cont.) ▪ To communicate wirelessly, end devices require a wireless NIC that incorporates a radio transmitter/receiver and the required software driver to make it operational. Additionally, a wireless router or a wireless access point (AP) is required for users to connect. ▪ Link-state routing protocols, such as Open Shortest Path First (OSPF), works well for larger hierarchical networks where fast convergence is important. OSPF routers establish and maintain neighbor adjacency or adjacencies, with other connected OSPF routers.
  • 8. © 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 8 1.2 Selecting Network Devices
  • 9. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Selecting Network Devices Switch Hardware ▪ There are five categories of switches for enterprise networks: Campus LAN, Data Center, Cloud- Managed, Service Provider, and Virtual Networking. ▪ The port density of a switch refers to the number of ports available on a single switch. Fixed configuration switches typically support up to 48 ports on a single device. Modular switches can support very high-port densities through the addition of multiple switch port line cards.
  • 10. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Selecting Network Devices Switch Hardware (Cont.) ▪ Forwarding rates define the processing capabilities of a switch by rating how much data the switch can process per second. ▪ Wire speed is the data rate that each Ethernet port on the switch is capable of attaining. Data rates can be 100 Mb/s, 1 Gb/s, 10 Gb/s, or 100 Gb/s. ▪ Less expensive, lower performing switches can be used at the access layer, and more expensive, higher performing switches can be used at the distribution and core layers, where the forwarding rate has a greater impact on network performance.
  • 11. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Selecting Network Devices Switch Hardware (Cont.) ▪ Power over Ethernet (PoE) allows the switch to deliver power to a device over the existing Ethernet cabling. ▪ Multilayer switches are typically deployed in the core and distribution layers of an organization's switched network. Multilayer switches are characterized by their ability to build a routing table, support a few routing protocols, and forward IP packets at a rate close to that of Layer 2 forwarding.
  • 12. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Selecting Network Devices Router Hardware (Cont.) ▪ Routers play a critical role in networking by connecting homes and businesses to the Internet, interconnecting multiple sites within an enterprise network, providing redundant paths, and connecting ISPs on the Internet. They also act as a translator between different media types and protocols.
  • 13. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Selecting Network Devices Router Hardware (Cont.) ▪ There are three categories of routers: Branch, Network Edge, and Service Provider. ▪ Routers also come in many form factors. Network administrators in an enterprise environment should be able to support a variety of routers, from a small desktop router to a rack-mounted or blade model.
  • 14. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Selecting Network Devices Managing Devices ▪ IOS refers to the package of routing, switching, security, and other internetworking technologies integrated into a single multitasking operating system. ▪ Out-of-band management is used for initial configuration or when a network connection is unavailable. ▪ In-band management is used to monitor and make configuration changes to a network device over a network connection.
  • 15. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Selecting Network Devices Managing Devices (Cont.) ▪ A basic router configuration includes the hostname for identification, passwords for security, assignment of IP addresses to interfaces for connectivity, and basic routing. Verify and save configuration changes using the copy running-config startup- config command. To clear the router configuration, use the erase startup- config command and then the reload command. ▪ Some of the most commonly used IOS commands to display and verify the operational status of the router and related IPv4 network functionality are ▪ show ip protocols - Displays information about the routing protocols configured. ▪ show ip route - Displays routing table information, including: routing codes, known networks, administrative distance and metrics, how routes were learned, next hop, static routes, and default routes. ▪ show interfaces - Displays interfaces with line (protocol) status, bandwidth, delay, reliability, encapsulation, duplex, and I/O statistics. ▪ show ip interfaces - Displays interface information, including: protocol status, the IPv4 address, if a helper address is configured, and whether an ACL is enabled on the interface. ▪ show ip interface brief - Displays all interfaces with IPv4 addressing information and interface and line protocols status. ▪ show protocols - Displays information about the routed protocol that is enabled, and the protocol status of interfaces.
  • 16. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Selecting Network Devices Managing Devices (Cont.) ▪ A basic router configuration includes the hostname for identification, passwords for security, assignment of IP addresses to interfaces for connectivity, and basic routing. ▪ Verify and save configuration changes using the copy running-config startup- config command. To clear the router configuration, use the erase startup- config command and then the reload command. ▪ Some of the most commonly used IOS commands to display and verify the operational status of the router and related IPv4 network functionality are: ▪ show ip protocols ▪ show ip route ▪ show interfaces ▪ show ip interfaces ▪ show ip interface brief ▪ show protocols
  • 17. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Selecting Network Devices Managing Devices (Cont.) ▪ Verify and save the switch configuration using the copy running-config startup-config command. To clear the switch configuration, use the erase startup-config command and then the reload command. Erase any VLAN information using the command delete flash:vlan.dat. When switch configurations are in place, view the configurations using the show running-config command. ▪ Switches make use of common IOS commands for configuration, to check for connectivity and to display current switch status: ▪ show port-security ▪ show port-security address ▪ show interfaces ▪ show mac-address-table ▪ show cdp neighbors
  • 18. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential