What is the chief concern of cloud computing?

Answers

Answer 1
Answer:

Answer:

Security is the chief concern of cloud computing

Explanation:

The phrase cloud computing refers to a type of Internet-based computing, in which different services including storage, servers, and applications are delivered to the devices and computers of an organizations through the Internet.

The main concerns of cloud computing include;

Cost

Security

Speed

Redundancy

Among these, Security is the chief concern of cloud computing

Answer 2
Answer:

Let us first understand what a cloud computing is? So what is cloud? A cloud is up in the sky? Who has access on it? Everyone in the world can see. Do you know which cloud is giving you rain?

No. The same is the concept of cloud computing. Any subscriber can save data. The user does not know where the data is stored and retrieved. After understand this you can easily understand the concern of cloud computing.

1. Cyber attacks  

2. Security breaches  

3. Intrusion of Government  

4. Legal liabilities  

5. High risk to store data

Here security is the chief concern of cloud computing.


Related Questions

Cyber bullying is protected by Freedom of SpeechTrue or False
PLZ HELP ME I NEED THIS DONE TODAY! Explain why you think PowerPoints are important.
When should you send an email?
What is the advantage of using an array of telescopes?
Why does this say I'm in middle school?

1. Describe an application where a series circuit might work better than a parallel circuit

Answers


If you have a light bulb and you want to be able to switch it on and
off, then you must connect the switch and the light bulb in series
across the battery.

If you connect the switch and light bulb in parallel across the battery,
then the light bulb will shine all the time, and PLUS ... when you flip the
switch to ' ON ', sparks will shoot out of the switch, the wires will get hot
and smoking, and the battery will instantly empty itself. 

So this is an application where the series circuit might work better than
the parallel one.


Another example could be Christmas tree lights. You have sometimes hundreds of lights wired in series. If they were in parallel the wire would then have to go to each light meaning potentially hundreds of different wires

On Study Island, What do I do when the numbers don't show up?

Answers

try restarting your laptop
close the tab and then go back on to the site. if it still doesn’t work power off your computer

What is the unit used to describe the intensity of sound?

Answers

The unit used to measure sound is micropascals or decibals

Write a program to enter a number and test if it is greater than 45.6.if the number entered is greater than 45.6 the program needs to out the phrase Greater than 45.6

Answers

Answer:

#include<stdio.h>                        //header file

int main()                                      //main function

{

float num;                                   // variable declaration

printf("Enter a number to test:\n");   // getting variable for test

scanf("%f", &num);

if (num>45.6)                                    //Testing weather greater or smaller

printf("\n %f is greater than 45.6", num);  // Result if greater

else

printf("\n %f is not greater than 45.6", num);  // Result if smaller or equal

return 0;

}

Explanation:

  • First of all , a variable will be declared in float (data type ).
  • User will input data in variable.
  • The variable will be compared using logical operator with 45.6
  • If it is greater, A phrase will be passed that number is greater than 45.6
  • Else if the number will not greater the phrase will say that the number is not greater than 45.6

How should you decide what to wear to an interview? What kind of things should be considered?

Answers

You should wear something professional. A tie, suit, classy dress, heels. You are more likely to be hired if you make it look like you take pride in your appearance. Also, depending on what kind of job you are applying for, the outfits can vary as well.

What can JavaScript be used for if I want to hack something I learned JavaScript but don’t know what to hack with it

Answers

Answer:

JavaScript allows users to interact with web pages.

Explanation:

JavaScript is not necessarily meant for hacking. Hacking can result in fines or jail!