answersLogoWhite

0

What else can I help you with?

Related Questions

What are the devices which contain multiprocessor and multicomputers?

multiprocessor and multicomputer


What does multiprocessor free and multiprocessor kernel mean in re to OS Build Type?

In the context of operating system build types, "multiprocessor free" refers to an operating system build that does not support multiprocessor systems. This means it is designed to run on single-processor systems only. On the other hand, "multiprocessor kernel" refers to an operating system build that supports multiprocessor systems, allowing for parallel processing and improved performance by utilizing multiple processors simultaneously. The inclusion of a multiprocessor kernel enables the operating system to take advantage of the capabilities offered by multiprocessor hardware configurations.


Why do you need multiprocessor environment?

for improving the efficiency of the computer system.In multiprocessor environment , instructions can be executed parallely.


What are example of multiprocessor system?

Multiprocessor systems have gained popularity over the years as they allow the user to do more than they could with a single processor system. Xbox 360, CELL, and Sequent are examples of multiprocessor systems.


Difference between distributed system and multiprocessor system?

The difference between distributed system and multiprocessor system is whether the processing units in the system share the main memory. If yes, then the system is multiprocessor system; otherwise, it's a distributed system.


When was Transactional Synchronization Extensions created?

Transactional Synchronization Extensions was created in 2012.


What system have more than one physical CPU?

Multiprocessor


Why current is not concidered while synchronization?

current is load dependent,after synchronization only current will flow


What are examples of synchronization?

SONET


Explain why interrupts are not appropriate for implementing synchronization?

Because they are completely unrelated things? Synchronization can be implemented with semaphores or mutexes.


What do you mean by synchronization in operating system?

synchronization mean arrange all process in sequence for that not occured no colusion in the system.


Explain why implementing synchronization primitives by disabling interrupts is not appropriate in a single-processor system if the synchronization primitives are to be used in user-level programs?

Interrupts are not sufficient in multiprocessor systems since disabling inter rupts only prevents other processes from executing on the processor in which inter rupts were disabled; there are no limitations on what processes could be executing on other processors and therefore the process disabling interrupts cannot guarantee mutually exclusive access to program state.