eli5: Cloud Hosting vs Dedicated

793 views

I’m looking to move my website to a new host, but there is concern that my favorite option only offers dedicated hosting versus cloud. I’m not an engineer, but I would like to understand if dedicated hosting is antiquated technology that nobody should be looking at or if it’s still a viable option for at least the next five years.

In: Technology

3 Answers

Anonymous 0 Comments

Dedicated hosting is hardware dedicated solely to you. They still manage it, but you get much more freedom of control and never have to worry about sharing any resources. You can usually have these servers custom made to order. Expansion requires someone physically plugging in more resources. Moving requires physically moving the machine.

There are two main levels of cloud. You can get cloud virtual machines (platform as a service) where you own virtual computers that are sitting on the same hardware as virtual computers owned by many other customers. You share resources, you have less control.

Or you get software as a service (SAAS). You don’t even own a virtual server with database software on it. You just get a connection you can point your database management software to when developing, and your web server software (on another SAAS) to when serving.

With the last two, expansion is simply filling out a form to request more resources be given. You need more memory or CPU, submit a form, and bam, you have more memory or CPU (and your bill next month will be commensurately bigger). Or you notice your I/O is slow so you request SSD storage instead of spinning disk, and it’s done. You find most of your users are coming from the West Coast and you initially set this up in their Virginia datacenter, so connections aren’t all that fast? No problem, just request it be moved to the Oregon datacenter, and it’s done.

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