Questions tagged [cloud]

Cloud computing is about hardware-based services involving computing, network and storage capacities. These services are provided on-demand, hosted by the cloud provider and can easily scale up and down.

Cloud computing is about hardware-based services (involving computing, network and storage capacities), where:

  • Services are provided on-demand; customers can pay for them as they go, without the need to invest into a datacenter.
  • Hardware management is abstracted from the customers.
  • Infrastructure capacities are elastic and can easily scale up and down.

There is a powerful economic force behind this simple model: providing and consuming cloud computing services generally allows to have far more efficient resource utilization, compared to self-hosting and data center type of hosting.

Obviously, consuming raw hardware capacities may be too hardcore for some consumers that merely want to have a scalable storage. So it is natural that cloud computing services already got some diversity around them:

  • Infrastructure as a Service (IaaS), where customer gets raw hardware resources (i.e.: virtual machines with OS of choice).
  • Platform as a Service (PaaS), where service provider builds a platform to simplify solving some technological tasks.
  • Software as a Service (SaaS). At this level everything is way more simple for the customers to consume, since they are provided with actual services generating business value to them. Service providers handle all the technological complexity and provide the support as needed.

From the development perspective, cloud computing is a brand new field (which is especially true for the .NET world).

Related links:

37 questions
22
votes
3 answers

Is it possible to use cloudflare without having them managing my DNS?

I need to use cloudflare without having them managing my DNS, My DNS server have much more options that I do need. Instead of setting cloudflare as my dns server, I have added it as a NS record from the www subdomain only. And at my DNS server I…
sharp12345
  • 359
  • 1
  • 3
  • 8
6
votes
1 answer

What is the current legal status of magnet links?

Prelude: I develop a cloud service which could be described as dropbox meets torrents and as side effect it enables distribution of arbitrary content via magnet links. Certain amount of magnet links will be displayed on the main website (I will be…
Moonwalker
  • 260
  • 2
  • 7
5
votes
1 answer

Is Cloudflare unzipping gzipped dynamic content?

I'm using Cloudflare for a small website that is frequently accessed from mobile phones where bandwidth usage is crucial. I used to gzip every php response and this reduced my bandwidth usage, however, since I'm using Cloudflare, dynamic content…
tommybravo
  • 51
  • 1
5
votes
1 answer

frontend instances VS backend instances

What is the difference between Frontend instances and Backend instances in Google App Engine? What purpose is each good for? I have tried reading some stuff from Developer's Guide and I searched google, but I got mainly pricing issues and no…
Ramzi Kahil
  • 195
  • 1
  • 8
4
votes
3 answers

what is difference between vps and Dedicated Servers

I am web developer and I've created an application in nodejs and i want to deploy my app on cloud and i searched everywhere and I've found two options: 1.Virtual Private Servers 2.Dedicated Servers I am confused which server is good for deployment…
4
votes
1 answer

Setup www as main domain on Cloudflare

I'm trying to setup Cloudflare so my www subdomain doesn't redirect to the http naked domain and do exactly the opposite: mydomain.com redirecting to www.mydomain.com Cloudflare automatically configures the DNS records this way: Type: A Name:…
codek
  • 143
  • 4
4
votes
1 answer

Cloud Providers vs Traditional Hosts

I'm rolling up my sleeves and trying to tackle the fundamental concepts of cloud computing for the first time. I am planning to build a highly-scalable web application, and can't ignore the potential benefits of cloud platforms. Now I think I get…
zharvey
  • 175
  • 1
  • 5
3
votes
0 answers

How to register and use Azure in China from outside China?

I need to host a CMS website for an international company looking to expand into China. The company has a registered entity in China, but we as the developer and support team responsible for provisioning and hosting the site, do not. Our favored…
2
votes
2 answers

What is the difference between IAAS and web hosting?

I've been googling to find out exactly what IAAS (Infrastructure As A Service) is, but I don't understand how it is different from web hosting?
jbyrd
  • 121
  • 1
  • 3
2
votes
2 answers

Drupal 7 shared cloud hosting problem

I'm hosting one drupal 7 website on site5.com cloud shared hosting and it seems to be that drupal cache queries go very slow on almost every table that starts with name cache_... This site is using 1-2 custom modules, i18 module only for front page…
kkatusic
  • 21
  • 1
2
votes
2 answers

Cloud just for hosting big files?

I need a solution to store my big files (50MB+ each). Currently I am using an European dedicated server (100MBits) with 8000GB/month at 60 USD. I would like to use a cloud service that automatically fetches my files from my server the first time…
dynamic
  • 395
  • 1
  • 15
2
votes
2 answers

Cloud hosting vs self hosting price

I was looking at some cloud hosting price. Consider an entry level self hosted server: PRICE: 40€ ---------- CPU: i5 (4x 2.66 GHz) RAM: 16GB hard disk: 2TB Bandwidth: 10TB/month with 100Mbps Now consider an equivalent on a cloud structure... (for…
dynamic
  • 395
  • 1
  • 15
2
votes
3 answers

How can I add a custom domain to a Windows Azure application?

I'm experiencing some issues with a website I am working on, for a company called BlueSEQ. We recently switched to Windows Azure to get more scalability and performance, but we are having issues regarding the domains. We would like blueseq.com to be…
2
votes
2 answers

Online Code Editor + File Hosting

I've been searching all over the Internet and am having trouble finding the following: An online code editor (with syntax highlighting, line numbers, etc.) that allows you to save the file in the "cloud" and access the raw file via a link. I'm…
2
votes
0 answers

Is it an SEO disadvantage to have lots of audio files with little text?

So most SEO strategies, tips, and questions I see are related to writing text. And if I recall correctly Google likes text (the 70/30 rule)? I have a platform for DJs where they can upload and download audio files. This is the core of my platform. I…
Estoo
  • 43
  • 3
1
2 3