Week 1 - Intro to Server Roles and Features.pptx
Document Details
Uploaded by GreatAntigorite
Full Transcript
What is Windows Server Windows Server is an operating system, that has been developed and released by Microsoft since 2003. The Windows Server operating system typically installed on a high-power computer (“server”), in order to provide a specific service (or “serve”) a specific task or role. How...
What is Windows Server Windows Server is an operating system, that has been developed and released by Microsoft since 2003. The Windows Server operating system typically installed on a high-power computer (“server”), in order to provide a specific service (or “serve”) a specific task or role. How does Windows Server compare to Microsoft Windows • Windows Server is built on the same platform as Microsoft Windows (such as Windows 10 and 11). • Unlike Windows 10/11, Windows Sever (WS hereafter) is not intended to serve as a user-centric interface. • WS is typically run in as headless (“without user input, or monitor connected”) configuration. • Users typically only log into WS systems to perform administrative tasks. How does Windows Server compare to Microsoft Windows - Continued • Many applications (such as web browsers, games, or office software) should never be installed on WS devices. • Most properly-configured WS environments implement rigid security policies, limiting who can access and what those accessing can perform. • WS environments are typically purpose-built to deliver a solution to a required task. • WS environments should never be configured as an all-purpose device (segregation of services) Typical Examples of Servers A File Server – Typically made to host files (such as making them available to a broad audience), while ensuring that only those that need or are authorized, can access them. A Web Server – Typically made to host websites (both internal and external), using a properly configured WS environment can ensure that your website stays active regardless of spikes in demand. Examples of Server Hardware What makes a Server a Server? Before we understand what sort of devices Servers are, we have to understand what hardware a server is typically installed on. • Servers are purpose-built high performance devices. • They typically have vast amounts of RAM to handle large sums of synchronous data processing. • They are robustly built with multiple redundant power supplies, high airflow, and almost always mounted in racks in datacenters. What makes a Server a Server - Continued • Robust networking capabilities – having the ability to move a lot of data throughout the network or provide network redundancy. • Large storage capacity – for storing massive amounts of data, or providing data resiliency. • High compute capability (CPUs) – for processing data in real-time. What makes a Server a Server - Summary In short, Servers are optimized for doing intensive or important workloads in a reliable and scalable fashion. The differ from traditional computers by providing higher capabilities for data processing, either by the sheer scope, or volume. Servers are typically installed in datacenters which provide centralized storage, network, power, cooling and are also typically in access-controlled environments. Installing – Virtual vs Physical There are two primary methods of installing WS. • Physical – or the more “traditional” method of installation, revolves around installing WS on a physical computer. This is known as a “bare metal” install. • Virtual or Hypervisor – the more common method of installing in present times. This involves installing the WS onto an existing server running a hypervisor. This enables a much more flexible approach to server management and enables better resource allocation, scalability and resiliency. Why chose a Virtual Install? A virtualized installation of WS enables a few key benefits: • Ensuring that compute resources are used wisely by allowing more than one instance of WS is installed on a physical node or server. Typically, a node or server has more resources than WS will use. • Ensuring that the costs are kept down by installing multiple instances of WS on a physical server. This ensures that the costs of buying physical servers are kept lower, by only investing in physical servers when more capacity is required. An example of benefits Physical Install Virtual Install Whole Whole server server is is used used up up by by one one WS WS Installation, Installation, not not cost cost effective. effective. ItIt is is unlikely unlikely that that all all the the server server resources resources will will be be used used by by one one WS WS installation installation 44 different different WS WS installations installations are are running running on on this this server, server, this this makes makes the the installation installation more more cost-effective cost-effective and and compute compute resources resources are are shared shared This Photo by Unknown Author is licensed under CC BY-NC Installation Options / Editions Two primary editions of Windows Server exist: Standard and Datacenter. So what’s the difference? WS Datacenter is a server edition that builds on the WS Standard Edition. WS Standard and Datacenter share nearly every role and feature except a few, which will be explored on the next slides The key differences between WS Standard and WS Datacenter is that WS Datacenter is geared towards a larger virtual deployment. Installation Options When installing WS, you will be presented with a number of options, along with selecting either Standard or Datacenter • Server Core (it is selected by default) • Desktop Experience Server Core vs Desktop Experience The Server Core option is a minimal installation and includes most server roles. It lacks a graphical user interface and must be administered using a PowerShell command line or Remote Server Administration Tools (or RSAT for short). The Desktop Experience installation option is the “classic” installation option for WS, pairing a full-fledged WS installation with the traditional Windows Desktop (start menu, control panel, and everything else you are used to) What is a Role? A WS Role is a role that your server is indented to do in your environment. This can be thought of as a job. • There are many roles that WS ships with • Some roles require extra features • Roles determine what a servers’ purpose is • Some roles do not exist and must be added via software (3rd or 1st party software, but not though the “console”) Examples of some built-in Roles Microsoft Active Directory (Active Directory Domain Services) and IIS (Internet Information Services) are a few common built-in WS roles. Built-in roles are bundled with the WS Operating system and do not need additional software to function. Installing Roles and Features Installing Roles and Features is a simple task that is either completed through a command console (PowerShell) or through the Roles and Features Wizard Other frequently-used Roles Active Directory and IIS aren’t the only two roles in WS. Below are some examples of other roles. • DNS – Domain Name Services • DHCP – Dynamic Host Configuration Protocol • File and Storage Services • Hyper-V Hyper-V Hyper-V is Microsoft’s virtualization product. It is Microsoft’s answer to VMWare/VirtualBox/Parallels for being able to run a virtual machine(s). Hyper-V is available as both a WS Role, as well as a standalone “bare metal” hypervisor. Hyper-V is also available as a feature in certain Windows 10/11 versions, but an enhanced enterprise-ready version is only available on WS installations. Standard vs Datacenter As mentioned, the primary differences between WS Standard and Datacenter lie in Hyper-V. • Standard allows a maximum of 2 virtual machines* to be created • Datacenter does not limit (unlimited, resources permitting) the number of virtual machines* Standard vs Datacenter - Continued WS Datacenter also includes a few more additions (roles) that focus on the Hyper-V product, these are not included in WS Standard: • Network Controller – A SDN (Software Defined Networking) solution that allow you to build comprehensive networks without the associated costs of network hardware. • Hyper-V Host Guardian – A security feature for enhancing security of virtual machines What are Features? Unlike Roles (which are what the server does), features are underlying and/or supporting resources that are frequently used/accessed by roles, the users accessing the server, or by the server itself. Examples of Features Some examples of common WS Features are: • .NET Framework – Used by the server itself, in order to run certain applications • Role Management Tools – i.e. tools to manage various Roles, such as IIS, Hyper-V, DNS and DHCP consoles, to administer these Roles locally (from the WS) • Plugins for web languages for IIS – Such as ASP.NET Some Roles will add Features It is imperative to understand that some Roles will automatically add features, which are required in order for proper operation of the Roles.