Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Interoperability
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Commerce and industries == === Information technology and computers === ====Desktop==== {{Unreferenced section|date=March 2019}} Desktop interoperability is a subset of software interoperability. In the early days, the focus of interoperability was to integrate web applications with other web applications. Over time, open-system containers were developed to create a virtual desktop environment in which these applications could be registered and then communicate with each other using simple [[publish–subscribe pattern]]s. Rudimentary UI capabilities were also supported allowing windows to be grouped with other windows. Today, desktop interoperability has evolved into full-service platforms which include container support, basic exchange between web and web, but also native support for other application types and advanced window management. The very latest interop platforms also include application services such as universal search, notifications, user permissions and preferences, 3rd party application connectors and language adapters for in-house applications. ====Information search==== Search interoperability refers to the ability of two or more information collections to be searched by a single query.<ref>[https://ejournals.bc.edu/index.php/ital/article/view/4520 Open Search Environments: The Free Alternative to Commercial Search Services]</ref> Specifically related to web-based search, the challenge of interoperability stems from the fact designers of web resources typically have little or no need to concern themselves with exchanging information with other web resources. [[Federated Search]] technology, which does not place format requirements on the data owner, has emerged as one solution to search interoperability challenges. In addition, standards, such as [[Open Archives Initiative Protocol for Metadata Harvesting]], [[Resource Description Framework]], and [[SPARQL]], have emerged that also help address the issue of search interoperability related to web resources. Such standards also address broader topics of interoperability, such as allowing data mining. ==== Software ==== {{Main|Language interoperability|Semantic interoperability}} [[Image:Interoperable software.png|250px|thumb|Interoperability: playing the two role network game, when one of the player clients (top left) runs under [[Sun Microsystems]] and another under [[GNU Classpath]] with [[JamVM]]. The applications execute the same [[bytecode]] and interoperate using the standard [[RMI-IIOP]] messages for communication.]] With respect to [[software]], the term ''interoperability'' is used to describe the capability of different programs to exchange data via a common set of exchange formats, to read and write the same [[file format]]s, and to use the same [[communication protocol]]s.{{efn|The ability to execute the same [[executable|binary code]] on different [[Central processing unit|processor]] platforms is ''not'' contemplated by the definition of interoperability.}} The lack of interoperability can be a consequence of a lack of attention to [[standardization]] during the design of a program. Indeed, interoperability is not taken for granted in the non-standards-based portion of the computing world.<ref>{{Cite book|title=The Official Guide to the SSCP Book|last=Gordon and Hernandez|publisher=SYBEX|isbn=978-1119278634|date=2016-05-16}}</ref> According to ISO/IEC 2382-01, ''Information Technology Vocabulary, Fundamental Terms'', interoperability is defined as follows: "The capability to communicate, execute programs, or transfer data among various functional units in a manner that requires the user to have little or no knowledge of the unique characteristics of those units".<ref>{{cite web|url=http://jtc1sc36.org/doc/36N0646.pdf|title=Proposed Draft Technical Report for: ISO/IEC xxxxx, Information technology -- Learning, education, and training -- Management and delivery -- Specification and use of extensions and profiles|author=SC36 Secretariat|date=2003-11-13|publisher=ISO/IEC JTC1 SC36|archive-url=https://web.archive.org/web/20071129034634/http://old.jtc1sc36.org/doc/36N0646.pdf|archive-date=2007-11-29|url-status=dead|access-date=12 August 2016}}</ref>{{efn|The definition is somewhat ambiguous because the ''user'' of a program can be another program and, if the latter is a portion of the set of programs that is required to be interoperable, it might well be that it does need to have knowledge of the characteristics of other units.}} [[Standards-developing organization]]s provide open public software specifications to facilitate interoperability; examples include the [[Oasis-Open]] organization and [[buildingSMART]] (formerly the International Alliance for Interoperability). Another example of a neutral party is the [[Request for Comments|RFC]] documents from the [[Internet Engineering Task Force]] (IETF). The Open Service for Lifecycle Collaboration<ref>{{cite web|url=http://open-services.net/|title=Open Services for Lifecycle Collaboration|access-date=12 August 2016}}</ref> community is working on finding a common standard in order that software tools can share and exchange data e.g. bugs, tasks, requirements etc. The final goal is to agree on an open standard for interoperability of open source [[application lifecycle management]] tools.<ref>{{cite web|url=http://www.slideshare.net/olberger/presentation-icssea2011|title=OSLC (Open Services for Lifecycle Collaboration): open standard for i…|date=30 November 2011|access-date=12 August 2016}}</ref> Java is an example of an interoperable programming language that allows for programs to be [[Write once, run anywhere|written once and run anywhere]] with a [[Java virtual machine]]. A program in Java, so long as it does not use system-specific functionality, will maintain interoperability with all systems that have a Java virtual machine available. Applications will maintain compatibility because, while the implementation is different, the underlying language interfaces are the same.<ref>{{Cite book|url=https://www.safaribooksonline.com/library/view/clojure-programming/9781449310387/ch09.html|title=9. Java and JVM Interoperability [Book]|language=en}}</ref> ===== Achieving software ===== Software interoperability is achieved through five interrelated ways:{{cn|date=June 2023}} # Product testing #: Products produced to a common standard, or to a sub-profile thereof, depend on the clarity of the standards, but there may be discrepancies in their implementations that system or unit testing may not uncover. This requires that systems formally be tested in a production scenario – as they will be finally implemented – to ensure they actually will intercommunicate as advertised, i.e. they are interoperable. Interoperable product testing is different from conformance-based product testing as conformance to a standard does not necessarily engender interoperability with another product which is also tested for conformance. # Product engineering #: Implements the common standard, or a sub-profile thereof, as defined by the industry and community partnerships with the specific intention of achieving interoperability with other software implementations also following the same standard or sub-profile thereof. # Industry and community partnership #: Industry and community partnerships, either domestic or international, sponsor standard workgroups with the purpose of defining a common standard that may be used to allow software systems to intercommunicate for a defined purpose. At times an industry or community will sub-profile an existing standard produced by another organization to reduce options and thus make interoperability more achievable for implementations. # Common technology and intellectual property #: The use of a common technology or [[intellectual property]] may speed up and reduce the complexity of interoperability by reducing variability between components from different sets of separately developed software products and thus allowing them to intercommunicate more readily. This technique has some of the same technical results as using a common vendor product to produce interoperability. The common technology can come through third-party libraries or open-source developments. # Standard implementation #: Software interoperability requires a common agreement that is normally arrived at via an industrial, national or international [[standardisation|standard]]. Each of these has an important role in reducing variability in intercommunication software and enhancing a common understanding of the end goal to be achieved. ==== Unified interoperability ==== {{excerpt|Unified interoperability}} ===Market dominance and power === {{unreferenced section|date=November 2023}} Interoperability tends to be regarded as an issue for experts and its implications for daily living are sometimes underrated. The [[European Union Microsoft competition case]] shows how interoperability concerns important questions of power relationships. In 2004, the European Commission found that Microsoft had abused its market power by deliberately restricting interoperability between Windows work group servers and non-Microsoft work group servers. By doing so, Microsoft was able to protect its dominant market position for work group server operating systems, the heart of corporate IT networks. Microsoft was ordered to disclose complete and accurate interface documentation, which could enable rival vendors to compete on an equal footing (''the interoperability remedy''). Interoperability has also surfaced in the [[software patent debate]] in the [[European Parliament]] (June–July 2005). Critics claim that because patents on techniques required for interoperability are kept under RAND (reasonable and non-discriminatory licensing) conditions, customers will have to pay license fees twice: once for the product and, in the appropriate case, once for the patent-protected program the product uses. ===Business processes=== Interoperability is often more of an organizational issue. Interoperability can have a significant impact on the organizations concerned, raising issues of ownership (do people want to share their data? or are they dealing with [[information silo]]s?), labor relations (are people prepared to undergo training?) and usability. In this context, a more apt definition is captured in the term ''[[business process interoperability]]''. Interoperability can have important [[economic]] consequences; for example, research has estimated the cost of inadequate interoperability in the US capital facilities industry to be $15.8 billion a year.<ref>{{cite report|author1=MP Gallaher|author2=AC O’Connor|author3=JL Dettbarn, Jr.|author4=LT Gilday|date=August 2004|title=Cost Analysis of Inadequate Interoperability in the U.S. Capital Facilities Industry|url=http://nvlpubs.nist.gov/nistpubs/gcr/2004/NIST.GCR.04-867.pdf|publisher=National Institute of Standards and Technology|page=iv|access-date=2012-04-19|archive-url=https://web.archive.org/web/20160204225252/http://nvlpubs.nist.gov/nistpubs/gcr/2004/NIST.GCR.04-867.pdf|archive-date=2016-02-04|url-status=dead}}</ref> If competitors' products are not interoperable (due to causes such as [[patent]]s, [[trade secret]]s or [[Coordination failure (economics)|coordination failures]]), the result may well be [[monopoly]] or [[market failure]]. For this reason, it may be prudent for user communities or governments to take steps to encourage interoperability in various situations. At least 30 international bodies and countries have implemented [[eGovernment]]-based interoperability framework initiatives called [[e-GIF]] while in the US there is the [[NIEM]] initiative.<ref>{{cite web |url=https://lists.oasis-open.org/archives/tgf/201101/pdf00010.pdf |archive-url=https://ghostarchive.org/archive/20221009/https://lists.oasis-open.org/archives/tgf/201101/pdf00010.pdf |archive-date=2022-10-09 |url-status=live |title=e-Government Interoperability A comparative analysis of 30 countries |publisher=CS Transform |year=2010 |access-date=21 January 2016}}</ref> ===Medical industry=== The need for ''[[plug-and-play]]'' interoperability – the ability to take a medical device out of its box and easily make it work with one's other devices – has attracted great attention from both healthcare providers and industry.<ref>[https://web.archive.org/web/20070912061034/http://www.cimit.org/orfuture.html CIMIT - Center for Integration of Medicine and Innovative Technology - the MD PnP Program on Medical Device Interoperability]</ref> Increasingly, medical devices like incubators and imaging systems feature software that integrates at the point of care and with electronic systems, such as electronic medical records. At the 2016 Regulatory Affairs Professionals Society (RAPS) meeting, experts in the field like Angela N. Johnson with GE Healthcare and Jeff Shuren of the United States Food and Drug Administration provided practical seminars on how companies developing new medical devices, and hospitals installing them, can work more effectively to align interoperable software systems.<ref>{{cite web|url=http://www.assurx.com/raps-preview-fda-cdrh-director-shuren-talks-priorities/ |title= RAPS Preview: FDA CDRH Director Shuren Talks Priorities |date= September 19, 2016 |access-date= April 8, 2017}}</ref> === Railways === {{anchor| Railways}} Railways have greater or lesser interoperability depending on conforming to standards of [[Track gauge|gauge]], [[Railway coupling|couplings]], [[brake (railway)|brakes]], [[Railway signal|signalling]], [[loading gauge]], and [[structure gauge]] to mention a few parameters. For passenger rail service, different [[railway platform height]] and [[platform gap|width clearance]] standards may also affect interoperability.{{cn|date=June 2023}} North American freight and intercity passenger railroads are highly interoperable, but systems in Europe, Asia, Africa, Central and South America, and Australia are much less so. The parameter most difficult to overcome (at reasonable cost) is incompatibility of gauge, though [[variable gauge]] axle systems are increasingly used.{{cn|date=June 2023}} === Telecommunications === In [[telecommunications]], the term can be defined as: #The ability to provide services to and accept services from other systems, and to use the services exchanged to enable them to operate effectively together. [[ITU-T]] provides standards for international telecommunications. #The condition achieved among [[communications-electronics]] systems or items of communications-electronics equipment when [[information]] or services can be exchanged directly and satisfactorily between them or their users. The degree of interoperability should be defined when referring to specific cases.<ref>{{FS1037C MS188}}</ref><ref>{{DODDIC}}</ref> In [[two-way radio]], interoperability is composed of three dimensions:{{cn|date=June 2024}} * compatible communications paths (compatible frequencies, equipment and signaling), * radio system coverage or adequate signal strength, and; * scalable capacity.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)