![EBK USING MIS](https://www.bartleby.com/isbn_cover_images/8220103633642/8220103633642_largeCoverImage.jpg)
Concept explainers
Explanation of Solution
Cloud:
The term cloud can be defined as the process that let the computer resources to be accessed anytime anywhere over the internet.
- The cloud can be represented as the elastic leasing of the various computer resources that are known as the pooled resources which can be accessed over the internet.
Cloud resources:
The following discussion will help to understand how cloud resources are used organizations as follows:
Example:
Consider an example that how Car Manufacturer Company gets best benefits from cloud’s resources such as elasticity, pooled, and unique internet connections.
Elasticity:
The term elastic has been used in the definition meaning that the amount of resources can be increased or decreased in any point of time.
- A Car Manufacturer makes an advertisement to run in Academy Awards. This ad will be requested more to one nation than to another. They know that without reducing response time they will never get benefits for the Ad.
- Without increasing servers, the response time will take more than one second; it takes less attention from Academy Awards observer. Hence this company had made contract with cloud vendors to add required servers in worldwide to reduce the response time.
- They need not contract for arrangement that supports maximum demand. The cloud can provision servers through worldwide.
Pooled:
- The servers that are required by Car Manufacturer can be used for few hours with less cost.
- Hence the servers can be reallocated to another firm.
- Cloud vendors get the benefits from “economies of scale”.
- That is, the production cost gets decreased when the size of the operation gets increase.
- Cloud vendors can control massive web farms.
Unique Internet connection:
A Car Manufacturer in previous resource had contracted with the cloud dealers for getting maximum response time and required servers. The servers are placed in worldwide.
- In olden days, a developer from the Car Manufacturer Company will meet the cloud dealer for interface design. But this meeting will be take more time, contains slow processing and expensive.
- Now, industry had settled on a set of protocols for receiving and requesting services from Internet.
- This standard will enable computers that it never “met” before to organize a worldwide process to deliver on user’s PCs, Google Phones, and so on.
Cloud Category:
There are generally three categories of cloud which are as follows:
SaaS (Software as a Service):
The SaaS provides the organization the service of hardware infrastructure as well as the
Example:
- Salesforce.com that provides the service for customer and sales tracking.
- Office 365 by Microsoft.
- iCloud developed by Apple Inc. for scheduling customer appointment on any iOS devices.
PaaS (Platform as a Service):
In PaaS, the vendors can be able to provide the hosted computer system, the Operating Systems and the
Example:
- Microsoft Windows Azure that provides the server functionality for customers.
- SQL (Structured Query Language) Azure developed by Microsoft...
![Check Mark](/static/check-mark.png)
Trending nowThis is a popular solution!
![Blurred answer](/static/blurred-answer.jpg)
Chapter 6 Solutions
EBK USING MIS
- I need help to resolve, thank you.arrow_forwardLet the user choose encryption or decryption. For encryption, let user input the key in Hexadecimal number, the plain text in Hexadecimal number, output the ciphertext (in hexadecimal numbers). For decryption, let user input the key in Hexadecimal number, the ciphertext (in hexadecimal numbers), output the decrypted message (Hexadecimal number). Both encryption and decryption should output the different operation results for each round like the following: For example: Round 1: E(R0) = ...... (Hex or Binary) K1 = …… E(Ro) xor K1 = S-box outputs = …… f(Ro1, K1) = ….. L2 =R1 =……. La = Ra Round 2: .....• No Encryption/Decryption libraries or functions provided by the third party are allowed. Submit your program codes to Moodle with the notes of how to compile and run your program.arrow_forwardWhen the given integer variable numberOfPackages is: greater than 12, output "Needs more than one box". between 5 inclusive and 12 inclusive, output "Large box". between 0 exclusive and 4 inclusive, output "Small box". less than or equal to 0, output "Invalid input". End with a newline.arrow_forward
- summarize in a short paragraph how to Advance Incident Response and Automation in ML home based security systemsarrow_forward1.[30 pts] Computers generate color pictures on a video screen or liquid crystal display by mixing three different colors of light: red, green, and blue. Imagine a simple scheme, with three different lights, each of which can be turned on or off, projecting onto a glass screen: We can create eight different colors based on the absence (0) or presence (1) of light sources R,G and B: R G B Color 0 0 0 Black 0 0 1 Blue 0 1 0 Green 0 1 1 Cyan 1 0 0 Red 1 0 1 Magenta 1 1 1 0 Yellow 1 White 1 Each of these colors can be represented as a bit vector of length 3, and we can apply Boolean operations to them. a. The complement of a color is formed by turning off the lights that are on and turning on the lights that are off. What would be the complement of each of the eight colors listed above? b. Describe the effect of applying Boolean operations on the following colors: Λ 1. Red(100) ^ Magenta(101)= Blue(001) 2. Bue(001) | Green(010)= 3. Yellow(100) & Cyan(011)= 2.[30 pts] Perform the following…arrow_forwardD. S. Malik, Data Structures Using C++, 2nd Edition, 2010arrow_forward
- Methods (Ch6) - Review 1. (The MyRoot method) Below is a manual implementation of the Math.sqrt() method in Java. There are two methods, method #1 which calculates the square root for positive integers, and method #2, which calculates the square root of positive doubles (also works for integers). public class SquareRoot { public static void main(String[] args) { } // implement a loop of your choice here // Method that calculates the square root of integer variables public static double myRoot(int number) { double root; root=number/2; double root old; do { root old root; root (root_old+number/root_old)/2; } while (Math.abs(root_old-root)>1.8E-6); return root; } // Method that calculates the square root of double variables public static double myRoot(double number) { double root; root number/2; double root_old; do { root old root; root (root_old+number/root_old)/2; while (Math.abs (root_old-root)>1.0E-6); return root; } } Program-it-Yourself: In the main method, create a program that…arrow_forwardI would like to know the main features about the following 3 key concepts:1. Backup Domain Controller (BDC)2. Access Control List (ACL)3. Dynamic Memoryarrow_forwardIn cell C21, enter a formula to calculate the number of miles you expect to drive each month. Divide the value of number of miles (cell A5 from the Data sheet) by the average MPG for the vehicle multiplied by the price of a gallon of gas (cell A6 from the Data sheet).arrow_forward
- Microsoft Excelarrow_forwardIn cell C16, enter a formula to calculate the price of the vehicle minus your available cash (from cell A3 in the Data worksheet). Use absolute references where appropriate—you will be copying this formula across the row what fomula would i use and how do i solve itarrow_forwardWhat types of data visualizations or tools based on data visualizations have you used professionally, whether in a current or past position? What types of data did they involve? What, in your experience, is the value these data views or tools added to your performance or productivity?arrow_forward
- Principles of Information Systems (MindTap Course...Computer ScienceISBN:9781285867168Author:Ralph Stair, George ReynoldsPublisher:Cengage LearningFundamentals of Information SystemsComputer ScienceISBN:9781337097536Author:Ralph Stair, George ReynoldsPublisher:Cengage LearningFundamentals of Information SystemsComputer ScienceISBN:9781305082168Author:Ralph Stair, George ReynoldsPublisher:Cengage Learning
- Systems ArchitectureComputer ScienceISBN:9781305080195Author:Stephen D. BurdPublisher:Cengage LearningPrinciples of Information Systems (MindTap Course...Computer ScienceISBN:9781305971776Author:Ralph Stair, George ReynoldsPublisher:Cengage Learning
![Text book image](https://www.bartleby.com/isbn_cover_images/9781285867168/9781285867168_smallCoverImage.gif)
![Text book image](https://www.bartleby.com/isbn_cover_images/9781337097536/9781337097536_smallCoverImage.gif)
![Text book image](https://www.bartleby.com/isbn_cover_images/9781305082168/9781305082168_smallCoverImage.gif)
![Text book image](https://www.bartleby.com/isbn_cover_images/9781305080195/9781305080195_smallCoverImage.gif)
![Text book image](https://www.bartleby.com/isbn_cover_images/9781305971776/9781305971776_smallCoverImage.gif)