|
Article on other languages:
|
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 Service Pack 1 kernel. A second release, named Windows Server 2008 R2, is currently under development.
HistoryOriginally 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] 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] Server CoreWindows 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 also does not include the .NET Framework, Internet Explorer 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. Iain Anderson, a product 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] Active Directory rolesActive 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. Terminal ServicesWindows 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. Windows PowerShell
Screenshot of a sample Windows PowerShell session.
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. Self-healing NTFSIn 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] Hyper-VHyper-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 is planned. This version will also only support the x86-64 architecture.[10] Windows System Resource ManagerWindows 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. Server ManagerServer 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. Other featuresOther new or enhanced features include: Core OS improvements
Active Directory improvements
Policy related improvements
Disk management and file storage improvements
Protocol and cryptography improvements
Improvements due to client-side (Windows Vista) enhancements
Miscellaneous improvements
Removed Features
EditionsMost 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.
Server Core is available in the Standard, Enterprise and Datacenter editions. It is not available in Web edition or in the Itanium edition. It is important to note that Server Core is simply a server role supported by some of the editions, and not a separate edition by itself. Each edition has a separate evaluation DVD. Windows Server 2008 Standard Edition is available to students for free through Microsoft's DreamSpark program. Service PacksMicrosoft occasionally releases service packs for its Windows operating systems to fix bugs and also add new features. Service Pack 2
Because Windows Server 2008 is based on the Windows NT 6.0 Service Pack 1 kernel, the RTM release of 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. Windows Server 2008 R2
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, reduced power consumption, a new set of management tools, new Active Directory capabilities such as a "recycle bin" for deleted AD objects, a new FTP server, DNSSEC support, and an increase in the number of supported processing cores from 64 to 256. 32-bit processors are no longer supported. 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. System requirementsSystem requirements for Windows Server 2008 are as follows:[23]
See alsoReferences
External linksMicrosoft
Others
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
This article is from Wikipedia. All text is available under the terms of the GNU Free Documentation License.
Mercedes Car
This site monitored by SitePinger.net