320 likes | 824 Views
Chapter 13 Understanding and Supporting Windows NT Workstation You Will Learn… About the Windows NT environment and its architecture About the strengths and weaknesses of Windows NT How to evaluate when Windows NT is the best choice for a PC OS How to install and customize Windows NT
E N D
Chapter 13 Understanding and Supporting Windows NT Workstation
You Will Learn… • About the Windows NT environment and its architecture • About the strengths and weaknesses of Windows NT • How to evaluate when Windows NT is the best choice for a PC OS • How to install and customize Windows NT continued
You Will Learn… • How to set up a Windows NT environment for a DOS or Windows 3.x application • How to use some Windows NT troubleshooting techniques and tools
Features of Windows NT • Desktop performance • Hardware profiles • Internet Explorer • Peer Web Services • Security • OS stability
Minimum Hardware Requirements for Windows NT • On an IBM-compatible PC • Pentium-compatible processor or higher • 16 MB of RAM (32 MB is recommended) • 110 MB of hard disk space
Hardware Platforms Supported by Windows NT • Intel x86-based (486 or higher) processor (focus of this chapter) • MIPS R4x00-based processor • Alpha AXP-based processor • PReP-compliant PowerPC-based processor
Choosing Between Windows 9x and Windows NT • Does Windows NT support all the hardware devices on your PC? • Is the PC powerful and big enough to support Windows NT? • Will the software you intend to use on the PC work better under Windows 98 or Windows NT? • Is price a factor?
Upgrading from Windows 9x to Windows NT • No automatic upgrade path • No transfer of system settings • Requires reinstallation of each application
Registries • Main reason Windows 9x cannot be easily upgraded to Windows NT is that their Registries are not compatible
A Choice of File Systems • FAT16 file system • Windows NT file system • NT does not support FAT32
FAT16 File System • Used by Windows 9x and its predecessors • To manage data on a logical drive, uses: • Boot record • FAT • Directories • Data files • Advantages of FAT16 over NTFS • Uses less overhead • Backward compatible with DOS and Windows 9x • Can boot PC from a disk to gain access to drive
Windows NT File System • Works only with Windows NT • Uses a database called the master file table (MFT) as its core component • Advantages of NTFS over FAT16 • Recoverable • Increased security • Supports mirroring drives • Uses smaller cluster sizes • Supports large-volume drives
The Dual Boot • The ability to boot from either Windows NT or another OS • System partition must be FAT rather than NTFS
Windows NT Environment and Architecture • Goals of Windows NT • Room to grow • Portability to different platforms • Compatibility with other OSs and legacy software • Security • Performance and reliability
The Modular Concept of Windows NT • Isolate one process from another so that a change in one process has the least possible effect on other processes
Windows 9x OS Analogy • Most analogous to Windows 9x OS
Core Components of Windows NT Architecture • User mode • Nonprivileged processor mode • Programs have only limited access to system information and can only access hardware through other OS services • Kernel mode • Privileged processor mode • Programs have extensive access to system information and hardware
User Mode • Divided into different modules called subsystems • Environment subsystems • Integral subsystems