Cloud Server

For discussions about game development that does not fit in any of the other topics.
Post Reply
User avatar
srachit
Posts: 291
Joined: Sat Jan 05, 2013 6:10 pm

Cloud Server

Post by srachit »

Can anyone tell me what is the difference between a normal server and a cloud server? And which one of the two is preferable?

I am asking this after I noticed phpacademy's new set of tutorials:

http://www.youtube.com/playlist?list=PL ... pUM_LXO-O7
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Cloud Server

Post by Jackolantern »

"Cloud" is really just a buzzword meaning "Internet". So in actuality, all web servers are "cloud servers". However, what a lot of these people mean is a server that is meant to provide services like it was local to the user. For example, a "cloud server" could be a file-backup service as if it was a plugged-in portable storage drive. Others offer some kind of application-like service, such as Google Drive + Google Docs, which allows you to do word processing in your browser through an elaborate Javascript application and have them automatically saved into "cloud backup" (the files are saved onto a server).

So really "cloud" brings nothing new technology-wise to the Internet. Backing-up things on web servers is nothing new, and neither is an application running in the browser that acts like a local application. It is just a style to make them easier to work with, I guess. If it really means anything at all. :lol:
The indelible lord of tl;dr
User avatar
srachit
Posts: 291
Joined: Sat Jan 05, 2013 6:10 pm

Re: Cloud Server

Post by srachit »

Jackolantern wrote:"Cloud" is really just a buzzword meaning "Internet". So in actuality, all web servers are "cloud servers". However, what a lot of these people mean is a server that is meant to provide services like it was local to the user. For example, a "cloud server" could be a file-backup service as if it was a plugged-in portable storage drive. Others offer some kind of application-like service, such as Google Drive + Google Docs, which allows you to do word processing in your browser through an elaborate Javascript application and have them automatically saved into "cloud backup" (the files are saved onto a server).

So really "cloud" brings nothing new technology-wise to the Internet. Backing-up things on web servers is nothing new, and neither is an application running in the browser that acts like a local application. It is just a style to make them easier to work with, I guess. If it really means anything at all. :lol:
Is it useful to get your own cloud server? In those tutorial videos he is paying around $5 for a cloud server and he is installing whatever he needs, so that might be useful if you need something like node.js?
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Cloud Server

Post by Jackolantern »

That is just a host, or probably a VPS to be specific (Virtual Private Server). I am not sure what a "cloud server" is beyond a VPS or a host, and I am almost certain that it is just a cash-in on the "cloud" buzzword.
The indelible lord of tl;dr
User avatar
OoZI
Posts: 109
Joined: Mon Jan 02, 2012 4:22 pm

Re: Cloud Server

Post by OoZI »

I went through and followed those videos today, and it's just a regular web server. I also would suggest that everyone watch those videos... they give you a perfect development area to work in.
-OoZI

My Blog
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Cloud Server

Post by Jackolantern »

In case anyone can't tell, I loath the word "cloud". It is just technology companies trying to exploit people by making it sound new and exciting. :?
The indelible lord of tl;dr
User avatar
Sharlenwar
Posts: 523
Joined: Mon May 28, 2012 7:14 pm

Re: Cloud Server

Post by Sharlenwar »

Well, "cloud" is just a new term for the same old internet.
Deep within the Void of Quasion, a creation.

**My Corner of the Web**
***NEW***GrindFest - My own PHP/MySQL game!
Sharlenwar's Adventures
Torn-City - Massively multiplayer online text based RPG
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: Cloud Server

Post by Jackolantern »

Yep, I mentioned that above ;)
The indelible lord of tl;dr
Post Reply

Return to “General Development”