Open architecture: Difference between revisions

Content deleted Content added
way too speculative and opinionated. We could have a Controversies section or something like that, but simply singling out a potential problem with Windows 11 without more context or other examples doesn't work. Plus, the writing is confusing and with weird capitalizations.
m pointed "Apple II" wikilink to "Apple II series" -- (disambiguation); formatting fix
Line 1:
{{Short description|Software design paradigm emphasizing ease of swapping out and modifying components}}
{{distinguish|Open-source architecture}}{{distinguish|Open platform}}
'''Open architecture''' is a type of [[computer architecture]] or [[software architecture]] intended to make adding, upgrading, and swapping components with other computers easy.<ref name="II2011">{{cite book|author=Clifton A. Ericson, II|title=Concise Encyclopedia of System Safety: Definition of Terms and Concepts |url=https://books.google.com/books?id=uousK00QAREC&pg=PA272|date=12 April 2011 |publisher=[[John Wiley & Sons]] |isbn=978-1-118-02865-0|page=272}}</ref> For example, the [[IBM PC]],<ref>{{cite web|url=https://forwardthinking.pcmag.com/pc-hardware/286065-why-the-ibm-pc-had-an-open-architecture |title=Why the IBM PC Had an Open Architecture |author=Michael J. Miller |date=August 8, 2011|work=[[pcmag.com]] |quote=''"In some ways, the most far-reaching decision made by the team that built the IBM PC was to use an open architecture, rather than one that was proprietary to IBM. That decision led to the market for add-in boards, for large numbers of third party applications, and eventually to a large number of competitors all creating "IBM-compatible" machines. [[William C. Lowe|Bill Lowe]] went to IBM's Corporate Management Committee in July 1980 to propose the project"''}}</ref> [[Amiga 500]]<ref>[https://www.tomshardware.com/reviews/history-of-computers,4518-31.html Computer History: From The Antikythera Mechanism To The Modern Era] on [[tomshardware.com]] by Aris Mpitziopoulos "''Amiga was one of the first computers with an open architecture. It had two expansion slots, one on the side and one on the bottom.''" (July 3, 2016)</ref> and [[Apple IIe]] have an open architecture supporting plug-in cards, whereas the [[Apple IIc]] computer has a '''closed architecture'''. Open architecture systems may use a standardized [[system bus]] such as [[S-100 bus|S-100]], [[Peripheral Component Interconnect|PCI]] or [[Industry Standard Architecture|ISA]] or they may incorporate a proprietary bus standard such as that used on the [[Apple II series|Apple II]], with up to a dozen slots that allow multiple hardware manufacturers to produce add-ons, and for the user to freely install them. By contrast, closed architectures, if they are expandable at all, have one or two "expansion ports" using a proprietary connector design that may require a license fee from the manufacturer, or enhancements may only be installable by technicians with specialized tools or training.
 
[[Computer platform]]s may include systems with both open and closed architectures. The [[Mac mini]] and [[Compact Macintosh]] are closed; the [[Macintosh II]] and [[Power MacintoshMac G5]] are open. Most [[Desktop computer|desktop PCPCs]]s are open architecture.
 
Similarly, an open software architecture is one in which additional software modules can be added to the basic framework provided by the architecture. Open APIs (Application Programming Interfaces) to major software products are the way in which the basic functionality of such products can be modified or extended. The [[Google APIs]] are examples. A second type of open software architecture consists of the messages that can flow between computer systems. These messages have a standard structure that can be modified or extended per agreements between the computer systems. An example is IBM's [[Distributed Data Management Architecture]].