SlideShare a Scribd company logo
1 of 30
Download to read offline
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

Cloud interconnection networks basic .pptx
Cloud interconnection networks basic .pptxCloud interconnection networks basic .pptx
Cloud interconnection networks basic .pptxRahulBhole12
 
CCNA SWITCHING AND CONFIGURATION
CCNA SWITCHING AND CONFIGURATIONCCNA SWITCHING AND CONFIGURATION
CCNA SWITCHING AND CONFIGURATIONShankar Ghorpade
 
CCNA BASIC SWITCHING AND SWITCH CONFIGURATION
CCNA BASIC SWITCHING AND SWITCH CONFIGURATIONCCNA BASIC SWITCHING AND SWITCH CONFIGURATION
CCNA BASIC SWITCHING AND SWITCH CONFIGURATIONAswini Badatya
 
Implementing lora smartcity doin
Implementing lora smartcity doinImplementing lora smartcity doin
Implementing lora smartcity doinJonny 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 networksdee_rosal
 
Congection control and Internet working
Congection control and Internet workingCongection control and Internet working
Congection control and Internet workingTharuniDiddekunta
 
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 47Richard Steenbergen
 
CISSP - Chapter 4 - Intranet and extranets
CISSP - Chapter 4 - Intranet and extranetsCISSP - Chapter 4 - Intranet and extranets
CISSP - Chapter 4 - Intranet and extranetsKarthikeyan 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 networkAshish Thomas
 
BIT3114 lecture6 WAN.ppt
BIT3114 lecture6 WAN.pptBIT3114 lecture6 WAN.ppt
BIT3114 lecture6 WAN.pptAmanyaLaban
 
Ntc 362 effective communication uopstudy.com
Ntc 362 effective communication   uopstudy.comNtc 362 effective communication   uopstudy.com
Ntc 362 effective communication uopstudy.comULLPTT
 
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.comULLPTT
 
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 7FRSecure
 

Similar to ITN3052_04_Switched_Networks.pdf (20)

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
 
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 effective communication uopstudy.com
Ntc 362 effective communication   uopstudy.comNtc 362 effective communication   uopstudy.com
Ntc 362 effective communication uopstudy.com
 
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
 
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
 
Verizon Managed SD-WAN with Cisco IWAN
Verizon Managed SD-WAN with Cisco IWAN Verizon Managed SD-WAN with Cisco IWAN
Verizon Managed SD-WAN with Cisco IWAN
 
Switch networking
Switch networking Switch networking
Switch networking
 

Recently uploaded

Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 

Recently uploaded (20)

DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Pigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping ElbowsPigging Solutions Piggable Sweeping Elbows
Pigging Solutions Piggable Sweeping Elbows
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Pigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food ManufacturingPigging Solutions in Pet Food Manufacturing
Pigging Solutions in Pet Food Manufacturing
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 

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