answersLogoWhite

0

A symmetric multiprocessing (SMP) system is one in which each processor runs an identical copy of the operating system on each processor. In an asymmetric multiprocessing, system, each processor is assigned a specific tasks. An example of this would be a master- slave relationship between one processor and “the rest”.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Describe the differences between symmetric and asymmetric multiprocessing?

use/ application


Is Pgp symmetric or asymmetric?

Asymmetric


Difference between symmetrical and assymetrical data of statistics?

Asymmetric is the opposite of symmetric


Is DES symmetric or asymmetric cryptography?

Symmetric


What is the Difference between symmetric and asymmetric design?

Symmetric means that the design of the image is balanced and both sides are equal. An asymmetric image is when the design does not repeat itself so if you fold it in half the designs will not meet in the same areas.


Is the complement of any asymmetric relation symmetric?

No, it could be another asymmetric relation.


Does Red Hat Linux support symmetric multiprocessing?

Yes.


Symmetric multiprocessing is a input or output device?

Symmetic multiprocessing is about having multiple CPUs. It is an architecture or design rather than a device.


Is the F distribution a symmetric distribution?

No.It is asymmetric.


Difference between symmetric and asymmetric key cryptography?

Symmetric cryptography uses the same secret (private) key to encrypt and decrypt its data whereas asymmetric uses both a public and private key. Symmetric requires that the secret key be known by the party encrypting the data and the party decrypting the data. Asymmetric allows for distribution of your public key to anyone with which they can encrypt the data they want to send securely and then it can only be decoded by the person having the private key. This eliminates the need of having to give someone the secret key (as with symmetric encryption) and risk having it compromised. The issue with asymmetric is that it is about 1000 times slower than symmetric encryption which makes it impractical when trying to encrypt large amounts of data. Also to get the same security strength as symmetric, asymmetric must use strong a stronger key than symmetric. If you do a quick search on the differences between symmetric and asymmetric you can find many more explanations. This just a quick overview.


What type of symetry does a sponge have?

A sponge is not symmetric, therefore is referred to as asymmetric.


What is difference between symmetric and asymmetric nuclear matter?

Asymmetric multiprocessing - In asymmetric multiprocessing (ASMP), the operating system typically sets aside one or more processors for its exclusive use. The remainder of the processors run user applications. As a result, the single processor running the operating system can fall behind the processors running user applications. This forces the applications to wait while the operating system catches up, which reduces the overall throughput of the system. In the ASMP model, if the processor that fails is an operating system processor, the whole computer can go down. Symmetric mMultiprocessing - Symmetric multiprocessing (SMP) technology is used to get higher levels of performance. In symmetric multiprocessing, any processor can run any type of thread. The processors communicate with each other through shared memory. SMP systems provide better load-balancing and fault tolerance. Because the operating system threads can run on any processor, the chance of hitting a CPU bottleneck is greatly reduced. All processors are allowed to run a mixture of application and operating system code. A processor failure in the SMP model only reduces the computing capacity of the system. SMP systems are inherently more complex than ASMP systems. A tremendous amount of coordination must take place within the operating system to keep everything synchronized. For this reason, SMP systems are usually designed and written from the ground up