![]() |
Diskless Computer Cafe - Printable Version +- Post4VPS Forum | Free VPS Provider (https://post4vps.com) +-- Forum: Geek World (https://post4vps.com/Forum-Geek-World) +--- Forum: Hardware & Technology (https://post4vps.com/Forum-Hardware-Technology) +--- Thread: Diskless Computer Cafe (/Thread-Diskless-Computer-Cafe) Pages:
1
2
|
RE: Diskless Computer Cafe - RickB - 09-04-2016 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. RE: Diskless Computer Cafe - Conan - 09-05-2016 (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. 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 RE: Diskless Computer Cafe - Vuluts - 09-05-2016 (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. If it's loaded from ISO file, OS will be reinstalled fresh every workstation boot up? (09-05-2016, 01:22 PM)Conan Wrote: Actually it boots an image of a hard drive. 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. RE: Diskless Computer Cafe - Golden - 09-05-2016 (09-05-2016, 05:44 PM)Vuluts Wrote: If it's loaded from ISO file, OS will be reinstalled fresh every workstation boot up? Imagine this as Library computers. You wouldn't want people coming in and deleting files and running off right? You want a fresh start every time. RE: Diskless Computer Cafe - Vuluts - 10-04-2016 (09-05-2016, 10:52 PM)Golden Wrote: Imagine this as Library computers. You wouldn't want people coming in and deleting files and running off right? You want a fresh start every time. Hmm something like using deep freeze? every time it restart it's fresh. RE: Diskless Computer Cafe - humanpuff69 - 05-06-2017 Well if you dont know PXE is here according to wikipedia: Code: 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. but basically the cilent computer will boot through the server drive . it will save hard drive space and also cost because you only need to buy hard drive for server instead for all the cilent RE: Diskless Computer Cafe - Golden - 05-17-2017 (10-04-2016, 06:43 PM)Vuluts Wrote: Hmm something like using deep freeze? every time it restart it's fresh. Yes, when you reboot the computer, everything goes back to the image you used Deep freeze with. Everything stays the same. |