09-04-2016, 06:43 PM
You might want to know more about PXE boot. That's most likely what is being used in these cases. I only use it to install Windows (and other OSes) on a 1Gbit link and not for everyday booting.
(09-04-2016, 02:34 PM)Golden Wrote: All the computers start up from a shared network. The network contains a .iso of the bootup. The .iso is loaded into RAM which becomes the Operating System.
(09-04-2016, 02:34 PM)Golden Wrote: All the computers start up from a shared network. The network contains a .iso of the bootup. The .iso is loaded into RAM which becomes the Operating System.
(09-05-2016, 01:22 PM)Conan Wrote: Actually it boots an image of a hard drive.
The parts of the OS required to run stuff is loaded to the ram and most of the applications is stored on the server afaik.
Also they use Windows since it's what almost all users use. :p
(09-05-2016, 05:44 PM)Vuluts Wrote: If it's loaded from ISO file, OS will be reinstalled fresh every workstation boot up?
What's in my mind is this... A server with 2 DISK, 1 DISK for the main server and 1 DISK is for all the pc in workstations.
In computing, the Preboot eXecution Environment (PXE, sometimes pronounced as pixie[1]) specification describes a standardized client-server environment that boots a software assembly, retrieved from a network, on PXE-enabled clients. On the client side it requires only a PXE-capable network interface controller (NIC), and uses a small set of industry-standard network protocols such as DHCP and TFTP.
The concept behind the PXE originated in the early days of protocols like BOOTP/DHCP/TFTP, and as of 2015 it forms part of the Unified Extensible Firmware Interface (UEFI) standard. In modern data centers, PXE is the most frequent choice[2] for operating system booting, installation and deployment.