Page 1 of 1

Cloud Server

Posted: Sat Feb 02, 2013 10:08 am
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

Re: Cloud Server

Posted: Sat Feb 02, 2013 6:34 pm
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:

Re: Cloud Server

Posted: Sat Feb 02, 2013 7:58 pm
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?

Re: Cloud Server

Posted: Sat Feb 02, 2013 8:31 pm
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.

Re: Cloud Server

Posted: Sun Feb 03, 2013 4:38 am
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.

Re: Cloud Server

Posted: Sun Feb 03, 2013 5:18 am
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. :?

Re: Cloud Server

Posted: Mon Feb 04, 2013 9:53 am
by Sharlenwar
Well, "cloud" is just a new term for the same old internet.

Re: Cloud Server

Posted: Mon Feb 04, 2013 11:15 am
by Jackolantern
Yep, I mentioned that above ;)