Questions tagged [cloud]

Cloud computing is the delivery of computing as a service rather than a product, whereby shared resources, software, and information are provided to computers and other devices as a utility (like the electricity grid) over a network (typically the Internet)

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.

Cloud computing providers offer their services according to three fundamental models:

  1. Infrastructure as a service (IaaS).
  2. Platform as a service (PaaS),
  3. Software as a service (SaaS)

IaaS is the most basic and each higher model abstracts from the details of the lower models.

See more on Wikipedia: http://en.wikipedia.org/wiki/Cloud_computing

913 questions
-2
votes
3 answers

How do cloud services 'link' together servers?

I really don't know how it works but I know cloud services aren't being hosted on a single machine so my question is what is happening to make this happen, what do I need to do the same with two servers and if it's really complicated is there…
-2
votes
3 answers

What is the mininum hardware for a cloud?

What is the minimum hardware require to run a cloud? Most setups I have seen require high end CPU's and a lot of ram and I mean 4+ Gb of ram. Is there a way to setup a personal cloud on single processors and 1Gb each of ram? Cloud = Multiple…
David
  • 1
  • 1
  • 3
-2
votes
0 answers

Postfix to O365 tenant directly

I am planning to have a postfix smtp relay that will send emails to an O365 tenant. Is this possible through port 25 without using SASL?
-2
votes
1 answer

What are the scalability strategies?

What are the scalability strategies for an infrastructure in a cloud?, I need to prepare a scalability plan document for a cybersecurity audit
-2
votes
1 answer

error while connecting to ssh on google cloud platform

I have my instance running on Google Cloud Platform but suddenly my websites stops working and when i try to login via ssh, it keep connecting not never connects. It says: The key transfer to project metadata is taking an unusually long time.…
-2
votes
1 answer

regional google cloud storage, where is my data?

when using a regional google storage bucket what does it mean in terms of zones ? for example if we choose europe-west3 as region (Frankfurt) for the bucket. Will the data be replicated to multiple zones (europe-west3-a, europe-west3-b etc.) and are…
-2
votes
1 answer

Can I build public cloud using bare metal servers?

Can I build a public cloud using bare metal servers, hypervisor? If not, what is the procedure to become a public cloud provider in the most cost-effective method ?
Chetan J Rao
  • 107
  • 3
-2
votes
1 answer

How to save to a "virtual local drive" and have the data streamed to a remote drive?

(This is for Windows computers.) So, the reason why I need this is not really important, but generally speaking... I have a program which takes a long time to generate a huge file (like 100's of GB). I don't have enough space to save that file…
N73k
  • 111
  • 6
-2
votes
1 answer

100-1000 public IP addresses per instance in public cloud

I'd like to run an instance which can be accessed via 100-1000 different public addresses. It can be either IPv4 or IPv6. Is this possible to do in any public cloud currently? Preferably one of the known providers like…
-3
votes
1 answer

Advantages of more routers?

I want to know what advantages or disadvantages are of adding more routers in network topology? First example: Topology Second example: Topology Is it more secure? If it is, how and why?
-3
votes
1 answer

How to create many cloud servers on behalf of many customers

I am trying to figure out a way to create cloud servers for customers that I wouldn't have access to. For example, if I have 100 customers, I need some type of sign up process for the user to create a digital ocean, linode, etc, virtual instance…
user584583
  • 109
  • 1
  • 6
-3
votes
1 answer

Azure Cloud Services Running 4 hours straight

I've deployed some WCF services to the Azure Cloud Services, but it shows every day that it runs for 4 hours, when no-one is using the services. The only thing I thought was maybe it was hackers trying to find vulnerabilities, but I would imagine…
pqsk
  • 95
  • 2
-3
votes
1 answer

How should my company bring its product, a line-of-business MVC application, into the cloud?

I am a recently-hired junior software engineer at a small company that develops and sells a normal client/server MVC application to small and mid-level enterprise clients in a particular line of business. (I'm leaving specifics out for anonymity.)…
-3
votes
1 answer

Which one is better ? one big server or two small servers for mysql and apache?

I am moving my small phpBB website from a hosting to cloud (digitalocean) the size of my mysql server is 400MB, and I wonder if I should buy one big server for my site or two small servers ? let say I have budget of $20, I have two scenarios which…
Medya
  • 191
  • 1
  • 9
-3
votes
1 answer

Is there a way to know the very instant that sshd becomes available on a remote box?

Lots of cloud providers (AWS, GCE, etc) allow you to start up a machine instance, and then start billing you immediately. It can take anywhere from minutes to tens of minutes for the server to come up though. Is there a way to know (ideally from a…