SlideShare a Scribd company logo
1 of 32
TSN Lectures
ETE 310
Prof. A.H.M. Asadul Huq, Ph.D.
http://asadul.drivehq.com/students.htm
asadul@univdhaka.edu
5 June 2015 A.H. 1
Digital Switching System
Digital Signal
A digital signal has following characteristics
• Holds a fixed value for a fixed length of time
• Has sharp abrupt changes
• A present number of values allowed
Note: Each pulse is known as the binary digit (bit). The number
of bits transmitted is the bit rate of the signal.
5 June 2015 A.H. 2
The process of digitization [P. GNA 90]
1. Filtering
2. Sampling
3. Quantization
4. Encoding
5 June 2015 A.H. 3
The process has four steps
Quantization
Quantization with number of levels 8
5 June 2015 A.H. 4
Advantages and disadvantages of Digital
Transmission
Advantages
• Satisfactory transmission
• Signal regeneration
• Lower signal to line noise ratio
• Possibility of time division multiplexing
Disadvantages
• Greater bandwidth
• Need synchronization
• Multiplexing difficulties.
• Incompatibilities with analog facilities.
5 June 2015 A.H. 5
Data transmission
The transmission of binary data across a link can be accomplished
in either parallel or serial mode. In parallel mode, multiple bits
are sent with each clock tick. In serial mode, 1 bit is sent with
each clock tick. While there is only one way to send parallel data,
there are two subclasses of serial transmission: asynchronous,
synchronous.
5 June 2015 A.H. 6
Parallel transmission
5 June 2015 A.H. 7
Serial transmission
5 June 2015 A.H. 8
Asynchronous Transmission
• In asynchronous transmission, we send 1 start bit (0) at the beginning and
1 or more stop bits (1s) at the end of each byte. There may be a gap
between each byte.
• Asynchronous here means “asynchronous at the byte level”, but the bits
are still synchronized; their durations are the same.
5 June 2015 A.H. 9
Synchronous Transmission
• In synchronous transmission, we send bits one after another
without start or stop bits or gaps. It is the responsibility of the
receiver to group the bits.
5 June 2015 A.H. 10
Space-Division Switching
• Transfer signal from a given input to a specific output
(same for any switch).
• Provide a separate physical connection between
inputs and outputs.
• Signal paths are physically separate from one
another (divided in space).
• Like a mechanical switch, or semi-conductor gate
that can be enabled or disabled by a control unit.
• Popular implementation is Crosspoint switch.
5 June 2015 A.H. 11
6x6 Crosspoint Switch
• Crosspoint switches are simplest possible space-division switch.
• Crosspoints can be turned on or off.
• Internally nonblocking but need N2 crosspoints.
5 June 2015 A.H. 12
Crosspoint Switch
 The basic building block of the switch is a metallic
cross point or semiconductor gate that can be
enabled or disabled by a control unit.
 Xilink crossbar switch using FPGAs
Based on reconfigurable routing infrastructure.
High speed capacity non-blocking switches.
Sizes varying from 64×64 to 1024×1024 with data
rate of 200 Mbps.
5 June 2015 A.H. 13
Limitations of crossbar switch
 The number of cross-points grows with the square of the
number of attached stations. (For single stage Nx(SS) = N2).
 Costly for a large switching system.
 The failure of a cross-point prevents connection between the
two devices whose lines intersect at that cross-point.
 The cross-points are inefficiently utilized.
Only a small fraction are engaged even if all of the
attached devices are active (use N switches instead of N2,
even full connection).
 Solution is to build multistage space division switches.
5 June 2015 A.H. 14
A three stage space division crossbar switch
By splitting the crossbar switch into smaller units
and interconnection them, it is possible to build
multistage switches with fewer cross-points.
Three stage Space Switching Example
• Total no. of
subscribers N = 64.
• n=16 (around 10%)
• k = N/n = 64/16 = 4
• 1st stage: 16×4
• 2nd stage: 4×4
• 3rd stage: 4×16
• Multi stage Cross
points Nx =576
• Then single stage
cross points Nx(SS) =
4096
5 June 2015 A.H. 16
Introduction to Time Division Switching
 Both voice and data can be transmitted using digital
signals.
 All modern circuit switches use digital time-division
multiplexing (TDM) technique for establishing and
maintaining circuits.
Synchronous TDM allows multiple low-speed bit
streams to share a high-speed line.
A set of inputs is sampled in a round robin manner. The
samples are organized serially into slots (channels) to form
a recurring frame of slots.
During successive time slots, different I/O pairings are
enabled, allowing a number of connections to be carried
over the shared bus.
5 June 2015 A.H. 17
Introduction to Time Division Switching 2
 To keep up with the input lines, the data rate on the bus must
be high enough.
 For 100 full-duplex lines at 19.200 Kbps, the data rate on the
bus must be greater than 1.92 Mbps.
The source-destination pairs corresponding to all
active connections are stored in the control memory.
Thus the slots need not specify the source and
destination addresses.
5 June 2015 A.H. 18
Figure Time-division multiplexing, without and with a time-slot interchange
• Time-division switching uses time-division multiplexing to
achieve switching. Two methods used are:
– Time-slot interchange (TSI) changes the order of the slots based on
the desired connection.
– TDM bus
Time-Division Switch
Time-slot interchange
• TSI consists of random access memory (RAM) with several memory
locations. The size of each location is the same as the size of a single time
slot.
• The number of locations is the same as the number of inputs.
• The RAM fills up with incoming data from time slots in the order received.
Slots are then sent out in an order based on the decisions of a control unit.
TDM bus
• Input and output lines are connected to a high-speed bus through input and
output gates (microswitches)
• Each input gate is closed during one of the four slots.
• During the same time slot, only one output gate is also closed. This pair of
gates allows a burst of data to be transferred from one specific input line to
one specific output line using the bus.
• The control unit opens and closes the gates according to switching need.
Time Slot Interchanger
• In a TSI, one time slot is switched to another.
• Performed through use of two memory stores:
– Speech store is RAM with capacity to store one full frame of data.
• For DS1 (1.544 Mbps) with 24 channels of 8 bits, the speech store
is 24 bytes long.
• For E1 (2.048 Mbps) with 32 channels of 8 bits, the speech store is
32 bytes long.
– Speech address memory (SAM) or Time Switch Connection Store is
RAM with capacity to store a “word” for each time slot, each word
being a number identifying a specific time slot.
• For DS1, the SAM has capacity to store 24 words of 5 bits per word
(need 5 bits to store a number between 1 and 24) for a total of
24x5 bits.
• For E1, the SAM has capacity to store 32 words of 5 bits per word
(need 5 bits to store a number between 1 and 32) for a total of
32x5 bits.
Time Slot Interchanger (2)
• How does a TSI system work?
– Data is written to the speech store cyclically as it comes in
(i.e. sequentially, one time slot at a time).
– Path set-up control signalling tells the SAM to store the
name of the input time slot in the appropriate location
corresponding to the output time slot it must be switched
to.
• For example, if input time slot 7 is to be switched to
output time slot 15, then location 15 of the SAM will
store the number “7”.
– Data is read a-cyclically from the speech store in the order
of the output time slots as stored in the SAM.
• Note that this means there could be a delay of up to nearly a
full frame.
1
2
3
4
Speech Store
RAM = 24 x 8 bits
23
24
Data Out
(contents of timeslots
rearranged)
1
2
3
4
SAM
RAM = 24 x 5 bits
23
24
Data In (cyclic frame timeslot order)
Time Slot Interchanger (3)
Timing
Write
Address
Counter
Speech Store:
Stores the data of time
slot x in location x.
Control
Signalling
SAM Data In SAM:
Stores the name of the input
time slot being switched to
output time slot y.
i.e. “In output time slot y,
which speech store location
do I read?”
Timing
Read
Address
Counter
1
24
1
24
Space switch equivalent:
24 x 24
full matrix
Comparison of SDM and
TDM
• SDM
– Advantage:
• Instantaneous.
– Disadvantage:
• Number of cross points required.
• TDM
– Advantage:
• No cross points.
– Disadvantage:
• Processing delay.
Time-Space Switching -1
• This switch contains a time stage T followed by a space switch S.
• The space array have N inlets and N outlets.
• For each inlet line, a TSI is connected
• The time switch delays samples so that they arrive at the right time for the
space division switch’s schedule.
5 June 2015 A.H. 26
Time-Space Switching -2
• In the figure, communication takes place between subscriber A and B
• A is assigned TS (time slot) 2 and line 1 and B is assigned TS 16 and line 11
• The signal moved from TS2 to TS 16 by the TSI-1 and is transferred from
line 1 to line 11 in space switch.
• Similarly, the signal originated by B is moved from slot 16 to slot 2 through
line 11 to 1.
• If there are T time slots and space array is NxN, then the simultaneous
connections possible is NT.
• If T=128 and N=16, NT=2048 connections can be supported.
• The structure is a blocking system.
• Example of TS system –DMS -100 (Digital Multiplex System) telephone
exchange developed by NORTEL in 1979. It supported 100 000 subscribers.
5 June 2015 A.H. 27
TST Switch
• The space stage is sandwiched between two time stage switches.
• This results in switches that are optimized both physically (the number of
crosspoints) and temporally (the amount of delay).
• TST structure is popular.
5 June 2015 A.H. 28
TST Switch - 2
• The incoming TS (time slots) are delayed at the inlet time stage unless an
appropriate path through the space stage is available.
• Then the TS is transferred through the space stage to the appropriate
outlet line at output time stage.
• At the output time stage the TS is held until the desired outgoing time slot
occurs.
• Any space stage time slot can be used to establish connection.
• The space stage operates independent of the external TDM links.
• There are many alternative paths between a prescribed input and output
(unlike the TS stage described before which has only one fixed path)
• Relatively low blocking probability than the same of a TS switch.
5 June 2015 A.H. 29
Time-Space-Time Switching Concept
Space Switch: Physical inputs are connected
to physical outputs but data
does not cross time slots.
Time Switch:
TSIABCDABCD BDACBDAC
Data is switched between time
slots but remains on the same
physical connection.
Time-Space-Time Switch:
TST
A
A
A
B
B
B
C
C
C
D
D
D
A
A
A
B
B
B
C
C
C
D
D
D
B
D
C
D
C
B
A
A
D
A
B
C
B
D
C
D
C
B
A
A
D
A
B
C
Data is switched between time
slots and physical connections.
TST Switch Features
• Low blocking probability
• Space stage is independent of external TDM links
• For large switches with heavy traffic loads, the TST has good
implementation advantage.
• More cost effective. Time expansion of TST can be achieved at
less cost. [Page. 114 (P. GNA)]
5 June 2015 A.H. 31
TSN Lecture
Volume-3
THE END
THANK YOU
This ppt may be downloaded from my web site:
http://asadul.drivehq.com/students.htm
Password (email address): tsn.ete@ulab.edu.bd
This password does not live long !
5 June 2015 A.H. 32

More Related Content

What's hot

Chap 5 (small scale fading)
Chap 5 (small scale fading)Chap 5 (small scale fading)
Chap 5 (small scale fading)asadkhan1327
 
Symbol timing estimation by sachin maithani
Symbol timing estimation by sachin maithaniSymbol timing estimation by sachin maithani
Symbol timing estimation by sachin maithaniSachinMaithani1
 
Ec 2401 wireless communication unit 2
Ec 2401 wireless communication   unit 2Ec 2401 wireless communication   unit 2
Ec 2401 wireless communication unit 2JAIGANESH SEKAR
 
Antenna arrays
Antenna arraysAntenna arrays
Antenna arraysAJAL A J
 
Antennas and Wave Propagation
Antennas and Wave Propagation Antennas and Wave Propagation
Antennas and Wave Propagation VenkataRatnam14
 
Module 4 :Ic 555 As A Astable & Monostable Multivibrator
Module 4 :Ic 555 As A Astable & Monostable MultivibratorModule 4 :Ic 555 As A Astable & Monostable Multivibrator
Module 4 :Ic 555 As A Astable & Monostable Multivibratorchandrakant shinde
 
Digital Communication: Channel Coding
Digital Communication: Channel CodingDigital Communication: Channel Coding
Digital Communication: Channel CodingDr. Sanjay M. Gulhane
 
Ec 2401 wireless communication unit 3
Ec 2401 wireless communication   unit 3Ec 2401 wireless communication   unit 3
Ec 2401 wireless communication unit 3JAIGANESH SEKAR
 
Comparsion of M-Ary psk,fsk,qapsk.pptx
Comparsion of M-Ary psk,fsk,qapsk.pptxComparsion of M-Ary psk,fsk,qapsk.pptx
Comparsion of M-Ary psk,fsk,qapsk.pptxkeshav11845
 
OPTICAL FIBER COMMUNICATION UNIT-1
OPTICAL FIBER COMMUNICATION UNIT-1OPTICAL FIBER COMMUNICATION UNIT-1
OPTICAL FIBER COMMUNICATION UNIT-1Asif Iqbal
 
DPSK(Differential Phase Shift Keying) transmitter and receiver
DPSK(Differential Phase Shift Keying) transmitter and receiverDPSK(Differential Phase Shift Keying) transmitter and receiver
DPSK(Differential Phase Shift Keying) transmitter and receiverSumukh Athrey
 
Pcm transmitter and receiver
Pcm transmitter and receiverPcm transmitter and receiver
Pcm transmitter and receiverBPrabhaPalani
 

What's hot (20)

Chap 5 (small scale fading)
Chap 5 (small scale fading)Chap 5 (small scale fading)
Chap 5 (small scale fading)
 
Symbol timing estimation by sachin maithani
Symbol timing estimation by sachin maithaniSymbol timing estimation by sachin maithani
Symbol timing estimation by sachin maithani
 
Ec 2401 wireless communication unit 2
Ec 2401 wireless communication   unit 2Ec 2401 wireless communication   unit 2
Ec 2401 wireless communication unit 2
 
Spread spectrum
Spread spectrumSpread spectrum
Spread spectrum
 
Multiple access techniques for wireless communications
Multiple access techniques for wireless communicationsMultiple access techniques for wireless communications
Multiple access techniques for wireless communications
 
Antenna arrays
Antenna arraysAntenna arrays
Antenna arrays
 
Antennas and Wave Propagation
Antennas and Wave Propagation Antennas and Wave Propagation
Antennas and Wave Propagation
 
Pn sequence
Pn sequencePn sequence
Pn sequence
 
Linear Antenna
Linear AntennaLinear Antenna
Linear Antenna
 
ASk,FSK,PSK
ASk,FSK,PSKASk,FSK,PSK
ASk,FSK,PSK
 
Module 4 :Ic 555 As A Astable & Monostable Multivibrator
Module 4 :Ic 555 As A Astable & Monostable MultivibratorModule 4 :Ic 555 As A Astable & Monostable Multivibrator
Module 4 :Ic 555 As A Astable & Monostable Multivibrator
 
Convolutional codes
Convolutional codesConvolutional codes
Convolutional codes
 
Magic tee
Magic tee  Magic tee
Magic tee
 
Digital Communication: Channel Coding
Digital Communication: Channel CodingDigital Communication: Channel Coding
Digital Communication: Channel Coding
 
Information theory
Information theoryInformation theory
Information theory
 
Ec 2401 wireless communication unit 3
Ec 2401 wireless communication   unit 3Ec 2401 wireless communication   unit 3
Ec 2401 wireless communication unit 3
 
Comparsion of M-Ary psk,fsk,qapsk.pptx
Comparsion of M-Ary psk,fsk,qapsk.pptxComparsion of M-Ary psk,fsk,qapsk.pptx
Comparsion of M-Ary psk,fsk,qapsk.pptx
 
OPTICAL FIBER COMMUNICATION UNIT-1
OPTICAL FIBER COMMUNICATION UNIT-1OPTICAL FIBER COMMUNICATION UNIT-1
OPTICAL FIBER COMMUNICATION UNIT-1
 
DPSK(Differential Phase Shift Keying) transmitter and receiver
DPSK(Differential Phase Shift Keying) transmitter and receiverDPSK(Differential Phase Shift Keying) transmitter and receiver
DPSK(Differential Phase Shift Keying) transmitter and receiver
 
Pcm transmitter and receiver
Pcm transmitter and receiverPcm transmitter and receiver
Pcm transmitter and receiver
 

Viewers also liked

Time multiplexed time switch
Time multiplexed time switchTime multiplexed time switch
Time multiplexed time switchAakankshaR
 
Network layer and circuit switching
Network layer and circuit switchingNetwork layer and circuit switching
Network layer and circuit switchingasimnawaz54
 
Telecommunication switching system
Telecommunication switching systemTelecommunication switching system
Telecommunication switching systemMadhumita Tamhane
 
Circuit switching packet switching
Circuit switching  packet  switchingCircuit switching  packet  switching
Circuit switching packet switchingSneha Dalvi
 
6 Switch Fabric
6 Switch Fabric6 Switch Fabric
6 Switch FabricFNian
 
Tecnicas de acceso multiple
Tecnicas de acceso multipleTecnicas de acceso multiple
Tecnicas de acceso multipleDavid Rojas
 
Chapter10 switching
Chapter10 switchingChapter10 switching
Chapter10 switchingSuneel Varma
 
10 Circuit Packet
10 Circuit Packet10 Circuit Packet
10 Circuit PacketWaqas !!!!
 
Switchboards and undertakers
Switchboards and undertakersSwitchboards and undertakers
Switchboards and undertakersJordan Walker
 
Switching Tech And Data Link
Switching Tech And Data LinkSwitching Tech And Data Link
Switching Tech And Data Linkanishgoel
 
Switching techniques
Switching techniquesSwitching techniques
Switching techniquesAmit Kumar
 

Viewers also liked (20)

Tsn%20 lecture%20vol 2
Tsn%20 lecture%20vol 2Tsn%20 lecture%20vol 2
Tsn%20 lecture%20vol 2
 
Time multiplexed time switch
Time multiplexed time switchTime multiplexed time switch
Time multiplexed time switch
 
Time division
Time divisionTime division
Time division
 
Module3 part1
Module3 part1Module3 part1
Module3 part1
 
Ch 08
Ch 08Ch 08
Ch 08
 
Network layer and circuit switching
Network layer and circuit switchingNetwork layer and circuit switching
Network layer and circuit switching
 
Telecommunication switching system
Telecommunication switching systemTelecommunication switching system
Telecommunication switching system
 
Circuit switching packet switching
Circuit switching  packet  switchingCircuit switching  packet  switching
Circuit switching packet switching
 
6 Switch Fabric
6 Switch Fabric6 Switch Fabric
6 Switch Fabric
 
Tecnicas de acceso multiple
Tecnicas de acceso multipleTecnicas de acceso multiple
Tecnicas de acceso multiple
 
Chapter10 switching
Chapter10 switchingChapter10 switching
Chapter10 switching
 
Acceso múltiple
Acceso múltipleAcceso múltiple
Acceso múltiple
 
10 Circuit Packet
10 Circuit Packet10 Circuit Packet
10 Circuit Packet
 
Switchboards and undertakers
Switchboards and undertakersSwitchboards and undertakers
Switchboards and undertakers
 
Tsn lecture vol 2
Tsn lecture vol 2Tsn lecture vol 2
Tsn lecture vol 2
 
Switching Tech And Data Link
Switching Tech And Data LinkSwitching Tech And Data Link
Switching Tech And Data Link
 
Switching techniques
Switching techniquesSwitching techniques
Switching techniques
 
Cross Bar Switching
Cross Bar SwitchingCross Bar Switching
Cross Bar Switching
 
Swiching
SwichingSwiching
Swiching
 
Network switching
Network switchingNetwork switching
Network switching
 

Similar to Tsn lecture vol 3

Switching and signalling ovt, Winter training .bsnl .swesome knowledge ,tele...
Switching and signalling ovt, Winter training .bsnl .swesome  knowledge ,tele...Switching and signalling ovt, Winter training .bsnl .swesome  knowledge ,tele...
Switching and signalling ovt, Winter training .bsnl .swesome knowledge ,tele...SumanPramanik7
 
Telecommunicatoins and Fiber Optics
Telecommunicatoins and Fiber OpticsTelecommunicatoins and Fiber Optics
Telecommunicatoins and Fiber Opticssuryateja swamy
 
Structure of switches
Structure of switchesStructure of switches
Structure of switchesAnam Sana
 
Digital & analog transmission
Digital & analog transmissionDigital & analog transmission
Digital & analog transmissionJeffery Vava
 
Data Communication & Computer Networks : Serial and parellel transmission
Data Communication & Computer Networks : Serial and parellel transmissionData Communication & Computer Networks : Serial and parellel transmission
Data Communication & Computer Networks : Serial and parellel transmissionDr Rajiv Srivastava
 
Introduction to multiplexing, packet switching.pptx
Introduction to multiplexing, packet switching.pptxIntroduction to multiplexing, packet switching.pptx
Introduction to multiplexing, packet switching.pptxnamrata110808
 
Asynchronous Transfer Mode ATM
Asynchronous Transfer Mode  ATMAsynchronous Transfer Mode  ATM
Asynchronous Transfer Mode ATMMadhumita Tamhane
 
8. TDM Mux_Demux.pdf
8. TDM Mux_Demux.pdf8. TDM Mux_Demux.pdf
8. TDM Mux_Demux.pdfTabrezahmed39
 
Modes of Transmission
Modes of TransmissionModes of Transmission
Modes of TransmissionAnushiya Ram
 
CS553_ST7_Ch06-DigitalDataComm.ppt
CS553_ST7_Ch06-DigitalDataComm.pptCS553_ST7_Ch06-DigitalDataComm.ppt
CS553_ST7_Ch06-DigitalDataComm.pptAnandaSaikia1
 
Computer network switches & their structures
Computer network switches & their structuresComputer network switches & their structures
Computer network switches & their structuresSweta Kumari Barnwal
 

Similar to Tsn lecture vol 3 (20)

Switching and signalling ovt, Winter training .bsnl .swesome knowledge ,tele...
Switching and signalling ovt, Winter training .bsnl .swesome  knowledge ,tele...Switching and signalling ovt, Winter training .bsnl .swesome  knowledge ,tele...
Switching and signalling ovt, Winter training .bsnl .swesome knowledge ,tele...
 
Telecommunicatoins and Fiber Optics
Telecommunicatoins and Fiber OpticsTelecommunicatoins and Fiber Optics
Telecommunicatoins and Fiber Optics
 
Structure of switches
Structure of switchesStructure of switches
Structure of switches
 
Digital & analog transmission
Digital & analog transmissionDigital & analog transmission
Digital & analog transmission
 
3_pstn2.ppt
3_pstn2.ppt3_pstn2.ppt
3_pstn2.ppt
 
Data Communication & Computer Networks : Serial and parellel transmission
Data Communication & Computer Networks : Serial and parellel transmissionData Communication & Computer Networks : Serial and parellel transmission
Data Communication & Computer Networks : Serial and parellel transmission
 
Tsfpga
TsfpgaTsfpga
Tsfpga
 
The medium access sublayer
 The medium  access sublayer The medium  access sublayer
The medium access sublayer
 
8251 USART
8251 USART8251 USART
8251 USART
 
8251 USART.pptx
8251 USART.pptx8251 USART.pptx
8251 USART.pptx
 
Introduction to multiplexing, packet switching.pptx
Introduction to multiplexing, packet switching.pptxIntroduction to multiplexing, packet switching.pptx
Introduction to multiplexing, packet switching.pptx
 
8251 a basic
8251 a basic8251 a basic
8251 a basic
 
Mac sub layer
Mac sub layerMac sub layer
Mac sub layer
 
Structure of a Switch
Structure of a SwitchStructure of a Switch
Structure of a Switch
 
Asynchronous Transfer Mode ATM
Asynchronous Transfer Mode  ATMAsynchronous Transfer Mode  ATM
Asynchronous Transfer Mode ATM
 
8. TDM Mux_Demux.pdf
8. TDM Mux_Demux.pdf8. TDM Mux_Demux.pdf
8. TDM Mux_Demux.pdf
 
Modes of Transmission
Modes of TransmissionModes of Transmission
Modes of Transmission
 
L3 slides
L3 slidesL3 slides
L3 slides
 
CS553_ST7_Ch06-DigitalDataComm.ppt
CS553_ST7_Ch06-DigitalDataComm.pptCS553_ST7_Ch06-DigitalDataComm.ppt
CS553_ST7_Ch06-DigitalDataComm.ppt
 
Computer network switches & their structures
Computer network switches & their structuresComputer network switches & their structures
Computer network switches & their structures
 

More from Musfiqur Rahman

AUTONOMOUS MAZE SOLVING ROBOT
AUTONOMOUS MAZE SOLVING ROBOTAUTONOMOUS MAZE SOLVING ROBOT
AUTONOMOUS MAZE SOLVING ROBOTMusfiqur Rahman
 
Implementation of-mw-link-and-bts
Implementation of-mw-link-and-btsImplementation of-mw-link-and-bts
Implementation of-mw-link-and-btsMusfiqur Rahman
 
Autonomous maze solving robot (1/2)
Autonomous maze solving robot (1/2)Autonomous maze solving robot (1/2)
Autonomous maze solving robot (1/2)Musfiqur Rahman
 
Big data characteristics, value chain and challenges
Big data characteristics, value chain and challengesBig data characteristics, value chain and challenges
Big data characteristics, value chain and challengesMusfiqur Rahman
 
Evolution of the generations of mobile Communication system.
Evolution of the generations of mobile Communication system.Evolution of the generations of mobile Communication system.
Evolution of the generations of mobile Communication system.Musfiqur Rahman
 
Wireless Body Area Networks
Wireless Body Area Networks Wireless Body Area Networks
Wireless Body Area Networks Musfiqur Rahman
 

More from Musfiqur Rahman (7)

AUTONOMOUS MAZE SOLVING ROBOT
AUTONOMOUS MAZE SOLVING ROBOTAUTONOMOUS MAZE SOLVING ROBOT
AUTONOMOUS MAZE SOLVING ROBOT
 
Implementation of-mw-link-and-bts
Implementation of-mw-link-and-btsImplementation of-mw-link-and-bts
Implementation of-mw-link-and-bts
 
Autonomous maze solving robot (1/2)
Autonomous maze solving robot (1/2)Autonomous maze solving robot (1/2)
Autonomous maze solving robot (1/2)
 
Big data characteristics, value chain and challenges
Big data characteristics, value chain and challengesBig data characteristics, value chain and challenges
Big data characteristics, value chain and challenges
 
Evolution of the generations of mobile Communication system.
Evolution of the generations of mobile Communication system.Evolution of the generations of mobile Communication system.
Evolution of the generations of mobile Communication system.
 
Wireless Body Area Networks
Wireless Body Area Networks Wireless Body Area Networks
Wireless Body Area Networks
 
Tsn lecture vol 1
Tsn lecture vol 1Tsn lecture vol 1
Tsn lecture vol 1
 

Recently uploaded

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSRajkumarAkumalla
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 

Recently uploaded (20)

Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICSHARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
HARDNESS, FRACTURE TOUGHNESS AND STRENGTH OF CERAMICS
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 

Tsn lecture vol 3

  • 1. TSN Lectures ETE 310 Prof. A.H.M. Asadul Huq, Ph.D. http://asadul.drivehq.com/students.htm asadul@univdhaka.edu 5 June 2015 A.H. 1 Digital Switching System
  • 2. Digital Signal A digital signal has following characteristics • Holds a fixed value for a fixed length of time • Has sharp abrupt changes • A present number of values allowed Note: Each pulse is known as the binary digit (bit). The number of bits transmitted is the bit rate of the signal. 5 June 2015 A.H. 2
  • 3. The process of digitization [P. GNA 90] 1. Filtering 2. Sampling 3. Quantization 4. Encoding 5 June 2015 A.H. 3 The process has four steps
  • 4. Quantization Quantization with number of levels 8 5 June 2015 A.H. 4
  • 5. Advantages and disadvantages of Digital Transmission Advantages • Satisfactory transmission • Signal regeneration • Lower signal to line noise ratio • Possibility of time division multiplexing Disadvantages • Greater bandwidth • Need synchronization • Multiplexing difficulties. • Incompatibilities with analog facilities. 5 June 2015 A.H. 5
  • 6. Data transmission The transmission of binary data across a link can be accomplished in either parallel or serial mode. In parallel mode, multiple bits are sent with each clock tick. In serial mode, 1 bit is sent with each clock tick. While there is only one way to send parallel data, there are two subclasses of serial transmission: asynchronous, synchronous. 5 June 2015 A.H. 6
  • 9. Asynchronous Transmission • In asynchronous transmission, we send 1 start bit (0) at the beginning and 1 or more stop bits (1s) at the end of each byte. There may be a gap between each byte. • Asynchronous here means “asynchronous at the byte level”, but the bits are still synchronized; their durations are the same. 5 June 2015 A.H. 9
  • 10. Synchronous Transmission • In synchronous transmission, we send bits one after another without start or stop bits or gaps. It is the responsibility of the receiver to group the bits. 5 June 2015 A.H. 10
  • 11. Space-Division Switching • Transfer signal from a given input to a specific output (same for any switch). • Provide a separate physical connection between inputs and outputs. • Signal paths are physically separate from one another (divided in space). • Like a mechanical switch, or semi-conductor gate that can be enabled or disabled by a control unit. • Popular implementation is Crosspoint switch. 5 June 2015 A.H. 11
  • 12. 6x6 Crosspoint Switch • Crosspoint switches are simplest possible space-division switch. • Crosspoints can be turned on or off. • Internally nonblocking but need N2 crosspoints. 5 June 2015 A.H. 12
  • 13. Crosspoint Switch  The basic building block of the switch is a metallic cross point or semiconductor gate that can be enabled or disabled by a control unit.  Xilink crossbar switch using FPGAs Based on reconfigurable routing infrastructure. High speed capacity non-blocking switches. Sizes varying from 64×64 to 1024×1024 with data rate of 200 Mbps. 5 June 2015 A.H. 13
  • 14. Limitations of crossbar switch  The number of cross-points grows with the square of the number of attached stations. (For single stage Nx(SS) = N2).  Costly for a large switching system.  The failure of a cross-point prevents connection between the two devices whose lines intersect at that cross-point.  The cross-points are inefficiently utilized. Only a small fraction are engaged even if all of the attached devices are active (use N switches instead of N2, even full connection).  Solution is to build multistage space division switches. 5 June 2015 A.H. 14
  • 15. A three stage space division crossbar switch By splitting the crossbar switch into smaller units and interconnection them, it is possible to build multistage switches with fewer cross-points.
  • 16. Three stage Space Switching Example • Total no. of subscribers N = 64. • n=16 (around 10%) • k = N/n = 64/16 = 4 • 1st stage: 16×4 • 2nd stage: 4×4 • 3rd stage: 4×16 • Multi stage Cross points Nx =576 • Then single stage cross points Nx(SS) = 4096 5 June 2015 A.H. 16
  • 17. Introduction to Time Division Switching  Both voice and data can be transmitted using digital signals.  All modern circuit switches use digital time-division multiplexing (TDM) technique for establishing and maintaining circuits. Synchronous TDM allows multiple low-speed bit streams to share a high-speed line. A set of inputs is sampled in a round robin manner. The samples are organized serially into slots (channels) to form a recurring frame of slots. During successive time slots, different I/O pairings are enabled, allowing a number of connections to be carried over the shared bus. 5 June 2015 A.H. 17
  • 18. Introduction to Time Division Switching 2  To keep up with the input lines, the data rate on the bus must be high enough.  For 100 full-duplex lines at 19.200 Kbps, the data rate on the bus must be greater than 1.92 Mbps. The source-destination pairs corresponding to all active connections are stored in the control memory. Thus the slots need not specify the source and destination addresses. 5 June 2015 A.H. 18
  • 19. Figure Time-division multiplexing, without and with a time-slot interchange • Time-division switching uses time-division multiplexing to achieve switching. Two methods used are: – Time-slot interchange (TSI) changes the order of the slots based on the desired connection. – TDM bus Time-Division Switch
  • 20. Time-slot interchange • TSI consists of random access memory (RAM) with several memory locations. The size of each location is the same as the size of a single time slot. • The number of locations is the same as the number of inputs. • The RAM fills up with incoming data from time slots in the order received. Slots are then sent out in an order based on the decisions of a control unit.
  • 21. TDM bus • Input and output lines are connected to a high-speed bus through input and output gates (microswitches) • Each input gate is closed during one of the four slots. • During the same time slot, only one output gate is also closed. This pair of gates allows a burst of data to be transferred from one specific input line to one specific output line using the bus. • The control unit opens and closes the gates according to switching need.
  • 22. Time Slot Interchanger • In a TSI, one time slot is switched to another. • Performed through use of two memory stores: – Speech store is RAM with capacity to store one full frame of data. • For DS1 (1.544 Mbps) with 24 channels of 8 bits, the speech store is 24 bytes long. • For E1 (2.048 Mbps) with 32 channels of 8 bits, the speech store is 32 bytes long. – Speech address memory (SAM) or Time Switch Connection Store is RAM with capacity to store a “word” for each time slot, each word being a number identifying a specific time slot. • For DS1, the SAM has capacity to store 24 words of 5 bits per word (need 5 bits to store a number between 1 and 24) for a total of 24x5 bits. • For E1, the SAM has capacity to store 32 words of 5 bits per word (need 5 bits to store a number between 1 and 32) for a total of 32x5 bits.
  • 23. Time Slot Interchanger (2) • How does a TSI system work? – Data is written to the speech store cyclically as it comes in (i.e. sequentially, one time slot at a time). – Path set-up control signalling tells the SAM to store the name of the input time slot in the appropriate location corresponding to the output time slot it must be switched to. • For example, if input time slot 7 is to be switched to output time slot 15, then location 15 of the SAM will store the number “7”. – Data is read a-cyclically from the speech store in the order of the output time slots as stored in the SAM. • Note that this means there could be a delay of up to nearly a full frame.
  • 24. 1 2 3 4 Speech Store RAM = 24 x 8 bits 23 24 Data Out (contents of timeslots rearranged) 1 2 3 4 SAM RAM = 24 x 5 bits 23 24 Data In (cyclic frame timeslot order) Time Slot Interchanger (3) Timing Write Address Counter Speech Store: Stores the data of time slot x in location x. Control Signalling SAM Data In SAM: Stores the name of the input time slot being switched to output time slot y. i.e. “In output time slot y, which speech store location do I read?” Timing Read Address Counter 1 24 1 24 Space switch equivalent: 24 x 24 full matrix
  • 25. Comparison of SDM and TDM • SDM – Advantage: • Instantaneous. – Disadvantage: • Number of cross points required. • TDM – Advantage: • No cross points. – Disadvantage: • Processing delay.
  • 26. Time-Space Switching -1 • This switch contains a time stage T followed by a space switch S. • The space array have N inlets and N outlets. • For each inlet line, a TSI is connected • The time switch delays samples so that they arrive at the right time for the space division switch’s schedule. 5 June 2015 A.H. 26
  • 27. Time-Space Switching -2 • In the figure, communication takes place between subscriber A and B • A is assigned TS (time slot) 2 and line 1 and B is assigned TS 16 and line 11 • The signal moved from TS2 to TS 16 by the TSI-1 and is transferred from line 1 to line 11 in space switch. • Similarly, the signal originated by B is moved from slot 16 to slot 2 through line 11 to 1. • If there are T time slots and space array is NxN, then the simultaneous connections possible is NT. • If T=128 and N=16, NT=2048 connections can be supported. • The structure is a blocking system. • Example of TS system –DMS -100 (Digital Multiplex System) telephone exchange developed by NORTEL in 1979. It supported 100 000 subscribers. 5 June 2015 A.H. 27
  • 28. TST Switch • The space stage is sandwiched between two time stage switches. • This results in switches that are optimized both physically (the number of crosspoints) and temporally (the amount of delay). • TST structure is popular. 5 June 2015 A.H. 28
  • 29. TST Switch - 2 • The incoming TS (time slots) are delayed at the inlet time stage unless an appropriate path through the space stage is available. • Then the TS is transferred through the space stage to the appropriate outlet line at output time stage. • At the output time stage the TS is held until the desired outgoing time slot occurs. • Any space stage time slot can be used to establish connection. • The space stage operates independent of the external TDM links. • There are many alternative paths between a prescribed input and output (unlike the TS stage described before which has only one fixed path) • Relatively low blocking probability than the same of a TS switch. 5 June 2015 A.H. 29
  • 30. Time-Space-Time Switching Concept Space Switch: Physical inputs are connected to physical outputs but data does not cross time slots. Time Switch: TSIABCDABCD BDACBDAC Data is switched between time slots but remains on the same physical connection. Time-Space-Time Switch: TST A A A B B B C C C D D D A A A B B B C C C D D D B D C D C B A A D A B C B D C D C B A A D A B C Data is switched between time slots and physical connections.
  • 31. TST Switch Features • Low blocking probability • Space stage is independent of external TDM links • For large switches with heavy traffic loads, the TST has good implementation advantage. • More cost effective. Time expansion of TST can be achieved at less cost. [Page. 114 (P. GNA)] 5 June 2015 A.H. 31
  • 32. TSN Lecture Volume-3 THE END THANK YOU This ppt may be downloaded from my web site: http://asadul.drivehq.com/students.htm Password (email address): tsn.ete@ulab.edu.bd This password does not live long ! 5 June 2015 A.H. 32

Editor's Notes

  1. 5-Jun-15