Yankee Group Survey Says Windows, Linux TCO Equal
prostoalex writes "A new survey by Yankee Group analyst Laura DiDio shows Windows and Linux are viewed as equal by U.S. businesses. In the eternal OS wars, '88 percent of respondents said that the quality, performance and reliability of Windows was equal to or better than Linux.' Companies were also asked to rank the operating systems on security. On a scale of 1 to 10 'companies rated Microsoft's security at 7.6, double the rating in a similar survey conducted last year. Linux's rating was mostly the same at 8.3.' Conclusion? 'DiDio said that most companies -- whether large or small -- rarely take the huge step of replacing one operating system with another. Instead, they usually add a mix of Windows and Linux server software to expand functionality.' Microsoft used last year's Yankee Group survey results in their Get the facts campaign."
The survey needs to take into account what OS the respondents are currently using, that's the single most important factor.
You don't use an OS that you don't like, and if that's not true (e.g. you're forced to use a pre-installed OS), then you probably wouldn't know any better alternative if you've been using only one OS.
If a Linux-only user said Windows is better, or vice versa, what does that mean? How does he come to this conclusion? The most credible answers should be from Multi-OS users.
I'm not saying this study is inaccurate, but there are simly too many things to consider, and this may well lead to a simple conclusion - software choice is more on personal preference than anything else.
Rock that crushes, Paper & Scissors that don't matter.
'88 percent of respondents said that the quality, performance and reliability of Windows was equal to or better than Linux.' Companies were also asked to rank the operating systems on security. On a scale of 1 to 10 'companies rated Microsoft's security at 7.6, double the rating in a similar survey conducted last year. Linux's rating was mostly the same at 8.3.'
Notice, it doesn't say security professionals for security, it doesn't say economists for TCO, it says companies. I'm sorry, but the first thing to enter my mind in this situation is a "Pointy Haired Boss" filling these things out. It's basically an opinion survey, pointless in anything but spreading FUD.
From the Article: "Server operating systems are largely commoditized," DiDio said, adding that many companies were not tracking their operating costs closely enough to base their decisions on total cost of ownership, or TCO, the main cost metric when comparing Linux and Windows.
So, they ask the bosses "What is the TCO for Windows-based servers?"
"I don't know"
Then, they ask the bosses "What is the TCO for Linux-based servers?"
"I don't know"
Since "I don't know" equals "I don't know", the conclusion is that the operating systems have equal TCOs, at least in the eyes of the business managers.
Does she have credibility? About as much as Ken Brown ("A swedish student named Linux Torvald copied Linus from Minux which his professor Tannenbaum copied from Unix"), Rob PretEnderle (the one with the Ferrari Notebook that makes Vroom Vroom noises) and Maureen O' Gara (Linux is completely stolen from SCO) together. Minus infinity + Minus infinity + Minus infinity = Minus Infinity.
We didn't always think of her as a 'whatever'. She had to work hard to earn her reputation.
Some readers may not be familiar with her work since SCO has pretty much fallen off the pages of Slashdot. Those of us who frequent www.Groklaw.net are quite familiar with her. Her 'reportage' on the SCO story has been so slanted and devoid of reality that some of us wonder if she's from the same planet we are. To put this in context: Groklaw is Pamela Jones' blog. Pamela will delete a post if she thinks the poster was even thinking rude thoughts. Pamela is really really polite. Pamela was once reduced to calling this lady Didiot. You really have to be something to get Pamela that riled!
I don't see how this survey can be considered FUD. They aren't saying anything either is better or worse than the other. They simply relay feelings of their respondants.
The whole point of this of course isn't to compare the platforms or make a suggestion on which is better, it just conveys the feelings of their respondants.
Should this be used as a basis for a decision for what to use? Of course not!!! Is this an interesting insight into the current thinking of corporate IT departments? Yes.
It isn't FUD and isn't pointless, but if you take any of this as FACT, thats your mistake. This is simply an interesting look at current thinking. If this thinking is correct or not isn't the point. Its like saying a poll finding 80% of people are against the war in Iraq is FUD. That poll wouldn't wouldn't mean we should or shouldn't be there (as the respondants may not really be qualified to know), it would just give an interesting view of what people are thinking.
Read this article as such.
"reality has a well-known liberal bias" - Steven Colbert
In fact, her position has often been more anti-Linux than pro-Microsoft. This is the same Laura Didio that signed the SCO NDA back in 2003 and came back to report:
"The courts are going to ultimately have to prove this, but based on what I'm seeing ... I think there is a basis that SCO has a credible case," and "This is not a nuisance case."
...the study says 88% said windows was equal or better - but how many said it was better versus equal?
A quick guess -
1% preferred Windows, rather than an office in the middle of the building with no natural light.
87% didn't really understand the question or were afraid to show they didn't know, and said they were equal.
12% said Linux was better.
Windows never had Mandatory Access Controls. And never had. NT didn't have it.
Unix and Windows use what is called 'Descresionary Access Controls', or DAC.
What your talking about is, probably, ACL. Access Control Lists.
ACLS are normal, Windows has ACLs so does Linux.
What you mean are extended ACLs. Windows NT had support for Extended Access Control Lists. Which goes beyond the model created for Unix which is:
user, group, everybody else (world)...
read, write, execute.
EACLs are NOT MANDATORY ACCESS CONTROLS. Mandatory access controls are something else completely and is not based on your username or what groups your user belongs to. Windows simulates certain role based authentaction, but it's not realy MAC.
MAC in SELinux are also RBAC. It allows a framework to be developed so that you can have a truly 'trusted linux' setup and is used in addition to the normal DAC that is used in Windows and Linux already.
NT does not, nor ever had, MAC.