Discuss difference between symmetric and asymmetric multiprocessing
Symmetric multiprocessing (SMP), in which every processor runs an identical copy of the operating system and these copies, communicate with one another as required.
Asymmetric multiprocessing, in which every processor is assigned an exact task. The master processor controls the system; the other processor looks the master.