Levelsof Parallel Processing
Levelsof Parallel Processing
• Pipeline Processing
• Independent
• Sum(a,b)
• Mul(c,d)
Program Level
• Multiple programs at the same time
• Independent
• Balanced access
• Symmetric Muptiprocessor
Message Passing Systems
• Distributed Memory, Not Global
– Asynchronous
• Global clock is not required
• Handshaking
• Faster
Control Strategy
• Centralized
– One control system for all the components
• Decentralized
– Every component is having its own control system
Switching Technique
• Circuit Switching
– Establish the path first
– Path should remain
– Messages are transferred via path
• Packet Switching
– Message divided in to small units: Packet
– Packets are sent over the network
– Store-and-forward mechanism
Topology
• The way one unit(Processor & Memory)
communicates with other unit
• Mapping function
• Fully connected
• Ring
“Interconnection networks can be
classified as static and dynamic”
Static: Fixed
Dynamic: as per the need
Static IN
Dynamic IN(Single and Multilevel)
Dynamic IN(Crossbar Switch)
Shared Memory and IN
• Bus based
– All processors communicate via same bus
– What if all processors are trying to communicate?