SlideShare a Scribd company logo
Indirect (dynamic)
Networks
1
Indirect (dynamic) Networks
• Communication between any two nodes has to be carried through
some switches.
• Classified into:
• Crossbar network
• Multistage interconnection networks (MIN)
• Nonblocking networks
• Rearrangeable nonblocking networks
• Blocking networks
• Single-stage interconnection networks
2
Crossbar (nonblocking, 1-hop)
3
An N x M crossbar
The cost increases as N x M.
Switch point
(crosspoint)
M outputs
N
inputs
N:1 multiplexer
A large crossbar
4
0
1
2
3
MINs
5
Three-stage MIN
firststage
secondstage
thirdstage
N
inputs
M
outputs
Nonblocking MIN
• Any input port can be connected to any free output port without
affecting the existing connections.
• Same functionality as a crossbar.
• The Clos network is proposed to reduce the cost of crossbar by
decreasing the number of switches (1953).
6
History (telephone net.)
• Early telephone networks were built from elector-mechanical
crossbars.
• Key developments in telephone switching include the Clos network
in 1953 and the Benes network in 1962.
• Many large telephone switches today are still built from Clos or
Clos-like networks.
7
3-stage Clos network (m,n,r)
8
Nonblocking: m >= 2n-1
Rearrangeable: 2n-1 > m >= n
N
inputs
N
outputs
1
2
r
1
n
1
n
1
n
1
2
m
1
2
r
1
n
1
n
1
n
n×m r×r m×n
Rearrangeable nonblocking MIN
• Any input port can be connected to any free output port with
rearrangement of paths for the existing connections.
• Less stages or smaller switches than a nonblocking networks.
• The best known example is the Benes network.
9
Benes   network
10
An 8x8 Benes network (Eσ 3
-1
E σ 2
- 1
Eσ 2 Eσ 3 E)
N(2log2N - 1) / 2 switches, 2log2N - 1 hops, E: stage
0
1
2
3
4
5
6
7
0
1
2
3
4
5
6
7
σ 3
-1
σ 2
-1
σ 2 σ 3
010
001
(2,2,2) clos
(2,2,2) clos
(2,4,2) Clos
2x2 switch (radix: 2)
11
straight exchange lower
broadcast
upper
broadcast
Permutation  
•Permutations are traffic patterns in which all traffic
from each source is directed to one destination.
•It can be compactly represented by a permutation
function that maps source to destination.
•Bit (digit) permutation are those in which each bit
(digit) of the destination address is a function of one
bit (digit) of the source address.
• di = sj or dx = f(sx)
12
Permutation functions (1/2)
Communication from node address x(an,an-1,an-2,…, a1) to
• Perfect shuffle: σ(x)=(an-1,an-2,…, a1,an)
• k sub-shuffule: σk(x)=(an,an-1,…, ak+1,ak-1, … , a1,ak)
• k supershuffule: σk
(x)=(an-1,an-2,…, an-k+1, an, an-k, … , a1)
• Inverse perfect shuffle: σ-1
(x)=(a1,an,an-1,an-2,…, a2)
• k sub-inverse shuffule: σk
-1
(x)=(an,…, ak+1, a1,ak,…, a2)
• Butterfly: β(x)=(a1,an-1,an-2,…, a2,an)
• k sub-butterfly: βk (x)=(an,…, ak+1, a1,ak-1, … , a2,ak)
• k superbutterfly: βk
(x)=(an-k+1, an-1,…, an-k+2, an,an-k, … , a1)
13
Permutation functions (2/2)
Communication from node address x(an,an-1,an-2,…, a1) to
• Bit reversal: ρ(x)=(a1,a2,…, an-1, an)
• k sub-bit reversal : ρk(x)=(an,an-1,…, ak+1,a1, a2,… , ak-1,ak)
• k super-bit reversal: ρk
(x)=(an-k+1,an-k+2,…, an-1, an, an-k, … , a1)
• shift: α(x)= | x+1| (2n
), where modulo by 2n
• k sub-shift: αk(x)= | x+1| (2n
) +floor(x/2k
)2k
• k super-shift: αk
(x)= | x+ 2n-k
| (2n
)
• Exchange: Ei(x)=(an,an-1, …, ~ai,…, a1)
14
Perfect shuffle (1/2)
15
000
001
010
011
100
101
110
111
000
001
010
011
100
101
110
111
000
001
010
011
100
101
110
111
000
001
010
011
100
101
110
111
Perfect shuffle
σ(x)=(an-1,an-2,…, a1,an)
Inverse perfect shuffle
σ-1
(x)=(a1,an an-1,an-2,…, a2)
Perfect shuffle (2/2)
16
000
001
010
011
100
101
110
111
000
001
010
011
100
101
110
111
000
001
010
011
100
101
110
111
000
001
010
011
100
101
110
111
3 sub-inverse shuffule
σ3
-1
(x)=(a1 ,a3 , a2)
2 sub-inverse shuffle
σ2
-1
(x)=(a3, a1, a2)
Butterfly
17
000
001
010
011
100
101
110
111
000
001
010
011
100
101
110
111
000
001
010
011
100
101
110
111
000
001
010
011
100
101
110
111
butterfly (bit reversal)
β3(x)=(a1 ,a2 , a3)
  = ρ 3 (x)
2 sub-butterfly
β2(x)=(a3, a1, a2)
shift
18
000
001
010
011
100
101
110
111
000
001
010
011
100
101
110
111
000
001
010
011
100
101
110
111
000
001
010
011
100
101
110
111
shift
α(x)= | x+1 | (23
)
2 sub-shift
α 2(x)=| x+1 | (22
)+floor(x/ 22
)22
exchange
19
000
001
010
011
100
101
110
111
000
001
010
011
100
101
110
111
000
001
010
011
100
101
110
111
000
001
010
011
100
101
110
111
E3(x) = (~a3, a2, a1)
E2(x) = (a3, ~a2, a1)
Blocking MIN
• A free input/output pair is not always possible because of conflicts
with the existing connections.
• Minimizing the number of switches and stages.
• Unidirectional MIN (Cenju-3, IBM PR3)
• Bidirectional MIN (IBM SP, TMC CM5)
20
Unidirectional MINs
•Channels and switches are unidirectional.
•At least ceiling(logkN) stages are required for a MIN
of N input and output ports with k×k switches.
•Every path through the MIN crosses all the stages
(same length).
•Examples: baseline, butterfly, indirect cube
logN stages for N inputs/outputs with 2x2 switches
( binary logN-fly in the form of k-ary n-fly)
the number of communication patterns are (√N)N
21
Baseline networks (1/2)
(B = Eσn
-1
Eσn-1
-1
E ・・・ Eσ 2
- 1
E)
22
000
001
010
011
100
101
110
111
000
001 (UUL)
010   (ULU)
011
100
101
110
111
abc cab cba
σ 2
- 1
σ 3
- 1
001
Baseline networks (2/2)
• To route (an,an-1,an-2,…, a1) to (bn,bn-1,bn-2,…, b1),
select upper link when bi=0, otherwise select lower link on (n-i+1) stage (MSB
to LSB).
(path is determined only by the destination address)
23
switch
upper link
lower link
inputs
Omega networks (1/2) Ω= (σE)n
24
000
001
010
011
100
101
110
111
000
001
010
011
100
101
110
111
σσσ
abc bca abccab
Omega networks (2/2)
• To route (an,an-1,an-2,…, a1) to (bn,bn-1,bn-2,…, b1),
set the switch as straight when ai^bi=0, otherwise set it as exchange on (n-i+1)
stage (MSB to LSB).
25
straight exchange
Indirect binary n-cube (1/2)
(C = Eβ 2 Eβ 3 ・・・ E β n Eσ - 1
)
26
000
001
010
011
100
101
110
111
000
001
010
011
100
101
110
111
σ-1
β 3β 2
000
001
100
101
010
110
011
111
abc acb abcbca
Indirect binary n-cube (2/2)
• To route (an,an-1,an-2,…, a1) to (bn,bn-1,bn-2,…, b1),
set the switch as straight when ai^bi=0, otherwise set it as exchange on i-th
stage (LSB to MSB).
• A k-ary n-fly network consists of kn
source/destination terminals, n
stages of kn-1
k×k crossbar switches.
• Degree of the switches: 2k
• Diameter: n+1 or logkN +1 where N = kn
27
Relation among blocking
networks
• For omega, indirect n-cube and Banyan(Y):
Ω-1
=C=Yσ  
So they are almost functionally equal (isomorphic).
• The communication patterns are different, but same number of
combinations ((√N)N
).
• Smaller number of communication patterns than nonblocking
networks (N!).
28
Bitonic sort  
29
8 inputs sorter4 inputs sorter2 inputs sorter
A L
B H
Batcher-banyan network
30
Bitonic
Sorter
(Batcher
stage)
Ω
(banyan
stage)
Non-
blocking
5
∞
3
1
∞
・
・
∞
1
3
5
∞
∞
・
・
∞
1
3
5
receiver Ordered addresses
Tree saturation (e.g. on Omega)
31
000
001
010
011
100
101
110
111
000
001
010
011
100
101
110
111
Combining: combine two messages
hotspot
Fault-tolerant MINs
• Blocking MINs provide a single path between any input/output pair.
• If a link becomes congested or fails, the unique path property can
easily disrupt the communication (no path diversity).
• A solution is to provide multiple routing paths by adding extra
stages or channels.
32
Fault-tolerant MINs (Omega’s case)
33
000
001
010
011
100
101
110
111
000
001
010
011
100
101
110
111
σσσAdditional
stage
Fault-tolerant MINs (Baseline’s case)
34
000
001
010
011
100
101
110
111
000
001
010
011
100
101
110
111
σ 2
- 1
σ 3
- 1
Bidirectional MINs (BMINs)
•Channels and switches are bidirectional.
•Information can be transmitted simultaneously in
opposite directions between neighboring switches.
•Paths are established in BMINs by crossing stages in
forward, then turnaround, and finally backward.
•Several paths are possible in forward direction, but
a single path is available in backward direction.
35
Bidirectional Banyan networks
36
000
001
010
011
100
101
110
111
β 3β 2
000
001
100
101
010
110
011
111
000
001
100
101
010
110
011
111
forward
backward
turnaround
A fat tree BMIN
37
forward
backward
Hybrid networks
• Combine mechanisms from shared-medium networks and direct or
indirect networks.
• Increase bandwidth and reduce the distance between nodes.
• Examples:
• Multiple backplane buses
• Hierarchical buses
• Cluster-based networks
38
Multiple backplane buses
39
device device device
bus
bus
bus
Hierarchical buses
40
Global bus
Cluster bus
bridge
Cluster-based networks
41
Cluster bus
ClusterCluster Cluster
ClusterCluster Cluster
router
History (Clos networks, etc.)
•Clos introduced non-blocking networks in1953.
•Benes discovered rearrangeable non-blocking
networks in 1965.
•Bachter introduced the bitonic sort and the
Batcher sorting network in 1968.
•Knuth’s book in 1998 treats sorting networks in
detail.
•Multicast in Clos networks was first considered by
Masson and Jordan(1972), and has since been
studied by many researchers.
42
History (indirect networks)
• Processor-memory networks emerged in the late 1960s
in the form of indirect netwoks.
• The smallest machine employed crossbar, whereas
larger sytems used butterfly, etc..
• Since the early 1990s, a variant of the Clos and Benes
networks of telephony has emerged in SMP (MPP)
networks in the form of the fat tree.
• Today, the high pin bandwidth of router chips relative
to message length motivates the use of networks of
higher node degree, such as Clos and fat free.
43

More Related Content

What's hot

Signaling system 7 (ss7)
Signaling system 7 (ss7)Signaling system 7 (ss7)
Signaling system 7 (ss7)
Tinniam V Ganesh (TV)
 
Pulse code modulation (PCM)
Pulse code modulation (PCM)Pulse code modulation (PCM)
Pulse code modulation (PCM)
Mahima Shastri
 
Flow Control
Flow ControlFlow Control
Flow Control
selvakumar_b1985
 
Digital Communication 4
Digital Communication 4Digital Communication 4
Digital Communication 4
admercano101
 
Line codes
Line codesLine codes
Line codes
Madhumita Tamhane
 
Analog Transmission
Analog TransmissionAnalog Transmission
Analog Transmission
Md Abdus Sobur Sikdar
 
Artificial Neural Networks Lect3: Neural Network Learning rules
Artificial Neural Networks Lect3: Neural Network Learning rulesArtificial Neural Networks Lect3: Neural Network Learning rules
Artificial Neural Networks Lect3: Neural Network Learning rules
Mohammed Bennamoun
 
PSK (PHASE SHIFT KEYING )
PSK (PHASE SHIFT KEYING )PSK (PHASE SHIFT KEYING )
PSK (PHASE SHIFT KEYING )
vijidhivi
 
Chapter 10: Error Correction and Detection
Chapter 10: Error Correction and DetectionChapter 10: Error Correction and Detection
Chapter 10: Error Correction and Detection
JeoffnaRuth
 
Congestion control and quality of service
Congestion control and quality of serviceCongestion control and quality of service
Congestion control and quality of service
JUW Jinnah University for Women
 
Digital Data, Digital Signal | Scrambling Techniques
Digital Data, Digital Signal | Scrambling TechniquesDigital Data, Digital Signal | Scrambling Techniques
Digital Data, Digital Signal | Scrambling Techniques
Biplap Bhattarai
 
Flow & Error Control
Flow & Error ControlFlow & Error Control
Flow & Error Control
tameemyousaf
 
Wireless routing protocols
Wireless routing protocolsWireless routing protocols
Wireless routing protocols
barodia_1437
 
Digital communications 1
Digital communications 1Digital communications 1
Digital communications 1
Jojie Cepeda
 
Vlsi
VlsiVlsi
Error Correction And Hamming Code Ibrar
Error Correction And Hamming Code IbrarError Correction And Hamming Code Ibrar
Error Correction And Hamming Code Ibrar
ibrar562
 
Detection and Binary Decision in AWGN Channel
Detection and Binary Decision in AWGN ChannelDetection and Binary Decision in AWGN Channel
Detection and Binary Decision in AWGN Channel
DrAimalKhan
 
Digital logic design part1
Digital logic design part1Digital logic design part1
Digital logic design part1
Vaagdevi College of Engineering
 
Congetion Control.pptx
Congetion Control.pptxCongetion Control.pptx
Congetion Control.pptx
Naveen Dubey
 
Digital Modulation Unit 3
Digital Modulation Unit 3Digital Modulation Unit 3
Digital Modulation Unit 3
Anil Nigam
 

What's hot (20)

Signaling system 7 (ss7)
Signaling system 7 (ss7)Signaling system 7 (ss7)
Signaling system 7 (ss7)
 
Pulse code modulation (PCM)
Pulse code modulation (PCM)Pulse code modulation (PCM)
Pulse code modulation (PCM)
 
Flow Control
Flow ControlFlow Control
Flow Control
 
Digital Communication 4
Digital Communication 4Digital Communication 4
Digital Communication 4
 
Line codes
Line codesLine codes
Line codes
 
Analog Transmission
Analog TransmissionAnalog Transmission
Analog Transmission
 
Artificial Neural Networks Lect3: Neural Network Learning rules
Artificial Neural Networks Lect3: Neural Network Learning rulesArtificial Neural Networks Lect3: Neural Network Learning rules
Artificial Neural Networks Lect3: Neural Network Learning rules
 
PSK (PHASE SHIFT KEYING )
PSK (PHASE SHIFT KEYING )PSK (PHASE SHIFT KEYING )
PSK (PHASE SHIFT KEYING )
 
Chapter 10: Error Correction and Detection
Chapter 10: Error Correction and DetectionChapter 10: Error Correction and Detection
Chapter 10: Error Correction and Detection
 
Congestion control and quality of service
Congestion control and quality of serviceCongestion control and quality of service
Congestion control and quality of service
 
Digital Data, Digital Signal | Scrambling Techniques
Digital Data, Digital Signal | Scrambling TechniquesDigital Data, Digital Signal | Scrambling Techniques
Digital Data, Digital Signal | Scrambling Techniques
 
Flow & Error Control
Flow & Error ControlFlow & Error Control
Flow & Error Control
 
Wireless routing protocols
Wireless routing protocolsWireless routing protocols
Wireless routing protocols
 
Digital communications 1
Digital communications 1Digital communications 1
Digital communications 1
 
Vlsi
VlsiVlsi
Vlsi
 
Error Correction And Hamming Code Ibrar
Error Correction And Hamming Code IbrarError Correction And Hamming Code Ibrar
Error Correction And Hamming Code Ibrar
 
Detection and Binary Decision in AWGN Channel
Detection and Binary Decision in AWGN ChannelDetection and Binary Decision in AWGN Channel
Detection and Binary Decision in AWGN Channel
 
Digital logic design part1
Digital logic design part1Digital logic design part1
Digital logic design part1
 
Congetion Control.pptx
Congetion Control.pptxCongetion Control.pptx
Congetion Control.pptx
 
Digital Modulation Unit 3
Digital Modulation Unit 3Digital Modulation Unit 3
Digital Modulation Unit 3
 

Viewers also liked

Assessing an idea syed zaidirshad
Assessing an idea syed zaidirshadAssessing an idea syed zaidirshad
Assessing an idea syed zaidirshad
Syed Zaid Irshad
 
IMPACTO DE LA PRIMERA Y SEGUNDA GUERRA MUNDIAL
IMPACTO DE LA PRIMERA Y SEGUNDA GUERRA MUNDIALIMPACTO DE LA PRIMERA Y SEGUNDA GUERRA MUNDIAL
IMPACTO DE LA PRIMERA Y SEGUNDA GUERRA MUNDIAL
Alexandra Román Luperdi
 
Tendencias Geográficas del siglo xxi
Tendencias Geográficas del siglo xxiTendencias Geográficas del siglo xxi
Tendencias Geográficas del siglo xxi
Alexandra Román Luperdi
 
Ai long forseminar1
Ai long forseminar1Ai long forseminar1
Ai long forseminar1
Syed Zaid Irshad
 
JP
JPJP
RivieraDevPresentation
RivieraDevPresentationRivieraDevPresentation
RivieraDevPresentation
Sherwood Fleming
 
Tblisi town
Tblisi townTblisi town
Tblisi town
MiriamBurgaretta
 
Computer games documentary 1
Computer games documentary 1Computer games documentary 1
Computer games documentary 1
Dunkuan
 
Barga Data Science lecture 1
Barga Data Science lecture 1Barga Data Science lecture 1
Barga Data Science lecture 1
Roger Barga
 
Francesco Micali : Aperitivo digitale fm / Lo Stretto Digitale
Francesco Micali : Aperitivo digitale fm / Lo Stretto DigitaleFrancesco Micali : Aperitivo digitale fm / Lo Stretto Digitale
Francesco Micali : Aperitivo digitale fm / Lo Stretto Digitale
f.micali
 
Derecho de los Animales
Derecho de los AnimalesDerecho de los Animales
Derecho de los Animales
sandradelgado1990
 
Annapurna
AnnapurnaAnnapurna
Cloud Based Dev/Test Environments for .NET and SharePoint Using CloudShare
Cloud Based Dev/Test Environments for .NET and SharePoint Using CloudShareCloud Based Dev/Test Environments for .NET and SharePoint Using CloudShare
Cloud Based Dev/Test Environments for .NET and SharePoint Using CloudShare
John Calvert
 
GopKrishna
GopKrishnaGopKrishna
Mobile Marketing & Service: nuove opportunità per la relazione col consumatore
Mobile Marketing & Service: nuove opportunità per la relazione col  consumatoreMobile Marketing & Service: nuove opportunità per la relazione col  consumatore
Mobile Marketing & Service: nuove opportunità per la relazione col consumatoreLaura Cavallaro
 
Testing and qa services
Testing and qa servicesTesting and qa services
Testing and qa services
Intellisqa It Solution
 
Digital Lead Generation
Digital Lead GenerationDigital Lead Generation
Digital Lead Generation
Inboundsales.net
 
Manifiesto
ManifiestoManifiesto
Manifiesto
Victor Muñoz
 
20070328 Information Management
20070328 Information Management20070328 Information Management
20070328 Information Management
Mats Björe
 

Viewers also liked (20)

Assessing an idea syed zaidirshad
Assessing an idea syed zaidirshadAssessing an idea syed zaidirshad
Assessing an idea syed zaidirshad
 
IMPACTO DE LA PRIMERA Y SEGUNDA GUERRA MUNDIAL
IMPACTO DE LA PRIMERA Y SEGUNDA GUERRA MUNDIALIMPACTO DE LA PRIMERA Y SEGUNDA GUERRA MUNDIAL
IMPACTO DE LA PRIMERA Y SEGUNDA GUERRA MUNDIAL
 
Tendencias Geográficas del siglo xxi
Tendencias Geográficas del siglo xxiTendencias Geográficas del siglo xxi
Tendencias Geográficas del siglo xxi
 
Ai long forseminar1
Ai long forseminar1Ai long forseminar1
Ai long forseminar1
 
JP
JPJP
JP
 
RivieraDevPresentation
RivieraDevPresentationRivieraDevPresentation
RivieraDevPresentation
 
Tblisi town
Tblisi townTblisi town
Tblisi town
 
Computer games documentary 1
Computer games documentary 1Computer games documentary 1
Computer games documentary 1
 
Untitled Powtoon
Untitled Powtoon Untitled Powtoon
Untitled Powtoon
 
Barga Data Science lecture 1
Barga Data Science lecture 1Barga Data Science lecture 1
Barga Data Science lecture 1
 
Francesco Micali : Aperitivo digitale fm / Lo Stretto Digitale
Francesco Micali : Aperitivo digitale fm / Lo Stretto DigitaleFrancesco Micali : Aperitivo digitale fm / Lo Stretto Digitale
Francesco Micali : Aperitivo digitale fm / Lo Stretto Digitale
 
Derecho de los Animales
Derecho de los AnimalesDerecho de los Animales
Derecho de los Animales
 
Annapurna
AnnapurnaAnnapurna
Annapurna
 
Cloud Based Dev/Test Environments for .NET and SharePoint Using CloudShare
Cloud Based Dev/Test Environments for .NET and SharePoint Using CloudShareCloud Based Dev/Test Environments for .NET and SharePoint Using CloudShare
Cloud Based Dev/Test Environments for .NET and SharePoint Using CloudShare
 
GopKrishna
GopKrishnaGopKrishna
GopKrishna
 
Mobile Marketing & Service: nuove opportunità per la relazione col consumatore
Mobile Marketing & Service: nuove opportunità per la relazione col  consumatoreMobile Marketing & Service: nuove opportunità per la relazione col  consumatore
Mobile Marketing & Service: nuove opportunità per la relazione col consumatore
 
Testing and qa services
Testing and qa servicesTesting and qa services
Testing and qa services
 
Digital Lead Generation
Digital Lead GenerationDigital Lead Generation
Digital Lead Generation
 
Manifiesto
ManifiestoManifiesto
Manifiesto
 
20070328 Information Management
20070328 Information Management20070328 Information Management
20070328 Information Management
 

Similar to Indirect (dynamic) networks

Dynamic interconnection networks
Dynamic interconnection networksDynamic interconnection networks
Dynamic interconnection networks
Prasenjit Dey
 
Signal flow graph
Signal flow graphSignal flow graph
Signal flow graph
Sagar Kuntumal
 
minimisation of crosstalk in VLSI routing
minimisation of crosstalk in VLSI routingminimisation of crosstalk in VLSI routing
minimisation of crosstalk in VLSI routing
Chandrajit Pal
 
Multirate modulation
Multirate modulationMultirate modulation
Multirate modulation
Khalid Ibrahim
 
Communication Systems_B.P. Lathi and Zhi Ding (Lecture No 16-21)
Communication Systems_B.P. Lathi and Zhi Ding (Lecture No 16-21)Communication Systems_B.P. Lathi and Zhi Ding (Lecture No 16-21)
Communication Systems_B.P. Lathi and Zhi Ding (Lecture No 16-21)
Adnan Zafar
 
Lh2419001903
Lh2419001903Lh2419001903
Lh2419001903
IJERA Editor
 
analog communication and introduction of AM
analog communication and introduction of  AManalog communication and introduction of  AM
analog communication and introduction of AM
scholarnawalkishore2
 
Bca 2nd sem-u-1.4 digital logic circuits, digital component
Bca 2nd sem-u-1.4 digital logic circuits, digital componentBca 2nd sem-u-1.4 digital logic circuits, digital component
Bca 2nd sem-u-1.4 digital logic circuits, digital component
Rai University
 
A report on 2 to 1 mux using tg
A report on 2 to 1 mux using tgA report on 2 to 1 mux using tg
A report on 2 to 1 mux using tg
vijay rastogi
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
ijceronline
 
os
osos
Introduction to microwaves
Introduction to microwavesIntroduction to microwaves
Introduction to microwaves
Tapas Mondal
 
B sc cs i bo-de u-iii combitional logic circuit
B sc cs i bo-de u-iii combitional logic circuitB sc cs i bo-de u-iii combitional logic circuit
B sc cs i bo-de u-iii combitional logic circuit
Rai University
 
MIMO Evolution: Coordinated Multi Point Transmission / reception (COMP)
MIMO Evolution: Coordinated Multi Point Transmission / reception (COMP) MIMO Evolution: Coordinated Multi Point Transmission / reception (COMP)
MIMO Evolution: Coordinated Multi Point Transmission / reception (COMP)
Electronics & Communication Staff SCU Suez Canal University
 
Signal Flow Graph
Signal Flow GraphSignal Flow Graph
Signal Flow Graph
Preet_patel
 
B.sc cs-ii-u-1.4 digital logic circuits, digital component
B.sc cs-ii-u-1.4 digital logic circuits, digital componentB.sc cs-ii-u-1.4 digital logic circuits, digital component
B.sc cs-ii-u-1.4 digital logic circuits, digital component
Rai University
 
Modulation technology
Modulation technologyModulation technology
Modulation technology
Pei-Che Chang
 
PhD_seminar_final
PhD_seminar_finalPhD_seminar_final
PhD_seminar_final
Ashok Prabhu Masilamani
 
Double side band suppressed carrier AM generation
Double side band suppressed carrier AM generationDouble side band suppressed carrier AM generation
Double side band suppressed carrier AM generation
swatihalunde
 
MULTIPLE INPUT MULTIPLE OUTPUT BY SAIKIRAN PANJALA
MULTIPLE INPUT MULTIPLE OUTPUT BY SAIKIRAN PANJALAMULTIPLE INPUT MULTIPLE OUTPUT BY SAIKIRAN PANJALA
MULTIPLE INPUT MULTIPLE OUTPUT BY SAIKIRAN PANJALA
Saikiran Panjala
 

Similar to Indirect (dynamic) networks (20)

Dynamic interconnection networks
Dynamic interconnection networksDynamic interconnection networks
Dynamic interconnection networks
 
Signal flow graph
Signal flow graphSignal flow graph
Signal flow graph
 
minimisation of crosstalk in VLSI routing
minimisation of crosstalk in VLSI routingminimisation of crosstalk in VLSI routing
minimisation of crosstalk in VLSI routing
 
Multirate modulation
Multirate modulationMultirate modulation
Multirate modulation
 
Communication Systems_B.P. Lathi and Zhi Ding (Lecture No 16-21)
Communication Systems_B.P. Lathi and Zhi Ding (Lecture No 16-21)Communication Systems_B.P. Lathi and Zhi Ding (Lecture No 16-21)
Communication Systems_B.P. Lathi and Zhi Ding (Lecture No 16-21)
 
Lh2419001903
Lh2419001903Lh2419001903
Lh2419001903
 
analog communication and introduction of AM
analog communication and introduction of  AManalog communication and introduction of  AM
analog communication and introduction of AM
 
Bca 2nd sem-u-1.4 digital logic circuits, digital component
Bca 2nd sem-u-1.4 digital logic circuits, digital componentBca 2nd sem-u-1.4 digital logic circuits, digital component
Bca 2nd sem-u-1.4 digital logic circuits, digital component
 
A report on 2 to 1 mux using tg
A report on 2 to 1 mux using tgA report on 2 to 1 mux using tg
A report on 2 to 1 mux using tg
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
os
osos
os
 
Introduction to microwaves
Introduction to microwavesIntroduction to microwaves
Introduction to microwaves
 
B sc cs i bo-de u-iii combitional logic circuit
B sc cs i bo-de u-iii combitional logic circuitB sc cs i bo-de u-iii combitional logic circuit
B sc cs i bo-de u-iii combitional logic circuit
 
MIMO Evolution: Coordinated Multi Point Transmission / reception (COMP)
MIMO Evolution: Coordinated Multi Point Transmission / reception (COMP) MIMO Evolution: Coordinated Multi Point Transmission / reception (COMP)
MIMO Evolution: Coordinated Multi Point Transmission / reception (COMP)
 
Signal Flow Graph
Signal Flow GraphSignal Flow Graph
Signal Flow Graph
 
B.sc cs-ii-u-1.4 digital logic circuits, digital component
B.sc cs-ii-u-1.4 digital logic circuits, digital componentB.sc cs-ii-u-1.4 digital logic circuits, digital component
B.sc cs-ii-u-1.4 digital logic circuits, digital component
 
Modulation technology
Modulation technologyModulation technology
Modulation technology
 
PhD_seminar_final
PhD_seminar_finalPhD_seminar_final
PhD_seminar_final
 
Double side band suppressed carrier AM generation
Double side band suppressed carrier AM generationDouble side band suppressed carrier AM generation
Double side band suppressed carrier AM generation
 
MULTIPLE INPUT MULTIPLE OUTPUT BY SAIKIRAN PANJALA
MULTIPLE INPUT MULTIPLE OUTPUT BY SAIKIRAN PANJALAMULTIPLE INPUT MULTIPLE OUTPUT BY SAIKIRAN PANJALA
MULTIPLE INPUT MULTIPLE OUTPUT BY SAIKIRAN PANJALA
 

More from Syed Zaid Irshad

Operating System.pdf
Operating System.pdfOperating System.pdf
Operating System.pdf
Syed Zaid Irshad
 
DBMS_Lab_Manual_&_Solution
DBMS_Lab_Manual_&_SolutionDBMS_Lab_Manual_&_Solution
DBMS_Lab_Manual_&_Solution
Syed Zaid Irshad
 
Data Structure and Algorithms.pptx
Data Structure and Algorithms.pptxData Structure and Algorithms.pptx
Data Structure and Algorithms.pptx
Syed Zaid Irshad
 
Design and Analysis of Algorithms.pptx
Design and Analysis of Algorithms.pptxDesign and Analysis of Algorithms.pptx
Design and Analysis of Algorithms.pptx
Syed Zaid Irshad
 
Professional Issues in Computing
Professional Issues in ComputingProfessional Issues in Computing
Professional Issues in Computing
Syed Zaid Irshad
 
Reduce course notes class xi
Reduce course notes class xiReduce course notes class xi
Reduce course notes class xi
Syed Zaid Irshad
 
Reduce course notes class xii
Reduce course notes class xiiReduce course notes class xii
Reduce course notes class xii
Syed Zaid Irshad
 
Introduction to Database
Introduction to DatabaseIntroduction to Database
Introduction to Database
Syed Zaid Irshad
 
C Language
C LanguageC Language
C Language
Syed Zaid Irshad
 
Flowchart
FlowchartFlowchart
Flowchart
Syed Zaid Irshad
 
Algorithm Pseudo
Algorithm PseudoAlgorithm Pseudo
Algorithm Pseudo
Syed Zaid Irshad
 
Computer Programming
Computer ProgrammingComputer Programming
Computer Programming
Syed Zaid Irshad
 
ICS 2nd Year Book Introduction
ICS 2nd Year Book IntroductionICS 2nd Year Book Introduction
ICS 2nd Year Book Introduction
Syed Zaid Irshad
 
Security, Copyright and the Law
Security, Copyright and the LawSecurity, Copyright and the Law
Security, Copyright and the Law
Syed Zaid Irshad
 
Computer Architecture
Computer ArchitectureComputer Architecture
Computer Architecture
Syed Zaid Irshad
 
Data Communication
Data CommunicationData Communication
Data Communication
Syed Zaid Irshad
 
Information Networks
Information NetworksInformation Networks
Information Networks
Syed Zaid Irshad
 
Basic Concept of Information Technology
Basic Concept of Information TechnologyBasic Concept of Information Technology
Basic Concept of Information Technology
Syed Zaid Irshad
 
Introduction to ICS 1st Year Book
Introduction to ICS 1st Year BookIntroduction to ICS 1st Year Book
Introduction to ICS 1st Year Book
Syed Zaid Irshad
 
Using the set operators
Using the set operatorsUsing the set operators
Using the set operators
Syed Zaid Irshad
 

More from Syed Zaid Irshad (20)

Operating System.pdf
Operating System.pdfOperating System.pdf
Operating System.pdf
 
DBMS_Lab_Manual_&_Solution
DBMS_Lab_Manual_&_SolutionDBMS_Lab_Manual_&_Solution
DBMS_Lab_Manual_&_Solution
 
Data Structure and Algorithms.pptx
Data Structure and Algorithms.pptxData Structure and Algorithms.pptx
Data Structure and Algorithms.pptx
 
Design and Analysis of Algorithms.pptx
Design and Analysis of Algorithms.pptxDesign and Analysis of Algorithms.pptx
Design and Analysis of Algorithms.pptx
 
Professional Issues in Computing
Professional Issues in ComputingProfessional Issues in Computing
Professional Issues in Computing
 
Reduce course notes class xi
Reduce course notes class xiReduce course notes class xi
Reduce course notes class xi
 
Reduce course notes class xii
Reduce course notes class xiiReduce course notes class xii
Reduce course notes class xii
 
Introduction to Database
Introduction to DatabaseIntroduction to Database
Introduction to Database
 
C Language
C LanguageC Language
C Language
 
Flowchart
FlowchartFlowchart
Flowchart
 
Algorithm Pseudo
Algorithm PseudoAlgorithm Pseudo
Algorithm Pseudo
 
Computer Programming
Computer ProgrammingComputer Programming
Computer Programming
 
ICS 2nd Year Book Introduction
ICS 2nd Year Book IntroductionICS 2nd Year Book Introduction
ICS 2nd Year Book Introduction
 
Security, Copyright and the Law
Security, Copyright and the LawSecurity, Copyright and the Law
Security, Copyright and the Law
 
Computer Architecture
Computer ArchitectureComputer Architecture
Computer Architecture
 
Data Communication
Data CommunicationData Communication
Data Communication
 
Information Networks
Information NetworksInformation Networks
Information Networks
 
Basic Concept of Information Technology
Basic Concept of Information TechnologyBasic Concept of Information Technology
Basic Concept of Information Technology
 
Introduction to ICS 1st Year Book
Introduction to ICS 1st Year BookIntroduction to ICS 1st Year Book
Introduction to ICS 1st Year Book
 
Using the set operators
Using the set operatorsUsing the set operators
Using the set operators
 

Recently uploaded

Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
mamunhossenbd75
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
IJNSA Journal
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
Dr Ramhari Poudyal
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
sachin chaurasia
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
jpsjournal1
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
Aditya Rajan Patra
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Sinan KOZAK
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
Madan Karki
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
Victor Morales
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
kandramariana6
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
mahammadsalmanmech
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
KrishnaveniKrishnara1
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
RadiNasr
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
gerogepatton
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
VICTOR MAESTRE RAMIREZ
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
NazakatAliKhoso2
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
IJECEIAES
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
IJECEIAES
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
zubairahmad848137
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
Hitesh Mohapatra
 

Recently uploaded (20)

Heat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation pptHeat Resistant Concrete Presentation ppt
Heat Resistant Concrete Presentation ppt
 
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMSA SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
A SYSTEMATIC RISK ASSESSMENT APPROACH FOR SECURING THE SMART IRRIGATION SYSTEMS
 
Literature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptxLiterature Review Basics and Understanding Reference Management.pptx
Literature Review Basics and Understanding Reference Management.pptx
 
The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.The Python for beginners. This is an advance computer language.
The Python for beginners. This is an advance computer language.
 
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECTCHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
CHINA’S GEO-ECONOMIC OUTREACH IN CENTRAL ASIAN COUNTRIES AND FUTURE PROSPECT
 
Recycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part IIIRecycled Concrete Aggregate in Construction Part III
Recycled Concrete Aggregate in Construction Part III
 
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
Optimizing Gradle Builds - Gradle DPE Tour Berlin 2024
 
spirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptxspirit beverages ppt without graphics.pptx
spirit beverages ppt without graphics.pptx
 
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressionsKuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
KuberTENes Birthday Bash Guadalajara - K8sGPT first impressions
 
132/33KV substation case study Presentation
132/33KV substation case study Presentation132/33KV substation case study Presentation
132/33KV substation case study Presentation
 
Question paper of renewable energy sources
Question paper of renewable energy sourcesQuestion paper of renewable energy sources
Question paper of renewable energy sources
 
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.pptUnit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
Unit-III-ELECTROCHEMICAL STORAGE DEVICES.ppt
 
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdfIron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
Iron and Steel Technology Roadmap - Towards more sustainable steelmaking.pdf
 
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODELDEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
DEEP LEARNING FOR SMART GRID INTRUSION DETECTION: A HYBRID CNN-LSTM-BASED MODEL
 
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student MemberIEEE Aerospace and Electronic Systems Society as a Graduate Student Member
IEEE Aerospace and Electronic Systems Society as a Graduate Student Member
 
Textile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdfTextile Chemical Processing and Dyeing.pdf
Textile Chemical Processing and Dyeing.pdf
 
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
 
Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...Advanced control scheme of doubly fed induction generator for wind turbine us...
Advanced control scheme of doubly fed induction generator for wind turbine us...
 
Casting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdfCasting-Defect-inSlab continuous casting.pdf
Casting-Defect-inSlab continuous casting.pdf
 
Generative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of contentGenerative AI leverages algorithms to create various forms of content
Generative AI leverages algorithms to create various forms of content
 

Indirect (dynamic) networks