Is unix os or platform?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Is unix os or platform?
# 8  
Old 04-19-2012
Unix started to be used to name a single operating system. Later, Unix was used generically to name all descendants of that original OS. The term *nix was/is also used. There is also Unix like which refer to all OSes that share the same set of features and interface. That common set is standardized and Unix is no more an OS but is used to formally qualify an OS that is certified to comply with these standards (Single Unix Specifications / POSIX).

On the other hand, the term platform has no clear-cut definition. It usually designs the combination of hardware and software onto what you are developing/installing something (eg: Solaris on SPARC, Wintel, Linux on x86, AIX on POWER architecture, Java) but might only design either the OS alone (software platform) or the hardware alone (hardware platform).
# 9  
Old 04-19-2012
The Macmillan online dictionary has one definition of "platform" and example usage:
Computing: The type of computer system that you have and the programs that you can use with it
Can the project be run on a personal computer platform?


Personally I do not agree with this definition. Common usage comes up with "Oracle running on a unix platform" and "Oracle running on a Windows platform". IMHO these two are both inaccurate and also contradict the Macmillan definition (which would include Oracle in the "platform").

The Shorter Oxford dictionary has the definition of "platform" which I agree with:
A standard for the hardware of a computer system, which determines what kinds of software it can run.

DYOR and good luck.

Ps. There are a lot lot more definitions of "platform", but do concentrate on those in the computing context:
http://www.onelook.com/?w=platform&ls=a

Last edited by methyl; 04-19-2012 at 08:18 PM.. Reason: add Ps.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

R plots in UNIX platform

How do you see plots produced in R under UNIX platform? Thanks! (2 Replies)
Discussion started by: johnkim0806
2 Replies

2. Programming

about unix platform

Hi can any body post example for socket tcpclient in c++ act like browser with HTTp 1.1 and send message for the server (2 Replies)
Discussion started by: Net Star
2 Replies

3. UNIX for Dummies Questions & Answers

Exporting Files from Unix to a Windows Platform

I was able to convert my csv file in Unix to xls. I would like to export the converted xls file to a windows environment. I have to manually connect using the following below: ftp: 192.x.x.x -> username/pass -> cd -> mget *.xls and then confirm. Could I automate this process into a shell... (4 Replies)
Discussion started by: ravzter
4 Replies

4. UNIX for Dummies Questions & Answers

Most used unix platform as desktop.

Just wonder about this question everytime that how many of us use unix as desktop and prefers which unix platform as desktop. - nilesh (4 Replies)
Discussion started by: ynilesh
4 Replies

5. UNIX for Dummies Questions & Answers

i am newer to unix platform

i have to select particular fields from a multiple line record. my record is in dump.txt file and looks like this ******************* tipo = abonado simplex, Idiomas = dic1 - none, Operador = estandar Serv. portadora admitido: modem ind = 0 numero telefonico = 79260960, att = 0... (1 Reply)
Discussion started by: junaid.nehvi
1 Replies

6. Programming

Platform type in Unix

Hi all, How does one get the platform type in UNIX (for e.g. sparc/i386)? I need an function call and not the command like uname -p. thanks! (24 Replies)
Discussion started by: slash_blog
24 Replies

7. UNIX for Dummies Questions & Answers

Need help in choosing Unix Platform.

I'm a completely noob to Unix. I have previously managed quite well Windows OS's but never Unix. -My question is quite simple: I've been investigating what's the easiest and most complex Unix OS. However, it seems there are quite a couple of OS's from which to choose, like: -Darwin ... (3 Replies)
Discussion started by: justanoob
3 Replies

8. UNIX for Advanced & Expert Users

Porting of Windows written unix scripts to unix platform

Can anybody help me in finding out a solution for the problem below? When we write .unix or .sh files in windows OS and port them to Unix platforms there is a character ^M inserted at the end of each line of the script file. During ftp porting I set the transfer mode as ASCII for the script... (7 Replies)
Discussion started by: tamilselvi
7 Replies

9. Programming

How to programm TTY devices under UNIX platform?

Dear Export, I want to begin an serial-communication application codes associated with TTY devices. But I don't know what key settings should be concerned after opening a TTY device file under UNIX plarform(SunOS 5.7)? Could you give me some adivce? Thanks! (8 Replies)
Discussion started by: WayneYang
8 Replies

10. Programming

C++ on True Unix Platform

Hi all: I would like to get some details about development using C++ on TRUE Unix platform. Can anyone help me ?? Thanks, -Mandar (2 Replies)
Discussion started by: mandar3
2 Replies
Login or Register to Ask a Question