SlideShare a Scribd company logo
CIRCUIT SWITCHING
Basic Categories of
Communication Networks
 Broadcast Networks
-a single node transmits the information
to all other nodes and hence, all stations
will receive the data
 Switched Networks
data are transferred from source to
destination through a series of intermediate
nodes (switching nodes).
Types of Switched Networks
 Circuit-Switched
 Packet-Switched
 Message-Switched
 Burst-Switched
Circuit-Switched Network
 “Line-Switched Network”.
 Originally developed for the analog-based
telephone system.
 a physical path is obtained for and dedicated
to a single connection between two end-
points in the network for the duration of the
connection.
Circuit Switching
3 Basic Elements
 End-Stations (or Terminals)
 Transmission Media
 Switching Nodes
Circuit Switching
3 Phases of a Circuit-Switched
Communication System
 Circuit Establishment
 DataTransfer
 Circuit Disconnect
Circuit Switching
 The connection path is established before the
transmission begins.
 Channel capacity must be reserved between
the source and destination throughout the
network.
 Each node must have available internal
switching capacity to handle the requested
connection.
 The Switching nodes must have the
intelligence to make proper allocations and to
establish a route through the network.
Example:
 PublicTelephone Network (PTN)
 Plain OldTelephone System (POTS)
 Long Distance Calls
Switching Node Architecture
Basic Functionalities:
 Signaling
 Control
 Switching
 Interfacing
Switching Node Elements
 Signaling
 Monitors the activity of the incoming lines
and to forward appropriate status or control
information to the control element of the
switch.
 Also used to place control signals onto
outgoing lines under the direction of the
control element.
 Control
 process incoming signaling information and
sets up connections accordingly
 Switching
SWITCHING MATRIX
(FABRIC)
-an array of selectable
cross-points used to
complete connections
between input lines
and output lines.
 Interfacing
 Provides the hardware required to connect
different devices, such as:
 analog
 digitalTDM lines
 optical fibers
 etc.
to the switch matrix.
Characteristic of a Circuit-
Based Switch
 Blocking Switching Node
- occurs when the switching matrix does
not allow some input lines to be
connected to output lines.
- used on voice systems
 Non-Blocking Switching Node
- allows all inputs to be connected to all
outputs.
-used for data connections
Switching Technologies
 Space-Division
 Time-Division
 Frequency Division
 Wavelength Division
 Space-Division Switching
 Each input takes a different physical path
in the switch matrix depending on the
output.
2nd Generation
Space-Division System
 Step-by-Step Switch
 Crossbar Switch (Cross-Point Switch)
 Step-by-Step Switch
 A basic step-by-step switch has a single input
terminal and multiple output terminals.
 Connection from the input terminal to the
outputs is controlled by an internal rotary
contact, or wiper.
 As the wiper rotates, it establishes a contact
between the input and output terminals.
 Each time the user dials a rotary-dial digit,
the rotary contact is advanced one position,
and connects the input terminal to the next
output terminal.
( Chapuis, 1982 ; Clark, 1997 )
 Crossbar Switch
As digits are dialed, the control element of the
switch receives the entire address before
processing it.
 As digits are dialed, the control element of
the switch receives the entire address before
processing it.
 The cross-points of the crossbar switch are
mechanical contacts with magnets to setup
and hold a connection.
 Once the circuit is established, the switching
contacts are held by electromagnets
energized with direct current passing through
the established circuit.
 When the circuit is opened, the loss of current
causes the cross-points to be released.
NOTE:
 CROSSBAR arises from the use if crossing
horizontal and vertical bars to select contacts
on the cross-point.
 Step-by-Step and Crossbar Switching
Systems use electro-mechanical components
for both switching matrix and control
elements.
 Time Division Switching
The need for time division switching arises from the fact that
digital signals are often carrying multiple individual circuits, or
channels, in appropriate timeslots (TS).
 Time-division multiplexing (TDM) involves
dividing the carrier into two (or more)
channels based on time slices, i.e., the
common channel is allotted to several
different signals, one at a time, in alternating
time slots. Each individual data stream is
reassembled at the receiving end based on
the timing.
Timeslot Interchanging
In such systems, when two different multiplexed
channels are interconnected together through the
switch matrix a virtual circuit is established.
This is done by interchanging timeslots, each of
which maintain partial contents of a particular
channel.
(TSI) (Stallings, 1999) .
 Time-Space-Time Architecture
Note that the second time switch stage is necessary to
ensure that multiple timeslots in one incoming stream are
not superimposed or blocked. Having more stages can
further improve the switch performance.
Utilizes both
 time-division switch capability:
 to shift channels between timeslots, and
 space-division switching capability:
 to enable a different physical outgoing line system
to be selected.
Frequency and Wavelength-
Division Switching
Frequency Division
Multiplexing
 is an analog multiplexing technique that
combines analog signals.
 The transmission facility is divided into
channels by splitting the total frequency band
(of the carrier) into narrow bands, each
allotted to an individual signal (sub-
channeling).
 Analog signals are commonly multiplexed
using FDM.
Wavelength Division
Multiplexing
Wavelength Division
Multiplexing
 is an analog multiplexing technique to combine
optical signals
 WDM is an optical transmission technique in which
multiple streams of data are transmitted over a
single optical fiber as light rays of different
wavelengths. It exploits the fact that light of
different wavelengths does not interfere.
 WDM allows to simultaneous transmission of
different data formats (e.g., IP, SONET, ATM) at
different rates as each channel is demultiplexed at
the end of the transmission back into the original
source.
Multiplexing
 Multiplexing means sending multiple signals
(each with a given transmission capacity
requirement) on a carrier (with large
transmission capacity) at the same time as a
single, complex signal and then recovering
the separate signals at the receiving end.
Advantages of Circuit
Switching
 Guaranteed Bandwidth
 The communication performance in Circuit
Switching is predictable and there will be no "best-
effort" delivery with no real guarantees.
 SimpleAbstraction
 Circuit Switching is a reliable communication
channel between hosts and one would not have to
worry about lost or out-of-order packets.
 Simple Forwarding
 The forwarding in Circuit Switching is based on
time slot or frequency and one would not need to
inspect a packet header.
 Low per-packet overhead
 There will be no IP (andTCP/UDP) header on each
packet in Circuit Switching.
Pitfalls in Circuit
Switching
 Wasted bandwidth
 Since most traffic occurs in bursts, in Circuit Switching
this may leads to idle connection during silent period.
Because it is unable to achieve gains from statistical
multiplexing that relies in identifying, predicting and
allocating more time for the generally more active
paths.
 Blocked Connections
 When resources are not sufficient, the connection will
refuse to be connected and thus, Circuit Switching is
unable to offer "okay" service to everybody.
 Connection Set-up Delay
 There will be no communication until the
connection is set up. Plus, in Circuit Switching, it is
unable to avoid extra latency for small data
transfers.
 Network State
 The network nodes in Circuit Switching must store
per-connection information and it is unable to
avoid per-connection storage and state.
Sources:
 http://searchnetworking.techtarget.com/definition/circuit-switched
 http://www.tcpipguide.com/free/t_WhatIsNetworking.htm
 http://computer.howstuffworks.com/ip-telephony2.htm
 http://en.wikibooks.org/wiki/A_Bit_History_of_Internet/Chapter_2_:_Circuit_switching_vs
_packet_switching
 http://www.erg.abdn.ac.uk/~gorry/eg3567/intro-pages/cs.html
 http://www.aafrin.com/2011/05/12/example-circuit-switching-vs-packet-switching/
 http://www.computerworld.com/s/article/41904/Packet_Switched_vs._Circuit_Switched_N
etworks
 http://en.wikipedia.org/wiki/Circuit_switching
 Stallings, William “Data and Computer Communications”,Chapter 10: Circuit Switching and
Packet Switching, Eight Edition.
 http://voip.about.com/od/voipbasics/u/UsingVoIPUP.htm
 http://www.highteck.net/EN/Basic/Internetworking.html
 http://www.pcmag.com/encyclopedia/term/39698/circuit-switching
 “Circuit Switching”, Dr. Farid Farahmand and Dr. Qiong (Jo) Zhang, Central Connecticut
State University and Arizona State University atWest Campus

More Related Content

PPT
Packet switching
PPT
HDLC, PPP and SLIP
PPTX
Routing and switching
PPTX
19 Network Layer Protocols
PPTX
Structure of switches
PDF
2.6 ethernet ieee 802.3
PPT
tcp ip protocols.ppt
PPT
Switching
Packet switching
HDLC, PPP and SLIP
Routing and switching
19 Network Layer Protocols
Structure of switches
2.6 ethernet ieee 802.3
tcp ip protocols.ppt
Switching

What's hot (20)

PPT
Introduction to switching & circuit switching
PPSX
Issues in Data Link Layer
PPT
Circuit and packet_switching
PPTX
Transport layer protocol
PDF
Multiplexing
PPTX
TDMA, FDMA, and CDMA
PPTX
Multiplexing in mobile computing
PPT
Guided Transmission Media
PPTX
Computer Network - Network Layer
PPTX
What is Ethernet
PDF
Mobile computing (Wireless) Medium Access Control (MAC)
PPT
Mobile computing unit2,SDMA,FDMA,CDMA,TDMA Space Division Multi Access,Frequ...
PPT
Chapter 8: Switching
PPTX
Transport layer
PPTX
IEEE 802.11 Architecture and Services
PPTX
Pstn (Public Switched Telephone Networks)
PPT
data-link layer protocols
PDF
Circuit Switching, Packet Switching, Virtual Circuit Networks and Datagram Ne...
PPTX
switching techniques in data communication and networking
PPTX
Connecting devices
Introduction to switching & circuit switching
Issues in Data Link Layer
Circuit and packet_switching
Transport layer protocol
Multiplexing
TDMA, FDMA, and CDMA
Multiplexing in mobile computing
Guided Transmission Media
Computer Network - Network Layer
What is Ethernet
Mobile computing (Wireless) Medium Access Control (MAC)
Mobile computing unit2,SDMA,FDMA,CDMA,TDMA Space Division Multi Access,Frequ...
Chapter 8: Switching
Transport layer
IEEE 802.11 Architecture and Services
Pstn (Public Switched Telephone Networks)
data-link layer protocols
Circuit Switching, Packet Switching, Virtual Circuit Networks and Datagram Ne...
switching techniques in data communication and networking
Connecting devices
Ad

Similar to Circuit Switching (20)

PDF
Unit 5 Switching.pdf
PPSX
Switching Techniques and types of switching in computer networks
PPTX
Switching - data communication
PPTX
Switching types-circuit, packet and message
DOCX
Circuit switching packet switching
PPT
11 circuit-packet
PPT
Multiplexing and switching(TDM ,FDM, Data gram, circuit switching)
PPTX
Switch networking
PPTX
switching technique in computer networks
PDF
7Multiplexing.pdf
PDF
Dc ch10 : circuit switching and packet switching
PPT
Chapter 2 Switches in network.ppt
PPTX
Switching
PPT
Chapter10 switching
PDF
circuit switching.pdf
PPT
Circuit switched network in Optical Fiber Communication
PPTX
data communication and networkig fibre optical cable and non fibre cable
PPTX
CH-3_Circuit_Switching_pptx.pptx technology
PPTX
Industrial training (switching)
PPTX
Communication and Networking
Unit 5 Switching.pdf
Switching Techniques and types of switching in computer networks
Switching - data communication
Switching types-circuit, packet and message
Circuit switching packet switching
11 circuit-packet
Multiplexing and switching(TDM ,FDM, Data gram, circuit switching)
Switch networking
switching technique in computer networks
7Multiplexing.pdf
Dc ch10 : circuit switching and packet switching
Chapter 2 Switches in network.ppt
Switching
Chapter10 switching
circuit switching.pdf
Circuit switched network in Optical Fiber Communication
data communication and networkig fibre optical cable and non fibre cable
CH-3_Circuit_Switching_pptx.pptx technology
Industrial training (switching)
Communication and Networking
Ad

Recently uploaded (20)

PDF
NewMind AI Weekly Chronicles - August'25 Week I
PPTX
Cloud computing and distributed systems.
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Electronic commerce courselecture one. Pdf
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
KodekX | Application Modernization Development
PPTX
Big Data Technologies - Introduction.pptx
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Unlocking AI with Model Context Protocol (MCP)
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
NewMind AI Weekly Chronicles - August'25 Week I
Cloud computing and distributed systems.
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Chapter 3 Spatial Domain Image Processing.pdf
Electronic commerce courselecture one. Pdf
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
KodekX | Application Modernization Development
Big Data Technologies - Introduction.pptx
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Unlocking AI with Model Context Protocol (MCP)
Reach Out and Touch Someone: Haptics and Empathic Computing
The AUB Centre for AI in Media Proposal.docx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
MYSQL Presentation for SQL database connectivity
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Advanced methodologies resolving dimensionality complications for autism neur...
Digital-Transformation-Roadmap-for-Companies.pptx
20250228 LYD VKU AI Blended-Learning.pptx
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...

Circuit Switching

  • 2. Basic Categories of Communication Networks  Broadcast Networks -a single node transmits the information to all other nodes and hence, all stations will receive the data  Switched Networks data are transferred from source to destination through a series of intermediate nodes (switching nodes).
  • 3. Types of Switched Networks  Circuit-Switched  Packet-Switched  Message-Switched  Burst-Switched
  • 4. Circuit-Switched Network  “Line-Switched Network”.  Originally developed for the analog-based telephone system.  a physical path is obtained for and dedicated to a single connection between two end- points in the network for the duration of the connection.
  • 6. 3 Basic Elements  End-Stations (or Terminals)  Transmission Media  Switching Nodes
  • 8. 3 Phases of a Circuit-Switched Communication System  Circuit Establishment  DataTransfer  Circuit Disconnect
  • 10.  The connection path is established before the transmission begins.  Channel capacity must be reserved between the source and destination throughout the network.  Each node must have available internal switching capacity to handle the requested connection.  The Switching nodes must have the intelligence to make proper allocations and to establish a route through the network.
  • 11. Example:  PublicTelephone Network (PTN)  Plain OldTelephone System (POTS)  Long Distance Calls
  • 12. Switching Node Architecture Basic Functionalities:  Signaling  Control  Switching  Interfacing
  • 14.  Signaling  Monitors the activity of the incoming lines and to forward appropriate status or control information to the control element of the switch.  Also used to place control signals onto outgoing lines under the direction of the control element.
  • 15.  Control  process incoming signaling information and sets up connections accordingly
  • 16.  Switching SWITCHING MATRIX (FABRIC) -an array of selectable cross-points used to complete connections between input lines and output lines.
  • 17.  Interfacing  Provides the hardware required to connect different devices, such as:  analog  digitalTDM lines  optical fibers  etc. to the switch matrix.
  • 18. Characteristic of a Circuit- Based Switch  Blocking Switching Node - occurs when the switching matrix does not allow some input lines to be connected to output lines. - used on voice systems  Non-Blocking Switching Node - allows all inputs to be connected to all outputs. -used for data connections
  • 19. Switching Technologies  Space-Division  Time-Division  Frequency Division  Wavelength Division
  • 20.  Space-Division Switching  Each input takes a different physical path in the switch matrix depending on the output.
  • 21. 2nd Generation Space-Division System  Step-by-Step Switch  Crossbar Switch (Cross-Point Switch)
  • 23.  A basic step-by-step switch has a single input terminal and multiple output terminals.  Connection from the input terminal to the outputs is controlled by an internal rotary contact, or wiper.  As the wiper rotates, it establishes a contact between the input and output terminals.  Each time the user dials a rotary-dial digit, the rotary contact is advanced one position, and connects the input terminal to the next output terminal. ( Chapuis, 1982 ; Clark, 1997 )
  • 24.  Crossbar Switch As digits are dialed, the control element of the switch receives the entire address before processing it.
  • 25.  As digits are dialed, the control element of the switch receives the entire address before processing it.  The cross-points of the crossbar switch are mechanical contacts with magnets to setup and hold a connection.  Once the circuit is established, the switching contacts are held by electromagnets energized with direct current passing through the established circuit.  When the circuit is opened, the loss of current causes the cross-points to be released.
  • 26. NOTE:  CROSSBAR arises from the use if crossing horizontal and vertical bars to select contacts on the cross-point.  Step-by-Step and Crossbar Switching Systems use electro-mechanical components for both switching matrix and control elements.
  • 27.  Time Division Switching The need for time division switching arises from the fact that digital signals are often carrying multiple individual circuits, or channels, in appropriate timeslots (TS).
  • 28.  Time-division multiplexing (TDM) involves dividing the carrier into two (or more) channels based on time slices, i.e., the common channel is allotted to several different signals, one at a time, in alternating time slots. Each individual data stream is reassembled at the receiving end based on the timing.
  • 29. Timeslot Interchanging In such systems, when two different multiplexed channels are interconnected together through the switch matrix a virtual circuit is established. This is done by interchanging timeslots, each of which maintain partial contents of a particular channel. (TSI) (Stallings, 1999) .
  • 30.  Time-Space-Time Architecture Note that the second time switch stage is necessary to ensure that multiple timeslots in one incoming stream are not superimposed or blocked. Having more stages can further improve the switch performance.
  • 31. Utilizes both  time-division switch capability:  to shift channels between timeslots, and  space-division switching capability:  to enable a different physical outgoing line system to be selected.
  • 33. Frequency Division Multiplexing  is an analog multiplexing technique that combines analog signals.  The transmission facility is divided into channels by splitting the total frequency band (of the carrier) into narrow bands, each allotted to an individual signal (sub- channeling).  Analog signals are commonly multiplexed using FDM.
  • 35. Wavelength Division Multiplexing  is an analog multiplexing technique to combine optical signals  WDM is an optical transmission technique in which multiple streams of data are transmitted over a single optical fiber as light rays of different wavelengths. It exploits the fact that light of different wavelengths does not interfere.  WDM allows to simultaneous transmission of different data formats (e.g., IP, SONET, ATM) at different rates as each channel is demultiplexed at the end of the transmission back into the original source.
  • 36. Multiplexing  Multiplexing means sending multiple signals (each with a given transmission capacity requirement) on a carrier (with large transmission capacity) at the same time as a single, complex signal and then recovering the separate signals at the receiving end.
  • 37. Advantages of Circuit Switching  Guaranteed Bandwidth  The communication performance in Circuit Switching is predictable and there will be no "best- effort" delivery with no real guarantees.  SimpleAbstraction  Circuit Switching is a reliable communication channel between hosts and one would not have to worry about lost or out-of-order packets.
  • 38.  Simple Forwarding  The forwarding in Circuit Switching is based on time slot or frequency and one would not need to inspect a packet header.  Low per-packet overhead  There will be no IP (andTCP/UDP) header on each packet in Circuit Switching.
  • 39. Pitfalls in Circuit Switching  Wasted bandwidth  Since most traffic occurs in bursts, in Circuit Switching this may leads to idle connection during silent period. Because it is unable to achieve gains from statistical multiplexing that relies in identifying, predicting and allocating more time for the generally more active paths.  Blocked Connections  When resources are not sufficient, the connection will refuse to be connected and thus, Circuit Switching is unable to offer "okay" service to everybody.
  • 40.  Connection Set-up Delay  There will be no communication until the connection is set up. Plus, in Circuit Switching, it is unable to avoid extra latency for small data transfers.  Network State  The network nodes in Circuit Switching must store per-connection information and it is unable to avoid per-connection storage and state.
  • 41. Sources:  http://searchnetworking.techtarget.com/definition/circuit-switched  http://www.tcpipguide.com/free/t_WhatIsNetworking.htm  http://computer.howstuffworks.com/ip-telephony2.htm  http://en.wikibooks.org/wiki/A_Bit_History_of_Internet/Chapter_2_:_Circuit_switching_vs _packet_switching  http://www.erg.abdn.ac.uk/~gorry/eg3567/intro-pages/cs.html  http://www.aafrin.com/2011/05/12/example-circuit-switching-vs-packet-switching/  http://www.computerworld.com/s/article/41904/Packet_Switched_vs._Circuit_Switched_N etworks  http://en.wikipedia.org/wiki/Circuit_switching  Stallings, William “Data and Computer Communications”,Chapter 10: Circuit Switching and Packet Switching, Eight Edition.  http://voip.about.com/od/voipbasics/u/UsingVoIPUP.htm  http://www.highteck.net/EN/Basic/Internetworking.html  http://www.pcmag.com/encyclopedia/term/39698/circuit-switching  “Circuit Switching”, Dr. Farid Farahmand and Dr. Qiong (Jo) Zhang, Central Connecticut State University and Arizona State University atWest Campus