Free Essay

Microsoft Windows File Systems

In:

Submitted By Wolf323
Words 1524
Pages 7
Microsoft Windows File Systems
Jon Bartholf
POS421: Windows Server Networking
December 13, 2010
Ali Shokraee
TABLE OF CONTENTS

INTRODUCTION..................................................................................................................... 3

FILE AND FILE SYSTEM: WHAT THEY ARE.................................................................. 3

FILE ALLOCATION TABLE (FAT)...................................................................................... 4 FAT12 (12-bit)....................................................................................................................... 4 FAT16 (16-bit)....................................................................................................................... 4 FAT32 (32-bit)....................................................................................................................... 5

HIGH PERFORMANCE FILE SYSTEM (HPFS)................................................................ 5

NEW TECHNOLOGY FILE SYSTEM (NTFS).................................................................... 5

CONCLUSION.......................................................................................................................... 6

APPENDIXES............................................................................................................................ 7 Appendix A: File Allocation Table (FAT) Bit and Usage (Figure 1).................................... 7 Appendix B: FAT and NTFS File System Comparison (Figure 2)........................................ 8

REFERENCES.......................................................................................................................... 9
Microsoft Windows File Systems The management and organization of information is vital to the success of any corporation. This success is determined by the type and number of file systems used in the protection and maintenance of that information. Without a solid file system in place, sensitive data can be lost, stolen, deleted, or infected, which could lead to a significant monetary deficit or the eventual demise of the company. The purpose of this paper is to examine the various file systems incorporated into Microsoft Windows (Windows) operating systems (OS) that not only manages and organizes crucial data, but protects it as well.
File and File System: What They Are A file is any piece of information, such as a song track or an e-mail. Files can be large or small in size and are usually contained within a folder. A file system on the other hand, is the most noticeable part of the OS as it supplies the method for storage and admission to both data and programs within the OS. All file systems have three things in common that they must do: 1. Ensure that the files contained within it are stored safely and do not get overwritten 2. Allow the OS to inscribe new files of data to the storage disk 3. Make the stored files easy to locate and retrieve Current file systems in use by Windows programs basically consist of three main types; however, there are a few more which are not discussed in this paper. The three main Windows file systems are: File Allocation Table (FAT), High Performance File System (HPFS), and New Technology File System (NTFS). The FAT file system is actually broken up into three additional file types, identified as FAT12, FAT16, and FAT32, whereby the numerical value (12, 16, and 32) depicts the size in bits of the FAT cluster.
File Allocation Table (FAT) The File Allocation Table (FAT) was introduced in 1981 with the MS-DOS OS and is now considered prehistoric in terms of the other file systems in use today. “Because of its age, most operating systems, including Microsoft Windows NT®, Windows 98, the Macintosh OS, and some versions of UNIX, offer support for FAT” (Posey, 1999, p. 1). The FAT volume protects itself by creating two copies of the FAT in the event that one is harmed, destroyed, or erased. Formatting a disk with FAT allocates in clusters, in which the size is decided upon by the size of the volume. As files are created, a directory entry is made and the first cluster number in which data is contained is formed. Furthermore, the FAT directory structure does not contain a specific organization format, so files are placed in the first available open location on the drive. FAT uses the 8.3 naming principle, which means that no more than eight characters are allowed before the period and no more than three after the period. All filenames must also be created with the American Standard Code for Information Interchange (ASCII) character set and must start with a letter or number that does not contain spaces (Robb, n.d.). Appendix A illustrates the number of bits used for each of the three FAT types and their major uses.
FAT12 (12-bit) FAT12 is the earliest version of FAT and allows up to 4096 clusters in a partition. Because FAT12 supports cluster sectors from one to sixteen, the maximum size of the partition is 32 megabytes (MB). Windows 2000 uses FAT12 for 16MB or smaller partitions and floppy disks.
FAT16 (16-bit) FAT16 is the successor to FAT12 and is recognized for increasing the limit on disk size from 32MB to 64MB. This was accomplished by raising the cluster number from 12 to 16- bits, thereby enlarging the total number of clusters from 4096 to 65,536. FAT16 is supported by all Windows OS’s, as well as a majority of non-Microsoft OS’s, such as UNIX.
FAT32 (32-bit) The last FAT type is FAT32, which followed FAT16. FAT32 addresses the need for larger storage capacities and was first introduced with Windows 95 OSR2. Most of the newer Windows OS’s support FAT32; however, Windows Server 2000 (Server and Professional editions), Windows Server 2003, and Windows XP (Home and Professional editions) cannot configure a size larger than 32MB using the FAT32 file system (Angelo, 1998). As with previous FAT types, FAT32 uses 32 bits to assign a cluster with the last four bits being reserved. This means that a volume can contain up to 270 million clusters; transforming into a volume of eight terabytes (TB) comprised of 32 kilobytes (KB) clusters.
High Performance File System (HPFS) Because of the increasing challenges that were being placed on network servers, a new file system was necessary that would lengthen the security, organization, and naming system for those networks. The result was the High Performance File System (HPFS). HPFS maintains the directory organization of FAT, but also includes automatic sorting of directory based filenames. These filenames are increased up to 254 double-byte characters and allow a file to be made up of data and attributes that permit flexibility for security and other naming principles (Microsoft Corporation, 2007). Directory entries hold more information under HPFS than under FAT. This includes not only the attribute file, but also information regarding creation, modification, and access. Instead of directing attention to the first cluster in a file, HPFS directory entries are directed to the FNODE, which contains the file’s data.
New Technology File System (NTFS) The New Technology File System (NTFS) was specifically designed for the Windows NT OS and as a replacement for HPFS; however, it also supports the Windows 2000 and Windows XP OS’s. The main difference of FAT and HPFS from NTFS is that there is no reliance on hardware and no special objects are contained within. NTFS is a log-based file system that offers increased security, file-to-file compression, and encryption. The NTFS partition is divided into four sections: Master File Table (MFT), Partition Boot Sector, File System Data, and a MFT backup. The MFT is made up of a 31, 1 kilobyte (KB) records – one for each file in the partition. The first 16 are NTFS system files, with record 0 being the MFT itself. Records 17 through 27 comprise of system recovery change logs, volume and index information, and a cluster allocation information bitmap. Records 28 through 31 are not used and instead have been reserved for future use. The Partition Boot Sector consists of two sections; BIOS perimeter block and a boot code that enables the loading of the NT, Windows 2000, and XP OS’s. The BIOS perimeter block contains information on the volume and file system structure layout, which is similar to the layout in FAT. Appendix B shows the comparison of features for the FAT and NTFS file systems, while Appendix C displays the advantages and disadvantages between the FAT, HPFS, and NTFS files systems.
Conclusion
Each of the file systems discussed above are important to all Windows OS’s, as each one breathes life into the file system structure of one or more specific OS. It is evident that many changes have occurred from the FAT files system of the 1980’s to the newer NTFS files system, but all three are still in use by various OS’s in the Windows and non-Windows families. Only time will tell when all three will eventually be replaced by more capable and technologically advanced file systems in the future.
APPENDIX A
Figure 1: File Allocation Table (FAT) Bit and Usage
[pic]

Figure 1: File Allocation Table (FAT) bit and usage chart. Table recreated from Microsoft Corporations WinHEC version (2004).
APPENDIX B

Figure 2: FAT and NTFS File System Comparison
[pic]

Figure 2: File system comparison between FAT and NTFS. Table recreated December 09, 2010, from Microsoft Corporations WinHEC version (2004).
References

Angelo, M. (1998). Windows XP Resource Kit: Working with File Systems. Retrieved December 09, 2010, from http://mozillaquest.com/aboutcomputers/FATData1.html.
Microsoft Corporation (2007). Overview of FAT, HPFS, and NTFS File Systems. Retrieved December 12, 2010, from http://support.microsoft.com/kb/100108.
Microsoft Corporation (2004). WinHEC Version. Local File Systems for Windows. Retrieved December 11, 2010, from http://download.microsoft.com/download/5/b/5/.../LocFileSys.doc.
Posey, B. (2007). Choosing Between File Systems. Microsoft TechNet. Retrieved December 10, from http://technet.microsoft.com/en-us/library/cc750354(printer).aspx.
Robb, D. (n.d.). Windows File Systems. Retrieved December 12, 2010, from http://www. auerbach-publications.com/dynamic_data/2770_1640_Windows%20File%20Systems.htm.

Similar Documents

Free Essay

Microsoft Windows File Systems

...* Microsoft Windows File Systems University of Phoenix POS/421 July 23rd 2012 * * * * * * * * Microsoft Windows File Systems File systems are representations of arranged data and metadata that define the stored data. Microsoft Windows has used three types file systems, File Allocation Table (FAT), FAT 32 and since Windows 2000 and Windows NT 4.0 with Service Pack 4 or later the standard has been New Technology File System (NTFS) (Microsoft, 2012). File systems are also be a part of disk partitions, which are isolated storage segments that can also be used for running multiple operating systems. FAT FAT is the original and most simplistic form of file systems and because of this it has many limitations, but in some cases it may be the only option. According to LLC SysDev Laboratories (2012), FAT, “Consists of file system descriptor sector (boot sector or superblock), file system block allocation table (referenced as File Allocation Table) and plain storage space to store files and folders.” Directories stored in FAT systems use arrays of 32 byte records. The simplest form of FAT is FAT12 which was only used for old floppy disks, next FAT16 also known as just FAT and FAT32 are mostly used for memory cards and USB devices, digital cameras and mobile phones (LLC SysDev Laboratories, 2012). FAT is limited to a maximum of a 4 GB drive and FAT 32 is supported by drives...

Words: 711 - Pages: 3

Premium Essay

What Doe This Means

...preparing an image of Windows INTRODUCTION This article discusses how to customize the default local user profile settings when you create an image on a computer that is running one of the following operating systems:     Windows Vista Windows 7 Windows Server 2008 Windows Server 2008 R2 After you deploy the image, the default local user profile settings are applied to all new users who log on to the computer. To customize a default user profile or a mandatory user profile, you must first customize the default user profile. Then, the default user profile can be copied to the appropriate shared folder to make that user profile either the default user profile or a mandatory user profile. When the default user profile is customized as described in this article, it reconstructs the source profile in a format that is appropriate for use by multiple users. This is the only supported method of customizing the default user profile for the Windows operating system. If you try to use other methods to customize the default user profile, it may result in extraneous information being included in this new default user profile. Such extraneous information could lead to serious problems with applications and system stability. Note This article supersedes all previously published procedures about how to customize default local user profiles when you prepare images. Back to the top | Give Feedback How to customize a default user profile in Windows 7, Windows Vista, Windows Server 2008, and...

Words: 2030 - Pages: 9

Premium Essay

Windows Os File System Comparsion

...File System Comparison POS/421 Windows Server Networking January 30, 2012 Ali Shokraee File System Comparison This paper is going to compare the different file system structures used for the different version of Windows Operating Systems. This will go from the Disk Operating System (DOS) of the early years to the latest Windows Server 2008. The desktop OS and the servers OS will be compared and contrasted in this paper. Different Types of File Systems There were many different types of file systems that were used over the years that Microsoft was in business. This ranges from the DOS years to the most current version from Microsoft, Windows Server 2008. The following table (table 1) shows the different File Systems that Microsoft has used and the Operating System (OS) that uses that type of File System (NTFS.com, 2011). |File System Structure |Operating System | |FAT12 |All Versions of MS DOS | |FAT16 |All Versions of MS DOS | |FAT32 |DOS v7 and Higher, Windows 98, Windows ME, Windows 2000, Windows XP, Windows 2003 | | |Server, Windows Vista, Windows 7 | ...

Words: 1183 - Pages: 5

Premium Essay

Nt1330 Unit 3 Assignment 1

...appearing on a Windows XP PC. After you have installed Microsoft Office, Professional 2000, when you use the Microsoft Office application, an error is displayed. The message specifically appears at the time of sending an email. The error message shows that the file wab32.dll is missing from the system. This problem might be due to incompatibility of the program with your system. Try to install the version of the application that is compatible. Now, also use the System File Checker scan so the missing files such as wab32.dll can be replaced on the system. There might be some issues while installing Windows Vista Service Pack 2. After a number of attempts has been taken to install it, a message is displayed showing!!0xc0190036!! 2688/58745(wab32.dll). The...

Words: 839 - Pages: 4

Premium Essay

Os Comparison

...Comparison of Windows, Mac OS X and Linux Operating Systems Team A POS/355 March 6, 2015 Memory Management System Memory management is the process of allocating memory during your programs runtime. Memory Management in MAC OS is a multi-core and multi-processor execution that is supported and a programming API, which is called grand central dispatch. It is in the MAC OS. It provides a pool of available threads. There are ways to prevent memory related problems; Freeing data that is still in use, this can cause memory corruption that can result in your application crashing or worse corrupted user data. The MAC operating system can provide most concurrency as possible based on the number of cores available, and those threads depend on the capacity of the system. Windows memory management system is both physical and has virtual memory. It is mainly controlled by the virtual memory managers and pages. “Windows operating system operates on many platforms then it uses page sizes that can range between 4KB to 64KB. So this means that windows virtual memory can control how memory can allocate paging performance” (Stallings, 2013). Committed, Available, and Reserved are three types of regions of space or memory that the operating system can manage. Committed region is space it’s pages that have been stored either in physical or virtual memory. It also allows the process to access the virtual memory pages. Available region is where the address of the process is not being used...

Words: 2964 - Pages: 12

Premium Essay

Microsoft Windows 7 Configurations Test 70-680

...70-680 Exam 70-680 Title TS: Windows 7, Configuring Updated Product Type Version: 10.3 106 Q & A with Explanation “Best Material, Great Results”. www.certkingdom.com 1 70-680 QUESTION 1 You work as a desktop support technician at ABC.com. The ABC.com network consists of a single Active Directory domain named ABC.com and includes a Direct Access infrastructure. ABC.com has purchased a new laptop named ABC-WS680. You join ABC-WS680 to a domain after performing a clean installation Windows 7. How can you make sure the connectivity to the domain from ABC-WS680 using Direct Access connections? A. By installing a computer certificate on ABC-WS680. B. By disabling User Account Control (UAC) on ABC-WS680. C. By modifying the network connection properties on ABC-WS680. D. By adding the computer account for ABC-WS680 to the RAS and IAS Servers group in the domain. Answer: A Explanation: QUESTION 2 You work as a desktop support technician at ABC.com. The ABC.com network consists of a single Active Directory domain named ABC.com. The network contains a data file server named ABCSR03 which contains ABC_Data shared folder and running Windows Server 2008 operation system.. You have been assigned a client computer named ABC-WS680 running Windows 7 operating system. You need to ensure the availability of the files in ABC_Data share and maintain encryption even when ABC-SR03 has been disconnected from the network. How you can accomplish this...

Words: 15733 - Pages: 63

Premium Essay

Network Systems

...Networking operating system It is the software that runs on a server and enables the server to manage data, users, groups, security, applications, and other networking functions.[2] The network operating system is designed to allow shared file and printer access among multiple computers in a network, typically a local area network (LAN), a private network or to other networks. The most popular network operating systems are Microsoft Windows Server 2003, Microsoft Windows Server 2008, UNIX, Linux, Mac OS X, and Novell NetWare. Multiuser File Sharing A network operating system manages concurrent requests from clients and provides the security necessary in a multiuser environment. A file sharing component is installed in each client machine that interacts with the server to share files and applications as well as devices on the network such as printers, faxes and modems. Peer-to-Peer In a Peer-to-peer network operating system users are allowed to share resources and files located on their computers and access shared resources from others. A peer-to-peer network sets all connected computers equal; they all share the same abilities to utilize resources available on the network. Client/Server Client/server network operating systems allow the network to centralize functions and applications in one or more dedicated file servers. The server is the center of the system, allowing access to resources and instituting security. The network operating system provides the mechanism...

Words: 1924 - Pages: 8

Free Essay

Linux and Windows Server Critique

...Linux and Windows Server Critique Team C POS 420 June 25, 2012 Yevgeniy Tovshteyn Linux vs. Windows Both Linux and Windows are operating systems with advantages and differences in functionality and user friendliness. With networking becoming an important part of company operation in this day and age. Kudler will come to depend on networking for availability to the marketplace via the Internet, while requiring their internal systems for email, Voice over Internet Protocol (VoIP) phone systems, and using business data. Linux and Windows are the only 2 operating systems that have grown to the top level in the field of networking. Learning Team C examines these types of strengths and weaknesses regarding security, administration, performance, and programming. Kudler Fine Foods Current Systems: 3 locations: La Jolla, Del Mar, and Encinitas La Jolla Novell 4.11 Server for POS 4 POS Workstations with Pentium II, Windows 9X 1 Standalone UPS (Uninterruptable Power Supply) 1 Server with Inventory Spreadsheet with Pentium II, 64mg Ram, Windows 9X, external CD burner and bubble jet printer. 1 Server with NT Server 1 56K modem Del Mar Novell 4.11 Server for POS 4 POS Workstations with Pentium II, Windows 9X 1 Standalone UPS (Uninterruptable Power Supply) 1 Server with Inventory Spreadsheet with Pentium II, 64mg Ram, Windows 9X, external CD burner and bubble jet printer. 1 Server with NT Server 1 56K modem Encinitas Novell 4.11 Server for POS 4 POS...

Words: 1833 - Pages: 8

Premium Essay

Installing and Configuring Wds

.............................................................................................. 23 Appendix 1: Competency Matrix ....................................................................................... 24 Appendix 2: Installing Microsoft Windows Server 2008 ................................................... 26 Appendix 3: Conf iguring Domain Controller using DCPROMO ....................................... 36 Appendix 4: Installing Dynamic Host Configuration Protocol (DHCP) ............................ 49 Appendix 5: Inst alling Microsoft Windows Deployment Services .................................... 56 Appendix 6: Configuring Microsoft Windows Deployment Services ................................ 60 Appendix 7: Imaging client machine ................................................................................. 67 Page 1 Capstone Report Summary (Introduction) My Capstone Project is about Microsoft Windows Deployment Services (WDS). W DS is a service, installed on Microsoft Windows Server 2003, 2008, and 2008 R2, which allows administrators to deploy Microsoft Windows XP, Vista, and 7 to multiple client computers, using network-based installation. WDS can also be used to deploy applications while the system is being imaged. This project will accomplish the followin...

Words: 9702 - Pages: 39

Free Essay

Compare Windows 7 to Vista to Xp

...Compare Windows 7 to Vista to XP Cedric Green IT109 MS-Desktop operating System Instructor: Luis A. Barreiros Comparing Windows 7 to Vista to XP Microsoft Windows XP the XP is short for experience it was released to the world on October 25, 2001. When it was released it was the most highly anticipated operating system on the market. It was introduced in two styles Windows XP Home and Windows XP Professional. (1) “Most of the feature where the same in home and professional, but the difference was that Windows XP Professional edition incorporated various feature to support communications, mobility, as well as remote help and support. Some of the support feature for home was easy setup, auto-configuration connections options.” It came standard with Internet Explorer 6 as the default web browser. (1)Bill Gates said, “Simply put, Windows XP is the best operating System Microsoft has ever built.” (2) “It was built on the momentum of the internet and digital media with the improvements that increase productivity and provide both business and home users with an easy to use exciting PC experience.” Windows XP Professional could either be installed on a single pc or throughout a worldwide network because it was built on a common code base. Do to this may it more cost effective for the business users to own. (3) “It was the key operating system for Microsoft to Vista was released in 2006. One of XP’s remarkable claims to fame is that when buying a new computer with...

Words: 1912 - Pages: 8

Premium Essay

Architecture Changes in Windows Server 2008

...changes in Windows Server 2008 Windows Server 2008 comes in different versions to provide key functionality to support any sized business and IT challenge. Foundation is a cost-effective, entry-level technology foundation targeted at small business owners and IT generalists supporting small businesses. Standard has with built-in, enhanced Web and virtualization capabilities, it is designed to increase the reliability and flexibility of your server infrastructure while helping save time and reduce costs. Enterprise is the advanced server that provides cost-effective and reliable support for mission-critical workloads. Datacenter delivers an enterprise-class platform for deploying business-critical applications and large-scale virtualization on small and large servers. Web Server is a powerful Web application and services platform. Featuring Internet Information Services (IIS) 7.5 and designed exclusively as an Internet-facing server. (Microsoft, 2010) Top 10 New Features in Windows Server 2008 #10: The self-healing NTFS file system: Ever since the days of DOS, an error in the file system meant that a volume had to be taken offline for it to be remedied. In WS2K8, a new system service works in the background that can detect a file system error, and perform a healing process without anyone taking the server down. #9: Parallel session creation: "Prior to Server 2008, session creation was a serial operation," Russinovich reminded us. "If you've got a Terminal Server system, or you've...

Words: 1157 - Pages: 5

Free Essay

Memory Management

...Windows and Linux- Memory Management Marlana Muzny POS/355 May 13, 2013 Joe Fischer Windows and Linux- Memory Management Memory management is the process that the operating system takes to manage the computers processes and memory. This means that the operating system has to figure out what sections of the memory are free and are being used at the current time allocating and reallocating as needed. Memory management is extremely important in how a computer operates. In this paper, we will compare the new Windows 8 to the Linux operating system and describe the differences in the memory management. Windows 8, it is the newest product in operating systems for Microsoft. With enhancements from the previous version, Windows 8 makes better use of the memory management than the previous version Windows 7. In Windows 7, Microsoft started making changes to the operating system when it came to memory management; however, fell short compared to what was already being done in Linux operating system. With the previous versions, most of the memory management occurred upon login. This slowed the processor down taking up all the resources at one time using the system memory. To address this issue and correct it in Windows 8, Microsoft implemented a start on demand model. What this means is that processes that are needed are delayed until the process is needed verses having all the processes start automatically when the computer is started. This makes more run...

Words: 876 - Pages: 4

Free Essay

Is4680 Week 1 Lab

...Information Systems Agency, Defense Technology Security Administration, Defense Cyber Crime Center, Defense Technical Information Center, and possibly others that were not immediately obvious (U.S. Department of Defense, 2015). The Information Assurance Support Environment produces Security Technical Implementation Guides (STIGs) for various computer topics, which can be utilized by companies who wish to do business with the DOD. These guides serve as a baseline for the company in regards to the technology specifications they should have in place in order to lock down their systems and network to make them less vulnerable to malicious attacks (Defense Information Systems Agency, 2015). Among these STIGs is one written specifically for the Windows 8 / 8.1 operating system (Information Assurance Support Environment, 2015). This STIG outlines some of the changes made by Microsoft to Windows 8 / 8.1 as well as their recommendations for securing computers, which use that operating system. Tools Windows 8 / 8.1 comes with many tools built into it that allow for the administrator to use in order to do a security audit. A keyboard shortcut of pressing the Windows key plus another key will often bring up a tool for the administrator to use such as Win + x which lists numerous tools including, but not limited to: * Programs and Features * Event Viewer * System * Device Manager * Computer Management * Command Prompt (Admin) * Control Panel * File Explorer ...

Words: 855 - Pages: 4

Premium Essay

Introduction

...Topic Notes: Windows 8 Introduction Windows 8 in history With the rapid acceptance of small powerful touch-based devices and the rapidly growing market for such devices, Microsoft had to react by developing an operating system capable of competing, while at the same time leveraging the greater part of the existing Windows XP and Windows 7 operating system functionality. Windows 8 story – Windows reimagined On first look, Microsoft seem to have created two operating systems in one, but further examination reveals that they have simply created a new touch supporting interface which gives the user a broader range of services and features. Windows 8 supports the new immersive Windows 8 UI application type and traditional desktop applications – allowing users to work with centralized services and other remote users, and to synchronize data between their desktops and their Windows phone or cloud presence provided by the SkyDrive feature. The classic Start button has been replaced by the new Windows 8 Start screen, while the classic and familiar Windows 7 desktop is retained and continues to support traditional desktop applications. The new Windows 8 Search feature takes the Windows search service to a new level of sophistication and ease of use, and searches can be applied to the system or within the Windows 8 UI application that you are currently working on. Several features of the Windows 8 operating system are designed to operate with remote services and social networking...

Words: 1866 - Pages: 8

Premium Essay

Final -Training Tip Guide for Operating Systems

...Training Tip Guide for Operating Systems at Datamax Inc. IT/282 2013 Introduction to Operating Systems Before we start we should know what an OS (operating system) is. It’s an operating system that manages your hardware, it will run the applications and provide an interface for users, stores, and it retrieves and manipulates files. Basically, every Windows operating systems have variations one being better than the next over time. I will start with Windows 2000, it is an upgrade of Windows NT, which came in a couple of versions, and some were designed for the use with desktops while others were designed for high-end servers. Windows 2000 Server, Advanced Server, and Datacenter Server are network server operating systems. Windows 2000 offered several improvements over Windows NT, including a more stable environment, support for Plug and Play, Device Manager, Recovery Console, Active Directory, better network support, and features specifically targeting Notebook computers. Windows 2000 has a lower system requirements and it has also has an easier interface, whereas Windows XP has all of the features like Windows Movie Maker, inbuilt CD writer support, Internet firewall, as well as Remote Desktop Connection. Windows 2000 is a lot better version of Windows NT and it’s also available in several different versions. Windows 2000 was released to manufacturing on December 15, 1999 and launched to retail...

Words: 3189 - Pages: 13