Question | What is the basic difference between unix and windows operating systems? | |||||
Question Submitted By :: Guest | ||||||
I also faced this Question!! | Rank | Answer Posted By | ||||
---|---|---|---|---|---|---|
Re: What is the basic difference between unix and windows operating systems? | ||||||
Answer # 1 | unix file system in hierachical model windows file system is flat type
| 2 | Jsdkar | |||
Re: What is the basic difference between unix and windows operating systems? | ||||||
Answer # 2 | Unix is a CLUI (Command Line User Interface) OS and Windows is a GUI OS.
| 1 | Elizabeth | |||
Re: What is the basic difference between unix and windows operating systems? | ||||||
Answer # 3 | Windows support plug n play. While Unix doesn't.
| 5 | Krk | |||
Re: What is the basic difference between unix and windows operating systems? | ||||||
Answer # 4 | UNIX 1) Non GUI 2) File System (STD.ERR, STD.IO) 3) Command Based 4) Not Event Driven 5) Multi Processing WINDOWS 1) GUI Based 2) FAT32, NTFS 3) Menu Based 4) Event Driven 5) No Multi Processing
| 2 | Dharmajit Kuanr | |||
Re: What is the basic difference between unix and windows operating systems? | ||||||
Answer # 5 | unix :- multi user, multi processing and multi tasking operating system
| 0 | Manikantan T S | |||
Re: What is the basic difference between unix and windows operating systems? | ||||||
Answer # 6 | Unix is the multi user operating system. windows is single user operating system.
| 0 | Manik | |||
Re: What is the basic difference between unix and windows operating systems? | ||||||
Answer # 7 | 1 ) Windows is licenced OS, It means you have to buy it 2 ) Unix is Free-source OS, you can Modify code of OS as per your business requirement
| 5 | Priten | |||
Re: What is the basic difference between unix and windows operating systems? | ||||||
Answer # 8 | unix supports multithreading.where as wincows doesnot supports multithreading.
| 2 | Simrati Sharma | |||
Re: What is the basic difference between unix and windows operating systems? | ||||||
Answer # 9 | unix is more secure than windows. In unix we can restrict the permission of each user
| 0 | Sailatha | |||
Re: What is the basic difference between unix and windows operating systems? | ||||||
Answer # 10 | Windows has the REGISTRY Concept. Unix does not have Registry concept.
| 0 | Hari | |||
Re: What is the basic difference between unix and windows operating systems? | ||||||
Answer # 11 | Unix is an free s/w but windows is not.
| 0 | Prasanth Verkot-accel Frontlin | |||
Re: What is the basic difference between unix and windows operating systems? | ||||||
Answer # 12 | windows only does not support multi user concept, where as Unix supports multi tasking,processing,and multi user concepts.
| 0 | Quadri | |||
Re: What is the basic difference between unix and windows operating systems? | ||||||
Answer # 13 | windows supports multi threading concept
| 3 | Quadri | |||
Re: What is the basic difference between unix and windows operating systems? | ||||||
Answer # 14 | commands syntax is different
| 2 | S.radhika | |||
Re: What is the basic difference between unix and windows operating systems? | ||||||
Answer # 15 | In Unix, a shared object (.so) file contains code to be used by the program, and also the names of functions and data that it expects to find in the program. When the file is joined to the program, all references to those functions and data in the file's code are changed to point to the actual locations in the program where the functions and data are placed in memory. This is basically a link operation. In Windows, a dynamic-link library (.dll) file has no dangling references. Instead, an access to functions or data goes through a lookup table. So the DLL code does not have to be fixed up at runtime to refer to the program's memory; instead, the code already uses the DLL's lookup table, and the lookup table is modified at runtime to point to the functions and data. In Unix, there is only one type of library file (.a) which contains code from several object files (.o). During the link step to create a shared object file (.so), the linker may find that it doesn't know where an identifier is defined. The linker will look for it in the object files in the libraries; if it finds it, it will include all the code from that object file. In Windows, there are two types of library, a static library and an import library (both called .lib). A static library is like a Unix .a file; it contains code to be included as necessary. An import library is basically used only to reassure the linker that a certain identifier is legal, and will be present in the program when the DLL is loaded. So the linker uses the information from the import library to build the lookup table for using identifiers that are not included in the DLL. When an application or a DLL is linked, an import library may be generated, which will need to be used for all future DLLs that depend on the symbols in the application or DLL.
| 3 | Muthu | |||
Re: What is the basic difference between unix and windows operating systems? | ||||||
Answer # 16 | unix has a interface between user and kernal(hardware) called as shell . Which is very important and this is why we dont here any virus attacks on unix but in windows we dont have any shell user can directly communicate to hardware and hence virus occurs
| 0 | Rakesh | |||
Re: What is the basic difference between unix and windows operating systems? | ||||||
Answer # 17 | unix is a multiuser and &windowsdoesnotsupport themultiuser it is singleuser. in unix operatorwecan use the commandsinunix operatorcannot use the commands.
| 0 | Praveen | |||
Re: What is the basic difference between unix and windows operating systems? | ||||||
Answer # 18 | windows is more interesting for the users..
| 0 | Abdul Raheem . Y | |||
Re: What is the basic difference between unix and windows operating systems? | ||||||
Answer # 19 | Unix is more secure as compared to windows. Unix uses File encrytion FAP and login with a password
| 0 | Nazneen | |||
share knowledge of OS
Tuesday, December 8, 2009
Difference between unix and linux
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment