Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the basic difference between unix and windows
operating systems?

Answers were Sorted based on User's Feedback



What is the basic difference between unix and windows operating systems?..

Answer / prasanth verkot-accel frontlin

Unix is an free s/w but windows is not.

Is This Answer Correct ?    70 Yes 21 No

What is the basic difference between unix and windows operating systems?..

Answer / rakesh

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

Is This Answer Correct ?    57 Yes 12 No

What is the basic difference between unix and windows operating systems?..

Answer / quadri

windows supports multi threading concept

Is This Answer Correct ?    50 Yes 14 No

What is the basic difference between unix and windows operating systems?..

Answer / muthu

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.

Is This Answer Correct ?    43 Yes 11 No

What is the basic difference between unix and windows operating systems?..

Answer / s.radhika

commands syntax is different

Is This Answer Correct ?    45 Yes 14 No

What is the basic difference between unix and windows operating systems?..

Answer / nazneen

Unix is more secure as compared to windows. Unix uses File
encrytion FAP and login with a password

Is This Answer Correct ?    32 Yes 7 No

What is the basic difference between unix and windows operating systems?..

Answer / simrati sharma

unix supports multithreading.where as wincows doesnot
supports multithreading.

Is This Answer Correct ?    96 Yes 72 No

What is the basic difference between unix and windows operating systems?..

Answer / vishal

Unix is hierarchical relationship . each process becomes
child of other process.

UNIX uses daemons, Windows has service processes

Is This Answer Correct ?    24 Yes 5 No

What is the basic difference between unix and windows operating systems?..

Answer / shubh

Unix Window

* It is hierachile model. It is a flat model.
* It is CUI. It is a GUI.
* It is command base. It is menu base.
* It is not event driven. It is event driven.
* It is multi-processor. It is not multiprocessor
* Free sourced OS. Licensed OS.
* It doesn't have registry It is having registry
concept. concept.

Is This Answer Correct ?    19 Yes 1 No

What is the basic difference between unix and windows operating systems?..

Answer / akshita

1. unix has inbuilt mail subroutine called " sendmail"
whereas there is no such inbuilt utility in windows
environment..

2. it is little difficult for a novice user to work in unix
environment as it requires its user to learn commands
but if we see it in case of windows,even a layman can
operate easily..as it is more user friendly...

Is This Answer Correct ?    21 Yes 4 No

Post New Answer

More Unix Commands Interview Questions

Can you enlist some commonly used network commands?

0 Answers  


How to find $ai_serual resolved path by using unix

0 Answers  


How do you remove a directory?

1 Answers  


How do I search for text in vi?

0 Answers  


What is grep command in unix with examples?

0 Answers  


in UNIX,How to copy file into directory?

5 Answers  


What do chmod, chown, chgrp commands do?

0 Answers  


who to change the duplex setting of network interface in command line

1 Answers  


their is a file1,file2 and i want to append file1 data to file2?

9 Answers   IBM,


What is nr in awk command?

0 Answers  


what is the command to find out the difference between files and folders?

6 Answers  


Which command is used to restrict incoming messages?

0 Answers  


Categories