Google Plus

Proprietary Browser vs. Open Source Browser [Market Share Analysis]

Written by Ayesha .A on . Posted in opensource, Reviews

With time open source software have emerged as potential contenders to proprietary software. Unlike the traditional understanding, open source software have proven to be as capable (or even more capable) than counterpart proprietary software and have been successful in claiming substantial market share. While we occasionally analyze the browser market share, this time we decide to compare the open source and proprietary browser market share and investigate how trends are shaping up in browser market.

open source vs proprietary browser market share

The browsers we have selected to analyze are:
Microsoft’s Internet Explorer and Apple’s Safari being the prominent browsers in proprietary group while Google’s Chrome and Mozilla’s Firefox in open source camp. Other Browsers (notably Opera) have been excluded from the analysis as claiming only a very small market share that is persistently constant.
A look at the current market share for each browser (as for September 2012)

Browser Market share September 2012

We shall analyse the browser trends prevalent from January 2011 to September 2012. Now lets first have a look at the the browser market share for proprietary market share.

Proprietary browser market share

Having seen the market share for proprietary browsers, lets see individual and accumulative market share for each browser in Open source camp.

Browser Market share open source Browsers

Combining the above tables into a clearer table:

open source vs proprietary browser market share

The investigations yields the following graph:

Open source Browser vs proprietary browser market shares

Open source Browser vs proprietary browser market shares

Comparing the two browser growth relatively:

Open source Browser vs proprietary browser market shares

The graphs clearly show the trends favoring open source browsers currently. This trend is expected to continue as more and more developers continue to contribute their creativity to open source browser projects making open source browser richer in features ,faster and efficient.

For questions please refer to our Q/A forum at : http://ask.unixmen.com

  • http://www.facebook.com/aquaokama Alex Halsey

    Hopefully this will soon be the case when it comes to operating systems!

  • Deekshith Allamaneni

    How can Chrome be OpenSource? Thats completely false. It is based on the open-source Chromium but Chrome itself is not open-source.
    This is Google’s strategy to project it’s closed source browser as open-source.

    • stephen murcott

      I use Chromium 90% of the time, it certainly feels, looks and behaves like Chrome. I wonder what the difference is?

      • http://twitter.com/sinekonata manuel tondeur

        spyware…

    • SO

      The chromium browser, comprising most of Chrome’s functional code, is open source. The primary difference is branding and built-in support for non-free proprietary media such as AAC and Flash.

  • shadowguy14

    Technically Google Chrome isn’t open source, I would have said Chromium, but they’re pretty much the same thing.

  • Pan Łukasz

    Google Chrome isn’t free software in general. It has only free components, like WebKit. Therefore it is not a pride for free software community. Only Firefox and its derivatives, Konqueror, Midori etc. are free browsers.

    • Richard Hladík

      Correct me if I’m wrong, but doesn’t Konqueror use KHTML and Midori Webkit?

      • Yannis A

        It does. KHTML is open source software written for KDE. WebKit is a fork of KHTML.

      • Pan Łukasz

        I know that. I used comma between “Firefox and its derivatives” and “Konqueror, Midori, etc.” not to say, that Konqueror is a derivative of Firefox. Maybe the problem is that English is not my native language.

  • xedi

    “The graphs clearly show the trends favoring open source browsers currently”

    Especially when you start to draw the graph at the end of the proprietary browser column. Chrome and Firefox have a comfortable lead in comparison to IE and Safari, no need for deceptive graphs.

    • http://twitter.com/sinekonata manuel tondeur

      Yeah except Chrome is not open source at all, has spyware and is like the others one of the biggest corporations on earth.

  • http://www.facebook.com/daya.phiri Daya Phiri

    i use chrome best browser ever fast without unnecessary addons and automatic flash plugins and many cool features its all good it has a chrome store you personalize
    your browser too

    • http://twitter.com/sinekonata manuel tondeur

      Unnecessary add ons? What are those? Add ons that Mozilla forced you to install? Maybe you’re not using FF right.

      Automatic flash plugins? Same questions, Chrome/Chromium come with flash plugins installed too or you wouldn’t be able to watch videos or play games.

      Cool features? I’m curious, what feature does a lightweight browser like Chrome have that FF doesn’t? FF has so much more, more useful (Chrome’s are games and web apps xD) and better developed (native) add ons than any other browser.

      • Long

        I agree that Firefox is quite good for programmers. But on user perspective, IMHO, Chrome brings better experience with less time to learn the complex configurations.

        Using things right is hard. What chrome does better is that it doesn’t force a casual player to learn many things

  • Uros

    I think there is a mistake here. Google chrome is not open source. Chromium is open source.

  • Dale

    I don’t think the difference is open source or not. IE and Safari are bound to their OS and the other two are not. People begin to choose browser by themselves instead of using the default.

  • Pingback: Comparison of project-management software | Think Tank

Like us on Facebook

This week Top Posts

Write for us

Recent Comments

pigmej

|

Just one thing:

What about pep8 in your python code ? How can you give ‘tutorials’ on quite popular website, of such a bad quality ?

Amit Rai

|

I just renamed shared.xml and it logged in and created a new shared.xml.

DB Griffin

|

Larry Page is not being completely honest! The manner in which the PRISM program/project works does not need access from company administrators or owners, so called “direct access”; the access to the information is already there. These tech company CEOs take for granted the actual intelligence of most end users of their products. All it takes is a little digging and reading to go from ignorant to informed on these things especially on exactly how the internet works/functions in the U.S.A. I find Larry Page’s remarks just as laughable as Al Gore’s claim to “inventing” the internet/world wide web!

If you, as an end user, are reading this post; I challenge you to research these matters yourself. It really is quite simple with all the “information sites” that exist on the web today ie Wikipedia, & other online encyclopedias that actually list source material, as well as highly respected tech sites and blogs that also list their source material. Be warned: this is only the tip of the iceberg and these tech CEOs know and understand this; they are scrambling in attempt to perform DAMAGE CONTROL to save the company and what little trust thay have left from their products end users/consumers.

Am I a skeptic? I believe someone has to be or needs to be at this point in time! If your not just a little skeptical of the government, tech companies, and the people that are in charge of these agencies and companies; you need to be, even if just a little skeptic. For your own personal protection and security! I know I was a part of this community for over 14 years!

Anders Jackson

|

As I understand it so do VLC use same encoders as ffmpeg. And yes, there are less code that can break when you use command line instead of a graphical UI.

And may I ask what mono has to do with VLC? *facepalm*

Anders Jackson

|

Just some thoughts about Java.

OpenJDK7 are now THE Java implementation and Oracles are just one more of the reimplementations. So you should not need to install Oracles version.

And you really don’t need to remove the OpenJDK7 installation to also have Sun Java JDK 7. Just run

sudo update-java-alternatives –list

and select which java you want to have as default java of all that is installed.

And if you want to run a program with one special version, check manpage for java-wrappers how to do that.

man java-wrappers

so you can run java program rasterizer like this:

JAVA_FLAVOR=openjdk rasterizer
JAVA_ARGS=-Xmx80m rasterizer

JAVA_BINDIR=/usr/share/

etc

 
IDG Tech Network
Copyright © 2008-2013 Unixmen.com .
Maintained by Anblik .