Respuesta :
Each processor is self-scheduling. All processes in common ready queue, or each has its own private queue of ready processes. Symmetric multiprocessing, refers to a multiprocessor computer hardware and software architecture in which two or more identical processors are linked to a single, shared main memory.
What is shared-memory multiprocessing (SMP)?
Symmetric multiprocessing, also known as shared-memory multiprocessing (SMP), is a multiprocessor computer architecture in which two or more identical processors are linked to a single, shared main memory, have complete access to all input and output devices, and are managed by a single operating system instance that treats all processors equally and does not reserve any for special purposes. In today's multiprocessor systems, SMP design is the norm. With multi-core CPUs, each core is treated as an independent processor under the SMP architecture.
Know more about shared-memory multiprocessing with the help of the given link:
https://brainly.com/question/14081253
#SPJ4