SlideShare a Scribd company logo
Switched Networks
Advanced Networking
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
1
Growing Complexity of Networks
• Next-generation networks need
to be secure, reliable, and highly
available.
• They must support a globalized
workforce.
• They must be able to integrate
legacy devices.
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
2
Switching Networks
• Long distance transmission
between stations is typically
done over a network of
switching nodes.
• Switching nodes do not concern
with content of data.
• Data entering the network from
a station are routed to the
destination by being switched
from node to node.
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
3
Elements of a Converged Network
• Converged network solutions
integrate voice systems, IP
phones, voice gateways, video
support, and video conferencing.
• Primary benefit of the converged
network - just one physical
network to install and manage.
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
4
Cisco Borderless Networks
• Allows organizations to connect
anyone, anywhere, anytime, on any
device; securely, reliably, and
seamlessly.
• Provides the framework to unify
wired and wireless access,
including policy, access control, and
performance management across
many different device types.
• Provides network services, and
user and endpoint services that are
all managed by an integrated
management solution.
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
5
Hierarchy in the Borderless Switched Network
• Borderless switched network design
guidelines are based on the following
principles:
• Hierarchical - Facilitates understanding
the role of each device at every tier.
• Modularity - Allows seamless network
expansion and integrated services.
• Resiliency – Provides an always available
network.
• Flexibility - Allows intelligent traffic load
sharing.
• The three tiers of the hierarchical
model are Access, Distribution and
Core layers.
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
6
Access, Distribution, and Core Layers
• Access Layer – provides network
access to the user.
• Distribution Layer – interfaces
between the access layer and the core
layer. Provides functions such as:
• aggregating Layer 2 broadcast domains
and Layer 3 routing boundaries.
• providing intelligent switching, routing,
and network access policy functions to
access the rest of the network.
• Core Layer – is the network backbone.
It provides fault isolation and high-
speed backbone connectivity.
Smaller networks that do not need a separate distribution and
core layer often use a two-tier campus or collapsed core
network design.
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
7
Role of Switched Networks
• A hierarchical switched LAN
allows more flexibility, traffic
management, and additional
features:
• Quality of service
• Additional security
• Support for wireless networking
and connectivity
• Support for new technologies.
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
8
Switched Network Form Factors
• Considerations when selecting switches:
• Cost
• Port Density
• Power
• Reliability
• Port Speed
• Frame buffers
• Scalability
Fixed Configuration
Modular Configuration
Stackable Configuration
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
9
The Switched Environment
• A LAN switch makes decisions based
on two criteria:
• Ingress port - where a frame enters the
device
• Destination address
• A LAN switch maintains a table that it
uses to determine how to forward
traffic.
• In the diagram, If a message enters
switch port 1 with a destination
address of EA, then the switch
forwards the traffic out port 4.
• Layer 2 Ethernet switches forward
frames based on the destination MAC
address.
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
10
Switching Nodes
• Nodes may connect to other
nodes, or to some stations.
• Network is usually partially
connected.
• However, some redundant
connections are desirable for
reliability
• Two different switching
technologies
• Circuit switching
• Packet switching
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
11
Circuit Switching
• Circuit switching:
• There is a dedicated communication path between two stations (end-to-end)
• The path is a connected sequence of links between network nodes. On each
physical link, a logical channel is dedicated to the connection.
• Communication via circuit switching has three phases:
• Circuit establishment (link by link) - Routing & resource allocation (FDM/TDM)
• Data transfer
• Circuit disconnect - Deallocate the dedicated resources
• The switches must know how to find the route to the destination and
how to allocate bandwidth (channel) to establish a connection.
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
12
Circuit Switching Properties
• Inefficiency
• Channel capacity is dedicated for the whole duration of a connection
• If no data, capacity is wasted
• Delay
• Long initial delay: circuit establishment takes time
• Low data delay: after the circuit establishment, information is transmitted at a
fixed data rate with no delay other than the propagation delay.
• Developed for voice traffic (public telephone network) but can also
applied to data traffic.
• For voice connections, the resulting circuit will enjoy a high percentage of
utilization because most of the time one party or the other is talking.
• But how about data connections?
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
13
Packet Switching Principles
• Problem of circuit switching
• Designed for voice service
• Resources dedicated to a
particular call
• For data transmission, much of the
time the connection is idle (say,
web browsing)
• Data rate is fixed at both ends
• Packet switching is designed to
address these problems.
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
14
Packet Switching Basic Operation
• Data are transmitted in short packets
• Typically at the order of 1000 bytes
• Longer messages are split into series of packets
• Each packet contains a portion of user data plus some control info
• Control info contains at least
• Routing (addressing) info, so as to be routed to the intended destination
• Recall the content of an IP header!
• Store and forward
• On each switching node, packets are received, stored briefly (buffered) and
passed on to the next node.
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
15
Packet Switching Advantages
• Line efficiency
• Single node-to-node link can be dynamically shared by many packets over time
• Packets are queued up and transmitted as fast as possible
• Data rate conversion
• Each station connects to the local node at its own speed
• In circuit-switching, a connection could be blocked if there lacks free
resources. On a packet-switching network, even with heavy traffic,
packets are still accepted, by delivery delay increases.
• Priorities can be used
• On each node, packets with higher priority can be forwarded first. They will
experience less delay than lower-priority packets.
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
16
Switch Forwarding Methods
Store-and-forward switch Cut-through switch
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
17
Store-and-Forward Switching
• Features of Store-and-Forward
Switching:
• Error Checking– After receiving the
entire frame, the switch compares the
frame-check-sequence (FCS) value in the
last field against its own FCS calculations.
Only error-free frames are forwarded
• Automatic Buffering– ingress port
buffering provides the flexibility to
support any mix of Ethernet speeds.
• Store-and-Forward is Cisco’s primary
LAN switching method.
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
18
Cut-Through Switching
• Rapid Frame Forwarding -
• The switch can make a forwarding
decision as soon as it has looked up the
destination MAC address.
• Frames with errors are forwarded.
• Fragment Free –
• modified form of cut-through switching.
The switch waits for the collision window
(64 bytes) to pass before forwarding the
frame.
• Provides better error checking than cut-
through, with practically no increase in
latency. Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
19
Switching Domains: Collision Domains
• In hub-based Ethernet segments,
network devices compete for the
medium, therefore collisions will occur.
• Ethernet switch ports operating in full
duplex mode to eliminate collisions.
• Ethernet switch ports will autonegotiate
full-duplex if connected to full-duplex
device.
• If connected to a half-duplex device then
the switch port will operate in half duplex
and be part of a collision domain.
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
20
Switching Domains: Broadcast Domains
• One switch or multiple interconnected
switches form a single broadcast domain.
• When a switch receives a broadcast frame,
it forwards the frame out each of its ports,
except the ingress port where the broadcast
frame was received.
• When two switches or more switches are
connected together, the broadcast domain
is increased because the broadcast is
propagated from switch to switch.
• Too many broadcasts can cause network
congestion.
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
21
Alleviating Network Congestion
• The following characteristics of
switches help alleviate congestion:
• Establishing full-duplex links,
therefore eliminating collisions.
• High port density
• Large frame buffers
• Port speed
• Fast internal switching
• Low per-port cost
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
22
Packet Switching Technique
• A station breaks long message into packets
• Packets are sent out to the network sequentially, one at a time
• How will the network handle this stream of packets as it attempts to
route them through the network and deliver them to the intended
destination?
• Two approaches
• Virtual circuit approach
• Datagram approach
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
23
Virtual Circuit
• In virtual circuit, a preplanned route is established before any packets
are sent, then all packets follow the same route.
• Each packet contains a virtual circuit identifier instead of destination
address, and each node on the preestablished route knows where to
forward such packets.
• The node need not make a routing decision for each packet.
• Example:
• X.25, Frame Relay, ATM
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
24
Virtual Circuit
• A route between stations is set
up prior to data transfer.
• All the data packets then follow
the same route.
• But there is no dedicated
resources reserved for the
virtual circuit! Packets need to
be stored-and-forwarded.
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
25
Datagram
• Each packet is treated independently, with no
reference to packets that have gone before.
• Each node chooses the next node on a packet’s path.
• Packets can take any possible route.
• Packets may arrive at the receiver out of order.
• Packets may go missing.
• It is up to the receiver to re-order packets and
recover from missing packets.
• Example: Internet
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
26
Virtual Circuits vs. Datagram
• Virtual circuits
• Network can provide,
• sequencing (packets arrive at the
same order) and
• error control (retransmission
between two nodes).
• Packets are forwarded more
quickly
• Based on the virtual circuit identifier
• No routing decisions to make
• Less reliable
• If a node fails, all virtual circuits that
pass through that node fail.
• Datagram
• No call setup phase
• Good for burst type data, such as
Web applications
• More flexible
• If a node fails, packets may find an
alternate route
• Routing can be used to avoid
congested parts of the network
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program 27
Comparison of
communication
switching
techniques
28
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
Summary
• 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.
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
29
Summary
• 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.
Based on Routing and Switching Essentials v6.0 - CCNA R&S
© Cisco Networking Academy Program
30

More Related Content

Similar to ITN3052_04_Switched_Networks.pdf

LAN Switching and Wireless: Ch1 - LAN Design
LAN Switching and Wireless: Ch1 - LAN DesignLAN Switching and Wireless: Ch1 - LAN Design
LAN Switching and Wireless: Ch1 - LAN Design
Abdelkhalik Mosa
 
Cloud interconnection networks basic .pptx
Cloud interconnection networks basic .pptxCloud interconnection networks basic .pptx
Cloud interconnection networks basic .pptx
RahulBhole12
 
CCNA SWITCHING AND CONFIGURATION
CCNA SWITCHING AND CONFIGURATIONCCNA SWITCHING AND CONFIGURATION
CCNA SWITCHING AND CONFIGURATION
Shankar Ghorpade
 
CCNA BASIC SWITCHING AND SWITCH CONFIGURATION
CCNA BASIC SWITCHING AND SWITCH CONFIGURATIONCCNA BASIC SWITCHING AND SWITCH CONFIGURATION
CCNA BASIC SWITCHING AND SWITCH CONFIGURATION
Aswini Badatya
 
Implementing lora smartcity doin
Implementing lora smartcity doinImplementing lora smartcity doin
Implementing lora smartcity doin
Jonny Doin
 
multilayer-campus-architectures-and-design-principles
multilayer-campus-architectures-and-design-principlesmultilayer-campus-architectures-and-design-principles
multilayer-campus-architectures-and-design-principlesChris S Chen
 
computer networks
computer networkscomputer networks
computer networks
dee_rosal
 
Congection control and Internet working
Congection control and Internet workingCongection control and Internet working
Congection control and Internet working
TharuniDiddekunta
 
Basic Network cisco depth of basic knowledge I. All technologies.pdf
Basic Network cisco depth of basic knowledge I. All technologies.pdfBasic Network cisco depth of basic knowledge I. All technologies.pdf
Basic Network cisco depth of basic knowledge I. All technologies.pdf
Course11
 
The Future of Internet Exchange Points - NANOG 47
The Future of Internet Exchange Points - NANOG 47The Future of Internet Exchange Points - NANOG 47
The Future of Internet Exchange Points - NANOG 47
Richard Steenbergen
 
Ccna4 mod5-frame relay
Ccna4 mod5-frame relayCcna4 mod5-frame relay
Ccna4 mod5-frame relay
CYBERINTELLIGENTS
 
CISSP - Chapter 4 - Intranet and extranets
CISSP - Chapter 4 - Intranet and extranetsCISSP - Chapter 4 - Intranet and extranets
CISSP - Chapter 4 - Intranet and extranets
Karthikeyan Dhayalan
 
Campus networks best practices core and edges network
Campus networks best practices core and edges networkCampus networks best practices core and edges network
Campus networks best practices core and edges network
Ashish Thomas
 
Switching
SwitchingSwitching
Switching
Shankar Gangaju
 
BIT3114 lecture6 WAN.ppt
BIT3114 lecture6 WAN.pptBIT3114 lecture6 WAN.ppt
BIT3114 lecture6 WAN.ppt
AmanyaLaban
 
Ntc 362 forecasting and strategic planning -uopstudy.com
Ntc 362 forecasting and strategic planning -uopstudy.comNtc 362 forecasting and strategic planning -uopstudy.com
Ntc 362 forecasting and strategic planning -uopstudy.com
ULLPTT
 
Ntc 362 effective communication uopstudy.com
Ntc 362 effective communication   uopstudy.comNtc 362 effective communication   uopstudy.com
Ntc 362 effective communication uopstudy.com
ULLPTT
 
Ex-1 Network components.pptx
Ex-1 Network components.pptxEx-1 Network components.pptx
Ex-1 Network components.pptx
SahayaBeniPrathiba1
 
Chapter 4
Chapter 4Chapter 4
Chapter 4
ushabarad142
 
2018 FRSecure CISSP Mentor Program- Session 7
2018 FRSecure CISSP Mentor Program- Session 72018 FRSecure CISSP Mentor Program- Session 7
2018 FRSecure CISSP Mentor Program- Session 7
FRSecure
 

Similar to ITN3052_04_Switched_Networks.pdf (20)

LAN Switching and Wireless: Ch1 - LAN Design
LAN Switching and Wireless: Ch1 - LAN DesignLAN Switching and Wireless: Ch1 - LAN Design
LAN Switching and Wireless: Ch1 - LAN Design
 
Cloud interconnection networks basic .pptx
Cloud interconnection networks basic .pptxCloud interconnection networks basic .pptx
Cloud interconnection networks basic .pptx
 
CCNA SWITCHING AND CONFIGURATION
CCNA SWITCHING AND CONFIGURATIONCCNA SWITCHING AND CONFIGURATION
CCNA SWITCHING AND CONFIGURATION
 
CCNA BASIC SWITCHING AND SWITCH CONFIGURATION
CCNA BASIC SWITCHING AND SWITCH CONFIGURATIONCCNA BASIC SWITCHING AND SWITCH CONFIGURATION
CCNA BASIC SWITCHING AND SWITCH CONFIGURATION
 
Implementing lora smartcity doin
Implementing lora smartcity doinImplementing lora smartcity doin
Implementing lora smartcity doin
 
multilayer-campus-architectures-and-design-principles
multilayer-campus-architectures-and-design-principlesmultilayer-campus-architectures-and-design-principles
multilayer-campus-architectures-and-design-principles
 
computer networks
computer networkscomputer networks
computer networks
 
Congection control and Internet working
Congection control and Internet workingCongection control and Internet working
Congection control and Internet working
 
Basic Network cisco depth of basic knowledge I. All technologies.pdf
Basic Network cisco depth of basic knowledge I. All technologies.pdfBasic Network cisco depth of basic knowledge I. All technologies.pdf
Basic Network cisco depth of basic knowledge I. All technologies.pdf
 
The Future of Internet Exchange Points - NANOG 47
The Future of Internet Exchange Points - NANOG 47The Future of Internet Exchange Points - NANOG 47
The Future of Internet Exchange Points - NANOG 47
 
Ccna4 mod5-frame relay
Ccna4 mod5-frame relayCcna4 mod5-frame relay
Ccna4 mod5-frame relay
 
CISSP - Chapter 4 - Intranet and extranets
CISSP - Chapter 4 - Intranet and extranetsCISSP - Chapter 4 - Intranet and extranets
CISSP - Chapter 4 - Intranet and extranets
 
Campus networks best practices core and edges network
Campus networks best practices core and edges networkCampus networks best practices core and edges network
Campus networks best practices core and edges network
 
Switching
SwitchingSwitching
Switching
 
BIT3114 lecture6 WAN.ppt
BIT3114 lecture6 WAN.pptBIT3114 lecture6 WAN.ppt
BIT3114 lecture6 WAN.ppt
 
Ntc 362 forecasting and strategic planning -uopstudy.com
Ntc 362 forecasting and strategic planning -uopstudy.comNtc 362 forecasting and strategic planning -uopstudy.com
Ntc 362 forecasting and strategic planning -uopstudy.com
 
Ntc 362 effective communication uopstudy.com
Ntc 362 effective communication   uopstudy.comNtc 362 effective communication   uopstudy.com
Ntc 362 effective communication uopstudy.com
 
Ex-1 Network components.pptx
Ex-1 Network components.pptxEx-1 Network components.pptx
Ex-1 Network components.pptx
 
Chapter 4
Chapter 4Chapter 4
Chapter 4
 
2018 FRSecure CISSP Mentor Program- Session 7
2018 FRSecure CISSP Mentor Program- Session 72018 FRSecure CISSP Mentor Program- Session 7
2018 FRSecure CISSP Mentor Program- Session 7
 

Recently uploaded

Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
Bhaskar Mitra
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
Abida Shariff
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
Safe Software
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 

Recently uploaded (20)

Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 

ITN3052_04_Switched_Networks.pdf

  • 1. Switched Networks Advanced Networking Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 1
  • 2. Growing Complexity of Networks • Next-generation networks need to be secure, reliable, and highly available. • They must support a globalized workforce. • They must be able to integrate legacy devices. Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 2
  • 3. Switching Networks • Long distance transmission between stations is typically done over a network of switching nodes. • Switching nodes do not concern with content of data. • Data entering the network from a station are routed to the destination by being switched from node to node. Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 3
  • 4. Elements of a Converged Network • Converged network solutions integrate voice systems, IP phones, voice gateways, video support, and video conferencing. • Primary benefit of the converged network - just one physical network to install and manage. Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 4
  • 5. Cisco Borderless Networks • Allows organizations to connect anyone, anywhere, anytime, on any device; securely, reliably, and seamlessly. • Provides the framework to unify wired and wireless access, including policy, access control, and performance management across many different device types. • Provides network services, and user and endpoint services that are all managed by an integrated management solution. Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 5
  • 6. Hierarchy in the Borderless Switched Network • Borderless switched network design guidelines are based on the following principles: • Hierarchical - Facilitates understanding the role of each device at every tier. • Modularity - Allows seamless network expansion and integrated services. • Resiliency – Provides an always available network. • Flexibility - Allows intelligent traffic load sharing. • The three tiers of the hierarchical model are Access, Distribution and Core layers. Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 6
  • 7. Access, Distribution, and Core Layers • Access Layer – provides network access to the user. • Distribution Layer – interfaces between the access layer and the core layer. Provides functions such as: • aggregating Layer 2 broadcast domains and Layer 3 routing boundaries. • providing intelligent switching, routing, and network access policy functions to access the rest of the network. • Core Layer – is the network backbone. It provides fault isolation and high- speed backbone connectivity. Smaller networks that do not need a separate distribution and core layer often use a two-tier campus or collapsed core network design. Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 7
  • 8. Role of Switched Networks • A hierarchical switched LAN allows more flexibility, traffic management, and additional features: • Quality of service • Additional security • Support for wireless networking and connectivity • Support for new technologies. Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 8
  • 9. Switched Network Form Factors • Considerations when selecting switches: • Cost • Port Density • Power • Reliability • Port Speed • Frame buffers • Scalability Fixed Configuration Modular Configuration Stackable Configuration Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 9
  • 10. The Switched Environment • A LAN switch makes decisions based on two criteria: • Ingress port - where a frame enters the device • Destination address • A LAN switch maintains a table that it uses to determine how to forward traffic. • In the diagram, If a message enters switch port 1 with a destination address of EA, then the switch forwards the traffic out port 4. • Layer 2 Ethernet switches forward frames based on the destination MAC address. Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 10
  • 11. Switching Nodes • Nodes may connect to other nodes, or to some stations. • Network is usually partially connected. • However, some redundant connections are desirable for reliability • Two different switching technologies • Circuit switching • Packet switching Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 11
  • 12. Circuit Switching • Circuit switching: • There is a dedicated communication path between two stations (end-to-end) • The path is a connected sequence of links between network nodes. On each physical link, a logical channel is dedicated to the connection. • Communication via circuit switching has three phases: • Circuit establishment (link by link) - Routing & resource allocation (FDM/TDM) • Data transfer • Circuit disconnect - Deallocate the dedicated resources • The switches must know how to find the route to the destination and how to allocate bandwidth (channel) to establish a connection. Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 12
  • 13. Circuit Switching Properties • Inefficiency • Channel capacity is dedicated for the whole duration of a connection • If no data, capacity is wasted • Delay • Long initial delay: circuit establishment takes time • Low data delay: after the circuit establishment, information is transmitted at a fixed data rate with no delay other than the propagation delay. • Developed for voice traffic (public telephone network) but can also applied to data traffic. • For voice connections, the resulting circuit will enjoy a high percentage of utilization because most of the time one party or the other is talking. • But how about data connections? Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 13
  • 14. Packet Switching Principles • Problem of circuit switching • Designed for voice service • Resources dedicated to a particular call • For data transmission, much of the time the connection is idle (say, web browsing) • Data rate is fixed at both ends • Packet switching is designed to address these problems. Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 14
  • 15. Packet Switching Basic Operation • Data are transmitted in short packets • Typically at the order of 1000 bytes • Longer messages are split into series of packets • Each packet contains a portion of user data plus some control info • Control info contains at least • Routing (addressing) info, so as to be routed to the intended destination • Recall the content of an IP header! • Store and forward • On each switching node, packets are received, stored briefly (buffered) and passed on to the next node. Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 15
  • 16. Packet Switching Advantages • Line efficiency • Single node-to-node link can be dynamically shared by many packets over time • Packets are queued up and transmitted as fast as possible • Data rate conversion • Each station connects to the local node at its own speed • In circuit-switching, a connection could be blocked if there lacks free resources. On a packet-switching network, even with heavy traffic, packets are still accepted, by delivery delay increases. • Priorities can be used • On each node, packets with higher priority can be forwarded first. They will experience less delay than lower-priority packets. Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 16
  • 17. Switch Forwarding Methods Store-and-forward switch Cut-through switch Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 17
  • 18. Store-and-Forward Switching • Features of Store-and-Forward Switching: • Error Checking– After receiving the entire frame, the switch compares the frame-check-sequence (FCS) value in the last field against its own FCS calculations. Only error-free frames are forwarded • Automatic Buffering– ingress port buffering provides the flexibility to support any mix of Ethernet speeds. • Store-and-Forward is Cisco’s primary LAN switching method. Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 18
  • 19. Cut-Through Switching • Rapid Frame Forwarding - • The switch can make a forwarding decision as soon as it has looked up the destination MAC address. • Frames with errors are forwarded. • Fragment Free – • modified form of cut-through switching. The switch waits for the collision window (64 bytes) to pass before forwarding the frame. • Provides better error checking than cut- through, with practically no increase in latency. Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 19
  • 20. Switching Domains: Collision Domains • In hub-based Ethernet segments, network devices compete for the medium, therefore collisions will occur. • Ethernet switch ports operating in full duplex mode to eliminate collisions. • Ethernet switch ports will autonegotiate full-duplex if connected to full-duplex device. • If connected to a half-duplex device then the switch port will operate in half duplex and be part of a collision domain. Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 20
  • 21. Switching Domains: Broadcast Domains • One switch or multiple interconnected switches form a single broadcast domain. • When a switch receives a broadcast frame, it forwards the frame out each of its ports, except the ingress port where the broadcast frame was received. • When two switches or more switches are connected together, the broadcast domain is increased because the broadcast is propagated from switch to switch. • Too many broadcasts can cause network congestion. Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 21
  • 22. Alleviating Network Congestion • The following characteristics of switches help alleviate congestion: • Establishing full-duplex links, therefore eliminating collisions. • High port density • Large frame buffers • Port speed • Fast internal switching • Low per-port cost Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 22
  • 23. Packet Switching Technique • A station breaks long message into packets • Packets are sent out to the network sequentially, one at a time • How will the network handle this stream of packets as it attempts to route them through the network and deliver them to the intended destination? • Two approaches • Virtual circuit approach • Datagram approach Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 23
  • 24. Virtual Circuit • In virtual circuit, a preplanned route is established before any packets are sent, then all packets follow the same route. • Each packet contains a virtual circuit identifier instead of destination address, and each node on the preestablished route knows where to forward such packets. • The node need not make a routing decision for each packet. • Example: • X.25, Frame Relay, ATM Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 24
  • 25. Virtual Circuit • A route between stations is set up prior to data transfer. • All the data packets then follow the same route. • But there is no dedicated resources reserved for the virtual circuit! Packets need to be stored-and-forwarded. Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 25
  • 26. Datagram • Each packet is treated independently, with no reference to packets that have gone before. • Each node chooses the next node on a packet’s path. • Packets can take any possible route. • Packets may arrive at the receiver out of order. • Packets may go missing. • It is up to the receiver to re-order packets and recover from missing packets. • Example: Internet Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 26
  • 27. Virtual Circuits vs. Datagram • Virtual circuits • Network can provide, • sequencing (packets arrive at the same order) and • error control (retransmission between two nodes). • Packets are forwarded more quickly • Based on the virtual circuit identifier • No routing decisions to make • Less reliable • If a node fails, all virtual circuits that pass through that node fail. • Datagram • No call setup phase • Good for burst type data, such as Web applications • More flexible • If a node fails, packets may find an alternate route • Routing can be used to avoid congested parts of the network Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 27
  • 28. Comparison of communication switching techniques 28 Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program
  • 29. Summary • 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. Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 29
  • 30. Summary • 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. Based on Routing and Switching Essentials v6.0 - CCNA R&S © Cisco Networking Academy Program 30