Looking for:

Windows software and installation requirements

Click here to Download

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Selecting a language below will dynamically change the complete page content to that language. You have not selected any file s to download. A download manager is recommended for downloading multiple files. Would you like to install the Microsoft Download Manager? Generally, a download manager enables downloading of large files or multiples files in one session.

Many web browsers, such as Internet Explorer 9, include a download manager. Stand-alone download managers also are available, including the Microsoft Download Manager. The Microsoft Download Manager solves these potential problems. It gives you the ability to download multiple files at one time and download large files quickly and reliably. It also allows you to suspend active downloads and resume downloads that have failed. Microsoft Download Manager is free and available for download now.

Warning: This site requires the use of scripts, which your browser does not currently allow. See how to enable scripts. Get started with Microsoft Edge.

Select Language:. Choose the download you want. Download Summary:. Total Size: 0. Back Next. Microsoft recommends you install a download manager.

Microsoft Download Manager. Manage all your internet downloads with this easy-to-use manager. It features a simple interface with many customizable options:. Download multiple files at one time Download large files quickly and reliably Suspend active downloads and resume downloads that have failed. Yes, install Microsoft Download Manager recommended No, thanks. What happens if I don’t install a download manager? Why should I install the Microsoft Download Manager? In this case, you will have to download the files individually.

You would have the opportunity to download individual files on the “Thank you for downloading” page after completing your download. Files larger than 1 GB may take much longer to download and might not download correctly.

You might not be able to pause the active downloads or resume downloads that have failed. Details Note: There are multiple files available for this download. Once you click on the “Download” button, you will be prompted to select the files you need. File Name:. Date Published:. File Size:. System Requirements Supported Operating System. Install Instructions For Windows installations, download the appropriate file by clicking one of the links below, then run the downloaded file to install that package.

Related Resources Other Versions. Follow Microsoft Facebook Twitter.

 
 

 

Install World Wide Web Publishing Service Windows Server R2.

 

An operating system OS is system software that manages computer hardware , software resources, and provides common services for computer programs. Time-sharing operating systems schedule tasks for efficient use of the system and may also include accounting software for cost allocation of processor time , mass storage , printing, and other resources.

For hardware functions such as input and output and memory allocation , the operating system acts as an intermediary between programs and the computer hardware, [1] [2] although the application code is usually executed directly by the hardware and frequently makes system calls to an OS function or is interrupted by it.

Operating systems are found on many devices that contain a computer — from cellular phones and video game consoles to web servers and supercomputers. The dominant general-purpose personal computer operating system is Microsoft Windows with a market share of around Other specialized classes of operating systems special-purpose operating systems , [6] [7] such as embedded and real-time systems, exist for many applications.

Security-focused operating systems also exist. Some operating systems have low system requirements e. Others may have higher system requirements.

Some operating systems require installation or may come pre-installed with purchased computers OEM -installation , whereas others may run directly from media i. USB stick. A single-tasking system can only run one program at a time, while a multi-tasking operating system allows more than one program to be running concurrently. This is achieved by time-sharing , where the available processor time is divided between multiple processes. These processes are each interrupted repeatedly in time slices by a task-scheduling subsystem of the operating system.

Multi-tasking may be characterized in preemptive and cooperative types. In preemptive multitasking, the operating system slices the CPU time and dedicates a slot to each of the programs. Unix-like operating systems, such as Linux —as well as non-Unix-like, such as AmigaOS —support preemptive multitasking. Cooperative multitasking is achieved by relying on each process to provide time to the other processes in a defined manner.

Single-user operating systems have no facilities to distinguish users but may allow multiple programs to run in tandem. Time-sharing operating systems schedule tasks for efficient use of the system and may also include accounting software for cost allocation of processor time, mass storage, printing, and other resources to multiple users. A distributed operating system manages a group of distinct, networked computers and makes them appear to be a single computer, as all computations are distributed divided amongst the constituent computers.

Embedded operating systems are designed to be used in embedded computer systems. They are designed to operate on small machines with less autonomy e. They are very compact and extremely efficient by design and are able to operate with a limited amount of resources. Windows CE and Minix 3 are some examples of embedded operating systems. A real-time operating system is an operating system that guarantees to process events or data by a specific moment in time.

A real-time operating system may be single- or multi-tasking, but when multitasking, it uses specialized scheduling algorithms so that a deterministic nature of behavior is achieved. Such an event-driven system switches between tasks based on their priorities or external events, whereas time-sharing operating systems switch tasks based on clock interrupts. A library operating system is one in which the services that a typical operating system provides, such as networking, are provided in the form of libraries and composed with the application and configuration code to construct a unikernel : a specialized, single address space , machine image that can be deployed to cloud or embedded environments [ further explanation needed ].

Early computers were built to perform a series of single tasks, like a calculator. Basic operating system features were developed in the s, such as resident monitor functions that could automatically run different programs in succession to speed up processing.

Operating systems did not exist in their modern and more complex forms until the early s. When personal computers became popular in the s, operating systems were made for them similar in concept to those used on larger computers. In the s, the earliest electronic digital systems had no operating systems. Electronic systems of this time were programmed on rows of mechanical switches or by jumper wires on plugboards.

These were special-purpose systems that, for example, generated ballistics tables for the military or controlled the printing of payroll checks from data on punched paper cards. After programmable general-purpose computers were invented, machine languages consisting of strings of the binary digits 0 and 1 on punched paper tape were introduced that sped up the programming process Stern, In the early s, a computer could execute only one program at a time.

Each user had sole use of the computer for a limited period and would arrive at a scheduled time with their program and data on punched paper cards or punched tape. The program would be loaded into the machine, and the machine would be set to work until the program completed or crashed.

Programs could generally be debugged via a front panel using toggle switches and panel lights. It is said that Alan Turing was a master of this on the early Manchester Mark 1 machine, and he was already deriving the primitive conception of an operating system from the principles of the universal Turing machine.

Later machines came with libraries of programs, which would be linked to a user’s program to assist in operations such as input and output and compiling generating machine code from human-readable symbolic code.

This was the genesis of the modern-day operating system. However, machines still ran a single job at a time. At Cambridge University in England, the job queue was at one time a washing line clothesline from which tapes were hung with different colored clothes-pegs to indicate job priority.

By the late s, programs that one would recognize as an operating system were beginning to appear. In a May paper describing the system, George Ryckman noted:. The development of computer operating systems have materially aided the problem of getting a program or series of programs on and off the computer efficiently. One of the more famous examples that is often found in discussions of early systems is the Atlas Supervisor , running on the Atlas in The Atlas team itself used the term “supervisor”, [13] which was widely used along with “monitor”.

Brinch Hansen described it as “the most significant breakthrough in the history of operating systems.

These features were included or not included in application software at the option of application programmers, rather than in a separate operating system used by all applications. When a process is terminated for any reason, all of these resources are re-claimed by the operating system. In cooperation with the University of Minnesota, the Kronos and later the NOS operating systems were developed during the s, which supported simultaneous batch and timesharing use.

Like many commercial timesharing systems, its interface was an extension of the Dartmouth BASIC operating systems, one of the pioneering efforts in timesharing and programming languages. In the late s, Control Data and the University of Illinois developed the PLATO operating system, which used plasma panel displays and long-distance time sharing networks. Plato was remarkably innovative for its time, featuring real-time chat, and multi-user graphical games.

MCP also introduced many other ground-breaking innovations, such as being the first commercial implementation of virtual memory. This proposal was declined by Burroughs management to protect its existing hardware production. From the late s through the late s, several hardware capabilities evolved that allowed similar or ported software to run on more than one system. Early systems had utilized microprogramming to implement features on their systems in order to permit different underlying computer architectures to appear to be the same as others in a series.

The enormous investment in software for these systems made since the s caused most of the original computer manufacturers to continue to develop compatible operating systems along with the hardware. Notable supported mainframe operating systems include:. The first microcomputers did not have the capacity or need for the elaborate operating systems that had been developed for mainframes and minis; minimalistic operating systems were developed, often loaded from ROM and known as monitors.

In the s, Apple Computer Inc. The introduction of the Intel CPU chip in October , [18] with bit architecture and paging capabilities, provided personal computers with the ability to run multitasking operating systems like those of earlier minicomputers and mainframes. He would lead the development of the Windows NT operating system, which continues to serve as the basis for Microsoft’s operating systems line. Steve Jobs , a co-founder of Apple Inc. While the project was highly successful in duplicating the functionality of various parts of UNIX, development of the GNU Hurd kernel proved to be unproductive.

In , Finnish computer science student Linus Torvalds , with cooperation from volunteers collaborating over the Internet, released the first version of the Linux kernel. It was soon merged with the GNU user space components and system software to form a complete operating system. Unix was originally written in assembly language. B was replaced by C , and Unix, rewritten in C, developed into a large, complex family of inter-related operating systems which have been influential in every modern operating system see History.

The name ” UNIX ” is a trademark of The Open Group which licenses it for use with any operating system that has been shown to conform to their definitions. Unix-like systems run on a wide variety of computer architectures. They are used heavily for servers in business, as well as workstations in academic and engineering environments.

The POSIX standard can be applied to any operating system, although it was originally created for various Unix variants. These operating systems are most commonly found on webservers , although they can also function as a personal computer OS. The Internet owes much of its existence to BSD, as many of the protocols now commonly used by computers to connect, send and receive data over a network were widely implemented and refined in BSD. In , University of California, Berkeley installed its first Unix system.

Over time, students and staff in the computer science department there began adding new programs to make things easier, such as text editors. When Berkeley received new VAX computers in with Unix installed, the school’s undergraduates modified Unix even more in order to take advantage of the computer’s hardware possibilities.

Steve Jobs , upon leaving Apple Inc. Developers like Keith Bostic encouraged the project to replace any non-free code that originated with Bell Labs. Unlike its predecessor, macOS is a UNIX operating system built on technology that had been developed at NeXT through the second half of the s and up until Apple purchased the company in early Since then, six more distinct “client” and ” server ” editions of macOS have been released, until the two were merged in OS X Prior to its merging with macOS, the server edition — macOS Server — was architecturally identical to its desktop counterpart and usually ran on Apple’s line of Macintosh server hardware.

With Mac OS X v The server tools are now offered as an application. The Linux kernel originated in , as a project of Linus Torvalds , while a university student in Finland. He posted information about his project on a newsgroup for computer students and programmers, and received support and assistance from volunteers who succeeded in creating a complete and functional kernel. Because of its open license model, the Linux kernel code is available for study and modification, which resulted in its use on a wide range of computing machinery from supercomputers to smartwatches.

Although estimates suggest that Linux is used on only 1. Linux has superseded Unix on many platforms and is used on most supercomputers including the top Linux is also commonly used on other small energy-efficient computers, such as smartphones and smartwatches.

Microsoft Windows is a family of proprietary operating systems designed by Microsoft Corporation and primarily targeted to Intel architecture based computers, with an estimated In , Windows 7 overtook Windows XP as the most common version in use.

Microsoft Windows was first released in , as an operating environment running on top of MS-DOS , which was the standard operating system shipped on most Intel architecture personal computers at the time.

 
 

Leave a Reply

Your email address will not be published. Required fields are marked *