LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-13-2006, 08:11 AM   #1
erikash
LQ Newbie
 
Registered: Sep 2005
Location: Israel
Posts: 22

Rep: Reputation: 15
linux advantages over windows....


hi guys, i'm a computer science student, and i need to make a presentation about linux advantages over windows, i've searched google and didn't find any big article which summarizes all the advantages, only small articles saying there a many many advantages... and writing just about two..

guys, i need help finding a good reliable article!

thanks in advance,
erik.

p.s - sorry for the bad english...
 
Old 01-13-2006, 08:32 AM   #2
celejar
Member
 
Registered: Oct 2003
Location: New York
Distribution: Debian Sid
Posts: 185

Rep: Reputation: 30
The very first google result for "linux vs. windows" is http://www.michaelhorowitz.com/Linux.vs.Windows.html, which seems to be pretty much what you're looking for.
 
Old 01-13-2006, 08:36 AM   #3
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
You will not find one concise article that answers this--nor will you find any two people who agree on what the answer might be.

I take it that you are doing a school research project. I don't know the depth that you need, but start simply by Googling with phrases like:
Linux advantages
Linux benefits
Linux Windows tradeoffs
Why Linux

etc.

My input, for what it is worth: Linux is attractive because:
It does not come from Microsoft (yet.... )
It is often free of cost--at least starting out
It offers freedom of choice in OS configuration
It has powerful and easily accessible utilities at the command line

A server builder or HPC cluster designer will give you different answers
 
Old 01-13-2006, 08:42 AM   #4
Ahmed
Member
 
Registered: May 2005
Location: München, Germany
Distribution: Slackware, Arch
Posts: 386

Rep: Reputation: 41
Hey there, I'll tell you all the advantages I know about:

1) SECURITY: Linux is hardly attacked by viruses, spyware, malware, etc.. I can testify to this from one year of constant Linux usage without a firewall/anti-virus.
There are currently about 70'000 Windows viruses, a few hundred of them are considered dangerous and became widespread enough to cause significant damage. There are maybe 20-40 Linux viruses, none of them are widespread and most of them were created for testing purposes only.
Even if one virus was created to cause damage, it won't become widespread because the way Linux is built is very virus-unfriendly. Setting a virus loose on Linux is like throwing the poor thing out into the desert. Linux has a very sturdy system of granting access and privileges to files: There's the so-called superuser account (aka. root) that can access and modify all files of all sort. That account is only to be used for system adminstration and should never be used for everyday use. For that you have a normal user account that has access to almost everything on the system, but is only allowed to modify it's own home folder. So if your surfing the net with the user account and the extremely unlikely event occurs that you get a Linux virus (Windows viruses won't work in the first place), the only thing that'll be wiped out are the personal documents and vacation pics. The system remains untouched. Even if we assume that a Linux virus spreads from one PC to the next, it'll stop very soon because every Linux system is different from the other. One PC can be affected by an attack whereas the next remains safe from it.
2) STABILITY: Windows is built upon many smaller kernels, each one responsible for a different thing (sound, graphics, etc..). This means that you can install a driver without having to recompile all the kernels, but these many kernels have a much higher risk of getting into conflicts with one another, leading to system instability and/or crashing. In Linux, if you impliment a new driver you'll have to recompile the whole kernel, but it remains stable the whole time. (In this one year my system never crashed. Ever.). Linux servers are very well known for their stability and long running times without any performance loss. Some servers can keep running for over a year without a reboot.
3) OPEN SOURCE: The open-source movement is a main advantage of Linux and Linux apps. You can obtain most distributions and programs for free, which is a great economic advantage for companies and institutions running Linux computers. Windows costs over $100 for each computer, which can be very expensive for larger companies.
Not only do you get practically everything for free, you can access the source code and change it as much as you like to meet your needs. The GNU General Public License allows access to the source code under the condition that the user provides his source code to others if they request it.
In the development process of a distribution/program, this can be very useful when it comes to searching for bugs. Not only the software vendor can search for and eliminate bugs, the freelancing developers and users are also capable of this. That way, troubleshooting and enhancing of software is far more effective.
Imagine if a software vendor releases a program for Beta-testing without providing the source code. Testers will be able to state what the bug is, but not how to fix it. In the open source world, the bug is found, reported and corrected. Suggestions for better code can also be provided.
4) VERSATILITY: Linux is capable of everything Windows is capable of. Not only that, the Linux system is extremely customizable to meet the user's needs. It can be built to be extremely user-friendly for the average user, it can also be a great platform for developers and programmers. That is why there are many different distributions available. Each one has its advantages, some are more user-friendly than the other, some are multimedia-oriented, some are built for power users..
The Linux kernel can also be tailored down to support only the hardware of the PC, thus being lightweight and fast.


Phew.. That's all I can think of at the moment. I'm pretty sure there are some other advantages..

-A
 
Old 01-13-2006, 11:47 AM   #5
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,794

Rep: Reputation: 496Reputation: 496Reputation: 496Reputation: 496Reputation: 496
I have no sympathy at all with Windows, but a good presentation should not limit itself to one side's advantages and include both products strenghts and weaknesses.
An even better presentation should consider other open source and closed source contenders.

Also, I disagree about the requirement to recompile device drivers to be one of reasons explaining Linux stability, which itself I don't contest.

On the opposite, having to recompile drivers is just exhibiting Linux kernel interfaces instability from one version to another, or better expressed, the lack of a kernel DDI.
 
Old 01-13-2006, 12:56 PM   #6
Dngrsone
Member
 
Registered: Nov 2005
Location: Centrally located far from everywhere
Distribution: Ubuntu, Smoothwall
Posts: 30

Rep: Reputation: 15
Just found this today.
 
Old 01-13-2006, 03:44 PM   #7
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by Dngrsone
Just found this today.
Wow---REALLY good stuff
 
Old 01-13-2006, 03:47 PM   #8
Dngrsone
Member
 
Registered: Nov 2005
Location: Centrally located far from everywhere
Distribution: Ubuntu, Smoothwall
Posts: 30

Rep: Reputation: 15
Glad you liked it
 
Old 01-13-2006, 09:29 PM   #9
bandersnatchy
Member
 
Registered: May 2004
Location: USA-Calif
Distribution: KANOTIX!
Posts: 48

Rep: Reputation: 15
Thanks Dngrsone. What a find!

In a presentation, I would start with 21, with emphasis on the part about democracy and all citizens having access to data without having to purchase expensive software.

Then, when finished with all the technical items, wrap it up with 17, linking the violations comments back to democracy and access to data.

There is also an interesting article at the same web site about Monopoly Predatory Tactics. Could be that it wouldn't go over big with a Computer Science instructor though.

Erik, I hated presentations in school. It gets a lot easier at work. Good Luck!
 
Old 01-14-2006, 07:49 AM   #10
jollyjoice
Member
 
Registered: Aug 2003
Location: UK
Distribution: Gentoo 64
Posts: 383

Rep: Reputation: 30
Hmm, novell have some interesting stuff

http://www.novell.com/linux/truth
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can i have some opinions on what linux is about and the advantages over windows? richardblade Linux - Newbie 38 02-23-2006 10:32 PM
Advantages and disadvantages of installing Gentoo GNU/Linux using Stage 1 blood_omen Linux - General 8 01-27-2005 08:37 PM
Linux Advantages galeg Linux - Newbie 4 08-16-2004 07:19 AM
Advantages of linux!! fingeredcrab Linux - Newbie 9 04-14-2004 05:41 AM
Linux advantages? shealbi Linux - General 30 05-23-2003 03:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 04:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration