We have to use these virtual desktops at school to use certain programs and I do not understand how they work. Is there a secret computer stored somewhere deep in the depths of one of our school? How many people can access the virtual desktop at one time? I checked the IP of my computer vs the remote desktop and they’re different. Basically, this “computer-ception” is hurting my brain.
In: 1
The Virtual Desktop is on a server, which is basically a computer that has been built specifically to run lots of Virtual Desktops. You are accessing it, likely, on a much smaller and cheaper computer. Usually the one you are using is nothing more than a network connection, juuuuuuust enough of a CPU to handle the network connection and monitors, and a couple USB outlets for your mouse and keyboard.
This is an extremely common setup in schools especially. Rather than spending thousands each for computers, they can spend ten thousand for the server, then a couple hundred for the computers. On top of that, if you break your computer it is much cheaper and easier to replace. Further, the virtual setup allows administrators much deeper control over what you can and can’t do, which is always useful for school computers.
Finally, your question was about IP addresses and how many people can use the same desktop at any given time. Theoretically there isn’t an upper limit on who can be using the same desktop at any time. Realistically though, that’s limited by the system administrators and by the number of connections that server can actually hold.
For the IP address question, your school likely uses DHCP (Dynamic Host Control Protocol). This means that your school has a limited number of IP addresses, and gives them out whenever you need them, then takes them back to give someone else. If you disconnect and reconnect your computer you should likely see that your IP address has changed. Static IPs (that don’t change) are often reserved for shared resources like the server or a printer.
Latest Answers