Database - The Client-Server Database - Discussion

Discussion Forum : The Client-Server Database - General Questions (Q.No. 1)
1.
Which of the following statements is true about symmetric multiprocessing?
A single copy of the operating system resides in each processor.
Useful for situations where data must remain in memory to process.
Bottlenecks increase with uniprocessor systems because tasks are not shared.
The problems of memory contention are unlikely.
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Taiyaba said:   8 years ago
Symmetric multiprocessing (SMP) involves a multiprocessor computer hardware and software architecture where two or more identical processors are connected to a single, shared main memory, have full access to all I/O devices, and are controlled by a single operating system instance that treats all processors equally.

Tungchhit said:   1 decade ago
Because each processor has their own cache memory.

Post your comments here:

Your comments will be displayed after verification.