answersLogoWhite

0

MS-DOS was not designed for networking, and doses not come with any tools to do so by default.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What are the differences between Solaris and Unix?

Solaris is a Unix system.


What is the difference between Windows Unix and Linux?

what are similarities and differences between linux and unix?


Which come first dos or unix?

IBM 360 DOSUNIXMSDOSLinuxIBM 360 DOS preceded both UNIX & MSDOS. There might have been earlier DOSes than 360.


What are the differences between Unix and Mac OS X?

Unix is a specification. Mac OS X is a certified implementation of Unix. This like asking "What is the difference between a turtle and a red-eared slider."


Was Bill Gates a hacker?

Yes, him and three other students at MIT use to hack Unix systems alot.One of those Unix Hacks ended up being MSDOS


What are the top 10 differences between unix kernal and windows NT kernal?

See related link.


What was Unix originally written for and how is it used today?

mainframe computers networking


What is the difference between Linux and Unix?

To put it very generically, Linux is an operating system kernel, and UNIX is a certification for operating systems. The UNIX standard evolved from the original Unix system developed at Bell Labs. After Unix System V, it ceased to be developed as a single operating system, and was instead developed by various competing companies, such as Solaris (from Sun Microsystems), AIX (from IBM), HP-UX (from Hewlett-Packard), and IRIX (from Silicon Graphics). UNIX is a specification for baseline interoperability between these systems, even though there are many major architectural differences between them. Linux has never been certified as being a version of UNIX, so it is described as being "Unix-like." A comprehensive list of differences between Linux and "UNIX" isn't possible, because there are several completely different "UNIX" systems.


Which are the networking commands in unix?

It depends on which networking protocol you are asking about. For TCP/IP, some of the common commands are: ping netstat ifconfig route traceroute


Which is better to learn Linux or Unix?

Linux is far more common these days than traditional Unix. But as any old system administrator will tell you, learn to learn, don't learn the system. There are numerous differences between the different Linux distros, differences between Linux and Unix, and differences between each of the Unices. Learning everything about each system is a daunting task, and probably near impossible. Rather than, say, learning all of the different command line switches for "ls" on each system, just know how to access a man page.


What is Daemon Process in unix?

The word daemon is a word of Greek derivation meaning "worker". Daemon processes in Unix are background tasks that do things, such as printing, networking, task scheduling, etc.


What are the different types of daemons in Linux?

LInux (and Unix) really don't differentiate between different "types" of daemons. A daemon is a background worker service process. It can do many things, such as networking, database,etc.