When virtual resources are created and destroyed on the fly across a large pool of shared resources the solution is said to provide what feature?

A. fault tolerance
B. elasticity
C. sustainability
D. resilience


B
Explanation: In many cloud deployments, the virtual resources are created and destroyed on the fly across a large pool of shared resources. This functionality is referred to as elasticity.

Computer Science & Information Technology

You might also like to view...

General controls for personnel security implement such classic cybersecurity principles as separation of duties, job rotation, and ____.

A. classification B. mandatory vacations C. separation of concerns D. risk mitigation

Computer Science & Information Technology

What is the value of Number, given the following:A = 4.2, B = 6, C = 1.5

```Set Number = Ceiling(A + B * C)``` a. 14 b. 13 c. 13.2 d. 15

Computer Science & Information Technology

C# provides methods in class to convert from one type to another.

a) ChangeTo b) Convert c) ConvertTo d) ChangeType

Computer Science & Information Technology

____________________ is an FTP option that lets you encrypt file transfers to protect your files, user names, and passwords.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology