ICode9

精准搜索请尝试: 精确搜索
首页 > 其他分享> 文章详细

【Operating System】Asymmetric Multiprocessing vs. Symmetric Multiprocessing

2022-03-06 21:01:00  阅读:243  来源: 互联网

标签:processors Asymmetric System multiprocessing symmetric may systems asymmetric Mu


This article is reproduced from:Asymmetric Multiprocessing (tutorialspoint.com)

Asymmetric multiprocessor systems are a part of multiprocessor systems along with symmetric multiprocessor systems. Multiprocessor systems have multiple processors working in parallel that share the computer clock, memory, bus, peripheral devices etc.

Features of Asymmetric Multiprocessing

Some of the key points about asymmetric multiprocessing are explained with the help of the following diagram −

Asymmetric Multiprocessing

Here are the points −

  • All the processors are not treated equally in asymmetric multiprogramming. For example, a processor may handle only I/O related operations and another may handle only operating system code. This is in direct contrast to symmetric multiprocessing systems because there all processors are treated equally and may perform any required operation.
  • The processors in asymmetric multiprocessing may have a master slave relationship i.e. a processor may assign processes to other processors.
  • Asymmetric multiprocessing systems were the only options available before symmetric multiprocessing systems evolved. Even currently, they are a cheaper option as compared to symmetric multiprocessing systems.

Symmetric Multiprocessing vs Asymmetric Multiprocessing

Some differences between symmetric multiprocessing and asymmetric multiprocessing are illustrated as follows −

  • In symmetric multiprocessing, all processors are equal. So they can execute any type of processes as required. In asymmetric multiprocessing, the processors are inherently unequal. There may be a master slave relationship where the master processor may assign processes to other processors.
  • The processors take processes from ready queue as required in symmetric multiprocessing. There may even be separate ready queues for all the processors. In contrast, processes are assigned to processors according to specific guidelines in asymmetric processing.
  • If a processor fails in symmetric multiprocessing, its tasks are divided among the other processors and efficiency of system reduces.
  • However, this is more complicated in asymmetric computing. If a master processor fails than a slave processor is designated as master and if a slave processor fails, its tasks are divided among the other slaves.
  • All the processors in symmetric multiprocessing share similar architecture while the architecture may be different for each processor in asymmetric multiprocessing.
  • Asymmetric multiprocessing system is much easier to design and handle than symmetric multiprocessing system. This is one of the reasons it is comparatively cheaper.

标签:processors,Asymmetric,System,multiprocessing,symmetric,may,systems,asymmetric,Mu
来源: https://www.cnblogs.com/yjx-7355608/p/15973375.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有