Purchase Solution

Compare and Contrast Unix and Windows 2000

Not what you're looking for?

Ask Custom Question

Compare and Contrast Unix and Windows 2000 in terms of:

File Processing

Program Capabilities

Purchase this Solution

Solution Summary

The solution compares, contrasts Unix and Windows 2000. File processing and program capabilities are determined.

Solution Preview

Well let us consider the file processing of both operating systems one by one:
Windows 2000:
Windows systems have used fat file system. The 16-bit fat file system has several shortcomings including internal fragmentation, a size limitation of 2 GB a lack of access protection profiles. The 32-bit fat file system has solved the size and fragmentation problem but its performance and features are still weak by comparison with modern file systems. The NTFS file system is much better it was designed to include many features as follows:
1. Data recovery
2. Security
3. File tolerance
4. Large files and file systems
5. Multiple data streams
6. UNICODE names
7. Sparse files
8. Encryption
9. Journaling
10. Volume shadow copies and file compression
UNIX:
IN UNIX a file does not have to be an object stored on disk or fetched over a network from a remote file server. Rather UNIX file can be any thing capable of handling the input or output of a stream of data. Device driver can appear as files and interposes ...

Purchase this Solution


Free BrainMass Quizzes
Basic Computer Terms

We use many basic terms like bit, pixel in our usual conversations about computers. Are we aware of what these mean? This little quiz is an attempt towards discovering that.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

C# variables and classes

This quiz contains questions about C# classes and variables.

Basic UNIX commands

Use this quiz to check your knowledge of a few common UNIX commands. The quiz covers some of the most essential UNIX commands and their basic usage. If you can pass this quiz then you are clearly on your way to becoming an effective UNIX command line user.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.