Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why are standards often closed? [closed]

Tags:

standards

I understand why standards can be open while their implementations can be closed. However, I have a problem understanding the inverse. For example, the C++ standard is commercial, yet some of its implementations (e.g. gcc and clang) are open source. I believe PDF is like this as well.

More generally, would a closed standard not prohibit its broad use, which is one of the objectives of a standard? In reality, who benefits from what, and why are closed standards used?

like image 840
Vortico Avatar asked Feb 20 '13 20:02

Vortico


People also ask

What does closed standard mean?

= A closed standard is a file format, protocol or program which has wide public acceptance, but which does not comply with the requirements for a free/libre or open standard.

Why do we have open standards?

Open standards foster a broad selection of products and vendors for end users to choose from. This competition is what drives innovation. More importantly, open standards allow small and medium-sized companies to compete.

What is the meaning of open standards?

An open standard is a standard that is freely available for adoption, implementation and updates. A few famous examples of open standards are XML, SQL and HTML. Businesses within an industry share open standards because this allows them to bring huge value to both themselves and to customers.

What is the purpose of standards and guidelines?

Standards contain technical specifications or other precise criteria designed to be used consistently as a rule, guideline, or definition. They help to make life simpler and increase the reliability and the effectiveness of many of the goods and services we use.


1 Answers

In fact the C++ standard isn’t actually closed (its source is on Github …). You confuse “closed” with “published commercially”.

That’s a difference that comes stems from the unfortunate fact that maintaining and publishing standards documents simply costs money, and organisations such as ISO want to get paid for doing (part of) this work.

The situation is very similar to patent offices, and even more so to publishing in research: almost all research is open – for about any definition of the word – yet the publications are more often than not hidden behind paywalls, because the publishing houses pursue a business model that is paid per view (in addition to some upfront fee paid by the researchers).

On a personal note, I believe that this is a perverse situation that is an ugly anachronistic hold-over from a time before Internet when publishing a manuscript actually cost money. I’ve got some more things to say on this topic but the moderators would censor them. ;-)

like image 158
Konrad Rudolph Avatar answered Sep 22 '22 05:09

Konrad Rudolph