difference between ubuntu and ubuntu server?

3

what is the difference between ubuntu and ubuntu server? aside from server being command line only

are there services/software that exist on server that dont on the desktop edition?

Sarmen B.

Posted 2011-04-11T00:07:41.447

Reputation: 599

Answers

7

the server version uses a slightly different kernel primarily - according to the ubuntu server guide the differences are

• The Server Edition uses the Deadline I/O scheduler instead of the CFQ scheduler used by the Desktop Edition.

• Preemption is turned off in the Server Edition.

• The timer interrupt is 100 Hz in the Server Edition and 250 Hz in the Desktop Edition

Other than that, you can essentially convert any version to anything else, by installing the right packages/package bundles

Update: there's no longer seperate server and generic kernel types. This answer is no longer technically correct, though at the time of this question and answer, it was.

Journeyman Geek

Posted 2011-04-11T00:07:41.447

Reputation: 119 122

i see terminology that i dont know, gotta read-up thanks! – Sarmen B. – 2011-04-11T04:43:20.910

wikipedia has articles on pretty much all that, if you need a primer ;) – Journeyman Geek – 2011-04-11T05:19:11.963

2

If you look at any flavor of Linux, you will notice that they all start from a kernel. From there, software is added (typically in packages). Each of the flavors has put together packages of software that they think will serve your purpose. Canonical is responsible for Ubuntu, and they use their community to make decisions on which packages make it into each distribution.

Ubuntu and Ubuntu Server are no different. They have software packaged together to create a distribution. The difference is that the Ubuntu community packaged Ubuntu Desktop to be used primarily as a desktop and Ubuntu Server to be used primarily as a server.

Of course, you can always add the desktop packages to server and vice versa.

I hate to put it so simply, but that is how they intended it to be.

EDIT: All the services/software exist on both desktop and server. You can even put the desktop on Server if you want to.

Theo

Posted 2011-04-11T00:07:41.447

Reputation: 1 492

I think it's fairly obvious that they're different. The question is about how they're different, not why. – Brendan Long – 2011-04-11T02:54:28.347

Edited. I wanted to provide why as it helps to explain the reasoning behind the how. Thx. – Theo – 2011-04-11T03:01:44.770

I just wanted to add that unless the packages conflict, you can install both kernels at once and just boot up whichever one you feel like (not that there's any reason to). – Brendan Long – 2011-04-11T03:26:26.100

thanks for the comments, i was going to have one computer running ubuntu desktop and another running server but after noticing their isnt much of a different in the learning curve i just stuck to ubuntu desktop – Sarmen B. – 2011-04-11T04:41:48.477