DIFFERENCE BETWEEN ASYMMETRIC AND SYMMETRIC MULTIPROCESSING
Difference Between Symmetric and Asymmetric Multiprocessing September 22, 2016 2 Comments There are two types of multiprocessing, Symmetric Multiprocessing and Asymmetric Multiprocessing. Multiprocessing system has more than one processor and they can execute multiple process simultaneously. In Symmetric Multiprocessing, processors shares the same memory. In Asymmetric Multiprocessing there is a one master processor that controls the data structure of the system. The primary difference between Symmetric and Asymmetric Multiprocessing is that in Symmetric Multiprocessing all the processor in the system run tasks in OS. But, in Asymmetric Multiprocessing only the master processor run task in OS. You can differentiate Symmetric Multiprocessor and Asymmetric Multiprocessor on some other points they are discussed in the comparison chart shown below. Content: Symmetric Vs Asymmetric Multiprocessing Comparison Chart Definition Key Differences ...