HOME

TheInfoList



OR:

Windows Server 2008 is the fourth release of the
Windows Server Windows Server (formerly Windows NT Server) is a group of operating systems (OS) for servers that Microsoft has been developing since July 27, 1993. The first OS that was released for this platform was Windows NT 3.1 Advanced Server. With the r ...
operating system produced by
Microsoft Microsoft Corporation is an American multinational technology corporation producing computer software, consumer electronics, personal computers, and related services headquartered at the Microsoft Redmond campus located in Redmond, Washing ...
as part of the
Windows NT Windows NT is a proprietary graphical operating system An operating system (OS) is system software that manages computer hardware, software resources, and provides common services for computer programs. Time-sharing operating systems sc ...
family of the operating systems. It was released to manufacturing on February 4, 2008, and generally to retail on February 27, 2008. Derived from
Windows Vista Windows Vista is a major release of the Windows NT operating system developed by Microsoft. It was the direct successor to Windows XP, which was released five years before, at the time being the longest time span between successive releases of ...
, Windows Server 2008 is the successor of
Windows Server 2003 R2 Windows Server 2003 is the sixth version of Windows Server operating system produced by Microsoft. It is part of the Windows NT family of operating systems and was released to manufacturing on March 28, 2003 and generally available on April 24, 2 ...
and the predecessor to Windows Server 2008 R2. On January 12, 2016, Microsoft ended support for all Internet Explorer versions older than Internet Explorer 11 released in 2013 for
Windows 7 Windows 7 is a major release of the Windows NT operating system developed by Microsoft. It was released to manufacturing on July 22, 2009, and became generally available on October 22, 2009. It is the successor to Windows Vista, released nearly ...
. Extended support for Windows Server 2008 ended on January 14, 2020. Extended Security Updates (ESU) updates last until January 10, 2023 (January 9, 2024 for
Azure Azure may refer to: Colour * Azure (color), a hue of blue ** Azure (heraldry) ** Shades of azure, shades and variations Arts and media * ''Azure'' (Art Farmer and Fritz Pauer album), 1987 * Azure (Gary Peacock and Marilyn Crispell album), 2013 ...
customers). Windows Server 2008 is the final version which supports
IA-32 IA-32 (short for "Intel Architecture, 32-bit", commonly called i386) is the 32-bit version of the x86 instruction set architecture, designed by Intel and first implemented in the 80386 microprocessor in 1985. IA-32 is the first incarnation of ...
-based processors (also known as 32-bit processors). Its successor, Windows Server 2008 R2, requires a 64-bit processor in any supported architecture (
x86-64 x86-64 (also known as x64, x86_64, AMD64, and Intel 64) is a 64-bit version of the x86 instruction set, first released in 1999. It introduced two new modes of operation, 64-bit mode and compatibility mode, along with a new 4-level paging mod ...
for x86 and Itanium).


History

Microsoft had released
Windows Vista Windows Vista is a major release of the Windows NT operating system developed by Microsoft. It was the direct successor to Windows XP, which was released five years before, at the time being the longest time span between successive releases of ...
to mixed reception, and their last Windows Server release, was based on Windows XP. The operating system's working title was Windows Server Codename "Longhorn", but was later changed to Windows Server 2008 when
Microsoft Microsoft Corporation is an American multinational technology corporation producing computer software, consumer electronics, personal computers, and related services headquartered at the Microsoft Redmond campus located in Redmond, Washing ...
chairman Bill Gates announced it during his keynote address at WinHEC 16 May 2007. Beta 1 was released on July 27, 2005; Beta 2 was announced and released on May 23, 2006, at WinHEC 2006 and Beta 3 was released publicly on April 25, 2007. Release Candidate 0 was released to the general public on September 24, 2007 and Release Candidate 1 was released to the general public on December 5, 2007. Windows Server 2008 was released to manufacturing on February 4, 2008, and officially launched on 27th of that month.


Features

Windows Server 2008 is built from the same codebase as
Windows Vista Windows Vista is a major release of the Windows NT operating system developed by Microsoft. It was the direct successor to Windows XP, which was released five years before, at the time being the longest time span between successive releases of ...
and thus it shares much of the same architecture and functionality. Since the codebase is common, Windows Server 2008 inherits most of the technical,
security Security is protection from, or resilience against, potential harm (or other unwanted coercive change) caused by others, by restraining the freedom of others to act. Beneficiaries (technically referents) of security may be of persons and social ...
, 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 address space layout randomization (ASLR); the improved Windows Firewall with secure default configuration;
.NET Framework 3.0 Microsoft started development on the .NET Framework in the late 1990s originally under the name of Next Generation Windows Services (NGWS). By late 2001 the first beta versions of .NET 1.0 were released. The first version of .NET Framework was ...
technologies, specifically Windows Communication Foundation,
Microsoft Message Queuing Microsoft Message Queuing (MSMQ) is a message queue implementation developed by Microsoft and deployed in its Windows Server operating systems since Windows NT 4 and Windows 95. Windows Server 2016 and Windows 10 also includes this component. In a ...
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. It also lacks Internet Explorer, and many other non-essential features. All configuration and maintenance is done entirely through
command-line interface A command-line interpreter or command-line processor uses a command-line interface (CLI) to receive commands from a user in the form of lines of text. This provides a means of setting parameters for the environment, invoking executables and pro ...
windows, or by connecting to the machine remotely using Microsoft Management Console (MMC). Notepad and some Control Panel applets, such as Regional Settings, are available. A Server Core installation can be configured for several basic roles, including the domain controller ( Active Directory Domain Services), Active Directory Lightweight Directory Services (formerly known as Active Directory Application Mode),
DNS Server A name server refers to the server component of the Domain Name System (DNS), one of the two principal namespaces of the Internet. The most important function of DNS servers is the translation (resolution) of human-memorable domain names (example. ...
, DHCP server,
file server In computing, a file server (or fileserver) is a computer attached to a network that provides a location for shared disk access, i.e. storage of computer files (such as text, image, sound, video) that can be accessed by the workstations that are ab ...
, print server, Windows Media Server, Internet Information Services 7 web server and Hyper-V virtual server roles. Server Core can also be used to create a cluster with high availability using
failover clustering High-availability clusters (also known as HA clusters, fail-over clusters) are groups of computers that support server applications that can be reliably utilized with a minimum amount of down-time. They operate by using high availability softwa ...
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

The Active Directory domain functionality that was retained from Windows Server 2003 was renamed to Active Directory Domain Services (ADDS). *
Active Directory Federation Services Active Directory Federation Services (AD FS), a software component developed by Microsoft, can run on Windows Server operating systems to provide users with single sign-on access to systems and applications located across organizational boundaries. ...
(ADFS) enables enterprises to share credentials with trusted partners and customers, allowing a consultant to use their company user name and password to log in on a client's network. * Active Directory Lightweight Directory Services (AD LDS), (formerly Active Directory Application Mode, or ADAM) * Active Directory Certificate Services (ADCS) allow administrators to manage user accounts and the digital certificates that allow them to access certain services and systems. ''Identity Integration Feature Pack'' is included as ''Active Directory Metadirectory Services''. * Active Directory Rights Management Services (ADRMS) * Read-only
domain controllers On Microsoft Servers, a domain controller (DC) is a server computer that responds to security authentication requests (logging in, etc.) within a Windows domain. A ''domain'' is a concept introduced in Windows NT whereby a user may be granted access ...
(RODCs), 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. Also, local administrators can be designated to log on to the machine to perform maintenance tasks without requiring administrative rights on the entire 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.


Failover Clustering

Windows Server 2008 offers high availability to services and applications through
Failover Clustering High-availability clusters (also known as HA clusters, fail-over clusters) are groups of computers that support server applications that can be reliably utilized with a minimum amount of down-time. They operate by using high availability softwa ...
. Most server features and roles can be kept running with little to no downtime. In Windows Server 2008, 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. 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.


Disk management and file storage

* 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 DFS may refer to: Brands and enterprises * Dancer Fitzgerald Sample, advertising agency, now Saatchi & Saatchi * DFS Furniture, a furniture retailer in the United Kingdom and Ireland * DFS Group (Duty Free Shoppers), Hong Kong * DFS Program Excha ...
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 (also known as HA clusters, fail-over clusters) are groups of computers that support server applications that can be reliably utilized with a minimum amount of down-time. They operate by using high availability softwa ...
(
high-availability clusters High-availability clusters (also known as HA clusters, fail-over clusters) are groups of computers that support server applications that can be reliably utilized with a minimum amount of down-time. They operate by using high availability soft ...
). * Internet Storage Naming Server ( iSNS) enables central registration, deregistration and queries for iSCSI hard drives. * Self-healing NTFS: In Windows versions prior to Windows Vista, if the operating system detected corruption in the
file system In computing, file system or filesystem (often abbreviated to fs) is a method and data structure that the operating system uses to control how data is stored and retrieved. Without a file system, data placed in a storage medium would be one larg ...
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. S.M.A.R.T. detection techniques were added 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 Xen (pronounced ) is a type-1 hypervisor, providing services that allow multiple computer operating systems to execute on the same computer hardware concurrently. It was originally developed by the University of Cambridge Computer Laboratory an ...
virtualization hypervisor host allowing Xen-enabled guest operating systems to run virtualized. A beta version of Hyper-V shipped with certain
x86-64 x86-64 (also known as x64, x86_64, AMD64, and Intel 64) is a 64-bit version of the x86 instruction set, first released in 1999. It introduced two new modes of operation, 64-bit mode and compatibility mode, along with a new 4-level paging mod ...
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 variant of Hyper-V exists; this variant 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 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.


Protocol and cryptography

* Support for 128- and 256-bit
AES AES may refer to: Businesses and organizations Companies * AES Corporation, an American electricity company * AES Data, former owner of Daisy Systems Holland * AES Eletropaulo, a former Brazilian electricity company * AES Andes, formerly AES Gener ...
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 AuthIP is a Microsoft proprietary extension of the IKE cryptographic protocol. AuthIP is supported in Windows Vista and later on the client and Windows Server 2008 and later on the server. AuthIP adds a second authentication to the standard IKE auth ...
, 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

* Fully 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 x86-64 (also known as x64, x86_64, AMD64, and Intel 64) is a 64-bit version of the x86 instruction set, first released in 1999. It introduced two new modes of operation, 64-bit mode and compatibility mode, along with a new 4-level paging mod ...
systems. * Dynamic Hardware Partitioning supports hot-addition or replacement of processors and memory, on capable hardware. * Windows Deployment Services (WDS) replacing Automated Deployment Services Windows Server 2008 home entertainment and Remote Installation Services. Windows Deployment Services supports an enhanced multicast feature when deploying operating system images. * Internet Information Services 7 - Increased security, Robocopy deployment, improved diagnostic tools,
delegated administration In computing, delegated administration or delegation of control describes the decentralization of RBAC, role-based-access-control systems. Many enterprises use a centralized model of access control. For large organizations, this model scales poo ...
. * 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 SharePoint is a web-based collaborative platform that integrates natively with Microsoft Office. Launched in 2001, SharePoint is primarily sold as a document management and storage system, but the product is highly configurable and its usage v ...
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 AppleTalk is a discontinued proprietary suite of networking protocols developed by Apple Computer for their Macintosh computers. AppleTalk includes a number of features that allow local area networks to be connected with no prior setup or the n ...
protocol, has been removed. Services for Macintosh were initially removed in Windows XP but were available in Windows Server 2003. *
NTBackup NTBackup (or Windows Backup) is the built-in backup application introduced in Windows NT 3.51 and included in Windows NT 4.0, Windows 2000, Windows XP, and Windows Server 2003. NTBackup comprises a command-line utility and a set of wizard interf ...
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 The Network News Transfer Protocol (NNTP) is an application protocol used for transporting Usenet news articles (''netnews'') between news servers, and for reading/posting articles by the end user client applications. Brian Kantor of the Univers ...
) is no longer part of Internet Information Services 7.0. * ReadyBoost, which is available in Windows Vista, is not supported in Windows Server 2008.


Support lifecycle

Support for the RTM version of Windows Server 2008 ended on July 12, 2011, and users can no longer receive further security updates for the operating system. As a component of Windows Vista, Windows Server 2008 with Service Pack 2 continued to be supported with security updates, lasting until January 14, 2020, the same respective end-of-life dates of its successor, Windows Server 2008 R2 and
Windows 7 Windows 7 is a major release of the Windows NT operating system developed by Microsoft. It was released to manufacturing on July 22, 2009, and became generally available on October 22, 2009. It is the successor to Windows Vista, released nearly ...
. Microsoft planned to end support for Windows Server 2008 on January 12, 2016. However, in order to give customers more time to migrate to newer Windows versions, particularly in developing or emerging markets, Microsoft decided to extend support until January 14, 2020. That date marked the final end of the Windows Vista codebase after 13 years, 2 month and 6 days. In 2018, Microsoft announced the Extended Security Updates (ESU) service for Windows Server 2008/R2 to give users 3 additional years of security patches. Security updates are available for the operating system until January 10, 2023. In November 2021 Microsoft reported if ESU service is installed on Microsoft Azure, it'll have additional year of support, beginning on January 11, 2023 and ending on January 9, 2024. In the case of Azure, this will mark the final end of the Extended Security Updates support for Windows Vista codebase after 17 years, 2 months, and 1 day. Windows Server 2008 can be upgraded to Windows Server 2008 R2 on 64-bit systems only.


Editions

Most editions of Windows Server 2008 are available in
x86-64 x86-64 (also known as x64, x86_64, AMD64, and Intel 64) is a 64-bit version of the x86 instruction set, first released in 1999. It introduced two new modes of operation, 64-bit mode and compatibility mode, along with a new 4-level paging mod ...
and
IA-32 IA-32 (short for "Intel Architecture, 32-bit", commonly called i386) is the 32-bit version of the x86 instruction set architecture, designed by Intel and first implemented in the 80386 microprocessor in 1985. IA-32 is the first incarnation of ...
variants. 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. The IA-64 variant is optimized for high-workload scenarios like database servers and
Line of Business Line of business (LOB) is a general term which refers to a product or a set of related products that serve a particular customer transaction or business need. In some industry sectors, like insurance, "line of business" also has a regulatory and ac ...
(LOB) applications. As such, it is not optimized for use as a
file server In computing, a file server (or fileserver) is a computer attached to a network that provides a location for shared disk access, i.e. storage of computer files (such as text, image, sound, video) that can be accessed by the workstations that are ab ...
or media server. Windows Server 2008 is the last 32-bit Windows server operating system. Editions of Windows Server 2008 include: * Windows Server 2008 Foundation (codenamed "Lima"; x86-64) for OEMs only *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 Server 2008 for Itanium-based Systems (IA-64) *Windows Web Server 2008 (IA-32 and x86-64) *
Windows HPC Server 2008 Windows HPC Server 2008, released by Microsoft on 22 September 2008, is the successor product to Windows Compute Cluster Server 2003. Like WCCS, Windows HPC Server 2008 is designed for high-end applications that require high performance computin ...
(codenamed "Socrates"; replacing Windows Compute Cluster Server) * Windows Storage Server 2008 (codenamed "Magni"; IA-32 and x86-64) * Windows Small Business Server 2008 (codenamed "Cougar"; x86-64) for
small business Small businesses are types of corporations, partnerships, or sole proprietorships which have fewer employees and/or less annual revenue than a regular-sized business or corporation. Businesses are defined as "small" in terms of being able to ap ...
es *
Windows Essential Business Server 2008 Windows Essential Business Server 2008 (code named ''Centro'') was Microsoft's server offering for mid-size businesses (up to a maximum of 300 Users and/or Devices). It was released to manufacturing on 15 September 2008 and was officially launch ...
(codenamed "Centro"; x86-64) for medium-sized businesses - this edition was discontinued in 2010. The
Microsoft Imagine Microsoft Azure Dev Tools for Teaching or simply Azure Dev Tools for Teaching is a Microsoft program to provide students with Microsoft software design, Microsoft developer tools, Cloud Computing Access and learning resources. The program is a ...
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. Windows Server 2008 Foundation Released on May 21, 2009.


Updates

Windows Server 2008 shares most of its updates with
Windows Vista Windows Vista is a major release of the Windows NT operating system developed by Microsoft. It was the direct successor to Windows XP, which was released five years before, at the time being the longest time span between successive releases of ...
due to being based on that operating system's codebase. A workaround was found that allowed the installation of updates for Windows Server 2008 on Windows Vista, adding three years of security updates to that operating system (Support for Windows Vista ended on April 11, 2017, while support for Windows Server 2008 ended on January 14, 2020).


Service Pack 2

Due to the operating system being based on the same codebase as Windows Vista and being released on the same day as the initial release of Windows Vista Service Pack 1, the RTM release of Windows Server 2008 already includes the updates and fixes of Service Pack 1. Service Pack 2 was initially announced on October 24, 2008 and released on May 26, 2009. Service Pack 2 added new features, such as Windows Search 4.0, support for Bluetooth 2.1, the ability to write to Blu-ray discs, and simpler Wi-Fi configuration. Windows Server 2008 specifically received the final release of Hyper-V 1.0, improved backwards compatibility with Terminal Server license keys and an approximate 10% reduction in power usage with this service pack. Windows Vista and Windows Server 2008 share the same service pack update binary because the codebases of the two operating systems are unified - Windows Vista and Windows Server 2008 are the first Microsoft client and server operating systems to share the same codebase since the release of Windows 2000. The predecessors to Windows Vista and Windows Server 2008, Windows XP and Windows Server 2003, had unique codebases that used their own updates and service packs.


Platform Update

On October 27, 2009, Microsoft released the Platform Update for Windows Server 2008 and Windows Vista. It
backports Backporting is the action of taking parts from a newer version of a software system or software component and porting them to an older version of the same software. It forms part of the maintenance step in a software development process, and it ...
several APIs and libraries introduced in Windows Server 2008 R2 and
Windows 7 Windows 7 is a major release of the Windows NT operating system developed by Microsoft. It was released to manufacturing on July 22, 2009, and became generally available on October 22, 2009. It is the successor to Windows Vista, released nearly ...
to Windows Server 2008 and Windows Vista, including the
Ribbon A ribbon or riband is a thin band of material, typically cloth but also plastic or sometimes metal, used primarily as decorative binding and tying. Cloth ribbons are made of natural materials such as silk, cotton, and jute and of synthetic mater ...
API,
DirectX Microsoft DirectX is a collection of application programming interfaces (APIs) for handling tasks related to multimedia, especially game programming and video, on Microsoft platforms. Originally, the names of these APIs all began with "Direct", ...
11, the XPS library, the Windows Automation API and the Portable Device Platform. A supplemental update was released in 2011 to provide improvements and bug fixes.


Internet Explorer 9

Windows Server 2008 shipped with Internet Explorer 7, the same version that shipped with Windows Vista. The last supported version of Internet Explorer for Windows Server 2008 is Internet Explorer 9, released in 2011. Internet Explorer 9 was continually updated with cumulative monthly update rollups until support for Internet Explorer 9 on Windows Server 2008 ended on January 14, 2020. Extended Security Updates (ESU) last for the operating system and IE9 until January 10, 2023 (January 9, 2024 for
Azure Azure may refer to: Colour * Azure (color), a hue of blue ** Azure (heraldry) ** Shades of azure, shades and variations Arts and media * ''Azure'' (Art Farmer and Fritz Pauer album), 1987 * Azure (Gary Peacock and Marilyn Crispell album), 2013 ...
customers), marking the end of an era of older versions of Internet Explorer than IE11.


.NET Framework

The latest supported version of the
.NET Framework The .NET Framework (pronounced as "''dot net"'') is a proprietary software framework developed by Microsoft that runs primarily on Microsoft Windows. It was the predominant implementation of the Common Language Infrastructure (CLI) until bein ...
officially is version 4.6, released on October 15, 2015.


TLS 1.1 and 1.2 support

In July 2017, Microsoft released an update to add
TLS TLS may refer to: Computing * Transport Layer Security, a cryptographic protocol for secure computer network communication * Thread level speculation, an optimisation on multiprocessor CPUs * Thread-local storage, a mechanism for allocating vari ...
1.1 and 1.2 support to Windows Server 2008, however it is disabled by default after installing the update.


SHA-2 signing support

Starting in March 2019, Microsoft began transitioning to exclusively signing Windows updates with the SHA-2 algorithm. As a result of this Microsoft released several updates throughout 2019 to add SHA-2 signing support to Windows Server 2008.


Monthly update rollups

In June 2018, Microsoft announced that they would be moving Windows Server 2008 to a monthly update model beginning with updates released in September 2018 - two years after Microsoft switched the rest of their supported operating systems to that model. With the new update model, instead of updates being released as they became available, only two update packages were released on the second Tuesday of every month until Windows Server 2008 reached its end of life - one package containing security and quality updates, and a smaller package that contained only the security updates. Users could choose which package they wanted to install each month. Later in the month, another package would be released which was a preview of the next month's security and quality update rollup. Installing the preview rollup package released for Windows Server 2008 on March 19, 2019, or any later released rollup package, will update the operating system kernel's build number from version 6.0.6002 to 6.0.6003. This change was made so Microsoft could continue to service the operating system while avoiding “version-related issues”. The last free security update rollup packages were released on January 14, 2020.


Extended Security Updates

Windows Server 2008/R2 are eligible for the paid Extended Security Updates (ESU) program (free for
Azure Virtual Desktop Azure Virtual Desktop (AVD), formerly known as Windows Virtual Desktop (WVD), is a Microsoft Azure-based system for virtualizing its Windows operating systems, providing virtualized desktops and applications securely in the cloud (over the Inter ...
users). This program allows volume license customers to purchase, in yearly installments, security updates for the operating system until at most 3 years after end of extended support, for 4 years for Azure customers, lasting until January 10, 2023 (January 9, 2024 for Azure customers). The licenses are paid for on a per-machine basis. If a user purchases an Extended Security Updates license in a later year of the program, they must pay for any previous years of Extended Security Updates as well. Extended Security Updates are released only as they become available.


Windows Server 2008 R2

A second release of Windows Server 2008 based on Windows 7, Windows Server 2008 R2, was released to manufacturing on July 22, 2009 and became generally available on October 22, 2009. New features added in Windows Server 2008 R2 include new virtualization features, new Active Directory features, Internet Information Services 7.5 and support for up to 256 logical processors. It is the first server operating system by Microsoft to exclusively support 64-bit processors, a move which would be followed by the consumer-oriented Windows 11 in 2021. A
service pack In computing, a service pack comprises a collection of updates, fixes, or enhancements to a software program delivered in the form of a single installable package. Companies often release a service pack when the number of individual patches to a ...
for Windows 7 and Windows Server 2008 R2, formally designed Service Pack 1, was released in February 2011.


System requirements

System requirements for Windows Server 2008 are as follows:


Scalability

Windows Server 2008 supports the following maximum hardware specifications:


See also

* BlueKeep (security vulnerability) *
Comparison of Microsoft Windows versions Microsoft Windows is the name of several families of computer software operating systems created by Microsoft. Microsoft first introduced an operating environment named Windows in November 1985 as an add-on to MS-DOS in response to the growing int ...
* Comparison of operating systems * History of Microsoft Windows * List of operating systems * Microsoft Servers


Notes


References


Further reading

* * * * * * *


External links


Windows Server Performance Team Blog
{{Authority control 2008 software IA-32 operating systems X86-64 operating systems