Anonymous

What Is Multiprocessor System? Can You Describe Some Advantages Of Multiprocessor Systems?

9

9 Answers

Muhammad Azhar Profile
Muhammad Azhar answered
Multiprocessing is a type of processing in which two or more processors work together to process more than one program simultaneously. It allows the system to do more work in a shorter period of time. UNIX is one of the most widely used multiprocessing systems.
Multiprocessor system is also known as parallel system or tightly-coupled system. It means that multiple processors are tied together in some manner. Generally, (he processors are in close communication with each other. They share common data structures and a common system clock.

Advantages of Multiprocessor Systems:
Some advantages of multiprocessor system are as follows:
• Reduced Cost: Multiple processors share the same resources. Separate power supply or mother board for each chip is not required. This reduces the cost.
• Increased Reliability: The reliability of system is also increased. The failure of one processor does not affect the other processors though it will slow down the machine. Several mechanisms are required to achieve increased reliability. If a processor fails, a job running on that processor also fails. The system must be able to reschedule the failed job or to alert the user that the job was not successfully completed.

• Increased Throughput: An increase in the number of processes completes the work in less time. It is important to note that doubling the number of processors does not halve the time to complete a job. It is due to the overhead in communication between processors and contention for shared resources etc.
thanked the writer.
Ray Dart
Ray Dart commented
In some parts of your answer you are confusing multitasking with multiprocessors.
Anonymous Profile
Anonymous answered
Multiprocessors system is a system in which 2 or more systems work together to do the work fast and to do multiple works .
Advantages :
1:increases the reliability
2:increases the throughput
3:reduces the cost
Scrut Inizer Profile
Scrut Inizer answered
A multiprocessor system is a computer with more than one processor. If you buy yourself a modern PC with a Dual-Core or Quad-Core CPU, you already got a multiprocessor machine.
They are used to distribute the computational load over several processing units (CPUs) to speed up processes.

Multiprocessor machines usually share the same memory so sharing data among several CPUs is quick and easy.
thanked the writer.
Anonymous
Anonymous commented
Your wrong a multiprocessor system is a system with 2 processors a duel core means 2 cores on the same dye , a multicore processor set up is alot faster then a multi core setup while a multi core set up is faster then a single
Anonymous Profile
Anonymous answered
Multi Processor Systems also known as Parallel or Tightly Coupled Systems. Those systems that contain only one processor are known as single processor system. Multi processor systems have more than one processor that's why known as multi processor systems. Some main advantages of multi processor systems are given below.

(1) As we increase the number of processors then it means that more work can be done in less time. Id more than one processor cooperates on a task then they will take less time to complete it.

(2) If we divide functions among several processors, then if one processor fails then it will not affect the system or we can say it will not halt the system, but it will affect on the work speed. Suppose I have five processors and one of them fails due to some reasons then each of the remaining four processors will share the work of failed processor. So it means that system will not fail but definitely failed processor will affect on its speed.

(3) If you pay attention on the matter of which save much money among multi processor systems and multiple single-processor systems then you will know that multiprocessor systems save more money than multiple single-processor systems. Because they can share power supplies, memory and peripherals.
Anonymous Profile
Anonymous answered
Multiprocessor system have more than one processor in close communication, sharing the computer bus the clock and sometimes memory and peripheral devices. This system are referred to as tightly coupled system.
One main advantage in such system is increased throughput.
By increasing the number of processor more work will be done in shorter period of time. They can also save money compared to multiple single system because the processor can be peripheral and power supplies.
They increase reliability it functions can be distributed properly among several processors, then the failure of one processor will not halt the system but will only slow it down...
Ronit raj  Singh Profile
Ronit raj Singh answered
Multiprocessors system is a system in which 2 or more systems work together to do the work fast and to do multiple works .
The most comman M.P sys now we use symmetric M.P sys in which each processor runs an identical copy of OS and these copies communicate one and other as needed

ADV:---
1:increases the reliability
2:increases the throughput
3:reduces the cost
ritika kaushal Profile
ritika kaushal answered
Multiprocessor is the one in which our computer has two processors and reduces the time ,we can do several work at the same time...

Answer Question

Anonymous