Windows Server 2008
From Wikipedia, the free encyclopedia
This article includes a list of references or external links, but its sources remain unclear because it has insufficient inline citations. Please help to improve this article by introducing more precise citations where appropriate. (August 2008) |
Windows Server 2008 | |
Part of the Microsoft Windows family | |
Screenshot of Windows Server 2008 (Build 6001) | |
Developer | |
---|---|
Microsoft | |
Website | www.microsoft.com/windowsserver2008/ |
Releases | |
Release date | RTM: 4 February 2008 / Retail: 27 February 2008 (info) |
Current version | 6.0 Service Pack 1 (SP1) (Build 6001) (6001.18145.080917-1612) (17 September 2008) (info) |
Preview version | 6.0 Service Pack 2 (SP2) (Build 6002) (6002.16670.090130-1715 v.286) (30 January 2009) (info) |
Source model | Closed source / Shared source |
License | Microsoft EULA |
Kernel type | Hybrid kernel |
Support status | |
Mainstream Support | |
Further reading | |
Windows Server 2008 is the most recent release of Microsoft Windows' server line of operating systems. Released to manufacturing on 4 February 2008 and officially released on 27 February 2008, it is the successor to Windows Server 2003, released nearly five years earlier. Like Windows Vista, Windows Server 2008 is built on the Windows NT 6.0 kernel. A second release, named Windows Server 2008 R2, is currently under development.
Contents
|
[edit] 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.[1]
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.[2] Release Candidate 0 was released to the general public on 24 September 2007[3] 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.[4]
[edit] 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; 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 modelled 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 having its own memory, processor and I/O host bridge devices independent of other partitions.[5]
[edit] Server Core
Windows Server 2008 includes a variation of installation called a 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.[6]
[edit] Active Directory roles
Active Directory is 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).[7] 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.
[edit] Terminal Services
Windows Server 2008 features major upgrades to Terminal Services. Terminal Services now supports Remote Desktop Protocol 6.0. The most notable improvement is the ability to share a single application over a Remote Desktop connection, instead of the entire desktop. This feature is called Terminal Services RemoteApp. Other features new to Terminal Services include Terminal Services Gateway and Terminal Services Web Access (full web interface). With Terminal Services Gateway, authorized computers are able to connect securely to a Terminal Server or Remote Desktop from the Internet using RDP via HTTPS without implementing a VPN session first. Additional ports do not need to be opened in the firewall; RDP is tunneled through HTTPS. Terminal Services Web Access enables administrators to provide access to the Terminal Services Sessions via a Web interface. TS Web Access comes with an adjustable Webpart for IIS and Sharepoint, which advertises the possible applications and connections to the user. Using TS Gateway and TS RemoteApp, the whole communication is via HTTP(S) and the remote applications appear transparent to the user as if they are running locally. Multiple applications run in the same session to ensure that there is no need for additional licenses per user. Terminal Services Easy Print does not require administrators to install any printer drivers on the server, but guarantees successful client printer redirection and availability of all printer UI and properties for use in remote sessions. Terminal Services sessions are created in parallel, instead of a serial operation - the new session model can initiate at least four sessions in parallel, or more if a server has more than four processors.
[edit] Windows PowerShell
Windows Server 2008 is the first Windows operating system to ship with Windows PowerShell, Microsoft's new extensible command line shell and task-based scripting technology.[8] PowerShell is based on object-oriented programming and version 2.0 of the Microsoft .NET Framework and includes more than 120 system administration utilities, consistent syntax and naming conventions, and built-in capabilities to work with common management data such as the Windows Registry, certificate store, or Windows Management Instrumentation. PowerShell's scripting language was specifically designed for IT administration, and can be used in place of cmd.exe and Windows Script Host.
[edit] Self-healing NTFS
In previous Windows versions, 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. This feature was first presented within Windows Vista.[9]
[edit] Hyper-V
Hyper-V is a hypervisor-based virtualization system, 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 ships with certain x86-64 editions of Windows Server 2008. Microsoft released the final version of Hyper-V on 26 June 2008 as a free download for these editions. Also, a standalone version of Hyper-V exists. This version also only supports the x86-64 architecture.[10]
[edit] Windows System Resource Manager
Windows System Resource Manager (WSRM) is being 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.
[edit] Server Manager
Server Manager is a new roles-based management tool for Windows Server 2008[11]. 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.
It is not currently possible to use the Server Manager remotely, but a client version is planned.
[edit] Other features
Other new or enhanced features include:
[edit] 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 of processors and memory, on capable hardware.
- Support for the hot-replacement of processors and memory, on capable hardware.
[edit] Active Directory improvements
- A new "Read-Only Domain Controller" operation mode in Active Directory, intended for use in branch office 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.
[edit] Policy related improvements
- 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.[12]
- 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.
[edit] 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. [13]
- Several improvements to Failover Clustering (High-availability clusters).[14]
- Internet Storage Naming Server (iSNS) enables central registration, deregistration and queries for iSCSI hard drives.
[edit] 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.
[edit] Improvements due to client-side (Windows Vista) enhancements
- Searching Windows Server 2008 servers from Windows Vista clients delegates the query to the server, which uses the Windows Search technology to search and transfer the results back to the client.
- In a networked environment with a print server running Windows Vista, clients can render print jobs locally before sending them to print servers to reduce the load on the server and increase its availability.
- Event forwarding aggregates and forwards logs of subscribed Windows Vista client computers back to a central console. Event forwarding can be enabled on the client subscribers from the central server directly from the event management console.
- Offline Files are cached locally so that they are available even if the server is not, with copies seamlessly updating when the client and server are reconnected.
[edit] Miscellaneous improvements
- Windows Deployment Services replacing Automated Deployment Services and Remote Installation Services. Windows Deployment Services (WDS) support an enhanced multicast feature when deploying operating system images. [15]
- Internet Information Services 7 - Increased security, XCOPY deployment, improved diagnostic tools, delegated administration.
- 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.
[edit] Removed features
- NT Backup is replaced by Windows Server Backup, and no longer support backing up to tape drives[16]
- NNTP (Network News Transfer Protocol) is no longer part of Internet Information Services 7.0
- Exchange backups. (NTBackup was replaced with VSS-based Windows Server Backup). Microsoft is recommending Data Protection Manager, but it requires a dedicated server. Windows Small Business Server and Windows Essential Business Server both include an Exchange backup component. A Windows Backup component for non-SBS installations is forthcoming.[17]
[edit] Editions
Most editions of Windows Server 2008 are available in x86-64 (64-bit) and x86 (32-bit) versions. Windows Server 2008 for Itanium-based Systems supports IA-64 processors. The IA-64 version is optimized 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.[18] Windows Server 2008 is available in the editions listed below,[19] similar to Windows Server 2003.
- Windows Server 2008 Standard Edition (x86 and x86-64)
- Windows Server 2008 Enterprise Edition (x86 and x86-64)
- Windows Server 2008 Datacenter Edition (x86 and x86-64)
- Windows HPC Server 2008 (replacing Windows Compute Cluster Server 2003)
- Windows Web Server 2008 (x86 and x86-64)
- Windows Storage Server 2008 (x86 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 [20]
- Windows Server 2008 for Itanium-based Systems
- Windows Server 2008 Foundation Server
Server Core is available in the Web, Standard, Enterprise and Datacenter editions. It is not available in the Itanium edition. Server Core is simply an alternate installation option supported by some of the editions, and not a separate edition by itself. Each architecture has a separate installation DVD. Windows Server 2008 Standard Edition is available to students for free through Microsoft's DreamSpark program.
[edit] Service Packs
Microsoft occasionally releases service packs for its Windows operating systems to fix bugs and also add new features.
[edit] Service Pack 2
This article or section contains information about computer software currently in development. The content may change as the software development progresses. |
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,[21] this service pack contains the same changes and improvements as the upcoming 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 in October 2008, a public beta arrived in December 2008, and an RC-escrow build was given to testers in January 2009.
[edit] Windows Server 2008 R2
This article or section contains information about computer software currently in development. The content may change as the software development progresses. |
Microsoft introduced Windows Server 2008 R2 at the 2008 Professional Developers Conference as the server variant of Windows 7. A reviewer guide published by the company describes several areas of improvement,[22] notably the inclusion of a number of new virtualization capabilities including Live Migration and Cluster Shared Volumes, reduced power consumption, a new set of management tools, new Active Directory capabilities such as a "recycle bin" for deleted AD objects, new IIS version 7.5 including new FTP server, DNSSEC support, and an increase in the number of supported processing cores from 64 to 256.[23]32-bit processors are no longer supported.[24]
Improvements to the Server Core installation option include the complete removal of the graphical environment from the operating system, and support for the .NET Framework, including ASP.NET applications and Windows PowerShell support.
Performance improvements was a major area of focus for this release; Microsoft has stated that work was done to decrease boot time, improve the efficiency of I/O operations while using less processing power, and generally improve the speed of storage devices, especially iSCSI.
On 2009 January 7th, a beta release of Windows Server 2008 R2 was made available to subscribers of Microsoft's TechNet and MSDN programs, as well as those participating in the Microsoft Connect program for Windows 7. Two days later, the beta was released to the public via the Microsoft Download Center.[25]
[edit] System requirements
System requirements for Windows Server 2008 are as follows:[26]
Minimum | Recommended | |
---|---|---|
Processor | 1 GHz (x86) or 1.4 GHz (x64) | 2 GHz or faster |
Memory | 512 MB RAM (may limit performance and some features) | 2 GB RAM or higher
|
Video adapter and monitor | Super VGA (800 x 600) | Super VGA (800 x 600) or higher resolution |
Hard drive disk free space | 10 GB | 40 GB or higher
Computers with more than 16 GB of RAM require more disk space for paging and dump files. |
Drives | DVD-ROM | DVD-ROM or better |
Devices | Super VGA (800 x 600) or higher-resolution monitor, keyboard and mouse |
[edit] See also
[edit] References
- ^ Miller, Michael J. (2007-05-15). "Gates at WinHec 2007: Windows Server 2008, Rally, Home Server and More". Forward Thinking. http://blog.pcmag.com/blogs/miller/archive/2007/05/15/1883.aspx. Retrieved on 2007-07-09.
- ^ Lowe, David (2007-04-25). "Beta 3 is Go!". Windows Server Division WebLog. Microsoft. http://blogs.technet.com/windowsserver/archive/2007/04/25/beta-3-is-go.aspx. Retrieved on 2007-04-25.
- ^ Ralston, Ward (2007-09-24). "Windows Server 2008 Rc0 Released!". Windows Server Division WebLog. Microsoft. http://blogs.technet.com/windowsserver/archive/2007/09/24/windows-server-2008-rc0-released.aspx. Retrieved on 2007-09-24.
- ^ Nate Mook. "New Windows Server, Visual Studio, SQL Server to Launch in February". BetaNews. http://www.betanews.com/article/New_Windows_Server_Visual_Studio_SQL_Server_to_Launch_in_February/1184080223. Retrieved on 2007-07-11.
- ^ "Dynamic Hardware Partitioning Architecture". MSDN. http://msdn2.microsoft.com/en-us/library/aa938679.aspx. Retrieved on 2007-07-23.
- ^ "Iain McDonald and Andrew Mason show off the new Windows Server OS". Channel 9. Microsoft. May 24, 2006. http://channel9.msdn.com/posts/Duncanma/Iain-McDonald-and-Andrew-Mason-show-off-the-new-Windows-Server-OS/. Retrieved on 2008-11-01. "18:55"
- ^ Hynes, Byron (November 2006). "The Future of Windows: Directory Services in Windows Server 2008". TechNet Magazine. http://www.microsoft.com/technet/technetmag/issues/2006/11/FutureOfWindows. Retrieved on 2007-05-02.
- ^ Snover, Jeffrey (2007-03-28). "Announced: PowerShell to Ship in Windows Server 2008". Blog of Windows PowerShell team. Microsoft. http://blogs.msdn.com/powershell/archive/2007/03/28/announced-powershell-to-ship-in-windows-server-longhorn.aspx. Retrieved on 2007-04-06.
- ^ Loveall, John (2006). "Storage improvements in Windows Vista and Windows Server 2008" (PowerPoint). Microsoft Corporation. http://download.microsoft.com/download/5/b/9/5b97017b-e28a-4bae-ba48-174cf47d23cd/STO123_WH06.ppt. Retrieved on 2007-07-09.
- ^ "Microsoft Extends Virtualization Strategy, Outlines Product Road Map". Microsoft. 2006-05-22. http://www.microsoft.com/presspass/features/2006/may06/05-22Virtualization.mspx. Retrieved on 2007-07-09.
- ^ "Server Manager". Windows Server 2008 Technical Library. Microsoft TechNet. 2007-06-25. http://technet2.microsoft.com/windowsserver2008/en/library/b3274a34-7574-4ea6-aec0-e05ba297481e1033.mspx?mfr=true. Retrieved on 2007-05-02.
- ^ Keith Ward. "Top 10 Overlooked Windows Server 2008 Features, Part 2". Redmond Developer News. http://reddevnews.com/news/article.aspx?editorialsid=9130#1.
- ^ Breaking the 5K Folder “Barrier” in Domain-Based Namespaces: Filing Cabinet blog
- ^ "Failover Clustering with Windows Server 2008 including http://en.wikipedia.org/wiki/Cluster_shared_volumes". Microsoft. 2007-01-17. http://www.microsoft.com/windowsserver2008/failover-clusters.mspx. Retrieved on 2007-07-09.
- ^ Multicasting OS deployments with Windows Server 2008
- ^ Step-by-Step Guide for Windows Server Backup in Windows Server 2008
- ^ To Backup or Not to Backup? Yes! To backup!!
- ^ Heaton, Alex (2007-05-18). "On 64-bit and Windows Client". Windows Vista Team Blog. http://windowsvistablog.com/blogs/windowsvista/archive/2007/05/18/on-64-bit-and-windows-client.aspx. Retrieved on 2007-07-09.
- ^ "Windows Server 2008 Product Editions". Microsoft. 2007-04-25. http://www.microsoft.com/windowsserver2008/evaleditions.mspx. Retrieved on 2007-07-09.
- ^ Announcing Windows Essential Business Server
- ^ Justin Graham (October 24, 2008). "Windows Server 2008 Service Pack 2 beta". Microsoft. http://blogs.technet.com/windowsserver/archive/2008/10/24/windows-server-2008-service-pack-2-beta.aspx. Retrieved on 2008-10-29.
- ^ "Windows Server 2008 R2 Reviewers Guide". Microsoft. November 2008. http://download.microsoft.com/download/F/2/1/F2146213-4AC0-4C50-B69A-12428FF0B077/Windows_Server_2008_R2_Reviewers_Guide_(BETA).doc. Retrieved on 2008-10-29.
- ^ "Windows7 and Windows Server 2008 R2 support more than 64 Processors in one System". Microsoft. November 2008. http://www.microsoft.com/whdc/system/Sysinternals/MoreThan64proc.mspx. Retrieved on 2009-03-06.
- ^ "Announcing Windows Server 2008 R2". Microsoft. October 2008. http://blogs.technet.com/windowsserver/archive/2008/10/28/announcing-windows-server-2008-r2.aspx. Retrieved on 2008-12-15.
- ^ Emil Protalinski. "Windows 7 public beta is available now". http://arstechnica.com/microsoft/news/2009/01/windows-7-public-beta-is-available-now.ars.
- ^ "Windows Server 2008 System Requirements". 31 March 2008. http://msdn2.microsoft.com/en-us/windowsserver/cc196364.aspx. Retrieved on 2008-03-31.
[edit] External links
[edit] Microsoft
- Official site for Windows Server 2008
- Official site for Windows Server 2008 R2
- Microsoft TechCenter for Windows Server 2008
- MSDN Developer Center for Windows Server 2008
- New Networking Features in Windows Server 2008 and Windows Vista — lengthy article from Microsoft Technet covering new networking features in detail
- Changes in Functionality from Windows Server 2003 with SP1 to Windows Server 2008
- Windows Server 2008: Compare Server Core Installation Options
- Windows Server Performance Team Blog
- List of server applications that are supported, will be supported, or are incompatible
- Official System Requirements page
[edit] Miscellanea
- Early review from Network World
- Screenshots of Server Components from Latest Longhorn Builds
- Microsoft confirms Longhorn server
- Microsoft lays out server road map
- Windows Server 2008 - First Look - A preview of what to expect in Windows Server 2008.
- winsupersite.com Preview
- winsupersite.com Preview 2
- Convert Windows Server 2008 to a Workstation
|