Software costs A LOT of money

In summary, most businesses shell out thousands of dollars of software when a free, open source variant does 90% of the licensed, payed for software.
  • #1
Futurama
17
0
It really frustrates me when I see my high school spending thousands of dollars every year on Antivirus software, Microsoft Office licenses, Microsoft Windows' keys, and other products such as Adobe Photoshop. As a heavy Windows and Linux user, I can safely say my experiences with both Operating Systems have been quite happy. That being said, I do not understand why so many businesses and schools feel the need to spend thousands of dollars on software when you can replicate that experience with free, open source software. Linux is very different to what it used to be a decade ago. Ubuntu Linux is now as user-friendly as Windows is; so why pay?

If Linux can run ~90% of all Windows programs with WINE, have virtually no need for its own Antivirus (just to protect non-UNIX based OS's), have a faster file system format with a slower fragmentation-rate, and support older hardware, why is Windows still the dominant OS?

It simply appears that Windows is easier to develop software on, and the fact that there are hundreds of millions of more customers and how most Linux users support free software than paid software can severely discourage talented developers wishing to make a living.

Also because there are a gazillion other Linux variants out there it seems to hurt itself.

Should I talk to the school board and suggest this? I really feel like my school is wasting money.

Am I simply ignorant and am missing valid points about the advantages of a Windows world?

I recently convinced several of my friends, family, and my girlfriend to try OpenOffice and Google Docs. They seem very pleased with it and are quite surprised at how feature rich these two /free/ alternatives are. Also, my own computer-illiterate Mother tried Ubuntu out and is really loving how fast it is on her old laptop.

The only thing I am keeping Windows for are my games.
 
Computer science news on Phys.org
  • #2
The problem is that the business world is (still) running Windows and professional software. So you'd better know how to use them if you want to work. I'm guessing that's why your school pays for them, to prepare students for the real world.

And the no need for anti-virus thing only works because Linux does not have a large following (relatively). If Linux were running 90% of computers, it would be overrun by viruses as well.
 
  • #3
caffenta said:
The problem is that the business world is (still) running Windows and professional software. So you'd better know how to use them if you want to work. I'm guessing that's why your school pays for them, to prepare students for the real world.

And the no need for anti-virus thing only works because Linux does not have a large following (relatively). If Linux were running 90% of computers, it would be overrun by viruses as well.

That's a common misconception. Linux powers 99% of all servers. So if a hacking group wanted to take down a large portion of the World's websites they would develop it for Linux. Fortunately Linux is much more secure than Windows in that is a Permission-based operating system and requires the User's permission to run everything. Linux viruses do exist, but they cannot do the harm as a Windows-based virus can. Windows was developed for software and programs to run on their own and does not require a User to allow their actions.

Because Windows is the dominant Operating System in the business world, it does make sense for school computers to run it. However, my argument states the question why is that? Why do businesses shell out thousands of dollars of software when a free, open source variant does 90% of the licensed, payed for software?
 
Last edited:
  • #4
Futurama said:
That's a common misconception. Linux powers 99% of all servers. So if a hacking group wanted to take down a large portion of the World's websites they would develop it for Linux.
A PC with a not-so-smart user is a much easier target. And there's lots of PCs with not-so-smart users out there.
Fortunately Linux is much more secure than Windows in that is a Permission-based operating system and requires the User's permission to run everything. Linux viruses do exist, but they cannot do the harm as a Windows-based virus can. Windows was developed for software and programs to run on their own and does not require a User to allow their actions.
Well, Windows NT and later is sort of like that too. The problem is that most users just make themselves administrators to avoid all the warnings. It's like running Linux as root. You would not do that, but 99% of Windows users do. Windows 7 has increased the warnings, even for administrators, but users turn that off because it's annoying. I'm not saying Windows is better than Linux, but you have to consider the user base.
Why do businesses shell out thousands of dollars of software when a free, open source variant does 90% of the licensed, payed for software?
Because businesses want software with support, not some uncontrollable free software written by thousands of people online. They have the money. They'd rather spend it than deal with the issues. And businesses who just use GPL-licensed software without contributing are not really viewed kindly by the open-source community.
 
  • #5
Futurama said:
Why do businesses shell out thousands of dollars of software when a free, open source variant does 90% of the licensed, payed for software?
Open Office is nice for personal use, and free is good. Unfortunately, businesses want software packages that are not only compatible with their installed base, but also their clients' installed base. It's not enough to claim "I can open every file that Microsoft Office can produce." If you own a business, you want to be able to tell a client that you can interface with their documents and data products with all the functionality that their own software can replicate.

Apple screwed themselves by not designing their OS's with backward compatibility. That lack of backward compatibility ensured Windows' dominance, while bloating the Windows OS's and slowing their clients' computers. Everything comes with a cost.

Linux comes with a cost, too.
 
  • #6
Futurama said:
Linux powers 99% of all servers.
I would like to see where you got these stats.

So if a hacking group wanted to take down a large portion of the World's websites they would develop it for Linux.

Not necessarily. A sever is usually just a single computer, maybe a couple computers in a cluster at most. If I were to develop a virus to target a specific company, I would develop the virus to run on whatever OS the majority of the machines in the building are running. You take out a sever, you take out a small number of machines that can usually be restored because they are backed up often. You take out a large number of machines, the company has a little bit bigger mess on their hands.

Fortunately Linux is much more secure than Windows in that is a Permission-based operating system and requires the User's permission to run everything.
Windows does this too, UAC along with confirmations when executing different file types.

Linux viruses do exist, but they cannot do the harm as a Windows-based virus can.
That's a pretty subjective statement there... Given the right tools Linux can be hacked, and very devastating viruses can be developed for an open source platform.

Windows was developed for software and programs to run on their own and does not require a User to allow their actions.

UAC.

Because Windows is the dominant Operating System in the business world, it does make sense for school computers to run it. However, my argument states the question why is that? Why do businesses shell out thousands of dollars of software when a free, open source variant does 90% of the licensed, payed for software?

Because corporations like to pay for things. It gives them a sense of security.
 
  • #7
caffenta said:
Windows 7 has increased the warnings, even for administrators, but users turn that off because it's annoying. .

I've run Linux a bit before, it prompts you for your password whenever you want to do something, if I had stuck with it long enough to figure out how to turn it off, I would have.
 
  • #8
KrisOhn said:
I've run Linux a bit before, it prompts you for your password whenever you want to do something, if I had stuck with it long enough to figure out how to turn it off, I would have.

Run it as root. No more warnings. "rm -r /*" will work without a warning. That'll be the last thing that will, though. :wink:
 
  • #9
caffenta said:
Run it as root. No more warnings. "rm -r /*" will work without a warning. That'll be the last thing that will, though. :wink:

I see and hahaha, I'll make sure not to test that command ha
 
  • #10
KrisOhn said:
I see and hahaha, I'll make sure not to test that command ha

Actually, I think you should run "rm -rf /*". Otherwise, you might get warnings for read-only files. :biggrin:
 
  • #11
caffenta said:
Actually, I think you should run "rm -rf /*". Otherwise, you might get warnings for read-only files. :biggrin:

Ahh yes, much safer :rolleyes:
 
  • #12
Linux is more secure than Windows: http://www.linux.com/news/software/applications/8261-note-to-new-linux-users-no-antivirus-needed
 
  • #13
Hackers are driven by market demand.
 
  • #14
Futurama said:
Linux is more secure than Windows: http://www.linux.com/news/software/applications/8261-note-to-new-linux-users-no-antivirus-needed
And I bet there is an article on windows.com that claims Windows is more secure than Linux. :smile:

Cue the Windows 3.1 startup sound: Tada... http://www.windows7news.com/2009/04/14/microsoft-claim-windows-7-will-be-more-secure-than-linux-and-leopard/

No one denies that all the UNIX-flavored OSes are very solid, Linux included, but you should really consider your sources.
 
Last edited by a moderator:
  • #15
Chronos said:
Hackers are driven by market demand.

The hackers I'm familiar with are driven by curiosity.

Hackers being driven by market demand... I can only see that happening if it was their job.
 
  • #16
See China, India, ...
 
  • #17
Software is expensive because it costs a great deal of money to develop. Bad software is even more expensive because it drives people out of business - both developers and users. The end result is cheap software is simply unaffordable.
 
  • #18
Site-licensed or large-volume (and especially educationally site-licensed large-volume) is often nowhere near as expensive as the price-tag you see on the single-user retail package.

When you have in the neighbourhood of a few hundred licenses, the installation / authorization / licensing also usually becomes quite a bit easier and more flexible...
 
  • #19
I too started using ubuntu (tried mint too) and I find them very user-friendly. Of course you need to know few commands here and there but they are easy to find. Security: Linux based systems are much more secure not only because they are not-so-popular among not-so-smart users but the way we run programs are different from windows. Of course windows is really good but it is really really expensive. Gimp for photoshop, open office for ms office etc. Same stuff Free of Cost!
 
  • #20
If they are spending thousands of money on antivirus then i think they are fool .There are lots of antivirus free virus protection.Avast,norton,avira all are free antivirus that are valid for lifetime you just need to update them by registering.
 
  • #21
daceymathers said:
If they are spending thousands of money on antivirus then i think they are fool .There are lots of antivirus free virus protection.Avast,norton,avira all are free antivirus that are valid for lifetime you just need to update them by registering.

I recommend you read the terms and conditions on those free products - they specifically say something like "this is for personal use only".
 
  • #22
Futurama said:
That's a common misconception. Linux powers 99% of all servers.

So what? Linux could run every server on the planet, but if the majority personal computers and business computers are running Windows and Office, it serves absolutely no purpose teaching students Linux software.

The fact is, the majority of computers run a Windows OS and software designed for it (Office being the big one). This is especially true for businesses. To teach a student how to use a free Linux equivalent is all well and good to save a bit of money, but when they are then dumped on the job market with limited to no ability to use Microsoft products they are effectively useless to an employer.

Schools need to prepare students for the real world and jobs they will be doing. Unless businesses start switching to the free alternatives, there is no demand to teach them it. It would be a waste of time teaching a student physics when the only jobs available are in IT.
 

1. Why is software so expensive?

Software can be expensive because it requires a significant amount of resources and expertise to develop and maintain. This includes the cost of hiring skilled programmers, designers, and project managers, as well as the cost of hardware, software licenses, and other necessary tools. Additionally, the complexity and functionality of software can also impact its cost.

2. How do companies determine the cost of software?

The cost of software is typically determined by evaluating the time, effort, and resources needed to develop and support the software. This includes factors such as the complexity of the project, the number of features and functionalities, and the target audience. Companies may also consider market demand, competition, and potential return on investment when setting the price for their software.

3. Can't software be made cheaper?

While there are ways to reduce the cost of software development, such as using open-source software or outsourcing to lower-cost countries, these options may not always be feasible or result in a high-quality product. Additionally, cutting corners or compromising on quality can lead to more significant expenses in the long run, such as maintenance and bug fixes.

4. Why do some software companies offer free services?

Some software companies may offer free services as a marketing strategy to attract users and build a customer base. They may also have other sources of revenue, such as advertisements or partnerships, to support their free services. Additionally, open-source software is often developed and maintained by a community of volunteers who are passionate about the project and do not expect payment for their contributions.

5. Is it worth investing in expensive software?

The answer to this question depends on the specific needs and goals of the individual or company. In some cases, investing in expensive software can lead to significant benefits and cost savings in the long run, such as increased efficiency and productivity. However, it is essential to carefully evaluate the cost and potential return on investment before making a purchasing decision.

Similar threads

Replies
35
Views
6K
  • Computing and Technology
Replies
20
Views
2K
  • Computing and Technology
4
Replies
123
Views
15K
Replies
60
Views
9K
  • Computing and Technology
Replies
25
Views
3K
  • Computing and Technology
2
Replies
39
Views
4K
  • Computing and Technology
Replies
12
Views
5K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
2K
  • Programming and Computer Science
Replies
16
Views
1K
  • Computing and Technology
Replies
7
Views
6K
Back
Top