Difference between DOS and UNIX architecture
DOS vs UNIX
In today’s modern computing world,
seeing a text-based interface can be quite daunting. Many people can’t
even tell one from the other. DOS and UNIX are two operating systems
that are predominantly text based. Although they might look similar,
there are a lot of differences between them. Let’s start off with the GUI.
DOS doesn’t have its own GUI so you are restricted to the command line. In contrast, UNIX can have a GUI just like most Linux variants. Most people who have UNIX setups forego the GUI to maximize performance.
DOS doesn’t have its own GUI so you are restricted to the command line. In contrast, UNIX can have a GUI just like most Linux variants. Most people who have UNIX setups forego the GUI to maximize performance.
The primary advantage of UNIX over DOS is its security.
Although it greatly adds to the complexity of the operating system, it
is essential for an operating system that is mainly used as a server.
DOS was meant to be an operating system for personal computers and
sacrificed security to make it easier to use.
There are a couple of usage
differences between DOS and UNIX. The first difference is the case
sensitivity of UNIX but not DOS. So in UNIX, the files example.exa and
Example.exa can exist in the same folder but not in DOS. As long as the file name has the same characters, they would be considered as identical
by DOS. The second, and less consequential of the two, is the use of
slashes. DOS uses backslashes (\) to separate directories. In contrast,
UNIX uses forward slashes (/) in its directory structure.
Summary:
1.UNIX can have a GUI while DOS cannot.
2.UNIX is more secure than DOS.
3.UNIX can multitask while DOS cannot.
4.UNIX is case sensitive while DOS is not.
5.UNIX uses forward slashes while DOS uses backslashes.
6.UNIX is mainly used in servers while DOS is used in embedded systems.
By Remmy B Mpuma
The University Of Dodoma, Tanzania
E mail: bmremmy@yahoo.com or bmremmy@gmail.com
Facebook: Remmy Boniface
Instagram: remmybm
2.UNIX is more secure than DOS.
3.UNIX can multitask while DOS cannot.
4.UNIX is case sensitive while DOS is not.
5.UNIX uses forward slashes while DOS uses backslashes.
6.UNIX is mainly used in servers while DOS is used in embedded systems.
By Remmy B Mpuma
The University Of Dodoma, Tanzania
E mail: bmremmy@yahoo.com or bmremmy@gmail.com
Facebook: Remmy Boniface
Instagram: remmybm
Post a Comment