Puneet Varma (Editor)

Windows Server 2008

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Developer
  
Microsoft

Source model
  
Closed source / Shared source

Released to manufacturing
  
February 4, 2008 (February 4, 2008)

General availability
  
February 27, 2008 (February 27, 2008)

Latest release
  
6.0 (Build 6002: Service Pack 2) / July 22, 2009; 7 years ago (2009-07-22)

Update method
  
Windows Update, Windows Server Update Services, SCCM

Windows Server 2008 (sometimes abbreviated as "Win2K8" "WinServer2K8" "Windows 2008" or "W2K8") is one of Microsoft Windows' server line of operating systems. Released to manufacturing on February 4, 2008, and officially released on February 27, 2008, it is the successor to Windows Server 2003, released nearly five years earlier. A second release, named Windows Server 2008 R2, was released to manufacturing on July 22, 2009.

Contents

History

Originally known as Windows Server Codename "Longhorn", Microsoft chairman Bill Gates announced its official title (Windows Server 2008) during his keynote address at WinHEC 16 May 2007.

Beta 1 was released on 27 July 2005, Beta 2 was announced and released on 23 May 2006 at WinHEC 2006 and Beta 3 was released publicly on 25 April 2007. Release Candidate 0 was released to the general public on 24 September 2007 and Release Candidate 1 was released to the general public on 5 December 2007. Windows Server 2008 was released to manufacturing on 4 February 2008 and officially launched on 27 February 2008.

Features

Windows Server 2008 is built from the same code base as Windows Vista; therefore, it shares much of the same architecture and functionality. Since the code base is common, it automatically comes with most of the technical, security, management and administrative features new to Windows Vista such as the rewritten networking stack (native IPv6, native wireless, speed and security improvements); improved image-based installation, deployment and recovery; improved diagnostics, monitoring, event logging and reporting tools; new security features such as BitLocker and ASLR (address space layout randomization); improved Windows Firewall with secure default configuration; .NET Framework 3.0 technologies, specifically Windows Communication Foundation, Microsoft Message Queuing and Windows Workflow Foundation; and the core kernel, memory and file system improvements. Processors and memory devices are modeled as Plug and Play devices, to allow hot-plugging of these devices. This allows the system resources to be partitioned dynamically using Dynamic Hardware Partitioning; each partition has its own memory, processor and I/O host bridge devices independent of other partitions.

Server Core

Windows Server 2008 includes a variation of installation called Server Core. Server Core is a significantly scaled-back installation where no Windows Explorer shell is installed. All configuration and maintenance is done entirely through command-line interface windows, or by connecting to the machine remotely using Microsoft Management Console. However, Notepad and some control panel applets, such as Regional Settings, are available.

Server Core does not include the .NET Framework, Internet Explorer, Windows PowerShell or many other features not related to core server features. A Server Core machine can be configured for several basic roles: Domain controller/Active Directory Domain Services, ADLDS (ADAM), DNS Server, DHCP server, file server, print server, Windows Media Server, IIS 7 web server and Hyper-V virtual server. Server Core can also be used to create a cluster with high availability using failover clustering or network load balancing.

Andrew Mason, a program manager on the Windows Server team, noted that a primary motivation for producing a Server Core variant of Windows Server 2008 was to reduce the attack surface of the operating system, and that about 70% of the security vulnerabilities in Microsoft Windows from the prior five years would not have affected Server Core.

Active Directory roles

Active Directory roles are expanded with identity, certificate, and rights management services. Active Directory, until Windows Server 2003, allowed network administrators to centrally manage connected computers, to set policies for groups of users, and to centrally deploy new applications to multiple computers. This role of Active Directory is being renamed as Active Directory Domain Services (ADDS). A number of other additional services are being introduced, including Active Directory Federation Services (ADFS), Active Directory Lightweight Directory Services (AD LDS), (formerly Active Directory Application Mode, or ADAM), Active Directory Certificate Services (ADCS), and Active Directory Rights Management Services (ADRMS). Identity and certificate services allow administrators to manage user accounts and the digital certificates that allow them to access certain services and systems. Federation management services enable enterprises to share credentials with trusted partners and customers, allowing a consultant to use his company user name and password to log in on a client's network. Identity Integration Feature Pack is included as Active Directory Metadirectory Services. Each of these services represents a server role.

Failover Clustering

Windows Server 2008 offers high availability to services and applications through Failover Clustering. Most server features and roles can be kept running with little to no downtime.

In Windows Server 2008 and Windows Server 2008 R2, the way clusters are qualified changed significantly with the introduction of the cluster validation wizard. The cluster validation wizard is a feature that is integrated into failover clustering in Windows Server 2008 and Windows Server 2008 R2. With the cluster validation wizard, an administrator can run a set of focused tests on a collection of servers that are intended to use as nodes in a cluster. This cluster validation process tests the underlying hardware and software directly, and individually, to obtain an accurate assessment of how well failover clustering can be supported on a given configuration.

This feature is only available in Enterprise and Datacenter editions of Windows Server.

Self-healing NTFS

In Windows versions prior to Windows Vista, if the operating system detected corruption in the file system of an NTFS volume, it marked the volume "dirty"; to correct errors on the volume, it had to be taken offline. With self-healing NTFS, an NTFS worker thread is spawned in the background which performs a localized fix-up of damaged data structures, with only the corrupted files/folders remaining unavailable without locking out the entire volume and needing the server to be taken down. The operating system now features S.M.A.R.T. detection techniques to help determine when a hard disk may fail.

Hyper-V

Hyper-V is hypervisor-based virtualization software, forming a core part of Microsoft's virtualization strategy. It virtualizes servers on an operating system's kernel layer. It can be thought of as partitioning a single physical server into multiple small computational partitions. Hyper-V includes the ability to act as a Xen virtualization hypervisor host allowing Xen-enabled guest operating systems to run virtualized. A beta version of Hyper-V shipped with certain x86-64 editions of Windows Server 2008, prior to Microsoft's release of the final version of Hyper-V on 26 June 2008 as a free download. Also, a standalone version of Hyper-V exists; this version supports only x86-64 architecture. While the IA-32 editions of Windows Server 2008 cannot run or install Hyper-V, they can run the MMC snap-in for managing Hyper-V.

Windows System Resource Manager

Windows System Resource Manager (WSRM) is integrated into Windows Server 2008. It provides resource management and can be used to control the amount of resources a process or a user can use based on business priorities. Process Matching Criteria, which is defined by the name, type or owner of the process, enforces restrictions on the resource usage by a process that matches the criteria. CPU time, bandwidth that it can use, number of processors it can be run on, and allocated to a process can be restricted. Restrictions can be set to be imposed only on certain dates as well.

Server Manager

Server Manager is a new roles-based management tool for Windows Server 2008. It is a combination of Manage Your Server and Security Configuration Wizard SCW from Windows Server 2003. Server Manager is an improvement of the Configure my server dialog that launches by default on Windows Server 2003 machines. However, rather than serve only as a starting point to configuring new roles, Server Manager gathers together all of the operations users would want to conduct on the server, such as, getting a remote deployment method set up, adding more server roles etc., and provides a consolidated, portal-like view about the status of each role.

Other features

Other new or enhanced features include:

Core OS improvements

  • Fully multi-componentized operating system.
  • Improved hot patching, a feature that allows non-kernel patches to occur without the need for a reboot.
  • Support for being booted from Extensible Firmware Interface (EFI)-compliant firmware on x86-64 systems.
  • Dynamic Hardware Partitioning
  • Support for the hot-addition or replacement of processors and memory, on capable hardware.
  • Active Directory improvements

  • Read-only domain controllers (RODCs) in Active Directory, intended for use in branch office or other scenarios where a domain controller may reside in a low physical security environment. The RODC holds a non-writeable copy of Active Directory, and redirects all write attempts to a Full Domain Controller. It replicates all accounts except sensitive ones. In RODC mode, credentials are not cached by default. Moreover, only the replication partner of the RODC needs to run Windows Server 2008. Also, local administrators can log on to the machine to perform maintenance tasks without requiring administrative rights on the domain.
  • Restartable Active Directory allows ADDS to be stopped and restarted from the Management Console or the command-line without rebooting the domain controller. This reduces downtime for offline operations and reduces overall DC servicing requirements with Server Core. ADDS is implemented as a Domain Controller Service in Windows Server 2008.
  • All of the Group Policy improvements from Windows Vista are included. Group Policy Management Console (GPMC) is built-in. The Group Policy objects are indexed for search and can be commented on.
  • Policy-based networking with Network Access Protection, improved branch management and enhanced end user collaboration. Policies can be created to ensure greater Quality of Service for certain applications or services that require prioritization of network bandwidth between client and server.
  • Granular password settings within a single domain - ability to implement different password policies for administrative accounts on a "group" and "user" basis, instead of a single set of password settings to the whole domain.
  • Disk management and file storage improvements

  • The ability to resize hard disk partitions without stopping the server, even the system partition. This applies only to simple and spanned volumes, not to striped volumes.
  • Shadow Copy based block-level backup which supports optical media, network shares and Windows Recovery Environment.
  • DFS enhancements - SYSVOL on DFS-R, Read-only Folder Replication Member. There is also support for domain-based DFS namespaces that exceed the previous size recommendation of 5,000 folders with targets in a namespace.
  • Several improvements to Failover Clustering (High-availability clusters).
  • Internet Storage Naming Server (iSNS) enables central registration, deregistration and queries for iSCSI hard drives.
  • Protocol and cryptography improvements

  • Support for 128- and 256-bit AES encryption for the Kerberos authentication protocol.
  • New cryptography (CNG) API which supports elliptic curve cryptography and improved certificate management.
  • Secure Socket Tunneling Protocol, a new Microsoft proprietary VPN protocol.
  • AuthIP, a Microsoft proprietary extension of the IKE cryptographic protocol used in IPsec VPN networks.
  • Server Message Block 2.0 protocol in the new TCP/IP stack provides a number of communication enhancements, including greater performance when connecting to file shares over high-latency links and better security through the use of mutual authentication and message signing.
  • Miscellaneous improvements

  • Windows Deployment Services replacing Automated Deployment Services Windows Server 2008 home entertainment and Remote Installation Services. Windows Deployment Services (WDS) support an enhanced multicast feature when deploying operating system images.
  • Internet Information Services 7 - Increased security, Robocopy deployment, improved diagnostic tools, delegated administration.
  • Windows Internal Database, a variant of SQL Server Express 2005, which serves as a common storage back-end for several other components such as Windows System Resource Manager, Windows SharePoint Services and Windows Server Update Services. It is not intended to be used by third-party applications.
  • An optional "Desktop Experience" component provides the same Windows Aero user interface as Windows Vista, both for local users, as well as remote users connecting through Remote Desktop.
  • Removed features

  • The Open Shortest Path First (OSPF) routing protocol component in Routing and Remote Access Service was removed.
  • Services for Macintosh, which provided file and print sharing via the now deprecated AppleTalk protocol, has been removed. Services for Macintosh were removed in Windows XP from client operating systems but were available in Windows Server 2003.
  • NTBackup is replaced by Windows Server Backup, and no longer supports backing up to tape drives. As a result of NTBackup removal, Exchange Server 2007 does not have volume snapshot backup functionality; however Exchange Server 2007 SP2 adds back an Exchange backup plug-in for Windows Server Backup which restores partial functionality. Windows Small Business Server and Windows Essential Business Server both include this Exchange backup component.
  • The POP3 service has been removed from Internet Information Services 7.0. The SMTP (Simple Mail Transfer Protocol) service is not available as a server role in IIS 7.0, it is a server feature managed through IIS 6.0.
  • NNTP (Network News Transfer Protocol) is no longer part of Internet Information Services 7.0.
  • ReadyBoost is not supported.
  • Editions

    Compared to its predecessor, most editions of Windows Server 2008 are available in x86-64 and IA-32 versions. These editions come in two DVDs: One for installing the IA-32 variant and the other for x64. Windows Server 2008 for Itanium-based Systems supports IA-64 processors. Microsoft has optimized the IA-64 version for high-workload scenarios like database servers and Line of Business (LOB) applications. As such, it is not optimized for use as a file server or media server. Microsoft has announced that Windows Server 2008 is the last 32-bit Windows server operating system. Editions of Windows Server 2008 include:

  • Windows Server 2008 Standard (IA-32 and x86-64)
  • Windows Server 2008 Enterprise (IA-32 and x86-64)
  • Windows Server 2008 Datacenter (IA-32 and x86-64)
  • Windows HPC Server 2008 (Codenamed "Socrates") (replacing Windows Compute Cluster Server)
  • Windows Web Server 2008 (IA-32 and x86-64)
  • Windows Storage Server 2008 (Codenamed "Magni") (IA-32 and x86-64)
  • Windows Small Business Server 2008 (Codenamed "Cougar") (x86-64) for small businesses
  • Windows Essential Business Server 2008 (Codenamed "Centro") (x86-64) for medium-sized businesses (Discontinued)
  • Windows Server 2008 for Itanium-based Systems
  • Windows Server 2008 Foundation (Codenamed "Lima") (x86-64) for OEMs only
  • The Microsoft Imagine program, known as DreamSpark at the time, used to provide verified students with the 32-bit variant of Windows Server 2008 Standard Edition, but the version has since then been removed. However, they still provide the R2 release.

    The Server Core feature is available in the Web, Standard, Enterprise and Datacenter editions.

    Service Pack

    Microsoft occasionally releases service packs for its Windows operating systems to fix bugs and also add new features.

    Because Windows Server 2008 is based on the Windows NT 6.0 Service Pack 1 kernel, the RTM release is considered to be Service Pack 1; accordingly, the first service pack is called Service Pack 2. Announced on October 24, 2008, this service pack contains the same changes and improvements as the Windows Vista Service Pack 2, as well as the final release of Hyper-V 1.0, and an approximate 10% reduction in power usage.

    The first SP2 beta build was sent out in October 2008, a public beta arrived in December 2008, and an RC-escrow build was given to testers in January 2009. Windows Vista and Windows Server 2008 share a single service pack binary, reflecting the fact that their code bases were joined with the release of Server 2008. On May 26, 2009, Service Pack 2 was ready for release. It is now available in Windows Update.

    Windows Server 2008 R2

    A second release, Windows Server 2008 R2, was released on October 22, 2009. Retail availability began September 14, 2009. Windows Server 2008 R2 reached the RTM milestone on July 22, 2009. Like Windows 7, it is built on Windows NT 6.1. New features include new virtualization features, new Active Directory features, IIS 7.5, and support for 256 logical processors. Support for 32-bit-only processors (IA-32) has been removed. On July 22, 2009, Microsoft officially announced that they had released both Windows Server 2008 R2 and Windows 7 to manufacturing. Windows Server 2008 R2 was generally available for download from MSDN and Technet on August 19 and for retail purchase from October 22, 2009.

    System requirements

    System requirements for Windows Server 2008 are as follows:

    Scalability

    Windows Server 2008 supports the following maximum hardware specifications:

    References

    Windows Server 2008 Wikipedia