SlideShare a Scribd company logo
1 of 26
Chapter 1: Introduction 
to Switched Networks 
Routing and Switching 
© 2008 Cisco Systems, Inc. All Presentation_ID rights reserved. Cisco Confidential 1
Chapter 1 
1.0 Introduction 
1.1 LAN Design 
1.2 Switched Environment 
1.3 Summary 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 2
Chapter 1: Objectives 
Upon completion of this chapter, you will be able to: 
 Describe convergence of data, voice, and video in the context of 
switched networks. 
 Describe a switched network in a small-to-medium-sized business. 
 Explain the process of frame forwarding in a switched network. 
 Compare a collision domain to a broadcast domain. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 3
Converged Networks 
Growing Complexity of Networks 
 Our digital world is 
changing. 
 Information must 
be accessed from 
anywhere in the 
world. 
 Networks must be 
secure, reliable, 
and highly 
available. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 4
Converged Networks 
Elements of a Converged Network 
 Collaboration is a 
requirement. 
 To support collaboration, 
networks employ 
converged solutions. 
 Data services include 
voice systems, IP phones, 
voice gateways, video 
support, and video 
conferencing. 
 Call control, voice 
messaging, mobility, and 
automated attendant are 
also common features. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 5
Converged Networks 
Benefits of a Converged Network 
 Multiple types of traffic; 
only one network to 
manage. 
 Substantial savings over 
installation and 
management of 
separate voice, video, 
and data networks. 
 Integrates IT 
management. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 6
Converged Networks 
Borderless Switched Networks 
 The Cisco Borderless Network is a network architecture that 
allows organizations to connect anyone, anywhere, anytime, 
and on any device securely, reliably, and seamlessly. 
 Cisco Borderless Network is designed to address IT and 
business challenges, such as supporting the converged 
network and changing work patterns. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 7
Converged Networks 
Hierarchy in the Borderless Switched 
Network 
Borderless 
switched network 
design guidelines 
are built upon the 
following principles: 
 Hierarchical 
 Modularity 
 Resiliency 
 Flexibility 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 8
Converged Networks 
Core, Distribution, Access 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 9
Switched Networks 
Role of Switched Networks 
 Switching technologies are crucial to network design. 
 Switching allow traffic to be sent only where it is needed in most 
cases, using fast methods. 
 A switched LAN: 
 Allows more flexibility 
 Allows more traffic management 
 Supports quality of service, additional security, wireless, IP 
telephony, and mobility services 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 10
Switched Networks 
Form Factor 
Fixed 
Platform 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 11
Switched Networks 
Form Factor (cont.) 
Modular 
Platform 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 12
Switched Networks 
Form Factor (cont.) 
Stackable 
Platform 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 13
Frame Forwarding 
Switching as a General Concept 
 A switch makes a decision based on ingress and a destination 
port. 
 A LAN switch keeps a table that it uses to determine how to 
forward traffic through the switch. 
 Cisco LAN switches forward Ethernet frames based on the 
destination MAC address of the frames. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 14
Frame Forwarding 
Dynamically Populating a Switch MAC 
Address Table 
 A switch must first learn which devices exist on each port before it 
can transmit a frame. 
 It builds a table called a MAC address or content addressable 
memory (CAM) table. 
 The mapping device <-> port is stored in the CAM table. 
 CAM is a special type of memory used in high-speed searching 
applications. 
 The information in the MAC address table used to send frames. 
 When a switch receives an incoming frame with a MAC address that 
is not found in the CAM table, it floods it to all ports, but the one that 
received the frame. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 15
Frame Forwarding 
Switch Forwarding Methods 
Add a header 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 16
Frame Forwarding 
Store-and-Forward Switching 
 Allows the switch to: 
 Check for errors (via FCS 
check) 
 Perform automatic 
buffering 
 Slower forwarding process 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 17
Frame Forwarding 
Store-and-Forward Switching (cont.) 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 18
Frame Forwarding 
Cut-Through Switching 
 Allows the switch to start forwarding in about 10 microseconds 
 No FCS check 
 No automatic buffering 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 19
Frame Forwarding 
Cut-Through Switching (cont.) 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 20
Switching Domains 
Collision Domains 
A collision domain is the segment where devices must compete to 
communicate. 
 All ports of a hub belong to the same collision domain. 
 Every port of a switch is a collision domain on its own. 
 A switch break the segment into smaller collision domains, easing 
device competition. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 21
Switching Domains 
Broadcast Domains 
A broadcast domain is the extend of the network where a broadcast 
frame can be heard. 
 Switches forward broadcast frames to all ports; therefore, switches 
do not break broadcast domains. 
 All ports of a switch, with its default configuration, belong to the 
same broadcast domain. 
 If two or more switches are connected, broadcasts are forwarded to 
all ports of all switches, except for the port that originally received 
the broadcast. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 22
Switching Domains 
Alleviating Network Congestion 
Switches help alleviating network congestion by: 
 Facilitating the segmentation of a LAN into separate collision 
domains 
 Providing full-duplex communication between devices 
 Taking advantage of their high-port density 
 Buffering large frames 
 Employing high-speed ports 
 Taking advantage of their fast internal switching process 
 Having a low, per-port cost 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 23
Chapter 1: Summary 
In this chapter, you learned: 
 The trend in networks is towards convergence using a single set of 
wires and devices to handle voice, video, and data transmission. 
 There has been a dramatic shift in the way businesses operate. 
 There are no physical offices or geographic boundaries constraints. 
Resources must now be seamlessly available anytime and 
anywhere. 
 The Cisco Borderless Network architecture enables different 
elements, from access switches to wireless access points, to work 
together and allow users to access resources from any place at any 
time. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 24
Chapter 1: Summary (cont.) 
 The traditional, three-layer hierarchical design model divides the 
network into core, distribution, and access layers, and allows each 
portion of the network to be optimized for specific functionality. 
 It provides modularity, resiliency, and flexibility, which provides a 
foundation that allows network designers to overlay security, 
mobility, and unified communication features. 
 Switches use either store-and-forward or cut-through switching. 
 Every port on a switch forms a separate collision domain allowing for 
extremely high-speed, full-duplex communication. 
 Switch ports do not block broadcasts and connecting switches can 
extend the size of the broadcast domain, often resulting in degraded 
network performance. 
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 25
Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 26

More Related Content

What's hot

Spanning tree protocol
Spanning tree protocolSpanning tree protocol
Spanning tree protocol
Muuluu
 
CCNA Introducing Networks
CCNA Introducing NetworksCCNA Introducing Networks
CCNA Introducing Networks
Dsunte Wilson
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
Dsunte Wilson
 
CCNA Routing Protocols
CCNA Routing ProtocolsCCNA Routing Protocols
CCNA Routing Protocols
Dsunte Wilson
 

What's hot (20)

Spanning tree protocol
Spanning tree protocolSpanning tree protocol
Spanning tree protocol
 
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
 
CCNA 1 Routing and Switching v5.0 Chapter 3
CCNA 1 Routing and Switching v5.0 Chapter 3CCNA 1 Routing and Switching v5.0 Chapter 3
CCNA 1 Routing and Switching v5.0 Chapter 3
 
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
 
CCNAv5 - S2: Chapter1 Introsuction to switched networks
CCNAv5 - S2: Chapter1 Introsuction to switched networksCCNAv5 - S2: Chapter1 Introsuction to switched networks
CCNAv5 - S2: Chapter1 Introsuction to switched networks
 
CCNA 1 Routing and Switching v5.0 Chapter 2
CCNA 1 Routing and Switching v5.0 Chapter 2CCNA 1 Routing and Switching v5.0 Chapter 2
CCNA 1 Routing and Switching v5.0 Chapter 2
 
CCNA 2 Routing and Switching v5.0 Chapter 3
CCNA 2 Routing and Switching v5.0 Chapter 3CCNA 2 Routing and Switching v5.0 Chapter 3
CCNA 2 Routing and Switching v5.0 Chapter 3
 
CCNA v6.0 ITN - Chapter 04
CCNA v6.0 ITN - Chapter 04CCNA v6.0 ITN - Chapter 04
CCNA v6.0 ITN - Chapter 04
 
CCNA v6.0 ITN - Chapter 01
CCNA v6.0 ITN - Chapter 01CCNA v6.0 ITN - Chapter 01
CCNA v6.0 ITN - Chapter 01
 
CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02
 
Chapter 10 - DHCP
Chapter 10 - DHCPChapter 10 - DHCP
Chapter 10 - DHCP
 
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
 
CCNAv5 - S1: Chapter 5 - Ethernet
CCNAv5 - S1: Chapter 5 - EthernetCCNAv5 - S1: Chapter 5 - Ethernet
CCNAv5 - S1: Chapter 5 - Ethernet
 
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
 
CCNA ppt
CCNA pptCCNA ppt
CCNA ppt
 
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 Introducing Networks
CCNA Introducing NetworksCCNA Introducing Networks
CCNA Introducing Networks
 
CCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch ConfigurationCCNA Basic Switching and Switch Configuration
CCNA Basic Switching and Switch Configuration
 
CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10CCNA v6.0 ITN - Chapter 10
CCNA v6.0 ITN - Chapter 10
 
CCNA Routing Protocols
CCNA Routing ProtocolsCCNA Routing Protocols
CCNA Routing Protocols
 

Similar to CCNA 2 Routing and Switching v5.0 Chapter 1

rsinstructorpptchapter1final-141024021337-conversion-gate01
rsinstructorpptchapter1final-141024021337-conversion-gate01rsinstructorpptchapter1final-141024021337-conversion-gate01
rsinstructorpptchapter1final-141024021337-conversion-gate01
Lema John Michael
 
KPUCC-Rs instructor ppt_chapter1_final
KPUCC-Rs instructor ppt_chapter1_finalKPUCC-Rs instructor ppt_chapter1_final
KPUCC-Rs instructor ppt_chapter1_final
Fisal Anwari
 
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
 
Sca n instructorppt_chapter1_final
Sca n instructorppt_chapter1_finalSca n instructorppt_chapter1_final
Sca n instructorppt_chapter1_final
CamTESOL2015
 
AD-WAN-Tech-Chapter 1.pptx
AD-WAN-Tech-Chapter 1.pptxAD-WAN-Tech-Chapter 1.pptx
AD-WAN-Tech-Chapter 1.pptx
RahafKhalid14
 

Similar to CCNA 2 Routing and Switching v5.0 Chapter 1 (20)

Chapter 01 - Introduction to Switched Networks
Chapter 01 - Introduction to Switched NetworksChapter 01 - Introduction to Switched Networks
Chapter 01 - Introduction to Switched Networks
 
rsinstructorpptchapter1final-141024021337-conversion-gate01
rsinstructorpptchapter1final-141024021337-conversion-gate01rsinstructorpptchapter1final-141024021337-conversion-gate01
rsinstructorpptchapter1final-141024021337-conversion-gate01
 
KPUCC-Rs instructor ppt_chapter1_final
KPUCC-Rs instructor ppt_chapter1_finalKPUCC-Rs instructor ppt_chapter1_final
KPUCC-Rs instructor ppt_chapter1_final
 
Chapter 12 : Introduction to switched networks
Chapter 12 : Introduction to switched networksChapter 12 : Introduction to switched networks
Chapter 12 : Introduction to switched networks
 
introduction to switched networks - JARINGAN KOMPUTER
introduction to switched networks - JARINGAN KOMPUTERintroduction to switched networks - JARINGAN KOMPUTER
introduction to switched networks - JARINGAN KOMPUTER
 
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 4
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 4CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 4
CCNA (R & S) Module 03 - Routing & Switching Essentials - Chapter 4
 
CCNA2 Verson6 Chapter4
CCNA2 Verson6 Chapter4CCNA2 Verson6 Chapter4
CCNA2 Verson6 Chapter4
 
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
 
CCNAv5 - S4: Chapter3 Point to-point Connections
CCNAv5 - S4: Chapter3 Point to-point ConnectionsCCNAv5 - S4: Chapter3 Point to-point Connections
CCNAv5 - S4: Chapter3 Point to-point Connections
 
CCNAv5 - S4: Chapter 4 Frame Relay
CCNAv5 - S4: Chapter 4 Frame RelayCCNAv5 - S4: Chapter 4 Frame Relay
CCNAv5 - S4: Chapter 4 Frame Relay
 
Cn instructor ppt_chapter4_final
Cn instructor ppt_chapter4_finalCn instructor ppt_chapter4_final
Cn instructor ppt_chapter4_final
 
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
 
CCNAv5 - S4: Chapter2 Connecting To The Wan
CCNAv5 - S4: Chapter2 Connecting To The WanCCNAv5 - S4: Chapter2 Connecting To The Wan
CCNAv5 - S4: Chapter2 Connecting To The Wan
 
AD-WAN-Tech-Chapter 1.pptx
AD-WAN-Tech-Chapter 1.pptxAD-WAN-Tech-Chapter 1.pptx
AD-WAN-Tech-Chapter 1.pptx
 
End-to-End Data Center Virtualization
End-to-End Data Center VirtualizationEnd-to-End Data Center Virtualization
End-to-End Data Center Virtualization
 
CCNA_RSE_Chp4.pptx
CCNA_RSE_Chp4.pptxCCNA_RSE_Chp4.pptx
CCNA_RSE_Chp4.pptx
 
CCMAv5 - S4: Chapter 6: Broadband Solutions
CCMAv5 - S4: Chapter 6: Broadband SolutionsCCMAv5 - S4: Chapter 6: Broadband Solutions
CCMAv5 - S4: Chapter 6: Broadband Solutions
 
cisco-nti-Day19
cisco-nti-Day19cisco-nti-Day19
cisco-nti-Day19
 
Dcna technology update
Dcna technology updateDcna technology update
Dcna technology update
 

More from Nil Menon (8)

CCNA 2 Routing and Switching v5.0 Chapter 10
CCNA 2 Routing and Switching v5.0 Chapter 10CCNA 2 Routing and Switching v5.0 Chapter 10
CCNA 2 Routing and Switching v5.0 Chapter 10
 
CCNA 2 Routing and Switching v5.0 Chapter 9
CCNA 2 Routing and Switching v5.0 Chapter 9CCNA 2 Routing and Switching v5.0 Chapter 9
CCNA 2 Routing and Switching v5.0 Chapter 9
 
CCNA 1 Routing and Switching v5.0 Chapter 11
CCNA 1 Routing and Switching v5.0 Chapter 11CCNA 1 Routing and Switching v5.0 Chapter 11
CCNA 1 Routing and Switching v5.0 Chapter 11
 
CCNA 1 Routing and Switching v5.0 Chapter 10
CCNA 1 Routing and Switching v5.0 Chapter 10CCNA 1 Routing and Switching v5.0 Chapter 10
CCNA 1 Routing and Switching v5.0 Chapter 10
 
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 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 Routing and Switching v5.0 Chapter 7
CCNA 1 Routing and Switching v5.0 Chapter 7CCNA 1 Routing and Switching v5.0 Chapter 7
CCNA 1 Routing and Switching v5.0 Chapter 7
 
CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 1CCNA 1 Routing and Switching v5.0 Chapter 1
CCNA 1 Routing and Switching v5.0 Chapter 1
 

Recently uploaded

Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 

Recently uploaded (20)

Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
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
 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
 
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.
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 

CCNA 2 Routing and Switching v5.0 Chapter 1

  • 1. Chapter 1: Introduction to Switched Networks Routing and Switching © 2008 Cisco Systems, Inc. All Presentation_ID rights reserved. Cisco Confidential 1
  • 2. Chapter 1 1.0 Introduction 1.1 LAN Design 1.2 Switched Environment 1.3 Summary Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 2
  • 3. Chapter 1: Objectives Upon completion of this chapter, you will be able to:  Describe convergence of data, voice, and video in the context of switched networks.  Describe a switched network in a small-to-medium-sized business.  Explain the process of frame forwarding in a switched network.  Compare a collision domain to a broadcast domain. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 3
  • 4. Converged Networks Growing Complexity of Networks  Our digital world is changing.  Information must be accessed from anywhere in the world.  Networks must be secure, reliable, and highly available. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 4
  • 5. Converged Networks Elements of a Converged Network  Collaboration is a requirement.  To support collaboration, networks employ converged solutions.  Data services include voice systems, IP phones, voice gateways, video support, and video conferencing.  Call control, voice messaging, mobility, and automated attendant are also common features. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 5
  • 6. Converged Networks Benefits of a Converged Network  Multiple types of traffic; only one network to manage.  Substantial savings over installation and management of separate voice, video, and data networks.  Integrates IT management. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 6
  • 7. Converged Networks Borderless Switched Networks  The Cisco Borderless Network is a network architecture that allows organizations to connect anyone, anywhere, anytime, and on any device securely, reliably, and seamlessly.  Cisco Borderless Network is designed to address IT and business challenges, such as supporting the converged network and changing work patterns. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 7
  • 8. Converged Networks Hierarchy in the Borderless Switched Network Borderless switched network design guidelines are built upon the following principles:  Hierarchical  Modularity  Resiliency  Flexibility Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 8
  • 9. Converged Networks Core, Distribution, Access Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 9
  • 10. Switched Networks Role of Switched Networks  Switching technologies are crucial to network design.  Switching allow traffic to be sent only where it is needed in most cases, using fast methods.  A switched LAN:  Allows more flexibility  Allows more traffic management  Supports quality of service, additional security, wireless, IP telephony, and mobility services Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 10
  • 11. Switched Networks Form Factor Fixed Platform Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 11
  • 12. Switched Networks Form Factor (cont.) Modular Platform Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 12
  • 13. Switched Networks Form Factor (cont.) Stackable Platform Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 13
  • 14. Frame Forwarding Switching as a General Concept  A switch makes a decision based on ingress and a destination port.  A LAN switch keeps a table that it uses to determine how to forward traffic through the switch.  Cisco LAN switches forward Ethernet frames based on the destination MAC address of the frames. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 14
  • 15. Frame Forwarding Dynamically Populating a Switch MAC Address Table  A switch must first learn which devices exist on each port before it can transmit a frame.  It builds a table called a MAC address or content addressable memory (CAM) table.  The mapping device <-> port is stored in the CAM table.  CAM is a special type of memory used in high-speed searching applications.  The information in the MAC address table used to send frames.  When a switch receives an incoming frame with a MAC address that is not found in the CAM table, it floods it to all ports, but the one that received the frame. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 15
  • 16. Frame Forwarding Switch Forwarding Methods Add a header Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 16
  • 17. Frame Forwarding Store-and-Forward Switching  Allows the switch to:  Check for errors (via FCS check)  Perform automatic buffering  Slower forwarding process Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 17
  • 18. Frame Forwarding Store-and-Forward Switching (cont.) Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 18
  • 19. Frame Forwarding Cut-Through Switching  Allows the switch to start forwarding in about 10 microseconds  No FCS check  No automatic buffering Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 19
  • 20. Frame Forwarding Cut-Through Switching (cont.) Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 20
  • 21. Switching Domains Collision Domains A collision domain is the segment where devices must compete to communicate.  All ports of a hub belong to the same collision domain.  Every port of a switch is a collision domain on its own.  A switch break the segment into smaller collision domains, easing device competition. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 21
  • 22. Switching Domains Broadcast Domains A broadcast domain is the extend of the network where a broadcast frame can be heard.  Switches forward broadcast frames to all ports; therefore, switches do not break broadcast domains.  All ports of a switch, with its default configuration, belong to the same broadcast domain.  If two or more switches are connected, broadcasts are forwarded to all ports of all switches, except for the port that originally received the broadcast. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 22
  • 23. Switching Domains Alleviating Network Congestion Switches help alleviating network congestion by:  Facilitating the segmentation of a LAN into separate collision domains  Providing full-duplex communication between devices  Taking advantage of their high-port density  Buffering large frames  Employing high-speed ports  Taking advantage of their fast internal switching process  Having a low, per-port cost Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 23
  • 24. Chapter 1: Summary In this chapter, you learned:  The trend in networks is towards convergence using a single set of wires and devices to handle voice, video, and data transmission.  There has been a dramatic shift in the way businesses operate.  There are no physical offices or geographic boundaries constraints. Resources must now be seamlessly available anytime and anywhere.  The Cisco Borderless Network architecture enables different elements, from access switches to wireless access points, to work together and allow users to access resources from any place at any time. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 24
  • 25. Chapter 1: Summary (cont.)  The traditional, three-layer hierarchical design model divides the network into core, distribution, and access layers, and allows each portion of the network to be optimized for specific functionality.  It provides modularity, resiliency, and flexibility, which provides a foundation that allows network designers to overlay security, mobility, and unified communication features.  Switches use either store-and-forward or cut-through switching.  Every port on a switch forms a separate collision domain allowing for extremely high-speed, full-duplex communication.  Switch ports do not block broadcasts and connecting switches can extend the size of the broadcast domain, often resulting in degraded network performance. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 25
  • 26. Presentation_ID © 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential 26