Anonymous

What are the types of multiprocessor?

1

1 Answers

El Lly Profile
El Lly answered

Hello,

A multiprocessor is a type of computer or computation device that involves more than one CPU (central processing unit). Hence it's title 'multiprocessor', since it has multiple abilities to process, from varying central units. 

There are two types of multiprocessors, and these are as followed:

  • Master-Slave multiprocessors
This is a format that involves 1 CPU being the master CPU whilst the others are slaves. This is a simple run system since it contains a set list of priorities that serves to track all processes. The genius lies in the fact that no CPU is ever idle since it is constantly being assigned tasks, meaning that there is no danger of overloading one CPU while another remains unused. This is a highly efficient delegation of processing.

  • Symmetric multiprocessors

This processor solves the problems of the former. That being that a Master-slave system is effective for smaller processors but not larger ones, since it can burn out the Master CPU if too many slaves are dependant on it. The symmetric multiprocessor is focused largely on balance of dynamics. It has no master so it's CPU simply answers to the delegation of it's orders. This is the more common type of processors in current systems.

I hope this answers your question.

Answer Question

Anonymous