Application programming interface: Difference between revisions
imported>Pat Palmer (non-web-based API's are platform-specific) |
Pat Palmer (talk | contribs) |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
An '''application programming interface''' (API) is the set of conventions by which a user application program written for a specific purpose communicates with software infrastructure such as the [[operating system]], [[data base management services]], [[web services]], etc. Non-web-based APIs are specific to programming languages, although there may be multiple APIs to access the same service. | An '''application programming interface''' (API) is the set of conventions by which a user application program written for a specific purpose communicates with software infrastructure such as the [[operating system]], [[data base management services]], [[web services]], etc. Non-web-based APIs are specific to programming languages, although there may be multiple APIs to access the same service. | ||
The application service presented may be by a physical computer, or an abstraction such as a [[Java virtual machine]] or a [[.NET]] [[common language runtime]]. | The application service presented may be by a physical computer, or an abstraction such as a [[Java virtual machine]] or a [[.NET Framework|.NET]] [[common language runtime]]. | ||
User applications, in this context, could serve either human or computer users. A web browser, word processor, or computer game is an application with a human interface. Alternatively, an electrical power grid manager, a missile guidance system or the control of a cardiac pacemaker is an application that serves a computer. | User applications, in this context, could serve either human or computer users. A web browser, word processor, or computer game is an application with a human interface. Alternatively, an electrical power grid manager, a missile guidance system or the control of a cardiac pacemaker is an application that serves a computer. | ||
The term "application layer", in [[Computer networking reference models]], refers to the services that support applications, not the applications themselves. APIs provide access to the top of the application layer. | The term "application layer", in [[Computer networking reference models]], refers to the services that support applications, not the applications themselves. APIs provide access to the top of the application layer.[[Category:Suggestion Bot Tag]] |
Latest revision as of 13:45, 11 August 2024
An application programming interface (API) is the set of conventions by which a user application program written for a specific purpose communicates with software infrastructure such as the operating system, data base management services, web services, etc. Non-web-based APIs are specific to programming languages, although there may be multiple APIs to access the same service.
The application service presented may be by a physical computer, or an abstraction such as a Java virtual machine or a .NET common language runtime.
User applications, in this context, could serve either human or computer users. A web browser, word processor, or computer game is an application with a human interface. Alternatively, an electrical power grid manager, a missile guidance system or the control of a cardiac pacemaker is an application that serves a computer.
The term "application layer", in Computer networking reference models, refers to the services that support applications, not the applications themselves. APIs provide access to the top of the application layer.