Operating System - HP-UX
1834086 Members
2115 Online
110063 Solutions
New Discussion

Re: Whats the differnce between the BSD and the HP-UX ?

 
Sree Harsha V
Occasional Contributor

Whats the differnce between the BSD and the HP-UX ?

Could any body let me know what are the main diff between the BSD unix and the HP-UX and also please let me know how good is HP-UX is best in networking??
9 REPLIES 9
Ralph Grothe
Honored Contributor

Re: Whats the differnce between the BSD and the HP-UX ?

BSD (stands for Berkeley Software Distribution)
is the ancestor of all Unices (and thus also HP-UX derived from it).
If you query any search engine you will find plenty of references.
There was also a chart available on some website (whose URL I've forgotten) that showed in a horizontal tree all the ramifications of all Unix derivatives from its root (very stunning and bewildering).
The original Unix code was held by AT&T and disclosed to the Berkely Uni for "educational purposes" temporarily, whose students therefore further developed great parts of what today is common Unix fare, and who offered their works for only a nominal tapes charge.
Especially the networking parts of the code to a high degree are based on the Berkeley works, and the BSD Socket API nowadays seems common in most Unices.
As the industry discovered a real market for this OS money and license quarrels came into play and the great version forking began.
When later the rights were bought by SCO, who since then are the only ones eligable to name their product Unix, and currently trying to allege and sue almost everyone to have "stolen" parts of their code, some free BSDs forked off and completely rewrote any left AT&T code from scratch.
They now offer their BSDs for free.
So it should be very easy to you to find out the differences between say HP-UX and FreeBSD.
FreeBSD is mostly popular for server and desktop usage on the x86 platform,
while NetBSD is claimed to be the OS to support the widest array of different hardware.
If you are into strong security features the OpenBSD should best suit you, who are also the developers of OpenSSH.
Madness, thy name is system administration
Steven E. Protter
Exalted Contributor

Re: Whats the differnce between the BSD and the HP-UX ?

Shalom,

Other obvious differences:
1) HP-UX is not open source and few people even at HP see the source code.
2) HP-UX costs money.
3) HP-UX is a very reliable, industrial strength OS that only runs on HP certified hardware.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Dennis Handly
Acclaimed Contributor

Re: Whats the differnce between the BSD and the HP-UX ?

>SEP: 3) HP-UX is a very reliable, industrial strength OS that only runs on HP certified hardware.

And these are PA-RISC and Integrity Servers.
Sree Harsha V
Occasional Contributor

Re: Whats the differnce between the BSD and the HP-UX ?

Thanks a lot . I appreciate that. People like you are very good help for the guys who are in learning stage like me.
Heironimus
Honored Contributor

Re: Whats the differnce between the BSD and the HP-UX ?

For reference, the AT&T branch was "System V". Nearly all current commercial UNIX platforms are SysV-based, though they frequently implement some BSD features or interfaces.
James R. Ferguson
Acclaimed Contributor

Re: Whats the differnce between the BSD and the HP-UX ?

Hi Sree:

This article and its accompanying image of the evolution of Unix should prove enlightening:

http://en.wikipedia.org/wiki/Unix

Regards!

...JRF...
James R. Ferguson
Acclaimed Contributor

Re: Whats the differnce between the BSD and the HP-UX ?

Hi Sree:

...and a more readable evolutionary diagram can be seen here:

http://www.levenez.com/unix/history.html#15

Regards!

...JRF...
dirk dierickx
Honored Contributor

Re: Whats the differnce between the BSD and the HP-UX ?

sure, HPUX is BSD based, but it differs enough. for me i believe *BSD is better then HPUX. but then again i am a strong believer in open source development models.
HPUX is by far not the best in networking, compared over the whole range of unix versions. compared to BSD, it loses to NetBSD.
HPUX is also not the most secure, OpenBSD does far better in this.
You buy HPUX and the HW it runs on, because you want and need the best support for your system possible and are willing to pay a lot of money for it (it is important to pick the highest possible support option you can afford because the lowest options are not really worth it).
Ralph Grothe
Honored Contributor

Re: Whats the differnce between the BSD and the HP-UX ?

Many thanks JRF,
that was the pedigree/genealogy tree of Unix that I was referring to.
Bookmarked it again :-)
Madness, thy name is system administration