Operating system
An Operating System (OS) is a set of computer programs that manage the hardware and software resources of a computer. Popular Operating Systems include Microsoft Windows, Mac OS X and Linux.
An operating system performs basic system tasks such as controlling input and output devices, facilitating networking, managing file systems, managing applications, allocating memory and prioritizing system requests.
Modern operating systems provide a graphical user interface (GUI) shell where the user can interact with the OS, launch applications and manage their computer system. Most OSs still have a command line interpreter, and some (notably Linux) are often operated without a GUI to conserve resources. Networked computers can often be managed remotely, although there are security implications to this.
User interactions with an OS include installing and managing devices, installing and managing applications, saving and managing files and configuring the OS itself. Application interactions include allocating memory, accessing processing time, accessing files and negotiating network access.
History
The first computers did not have operating systems — they were manually configured to perform a single series of tasks. By the early 1960s, vendors were supplying extensive tools for streamlining the development, scheduling, and execution of jobs on these batch processing systems.
Through the 1960s, several major concepts drove the development of operating systems. The development of the IBM System/360 produced a wide family of mainframe computers, for which a single operating system was planned. The OS/360 system was successful, and modern IBM systems are still descended from this early OS. The OS/360 also introduced the hard disk for permanent storage, and seamless time-sharing of system resources between multiple concurrent users.
The Multics timesharing system was the most famous of a number of new operating systems developed to take advantage of the time-sharing concept; and was an inspiration to a number of operating systems developed in the 1970s, notably Unix by Dennis Richie and Ken Thompson.
The first microcomputers did not have the capacity (or need) for the elaborate operating systems that had been developed for mainframes and minis. Minimal operating systems were developed to manage these systems, often loaded from ROM and known as Monitors. One notable early disk-based operating system was CP/M, which was supported on many early microcomputers. CP/M was the main inspiration for Microsoft’s MS-DOS, which became wildly popular as the operating system chosen for the IBM PC. The major alternative throughout the 1980s in the microcomputer market was Mac OS, still exclusive to the Apple Macintosh computer.
By the 1990s, the microcomputer had evolved to the point where robust and complex operating systems were increasingly desirable. Microsoft’s response to this change was the development of Windows NT, which served as the basis for Microsoft’s desktop operating system line starting in 2001. Apple rebuilt their operating system on top of a Unix core as Mac OS X, also released in 2001.
Public-developed reimplementations of Unix, assembled with the tools from the GNU Project, also became popular; versions based on the Linux kernel are by far the most popular, with the BSD-derived UNIXes holding a small portion of the server market.
The growing complexity of embedded devices has led to increasing use of embedded operating systems. In some cases, the «operating system» software is directly linked to the application to produce a monolithic special-purpose program. In the simplest embedded systems, there is no distinction between the OS and the application. Embedded systems that have certain time requirements are known as Real-time operating systems.
The choice of OS may be dependant on the hardware architecture, specifically the CPU, with only Linux and BSD running on almost any CPU. Windows NT 3.1, which is no longer supported, was ported to the DEC Alpha and MIPS Magnum. Mainframe computers and embedded systems use a variety of different operating systems, many with no direct connection to Windows or Unix. QNX and VxWorks are two common embedded operating systems, the latter being used in network infrastructure hardware equipment. A «Datacenter» variant of Windows Server 2003 is also available for some mainframe systems.
Microsoft Windows Server OS (operating system)
Microsoft Windows Server OS (operating system) is a series of enterprise-class server operating systems designed to share services with multiple users and provide extensive administrative control of data storage, applications and corporate networks.
Development for Windows Server started in the early 1980s when Microsoft produced two operating system lines: MS-DOS and Windows NT. Microsoft engineer David Cutler developed the kernel of Windows NT with the intent to provide speed, security and reliability that large organizations require in a server operating system.
Prior to the release of Windows NT, many companies relied on the Unix operating system that required expensive RISC-based hardware to run file and printing services. Windows NT had the ability to run on less costly x86 machines.
A key feature in the NT architecture is symmetric multiprocessing, which makes applications run faster on machines with several processors.
Later iterations of Windows Server can be deployed either on hardware in an organization’s data center or on a cloud platform, such as Microsoft Azure.
Key features in later versions of Windows Server include Active Directory, which automates the management of user data, security and distributed resources, and enables interoperation with other directories; and Server Manager, which is a utility to administer server roles and make configuration changes to local or remote machines.
A timeline of Windows Server OS versions
Microsoft released its Windows NT operating system in two formats: one for workstations and the other for servers. The 32-bit operating system featured a hardware abstraction layer (HAL), which provided more system stability by blocking applications from direct access to system hardware. Companies could use Advanced Server as a domain controller to store user and group rights.
Microsoft updated key networking features in this server release and added integrated support for TCP/IP and Winsock. Other networking improvements allowed users on other non-Microsoft operating systems to access files and applications on the domain.
Microsoft fine-tuned this release to boost performance and reduce the amount of required memory. This server OS was optimized to deliver services faster to users through its updated networking stack. Microsoft added more connectivity support for companies in a mixed environment with both Windows NT and NetWare servers to allow users to get services from each with a single credential.
Microsoft borrowed the Windows 95 interface for this server OS release and also used many of the applications in the client OS, such as the File Explorer. Microsoft expanded the networking protocol capabilities in this release to make network resources available to a wider array of non-Microsoft machines. Key features in this release were the ability to use a server as an Internet Information Server — now called Internet Information Services (IIS) — and a domain name system server. This server OS also could walk administrators through various tasks, such as sharing a hard disk with a feature called Administrative Wizards.
Windows 2000 introduced Active Directory, a directory service that stores and manages information about network objects, including user data, systems and services. Active Directory lets administrators perform various tasks, such as virtual private network configuration, data encryption and granting access to file shares on networked computers.
Microsoft also introduced several other key features in this release, including:
- Microsoft Management Console (MMC),
- NTFS 3.0 file system and
- support for dynamic disk volumes.
Windows 2000 had three editions — Server, Advanced Server and Datacenter — that were built to work with Windows 2000 Professional, the client OS.
Microsoft introduced the «Windows Server» brand with the release of Windows Server 2003 and touted its security improvements over Windows 2000. Microsoft hardened IIS, the web server feature, and disabled more default services to reduce exploit opportunities.
Microsoft introduced server roles with this release, which allowed administrators to assign a specific function to a server, such as domain controller or DNS server.
Other new features in this release included expanded encryption functionality, built-in firewall, greater Network Address Translation (NAT) support and Volume Shadow Copy Service.
Windows Server 2003 had four editions: Standard, Enterprise, Datacenter and Web.
Rather than a version number, Microsoft began using the R2 — or release two — designation with Windows Server 2003 R2. Organizations always need to buy a new Windows Server license to use the new server operating system, but R2 releases used the client access licenses (CALs) of the immediately preceding server version to eliminate the need to upgrade those licenses.
This version improved on the security and safety features in Windows Server 2003.
Key new features in this release were:
- Active Directory Federation Services, which lets administrators broaden single sign-on access to applications and systems beyond the corporate firewall.
- Active Directory Application Mode, which stores data for applications that may be considered not secure enough to use in the Active Directory system.
This version also added enhancements to file replication and data compression for branch office servers. Among the security improvements in this release was the Security Configuration Wizard, which let administrators apply consistent security policies to multiple machines.
Windows Server 2008 added new features such as:
- Hyper-V virtualization software,
- failover clustering,
- Event Viewer,
- Server Core — the minimal deployment option managed via the command line, and
- Server Manager console, used to add and manage server roles and features on local and remote machines.
Microsoft also overhauled the networking stack and Active Directory to enhance its Group Policy and identity management capabilities.
Windows Server 2008 came in four editions: Standard, Enterprise, Datacenter and Web.
Microsoft used its Windows 7 kernel for this server operating system and touted its improved scalability and availability features.
Microsoft enhanced Active Directory for improved handling of user accounts and more granular control with policies. The company also updated Terminal Services functionality and rechristened it to Remote Desktop Services (RDS).
New features in this release include BranchCache and DirectAccess, both aimed at improving how users in remote locations are able to get their work done.
This server OS, like its predecessor, shares some of the administrative and security functionality used in the Windows Vista client operating system. Windows Server 2008 R2 also marked a change from a 32-bit server operating system to a 64-bit version.
Microsoft embedded a number of cloud-related features to Windows Server 2012, going so far as to dub it the «Cloud OS,» so organizations could run services more easily in public or private clouds. The company also made significant updates to the operating system’s storage infrastructure and Hyper-V virtualization platform.
New features worth noting in this release were the Hyper-V virtual switch, Hyper-V Replica, Storage Spaces and ReFS file system.
In another change with this release, Microsoft switched the default installation option to Server Core, which requires administrators to use PowerShell. Upon this release, PowerShell had 2,300 cmdlets available for management.
This server version came in four editions: Essentials, Foundation, Standard and Datacenter. The Standard and Datacenter editions had the same feature set, but a Standard license permitted organizations to run two virtual machines (VMs), while Datacenter permitted an unlimited number of VMs.
Microsoft made expansive changes across the board with Windows Server 2012 R2, including significant updates to virtualization, storage, networking, information security and web services.
New features of note:
- Desired State Configuration (DSC) built on PowerShell to prevent configuration drift and maintain consistency across the organization’s machines.
- Storage tiering added to Storage Spaces boosts performance by automatically moving frequently called blocks of data to solid-state storage.
- Work Folders allow users to retrieve and save company files on work and personal devices through replication to servers in the organization’s data center.
Microsoft nudged enterprises closer to the cloud with a number of new features tailored to ease workload migrations, such as support for Docker containers and software-defined enhancements in networking.
Microsoft debuted Nano Server, a minimal server deployment option intended to boost security by shrinking the attack vector. Microsoft says Nano Server is 93% smaller than a full Windows Server deployment.
Another nod to security comes in the new Hyper-V shielded VM feature, which uses encryption to prevent data inside a VM from being compromised.
The Network Controller is a key new networking feature that allows administrators to manage the switches, subnets and other devices on the virtual and physical networks.
This server OS comes in Standard and Datacenter editions. In previous Windows Server versions, the Standard and Datacenter editions had the same feature set, but different license rights and use restrictions. In Windows Server 2016, the Standard edition does not have the more advanced features in virtualization, storage and networking.
In June 2017, Microsoft announced it would split Windows Server into two channels: the Semi-Annual Channel (SAC) and the Long-Term Servicing Channel (LTSC) — formerly the Long-Term Servicing Branch.
The SAC caters to enterprises with a DevOps framework that prefer a shorter term between feature updates to get the most recent updates for rapid application development cycles. SAC releases will come every six months — one in the spring and one in the fall — with mainstream support of just 18 months. Microsoft tailors the LTSC for companies that prefer the more traditional release cycle of two to three years between major feature updates with the typical five years of mainstream support followed by five years of extended support.
The LTSC naming convention will retain the Windows Server YYYY format — such as Windows Server 2016 — while the SAC releases will follow a format of Windows Server version YYMM. Microsoft said it plans to add most of the enhancements — with some variations — from the SAC releases into upcoming LTSC releases.
Microsoft released its first SAC release — Windows Server version 1709 — in October 2017. Highlights of this release were support for Linux containers with kernel isolation provided by Hyper-V and a refactored Nano Server strictly for use as a base OS container image.
Businesses with Software Assurance on their Windows Server Standard or Datacenter licenses or a Microsoft Developer Network (MSDN) license can download the SAC releases from Microsoft’s Volume Licensing Service Center. Organizations without Software Assurance can use SAC releases in Azure or another cloud or hosting environment.