1 / 269

OBJECTIVES

OBJECTIVES. 1. Install Windows NT 4.0 and Windows 2000 to new systems. 2. Upgrade systems from Windows 9x or Windows NT 4.0 to Windows 2000. 3. Describe the bootup sequence employed by Windows NT/2000.

makoto
Télécharger la présentation

OBJECTIVES

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. OBJECTIVES 1. Install Windows NT 4.0 and Windows 2000 to new systems. 2. Upgrade systems from Windows 9x or Windows NT 4.0 to Windows 2000. 3. Describe the bootup sequence employed by Windows NT/2000. 4. Navigate through the Windows NT/2000 system, including the Internet Explorer. 5. Explain the structure of Windows NT/2000. 6. List the core files in the Windows NT and Windows 2000 structures. 7. Identify the components of the Windows NT/2000 Registry structure. 8. Install and access printers in Windows NT 4.0 and 2000. 9. Install and access software applications in Windows NT and 2000. 10. Install and configure hardware devices and drivers in Windows NT and 2000. 11. Install and configure Local Area Networking functions in Windows NT and 2000. 12. Install and configure Wide Area Networking and Internet functions in Windows NT 4.0 and 2000.

  2. It was built around a new operating system kernel that focused on enhanced reliability, scalability, and security elements required for corporate applications, while retaining the strengths of the Windows operating system.

  3. The Windows NT operating system actually exists as three distinct products: A Workstation operating system A Server operating system An Extended Server operating system to manage large enterprise networks

  4. Figure 10-1: A (Client/Server or Domain-based) Network

  5. The Windows NT 4.0 Server package provides the same features and functions found in the Windows NT Workstation. However, the Server package also provides the tools necessary to administer and control a network from its central location.

  6. Figure 10-2: A PDC/BDC Arrangement in a Network z

  7. Enterprise networks are those networks designed to facilitate business-to-business, or business-to-customer operations. Because monetary transactions and customers’ personal information travel across the network in these environments, enterprise networks feature facilities for additional, highly protective security functions.

  8. An intranet is a network built on the TCP/IP protocol that belongs to a single organization. It is in essence a private Internet. Like the Internet, intranets are designed to share information and are accessible only to the organization’s members, with authorization.

  9. Windows 2000 is the successor of the Windows NT 4.0 operating system. As a matter of fact, it was originally titled Windows NT 5. This operating system brings together the stability and security of Windows NT 4.0 and the Plug-and-Play capabilities of Windows 9x.

  10. Like previous NT versions, Windows 2000 comes in two basic variations: the corporate workstation version, titled Windows 2000 Professional, and the network server version, called Windows 2000 Server. The server product is also available in two extended enterprise versions — Windows 2000 Advanced Server and Windows 2000 Datacenter Server.

  11. The standard Windows 2000 Server package can manage up to 4 GB of RAM and is capable of distributing work between two microprocessors at a time. This type of operation is referred to as Symmetrical Microprocessing (SMP). If Windows 2000 Server has been installed as an upgrade to an existing Windows NT 4.0 Server, it can support up to four different microprocessors simultaneously.

  12. NOTE Recall that an intranet is simply a private, web-based network, typically established by an organization for the purpose of running an exclusive web site not open to the public (i.e., company web sites for internal company use only). Intranets can be based on local or wide area networks, or constructed as combinations of the two.

  13. The Advanced Server edition can support up to 8 symmetrical processors and up to 8 GB of memory. These features enable it to function well in medium size networks running between 100 and 500 concurrent users.

  14. The Windows 2000 Datacenter Server edition can handle up to 64 GB of RAM and 32 processors. This will enable it to support up to 1000 simultaneous users with heavy processing demands.

  15. Figure 10-3: Fail-Over Operations

  16. Figure 10-4: Windows 2000 Desktop

  17. A network share is an existing shared resource (i.e., printer, drive, modem, or folder) located on a remote system.

  18. Locating, accessing and retrieving information in Windows NT is virtually the same as with the Windows 9x operating systems.

  19. The major Windows 2000 user interfaces are: My Computer Start menu Windows Explorer Internet Explorer My Network Places Windows 2000 dialog boxes (windows)

  20. Instead of simply truncating the filename, inserting a tilde, and then assigning a number to the end of the filename, Windows NT performs a mathematical operation on the long name to generate a truly unique MS-DOS compatible filename.

  21. However, when five or more names are generated that would result in duplicate short names, Windows NT changes its truncation method. Beginning with the sixth filename, the first two characters of the name are retained, the next four characters are generated through the mathematical algorithm, and, finally, a tilde with an ID number is attached to the end of the name.

  22. Figure 10-5: Windows NT Right-Click Menus

  23. Windows 2000 offers extended common dialog boxes for File/Open, File/Print, and File/Save options. These dialog boxes provide easy organization and navigation of the system’s hard drives, as well as providing navigation columns that grant quick access to frequently used folders, such as the My Documents and My Pictures folders.

  24. Figure 10-6: Windows 2000 Common Dialog Boxes

  25. Figure 10-7: Windows 2000 Explorer Toolbar

  26. The Search feature provides three distinct search options: 1 For Files and Folders 2 On the Internet 3 For People

  27. TEST TIP Know which characters can legally be used in a Windows 2000 filename.

  28. Figure 10-8: Encrypting a File

  29. Figure 10-9: Compressing a File

  30. When fully installed, the Windows NT logical structure exists. It is a modular operating system that allows for advances in computing technology to be integrated into the system. The operating system exists in two basic layers referred to as Modes. These two levels are the Kernel Mode and the User Mode.

  31. Basically, the operating system runs in the Kernel Mode while applications run in User Mode. The User Mode is a more restrictive operating mode where there is no direct access of hardware permitted.

  32. Figure 10-10: The Windows NT Organizational Structure

  33. APIs are routines, protocols, and tools built into the operating system that provide application designers with consistent building blocks to design their applications with. For the user, these building blocks lead to consistent interfaces being designed for all applications.

  34. Figure 10-11: Windows 2000 Organizational Structure

  35. The Kernel Mode is the operating mode where the program has unlimited access to all memory, including those of system hardware, the User Mode applications, and other processes (such as I/O operations).

  36. The Windows NT HAL is a library of hardware drivers that operate between the actual hardware and the rest of the system. These software routines act to make every architecture look the same to the operating system.

  37. The Microkernel works closely with the HAL to keep the system’s microprocessor as busy as possible. It does this by scheduling threads for introduction to the microprocessor on a priority basis.

  38. The Win32k Executive Services block provides all the basic operating system functions for the NT environment.

  39. The Win32k Executive Services block is made up of a number of managers that include: I/O Manager Object Manager Security Reference Manager Process Manager Virtual Memory Manager Window Manager Graphic Device Interface Graphic Device Drivers

  40. Figure 10-12: The Protected Subsystems

  41. As its name indicates, the Windows NT I/O Manager manages all input and output functions for the operating system. Its major function involves controlling communications between file system drivers, hardware device drivers, and network drivers and the system.

  42. Windows NT 4.0 objects include: Directory Objects File Objects Port Objects Process and Thread Objects Symbolic Link Objects Event Objects and Others

  43. Figure 10-13: The Windows NT Virtual Memory System

  44. Figure 10-14: Virtual Memory in Windows NT

  45. The other basic Windows NT layer is referred to as the User Mode. This mode is a collection of subsystems that interact with users and applications.

  46. Figure 10-15: The User Mode Subsystems

  47. Figure 10-16: The NTVDMs and WOWs

  48. Figure 10-17: Movement of Information in Windows NT

  49. However, the Windows NT Registry is not compatible with the Windows 9x Registries.

More Related