Remote Installation Services
From Wikipedia, the free encyclopedia
Remote Installation Services is a Microsoft-supplied server that allows PXE BIOS-enabled computers to remotely execute boot environment variables.
Contents |
[edit] Background
At boot time, a workstation that has been set to boot from PXE will issue a BOOTP request via the network. Once the request is received, the DHCP Server will supply an IP address to the machine, and the DNS server will point the client computer to the RIS server, which in turn will issue a disk boot image (often called the "OS Chooser"). Once the OS Chooser environment has been booted, the user must authenticate against the Domain Controller, and can then select a Windows image to install. The source files for each image can be customized with a utility such as nLite to slipstream updates and service packs, apply tweaks, perform unattended installations, and include software with the operating system.
[edit] History
Remote Installation Services was introduced with Windows 2000 Service Pack 3, as an optional component when installed on Windows 2000 Server. It supported distribution of Windows 2000 Professional and Windows 2000 Server. RIS was updated twice; once to support Windows XP, and again to support Windows Server 2003. With the release of Service Pack 2 for Windows Server 2003, RIS was replaced with Windows Deployment Services.
[edit] Overview
On Windows 2003, two services are required to provide Remote Installation Services: DHCP and Remote Installation Service. The Remote Installation Server doubles as a proxy DHCP server to provide Boot Server and Filename instructions to clients. Remote Installation Service utilizes UDP port 4011[1] to provide clients the contents of each page the OS Chooser displays. Additionally, this service can provide drivers to clients; it is often used to provide the workstation's network card driver, which is required to launch the OS Chooser and mount the share where images are stored.
[edit] References
[edit] See also
[edit] External links
- Windows 2000 RIS Step-by-Step Guide
- PXE Booting Linux from Microsoft RIS - how to install Linux, MS-DOS, etc using RIS
- RIS on Linux - all platforms - OpenSource RIS implementation
- RIS on Linux - how to install Windows using RIS on Linux
- RIS and Windows 98 Using Windows 2000 Remote Installation Service to Deploy Windows 98
- BINL protocol explained