Verwandte Artikel zu Win Server 08 Implement Admin

Sosinsky Win Server 08 Implement Admin ISBN 13: 9780470174593

Win Server 08 Implement Admin - Softcover

 
9780470174593: Win Server 08 Implement Admin

Inhaltsangabe

If you're preparing to move to Windows Server 2008, this book is for you. It bypasses common concepts you already know and concentrates on the essential information you need to migrate quickly and successfully. You'll get a thorough look at what's new in Windows Server 2008, including the redesigned architecture and improvements in features such as user services, graphics, virtualization, and the new TCP/IP protocol stack and boot environment. Covers everything from deployment to PowerShell to the latest security features, new performance monitoring, and remote access management.

Die Inhaltsangabe kann sich auf eine andere Ausgabe dieses Titels beziehen.

Über die Autorin bzw. den Autor

Barrie Sosinsky is a Boston-based author who has written over 30 books on computer technology and many articles in leading journals. He has an interest in operating systems, servers, networks, storage, and enterprise applications. He currently works as a senior technical writer for a company that creates automation software for large enterprises.

Von der hinteren Coverseite

Make the move to Windows Server 2008 with this practical guide

If you're preparing to move to Windows Server 2008, this book is for you. It bypasses common concepts you already know and concentrates on the essential information you need to migrate quickly and successfully.

You'll get a thorough look at what's new in Windows Server 2008, including the redesigned architecture and improvements in features such as user services, graphics, virtualization, and the new TCP/IP protocol stack and boot environment. This book takes you under the hood and shows you key technologies and functions that are not visible at first glance—and offers step-by-step guidance to help you make a smooth transition to Windows Server 2008.

With coverage of everything from deployment to PowerShell to the latest security features, new performance monitoring, and remote access management, this book has what you need to take control of and secure your Windows Server 2008 network.

  • Set up, configure, and deploy Windows Server 2008

  • Explore the new architecture, including kernel modifications, the new Windows PE boot environment, and the Hyper-V hypervisor

  • Review the major overhaul of Active Directory and how it affects identities and rights management

  • Learn new policy management tools, settings, and policies

  • Master PowerShell cmdlets, syntax, execution, and scripts

  • Implement and enforce IPsec, DHCP, and VPN security

  • Explore Windows Server 2008 compatibility with Windows Server 2003 R2, Macintosh, and Unix

  • Monitor server status, identify critical events, and troubleshoot your Windows Server 2008

Auszug. © Genehmigter Nachdruck. Alle Rechte vorbehalten.

Microsoft Windows Server 2008

Implementation and AdministrationBy Barrie Sosinsky

John Wiley & Sons

Copyright © 2008 Barrie Sosinsky
All right reserved.

ISBN: 978-0-470-17459-3

Chapter One

Windows Server 2008 Architecture

Any server operating system version upgrade involves changes to nearly every subsystem, and Windows Server 2008 is no exception. There have been kernel changes to allow for better processor virtualization, driver model changes to make drivers more stable and secure, a completely new TCP/IP protocol stack for better performance, a new graphics engine, and very significant changes to the Windows Class Libraries that give access to the Windows .NET Framework and Network Class Library. To a user learning Windows Server 2008, these changes underpin all of the new procedures that differentiate Windows Server 2008 and Vista Service Pack 1 (SP1) from the previous versions of Windows Server 2003 and Windows XP. So in order to provide a framework for our discussions in future chapters, this first chapter explains the Windows Server 2008 architectural model, along with the changes that they portend.

There have been enormous changes in the Windows Server architecture for this release of Microsoft's flagship product. As Microsoft's desktop OS and Microsoft Office slow down in revenue growth, Windows Server has become particularly important to Microsoft's fortunes. Microsoft Windows Server 2008 continues Microsoft's push to integrate web-based services into its server product. There are now strong links to the .NET Framework, both programmatically as well as in the look and feel of applications that will take advantage of the architecture that is described in this chapter. While Microsoft emphasizes the new modules that affect what the user can see, there are plenty of architecture changes to basic systems such as the kernel, memory, services, and many more. In this chapter, you will read about the most significant architectural goals of this release and how you can get even more value out of your investment in Windows Server.

Understanding the System's Roots

Writing an operating system for a new computer system has always been something of a heroic effort. In 1981 Tracy Kidder won a Pulitzer Prize and an American Book Award for his book The Soul of a New Machine, in which he describes the creation of the 32-bit Eclipse MV/8000 mini-computer at Data General. The company Data General was competing with at the time was Digital Equipment Corporation (DEC), their computers were the PDP-11 series, and that operating system was VAX (short for Virtual Address Extension).

The early history of Windows NT as documented in G. Pascal Zachary's Showstopper! The Race to Create Windows NT and the Next Generation at Microsoft (1994) was similarly chaotic. NT started as a co-development project between IBM and Microsoft; it was to be version 3.0 of OS/2, both companies having worked on versions 1 and 2. Windows 3.0's success led Microsoft to develop OS/2 API into an extended Windows API, at which point the joint project fell apart. IBM would go on to release OS/2 3.0 as their "Warp" version, which although something of a success in the business world never caught on with the general public. Microsoft chose another direction.

When DEC canceled the PRISM project in 1988, Microsoft was able to hire away many of the team members working in DEC West in Seattle. Systems architect David Cutler, who had experience with Virtual Memory System (VMS) and Reduced Instruction Set Computer (RISC) architecture, became the head of the development team that rewrote the Microsoft version of OS/2. The concepts of a microkernel, protective mode, an executive program, device drivers, and hardware abstraction all arise from the work of Cutler's group and the heritage that they brought to Microsoft. The basic idea behind Windows Server was that Microsoft (being a software company) should create an operating system that was portable from one hardware platform to another with a straight-forward recompile.

The original NT project targeted development of IA-32 (Intel Architecture), MIPS (Microprocessor without Interlocked Pipeline Stages), Alpha, PowerPC, SPARC, and Intel i860 and i960. Microsoft released the first version of NT on July 27, 1993. Indeed, the multiplatform heritage of Windows Server is supposedly the origin of the NT name, as initial development of OS/2 3.0 was for the i860 processor code named N10, or "N-Ten." It is speculated, but not confirmed, that Microsoft replaced the NT name (which they marketed under "New Technology") with the year designations because of a trademark issue with Nortel Networks, whose Northern Telecom owns the NT trademark.

Today the Windows operating systems in general, and the Windows Server systems specifically, owe much of their success and many of their shortcomings to the design decisions made by the original NT team for Windows NT. There isn't space here to expound on why many of the technical features in Windows are a little goofy (you can take the Windows Registry as an example), but any reader interested in software history from a technical viewpoint should take a look at Raymond Chen's The Old New Thing: Practical Development Throughout the Evolution of Windows (2006).

System Overview

Windows Server is an example of a preemptive, multitasked, multithreaded operating system. The term preemptive means that the Windows operating system can switch the order of tasks held in memory based on a set of scheduling policies and priorities, a process commonly referred to as context switching. Windows can perform a context switch because it recognizes that a process has ended, that a process is blocked by a shared resource, or that the process has been switched to another processor. This behavior (which is a software version of a system interrupt) is performed by the kernel, and is different from a system in which tasks are scheduled through time sharing or through a system of hardware interrupts. There are many advantages to preemption, but the most important are that preemption uses resources more efficiently and that it can remove many instances of processes that are either CPU bound or input/output (I/O) bound, waiting for other processes to finish.

A process or task is the execution of program or service. You can see processes executing in Windows Server 2008 or Vista in the Task Manager, where the consumption of memory and CPU is given for each. Figure 1.1 shows the Process page of the Task Manager.

Although the Task Manager got an upgrade in Vista so that it shows more information and actually describes what each process is, it does not offer the most complete description you can get on your system. That honor belongs to the service- and process-related commands you can enter into PowerShell, which is discussed in Chapter 8, "PowerShell."

You can get to the Task Manager by doing any of the following: * Right click the Taskbar and select the Task Manager from the context menu. * Click an empty area of the desktop and press Ctrl+Shift+Esc. * Click the Start menu, enter TASKMGR into the Search text box, then press the Enter key.

* Press Windows+R to open the Run dialog box, then enter TASKMGR and press Enter. * Press Ctrl+Alt+Del and select Start Task Manager from the menu on the Login/Logoff screen.

Windows gives you so many different ways to get to the Task Manager because the Task Manager allows you to kill errant processes and bring a server back to life. The information that the Task Manager presents to you is one of the best tools you have in improving the performance of Windows Server.

The Windows operating system examines processes, and decomposes them into the fundamental units of execution, which are called threads. Threads are assigned priorities and then added to the scheduling of the execution queue. Through context switching, all processes get access to the processor according to their priority, something that is often referred to as time slicing. When a process allows it, Windows can decompose the process into multiple threads, optimizing the processing and improving the process's performance (known as multithreading). Windows is capable of managing the event queue for a single process or to multiple processors through a Symmetric Multi-Processor (SMP) scheme. With time slicing, it appears that the system is doing multiple tasks at the same time, or multitasking, but that is only the net result of individual steps that are executing too quickly to be differentiated. The effect a user sees is akin to viewing a movie.

Windows 2000/NT Architecture

In its original conception, Windows NT was built as a modular system with two distinct layers. What the user sees and works with was called the user mode, and all hardware I/O was contained in modules that are part of the kernel mode. The kernel mode isolates programmatic control of hardware from the user mode, thus making the system both more stable and more secure. These two different layers were designed to execute in separate memory addresses, further isolating the User mode from direct hardware control. Figure 1.2 shows a schematic of the Windows 2000 operating system.

The kernel mode contains several major subsystems that are fundamental to its operation. The Hardware Abstraction Layer (HAL) is software that is specifically compiled for the hardware platform that Windows runs on, and is designed to make the operating system portable. When Windows is ported to a different type of computer, the HAL can be recompiled for that platform's instruction set. The HAL thus preserves the code, command set, and APIs of the remaining kernel mode components. The HAL's hardware code controls I/O interfaces, interrupts, and processor access.

The microkernel contains a minimal operating system: upon startup, it loads essential services for address space management, thread management services, and Inter-Process Communication (IPC). IPC is a set of methods for exchanging data between threads in one or more processes. In an operating system with a true microkernel, the size of that microkernel is very small. Real-time operating systems (RTOSs) that are used in embedded systems, such as vending machines or in cars, contain a microkernel. The Windows operating system is more appropriately referred to as a hybrid kernel.

Executive Services communicate with the user mode subsystems, converting program commands into object code in the Object Manager. Executive Services is where you find low-level security routines, interface and process management, graphics display routines, power management, and other vital services that make Windows Windows. These subsystems are organized into a set of "Managers," examples of which are the I/O Manager, Memory Manager, Cache Manager, Object Manager, and so forth.

In Windows 2000 (and Windows NT before that), the user mode contained two subsystems: those with integral services and an environmental subsystem. The environmental subsystem is a set of operating system routines that allow Windows to run different operating systems. The Win32 subsystem can run 32-bit Windows applications, and through Virtual DOS Machines (VDMs), it could also run 16-bit applications such as MS-DOS and Windows 3.1 in emulation. Environmental modules are extensible, as you can see with the module that supports OS/2 and another that supports the POSIX standard of Unix.

The integral subsystem in the user mode provides services to the environmental subsystem. High-level security such as resource access and the Active Directory is implemented in this security subsystem. The other two subsystems are networking services. Workstation is an API that communicates with the network redirector and communicates with other systems. Server is the API to a service that allows that local computer to provide services to other systems on the network.

With this brief overview of the Windows 2000 architecture, let's turn our attention to the changes that Windows Server 2008 and Vista SP1 have ushered in.

Architecture for Windows Server 2008

Microsoft first unveiled Windows Server 2008's architecture at the Microsoft Professional Developers Conference in 2003. Figure 1.3 shows the original system block diagram that detailed the major projects under the Windows Server 2008 umbrella.

Nearly all of the user mode modules were to be replaced in the new operating system. Among the changes were:

Avalon Avalon was Microsoft's new presentation layer and next-generation user interface. Avalon became the Windows Presentation Foundation (WPF), and is the graphical front end to Microsoft .NET Framework 3.0 (once called WinFX).

Avalon introduces multiple new graphics standards. The API supported Extensible Application Markup Language (XAML) vector graphics (a form of XML), as well as extending 3D graphics with Direct3D. With the introduction of Direct3D version 10, Microsoft has a new video standard for rendering that introduces advanced shading and rendering technologies. Windows Server 2008 dropped support for the competing industry standard OpenGL, which now requires third-party support. Microsoft Silverlight is an XAML/JavaScript implementation of WPF that enables Flash-type vector animation based on .NET programming code.

Aero Aero was the user experience module that brought the 3D graphics envisioned in the Windows Palladium project to commercialization. Aero overlies the presentation module. While Aero is much more important in the Vista Client, you can enable Aero on Windows Server 2008 as well.

Indigo Indigo was the first network communication API. Indigo became the Windows Communication Foundation (WCF), and is a message service that allows programs to operate either locally or remotely. With WCF a program written in any language can be targeted to operate in a .NET virtual machine at runtime, and can run both locally and remotely as needed. WCF creates a service, a host environment to contain the service, a contract that defines the service methods, and the endpoints to which clients can communicate. It's rather similar in concept to how web services are supposed to operate.

WinFS Windows Future Storage (WinFS) is a new relational database storage subsystem containing the next version of the Windows file system. WinFS didn't make the first release of Windows Server 2008, although some of the technologies were to be integrated into the next generation of Microsoft SQL Server (Katmai) and ADO.NET Entity Framework. According to Steve Balmer, CEO at Microsoft, this project is still alive and will be released at some unspecified later date.

CLR Common Language Runtime (CLR) is the virtual machine module of Microsoft .NET. CLR is the Microsoft implementation of the Common Language Infrastructure (CLI) standard, which allows code written in high-level languages such as C# or Visual Basic .NET to be compiled using the Microsoft Intermediate Language (MSIL) as needed for runtime. MSIL is Microsoft's implementation of the Common Intermediate Language.

Network Class Libraries Network Class Libraries are a set of objects that provide simple access to network services. You can set object properties, events, and methods, and use these objects in code to access the features of network protocols. The work in new network services in Windows Server 2008 has resulted in an entirely new TCP/IP stack (among other changes) for both Vista and Windows Server 2008.

WinFS and the Road beyond Cairo

WinFS is the latest incarnation of the Object File System that Microsoft has been talking about for nearly eight years now. So its failure to be included in Windows Server 2008 is certainly a major disappointment to many of us who follow the Windows platform professionally. WinFS, as you can clearly see in Figure 1.3, was at the center of Microsoft's plans for their new operating system. You can take WinFS's deletion as a measure of how extraordinarily difficult it is to switch the hierarchical file structure found in FAT and NTFS to an object-oriented relational database structure, where data is interwoven by tags and metadata.

(Continues...)


Excerpted from Microsoft Windows Server 2008by Barrie Sosinsky Copyright © 2008 by Barrie Sosinsky. Excerpted by permission.
All rights reserved. No part of this excerpt may be reproduced or reprinted without permission in writing from the publisher.
Excerpts are provided by Dial-A-Book Inc. solely for the personal use of visitors to this web site.

„Über diesen Titel“ kann sich auf eine andere Ausgabe dieses Titels beziehen.

Gebraucht kaufen

Zustand: Gut
Diesen Artikel anzeigen

EUR 17,50 für den Versand von Spanien nach Deutschland

Versandziele, Kosten & Dauer

EUR 28,91 für den Versand von Vereinigtes Königreich nach Deutschland

Versandziele, Kosten & Dauer

Suchergebnisse für Win Server 08 Implement Admin

Beispielbild für diese ISBN

Sosinsky
Verlag: John Wiley and Sons Ltd, 2008
ISBN 10: 0470174595 ISBN 13: 9780470174593
Gebraucht Softcover

Anbieter: OM Books, Sevilla, SE, Spanien

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Zustand: Usado - bueno. Bestandsnummer des Verkäufers 9780470174593

Verkäufer kontaktieren

Gebraucht kaufen

EUR 128,00
Währung umrechnen
Versand: EUR 17,50
Von Spanien nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Sosinsky, Barrie
Verlag: Sybex, 2008
ISBN 10: 0470174595 ISBN 13: 9780470174593
Neu Paperback

Anbieter: Mispah books, Redhill, SURRE, Vereinigtes Königreich

Verkäuferbewertung 4 von 5 Sternen 4 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Paperback. Zustand: New. New. book. Bestandsnummer des Verkäufers ERICA82904701745956

Verkäufer kontaktieren

Neu kaufen

EUR 169,12
Währung umrechnen
Versand: EUR 28,91
Von Vereinigtes Königreich nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb