Is every remote server a cloud server?

372 views

Is every remote server a cloud server?

In: 4

12 Answers

Anonymous 0 Comments

Not every server, but yes, most.

The big appeal of cloud is that designed well it’s rapidly scalable. If you need 100 servers to do something then you need 1000 later on in the afternoon because of peak use everything scales automatically if it’s setup right. During non peak use that hardware can be used to do something else like run simulations for people willing to wait a bit for a discount.

Even if you rent out a dedicated server for some reason like needing the security of not having other stuff running on your hardware the software that picks out what you get and sets it up is all effectively cloud based.

But there are still situations that you wouldn’t be using cloud stuff. The first one that comes to mind is high security stuff. You don’t want other people putting their mitts on your hardware, so that kindof precludes shuffling data around to random computer you don’t own. Past a certain point you are going to have enough hardware that running your own private cloud makes more sense from a maintainability standpoint, but if you only have like 100 employees a couple secure e-mail and file servers is probably fine. Even if security isn’t necessary plenty of places will run local servers and the like in their buildings that people can remote into to get stuff done.

On a smaller scale something like a private Minecraft server your friend is hosting on a computer in his basement would also very much not be cloud based.

You are viewing 1 out of 12 answers, click here to view all answers.