| 1. |
Explain What Is Meant By Symmetric Multiprocessing (smp)? |
|
Answer» SYMMETRIC Multiprocessing allows any processor to do work of another processor. SMP allows multiple processors to process programs that are a part of common OS and memory. Most common example of SMP is OLTP where MANY users access the same database in a RELATIVELY SIMPLE set of transactions. SMP efficiently balances the workload of the processors. Symmetric Multiprocessing allows any processor to do work of another processor. SMP allows multiple processors to process programs that are a part of common OS and memory. Most common example of SMP is OLTP where many users access the same database in a relatively simple set of transactions. SMP efficiently balances the workload of the processors. |
|