Standards (software)
From Wikipedia, the free encyclopedia
This article or section needs copy editing for grammar, style, cohesion, tone or spelling. You can assist by editing it now. A how-to guide is available. (2007-05-01) |
This article or section is written like a personal reflection or essay and may require cleanup. Please help improve it by rewriting it in an encyclopedic style. (December 2007) |
Software standards enable software to interoperate. Many things are (somewhat) arbitrary, so the important thing is that everyone agree on what they are. Software standards are one of the unsolved problems in software engineering. There are multiple reasons behind software standards:
Safety reason for software standard to-do: Economic reason for software standard to-do: put economic reasons here
Social reason for software standard to-do: put social reasons here
Incorrect implementation of standards or specifications by multiple organizations result in a requirement for implementation specific code and special case exceptions as a necessity for cross-platform interoperability. Notable modern examples include web browser compatibility and web-services interoperability. The arbitrariness of most software concepts, which is related to historical hardware and software implementation, lack of common standards worldwide, and economic pressures.
Sometimes software standards are controlled by private corporations (the Windows GUI interface is owned by Microsoft). Sometimes software standards are controlled by open, public, or non-profit organizations (the Secure Shell 2 protocol is 'owned' by the IETF).
- Programming language syntax and semantics.
- Packet layout for Internet protocols.
- Secure Shell 2
- HTML
- ...
- Software protocols
- Client-Server interaction
- Platform