Cloud Computing Concepts

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson
Download our mobile app to listen on the go
Get App

Questions and Answers

What is the primary focus of utility computing?

  • Scientific computing
  • Business model for providing computing services (correct)
  • Content delivery networks
  • Peer-to-peer systems

Which of the following is NOT a characteristic of cloud computing?

  • Elasticity
  • Pay-per-use model
  • Resource sharing
  • Fixed computing capacity (correct)

What was the primary target of grid computing when it was initiated in the early 1990s?

  • Scientific computing (correct)
  • Enterprise computing
  • Social networking
  • Mobile applications

Which type of cloud infrastructure is shared by several organizations with shared concerns?

<p>Community cloud (C)</p> Signup and view all the answers

What is the main advantage of resource sharing in cloud computing?

<p>Higher resource utilization (A)</p> Signup and view all the answers

Which cloud delivery model allows users to deploy consumer-created applications using provider-supported tools?

<p>PaaS (A)</p> Signup and view all the answers

What is a major challenge for cloud computing mentioned in the chapter?

<p>Data transfer bottleneck (B)</p> Signup and view all the answers

Which of the following is NOT a benefit of cloud computing?

<p>Higher maintenance costs for users (C)</p> Signup and view all the answers

What does "elastic computing" refer to in cloud computing?

<p>Dynamically acquiring computing resources (A)</p> Signup and view all the answers

Which organization is mentioned in relation to standardization efforts for cloud computing?

<p>NIST (B)</p> Signup and view all the answers

What is the main concern regarding data in cloud computing?

<p>Data confidentiality (B)</p> Signup and view all the answers

Which cloud delivery model provides applications supplied by the service provider?

<p>SaaS (B)</p> Signup and view all the answers

What is a key factor that might make cloud computing successful where other paradigms failed?

<p>Homogeneous set of resources (C)</p> Signup and view all the answers

Which of the following is NOT a type of cloud mentioned in the chapter?

<p>Distributed cloud (C)</p> Signup and view all the answers

What is the "Future Internet" expected to be according to the chapter?

<p>Content-centric (D)</p> Signup and view all the answers

Which ethical issue is raised by cloud computing's paradigm shift?

<p>Relinquishing control to third parties (C)</p> Signup and view all the answers

What is de-perimeterisation in the context of cloud computing?

<p>Systems spanning multiple organizations' boundaries (B)</p> Signup and view all the answers

Which of the following is a privacy concern in cloud computing?

<p>Cultural differences in privacy attitudes (A)</p> Signup and view all the answers

What type of attack affected Google News and Gmail in 2009?

<p>Denial of service attack (C)</p> Signup and view all the answers

Which layer is at the bottom of the NIST cloud reference model?

<p>Physical resource layer (C)</p> Signup and view all the answers

What is the main advantage of data being stored closer to where it is used?

<p>Reduced communication costs (D)</p> Signup and view all the answers

Which of the following is NOT a cloud activity mentioned in the chapter?

<p>Fixed resource allocation (D)</p> Signup and view all the answers

What is a characteristic of network-centric computing mentioned in the chapter?

<p>Access via thin clients (B)</p> Signup and view all the answers

Which company is NOT mentioned as embracing cloud computing for utility computing?

<p>Apple (B)</p> Signup and view all the answers

What is a key requirement for data-intensive applications mentioned in the chapter?

<p>Resource aggregation (B)</p> Signup and view all the answers

Which of the following is a security management activity in cloud computing?

<p>Intrusion detection (C)</p> Signup and view all the answers

What is the main focus of the semantic web mentioned in the chapter?

<p>Including semantic content in web pages (D)</p> Signup and view all the answers

Which of the following is a customer service activity in cloud computing?

<p>Business intelligence (D)</p> Signup and view all the answers

What natural event caused prolonged downtime at Amazon in 2012?

<p>Lightning (A)</p> Signup and view all the answers

Which of the following is NOT a defining attribute of cloud computing?

<p>Fixed pricing model (D)</p> Signup and view all the answers

Which company pioneered Infrastructure-as-a-Service (IaaS)?

<p>Amazon (C)</p> Signup and view all the answers

What is an AWS availability zone?

<p>A data center with many servers (B)</p> Signup and view all the answers

Which AWS service provides persistent block-level storage volumes?

<p>EBS (D)</p> Signup and view all the answers

What is the maximum size of an object that can be stored in Amazon S3?

<p>5 TB (B)</p> Signup and view all the answers

Which open-source platform is described as an EC2 counterpart?

<p>Eucalyptus (D)</p> Signup and view all the answers

What does Elastic IP address provide in AWS?

<p>Static public IP (D)</p> Signup and view all the answers

Which Google service is a Platform-as-a-Service offering?

<p>AppEngine (C)</p> Signup and view all the answers

What is the main component of Microsoft's Azure platform?

<p>All of the above (D)</p> Signup and view all the answers

What percentage of U.S. electricity was consumed by data centers in 2006?

<p>1.5% (C)</p> Signup and view all the answers

Which AWS service automatically distributes incoming requests?

<p>Elastic Load Balancer (D)</p> Signup and view all the answers

What does VM Import allow in EC2?

<p>Import VM images from user environment (A)</p> Signup and view all the answers

Which AWS region typically has the lowest cost?

<p>US West (Oregon) (A)</p> Signup and view all the answers

What is the main purpose of CloudWatch?

<p>Performance monitoring (A)</p> Signup and view all the answers

Which AWS service is a fully managed NoSQL database?

<p>DynamoDB (A)</p> Signup and view all the answers

What is the main risk of vendor lock-in?

<p>Service unavailability (A)</p> Signup and view all the answers

Which component in Eucalyptus corresponds to Amazon's EBS?

<p>Storage Controller (B)</p> Signup and view all the answers

What is the main barrier to Intercloud implementation?

<p>Lack of standards (A)</p> Signup and view all the answers

What does an ideal energy-proportional system do?

<p>Scales power with load (A)</p> Signup and view all the answers

Which Microsoft service is a cloud-based SQL Server?

<p>SQL Azure (A)</p> Signup and view all the answers

What is the main purpose of an SLA?

<p>Define customer needs (D)</p> Signup and view all the answers

What is a key economic benefit of cloud computing for users?

<p>Pay-per-use billing (B)</p> Signup and view all the answers

Which type of application is LEAST suitable for cloud computing?

<p>Applications with intensive inter-instance communication (C)</p> Signup and view all the answers

What is a major challenge for cloud application development?

<p>Performance unpredictability (C)</p> Signup and view all the answers

Which architectural style is commonly used for cloud applications?

<p>Client-server (D)</p> Signup and view all the answers

What does REST stand for in cloud computing?

<p>Representational State Transfer (C)</p> Signup and view all the answers

Which workflow pattern activates multiple tasks simultaneously after a preceding task?

<p>AND split (D)</p> Signup and view all the answers

What is ZooKeeper primarily used for in cloud computing?

<p>Distributed coordination (C)</p> Signup and view all the answers

Which ZooKeeper guarantee ensures updates are applied in order?

<p>Sequential consistency (A)</p> Signup and view all the answers

What is the first phase in the MapReduce model?

<p>Map (D)</p> Signup and view all the answers

Which of the following is NOT a scientific application of cloud computing?

<p>High-frequency trading (C)</p> Signup and view all the answers

What is the primary limitation of running HPC applications on clouds?

<p>Network latency (B)</p> Signup and view all the answers

Which platform allows legacy Windows applications to run on the cloud?

<p>Cirrus (A)</p> Signup and view all the answers

What is the purpose of BOINC in volunteer computing?

<p>Middleware for distributed computing (D)</p> Signup and view all the answers

Which workflow property ensures "something good will eventually happen"?

<p>Liveness (B)</p> Signup and view all the answers

What is the main advantage of arbitrarily divisible workloads?

<p>Dynamic scaling (A)</p> Signup and view all the answers

What is the primary economic benefit of cloud computing for businesses?

<p>Pay-as-you-go pricing (D)</p> Signup and view all the answers

Which type of application benefits MOST from cloud elasticity?

<p>Transaction-based web services (C)</p> Signup and view all the answers

What makes an application "cloud-unfriendly"?

<p>Intensive inter-instance communication (D)</p> Signup and view all the answers

The "just-in-time infrastructure" advantage refers to:

<p>On-demand resource provisioning (D)</p> Signup and view all the answers

Parallelization in cloud computing can reduce execution time by:

<p>Dividing workload across instances (B)</p> Signup and view all the answers

RESTful APIs are characterized by:

<p>Platform independence (D)</p> Signup and view all the answers

Which protocol is NOT typically used in cloud application communication?

<p>FTP (D)</p> Signup and view all the answers

A workflow that requires tasks B AND C to complete before D can start uses:

<p>Barrier synchronization (C)</p> Signup and view all the answers

The "liveness" property ensures:

<p>Progress is eventually made (A)</p> Signup and view all the answers

ZooKeeper's atomic broadcast guarantees:

<p>Causal message ordering (A)</p> Signup and view all the answers

A znode in ZooKeeper is analogous to:

<p>A file system inode (D)</p> Signup and view all the answers

The Map phase outputs are stored:

<p>On workers' local disks (C)</p> Signup and view all the answers

GrepTheWeb is analogous to:

<p>Unix grep command (C)</p> Signup and view all the answers

AzureBLAST is used for:

<p>DNA sequence analysis (D)</p> Signup and view all the answers

Volunteer computing projects like SETI@home use:

<p>Donated consumer devices (A)</p> Signup and view all the answers

Cirrus helps migrate:

<p>Legacy Windows apps to cloud (B)</p> Signup and view all the answers

BOINC is specialized for financial applications.

<p>False (B)</p> Signup and view all the answers

Cloud computing eliminates the need for any initial investment in computing infrastructure.

<p>True (A)</p> Signup and view all the answers

Grid computing was primarily targeted at enterprise computing when initiated.

<p>False (B)</p> Signup and view all the answers

Elastic computing refers to the ability to handle variable workloads.

<p>True (A)</p> Signup and view all the answers

Public clouds are operated solely for a single organization.

<p>False (B)</p> Signup and view all the answers

Multiplexing in cloud computing leads to lower resource utilization.

<p>False (B)</p> Signup and view all the answers

SaaS allows users to manage the underlying cloud infrastructure.

<p>False (B)</p> Signup and view all the answers

Data transfer bottleneck is not a challenge for cloud computing.

<p>False (B)</p> Signup and view all the answers

Cloud computing resources can be metered and users charged only for what they use.

<p>True (A)</p> Signup and view all the answers

Hybrid clouds combine two or more types of cloud deployments.

<p>True (A)</p> Signup and view all the answers

The "Future Internet" is expected to be device-centric.

<p>False (B)</p> Signup and view all the answers

Utility computing often requires a cloud-like infrastructure.

<p>True (A)</p> Signup and view all the answers

All cloud service providers use heterogeneous hardware and software resources.

<p>False (B)</p> Signup and view all the answers

Performance unpredictability is a consequence of resource sharing Heneedsn clouds.

<p>True (A)</p> Signup and view all the answers

PaaS is particularly useful when applications must be portable.

<p>False (B)</p> Signup and view all the answers

IaaS users have control over the underlying cloud infrastructure.

<p>False (B)</p> Signup and view all the answers

Cloud computing is focused only on scientific applications.

<p>False (B)</p> Signup and view all the answers

De-perimeterisation makes it easier to determine responsibility in cloud systems.

<p>False (B)</p> Signup and view all the answers

Cultural differences can affect attitudes toward privacy in cloud computing.

<p>True (A)</p> Signup and view all the answers

The 2004 attack at Akamai affected Google and Yahoo.

<p>True (A)</p> Signup and view all the answers

NIST is involved in standardization efforts for cloud computing.

<p>True (A)</p> Signup and view all the answers

Cloud computing always guarantees 100% availability of services.

<p>False (B)</p> Signup and view all the answers

Thin clients are typically used to access network-centric computing systems.

<p>True (A)</p> Signup and view all the answers

Data sharing in clouds hinders collaborative activities.

<p>False (B)</p> Signup and view all the answers

Private clouds are owned by organizations selling cloud services to the public.

<p>False (B)</p> Signup and view all the answers

Cloud computing can support applications with large peak-to-average workload ratios.

<p>True (A)</p> Signup and view all the answers

All cloud vulnerabilities are caused by malicious attacks.

<p>False (B)</p> Signup and view all the answers

The semantic web advocates for more unstructured data.

<p>False (B)</p> Signup and view all the answers

Community clouds support groups with shared concerns.

<p>True (A)</p> Signup and view all the answers

Cloud computing reduces the need for specialized IT staff in organizations.

<p>True (A)</p> Signup and view all the answers

Physical security is not a concern in cloud computing.

<p>False (B)</p> Signup and view all the answers

AWS regions share resources with each other.

<p>False (B)</p> Signup and view all the answers

EBS volumes can be shared among multiple EC2 instances.

<p>False (B)</p> Signup and view all the answers

Google's AppEngine initially supported only Python.

<p>True (A)</p> Signup and view all the answers

Nimbus is specifically designed for scientific applications.

<p>True (A)</p> Signup and view all the answers

S3 provides copy and move operations for objects.

<p>False (B)</p> Signup and view all the answers

Elastic Beanstalk handles automatic deployment and scaling.

<p>True (A)</p> Signup and view all the answers

OpenNebula uses a decentralized architecture by default.

<p>False (B)</p> Signup and view all the answers

Vendor lock-in can be mitigated by data replication.

<p>True (A)</p> Signup and view all the answers

Data centers' energy consumption was expected to decrease after 2006.

<p>False (B)</p> Signup and view all the answers

In IaaS, the provider manages the operating system.

<p>False (B)</p> Signup and view all the answers

AWS was launched in 2006.

<p>True (A)</p> Signup and view all the answers

SimpleDB is a relational database service.

<p>False (B)</p> Signup and view all the answers

CloudFront is AWS's content delivery network.

<p>True (A)</p> Signup and view all the answers

Windows Azure has three main components.

<p>True (A)</p> Signup and view all the answers

Eucalyptus can only use Xen as its VMM.

<p>False (B)</p> Signup and view all the answers

The Fabric Controller is part of Google's cloud.

<p>False (B)</p> Signup and view all the answers

SQS messages remain locked indefinitely during processing.

<p>False (B)</p> Signup and view all the answers

Energy efficiency scales linearly with system utilization.

<p>False (B)</p> Signup and view all the answers

SLAs typically specify how services are delivered.

<p>False (B)</p> Signup and view all the answers

In PaaS, users manage the hypervisor.

<p>False (B)</p> Signup and view all the answers

Applications with complex workflows perform well on clouds.

<p>False (B)</p> Signup and view all the answers

REST is platform-independent and supports caching.

<p>True (A)</p> Signup and view all the answers

ZooKeeper uses the Paxos algorithm for consensus.

<p>True (A)</p> Signup and view all the answers

MapReduce requires all map tasks to finish before reduce tasks begin.

<p>True (A)</p> Signup and view all the answers

Legacy applications cannot run on cloud platforms.

<p>False (B)</p> Signup and view all the answers

Volunteer computing relies on centralized supercomputers.

<p>False (B)</p> Signup and view all the answers

Clouds are ideal for high-frequency trading due to low latency.

<p>False (B)</p> Signup and view all the answers

Workflow patterns include AND split and XOR merge.

<p>True (A)</p> Signup and view all the answers

BOINC is used in SETI@Home.

<p>True (A)</p> Signup and view all the answers

Cloud computing eliminates all performance isolation issues.

<p>False (B)</p> Signup and view all the answers

REST APIs can work through firewalls.

<p>True (A)</p> Signup and view all the answers

ZooKeeper requires all servers to be operational.

<p>False (B)</p> Signup and view all the answers

MapReduce always requires exactly 3 reduce workers.

<p>False (B)</p> Signup and view all the answers

Scientific workflows never benefit from clouds.

<p>False (B)</p> Signup and view all the answers

Flashcards

Utility Computing Focus

A business model providing computing resources as a service over a network.

Elasticity in Cloud Computing

Cloud computing's ability to dynamically adjust resources to meet demand.

Resource Sharing in Cloud

Sharing computing resources among multiple users or applications, increasing efficiency.

PaaS

Cloud delivery model allowing users to deploy applications using provider-supported tools.

Signup and view all the flashcards

Data Transfer Bottleneck

A significant challenge in cloud computing related to data transmission speeds.

Signup and view all the flashcards

Elastic Computing

Acquiring computing resources dynamically as needed, scaling up or down.

Signup and view all the flashcards

Data Confidentiality in Cloud

Concern about the privacy and security of data stored in the cloud.

Signup and view all the flashcards

SaaS Definition

Cloud delivery model providing applications over the Internet.

Signup and view all the flashcards

De-perimeterisation

A model where systems span multiple organizational boundaries.

Signup and view all the flashcards

Cultural Differences in Privacy

Cultural norms impacting views on digital privacy.

Signup and view all the flashcards

Physical Resource Layer

The NIST layer that deals with the hardware directly.

Signup and view all the flashcards

Advantage of Local Data Storage

Storing data geographically closer to users to decrease latency.

Signup and view all the flashcards

Service Provisioning

A cloud activity that allocates resources.

Signup and view all the flashcards

Access via Thin Clients

Accessing resources using thin client network computing.

Signup and view all the flashcards

Resource Aggregation

Combining resources for intensive apps.

Signup and view all the flashcards

Intrusion Detection

Identifying malicious activities.

Signup and view all the flashcards

Semantic Web Focus

Adding meaning to web data.

Signup and view all the flashcards

Amazon Outage (2012)

A natural disaster than caused issues for Amazin in 2012.

Signup and view all the flashcards

Cloud Economics

Economic benefit of pay-as-you-go

Signup and view all the flashcards

Pioneer of IaaS

Amazon's pioneering IaaS.

Signup and view all the flashcards

Microsoft Service

A Microsoft offering

Signup and view all the flashcards

Elastic Load Balancer

Service that distributes requests.

Signup and view all the flashcards

Lowest Cost AWS Region

US West is the cheapest.

Signup and view all the flashcards

The Main Risk of Vendor Lock-In

A data management risk.

Signup and view all the flashcards

Barrier to Intercloud Implementation

Intercloud barrier

Signup and view all the flashcards

Study Notes

Utility Computing

  • The primary focus is on providing a business model for computing services.

Characteristics of Cloud Computing

  • Fixed computing capacity is NOT a characteristic of cloud computing.
  • Cloud computing does include:
    • Elasticity
    • Resource sharing
    • Pay-per-use model

Grid Computing (Early 1990s)

  • Scientific computing was the primary target.

Cloud Infrastructure Types

  • Community clouds are shared by several organizations with shared concerns.

Resource Sharing in Cloud Computing

  • The main advantage is higher resource utilization.

Cloud Delivery Models

  • PaaS (Platform as a Service) allows users to deploy consumer-created applications using provider-supported tools.

Challenges for Cloud Computing

  • Data transfer bottleneck is a major challenge.

Benefits of Cloud Computing

  • Higher maintenance costs for users is NOT a benefit of cloud computing.
  • Cloud computing provides:
    • Elimination of initial infrastructure investment
    • Cost reduction through resource concentration
    • User convenience through virtualization

Elastic Computing

  • It refers to dynamically acquiring computing resources.

Cloud Computing Standardization

  • NIST (National Institute of Standards and Technology) is involved in standardization efforts.

Data Security in Cloud Computing

  • A main concern is data confidentiality.

Cloud Delivery Models

  • SaaS (Software as a Service) provides applications supplied by the service provider.

Cloud Computing Success Factors

  • A key factor is a homogeneous set of resources.

Cloud Types

  • Distributed cloud is NOT a type of cloud.
  • Cloud types include:
    • Public
    • Private
    • Hybrid

"Future Internet"

  • It is expected to be content-centric.

Ethical Issues in Cloud Computing

  • One ethical issue is relinquishing control to third parties.

De-perimeterisation

  • It refers to systems spanning multiple organizations' boundaries.

Privacy Concerns in Cloud Computing

  • Cultural differences in privacy attitudes are a privacy concern.

Security Attacks

  • A denial-of-service attack affected Google News and Gmail in 2009.

NIST Cloud Reference Model

  • The physical resource layer is at the bottom.

Data Storage Advantages

  • Data being stored closer to where it is used primarily reduces communication costs.

Cloud Activities

  • Fixed resource allocation is NOT considered a cloud activity.
  • A cloud activity is:
    • Virtualization
    • Service provisioning
    • Billing and accounting

Network-Centric Computing

  • Access via thin clients is a primary characteristic.

Cloud Computing Adoption

  • Apple is NOT mentioned as embracing cloud computing for utility computing.

Data-Intensive Application Requirements

  • Resource aggregation is a key requirement.

Cloud Security Management

  • Intrusion detection is a security management activity.

Semantic Web Focus

  • The main focus is including semantic content in web pages.

Customer Service Activity

  • Business intelligence is considered a customer service activity.

Amazon Downtime

  • Lightning caused prolonged downtime in 2012.

Cloud Computing Attributes

  • A fixed pricing model is NOT a defining attribute.
  • Defining attributes:
    • Massive infrastructure
    • Utility computing
    • Elasticity

IaaS Pioneer

  • Amazon pioneered Infrastructure-as-a-Service (IaaS).

AWS Availability Zone

  • It is a data center with many servers.

AWS Storage Service

  • EBS (Elastic Block Storage) provides persistent block-level storage volumes.

Amazon S3 Object Size

  • The maximum size of an object is 5 TB.

EC2 Counterpart

  • Eucalyptus is described as an EC2 counterpart.

AWS Elastic IP Address

  • It provides a static public IP.

Google PaaS Offering

  • Google AppEngine is a Platform-as-a-Service.

Microsoft Azure

  • Compute, storage, and the fabric controller are the main components.

US Electricity Consumption by Data Centers (2006)

  • Data centers consumed 1.5% of U.S. electricity

AWS Request Distribution

  • Elastic Load Balancer automatically distributes incoming requests.

EC2 Virtual Machine Import

  • VM Import allows importing VM images from a user environment.

AWS Region Costs

  • The US West (Oregon) region typically has the lowest cost.

CloudWatch

  • The main purpose is performance monitoring.

AWS NoSQL Database

  • DynamoDB is a fully managed NoSQL database.

Vendor Lock-In Risk

  • The main risk is service unavailability.

Eucalyptus and EBS

  • The Storage Controller in Eucalyptus corresponds to Amazon's EBS.

Intercloud Implementation Barrier

  • The main barrier is a lack of standards.

Energy-Proportional Systems

  • They scale power with load.

Microsoft Cloud-Based SQL Server

  • SQL Azure is the cloud-based SQL Server.

Service Level Agreement (SLA) Purpose

  • The main purpose is to define customer needs.

Economic Benefits of Cloud Computing

  • Pay-per-use billing is a key economic benefit.

Application Suitability for Cloud Computing

  • Applications with intensive inter-instance communication are LEAST suitable.

Challenges for Cloud Application Development

  • Performance unpredictability is a major challenge.

Architectural Style for Cloud Applications

  • Client-server architecture is commonly used.

REST Definition

  • REST stands for Representational State Transfer.

Workflow Patterns

  • The AND split workflow pattern activates multiple tasks simultaneously after a preceding task.

ZooKeeper

  • ZooKeeper is primarily used for distributed coordination.

ZooKeeper Guarantees

  • Sequential consistency ensures updates are applied in order.

MapReduce Model

  • The first phase is Map.

Scientific Applications of Cloud Computing

  • High-frequency trading is not typically a scientific application
  • Scientific applications include:
    • Genomic data analysis
    • Climate modeling
    • Astrophysics simulations

Limitations of HPC Applications

  • Network latency is a primary limitation of running HPC applications on clouds.

Cloud Platforms for Legacy Applications

  • Cirrus assists in migrating legacy Windows applications to the cloud.

BOINC

  • BOINC is middleware for distributed computing in volunteer computing.

Workflow Properties

  • Liveness ensures "something good will eventually happen."

Arbitrarily Divisible Workloads

  • The main advantage is dynamic scaling.

Economic Benefits of Cloud Computing for Business

  • Pay-as-you-go pricing is the primary economic benefit.

Applications that Benefit Most from Cloud Elasticity

  • Transaction-based web services benefit most.

Cloud-Unfriendly Applications

  • Applications with intensive inter-instance communication are cloud-unfriendly.

"Just-in-Time Infrastructure"

  • This refers to on-demand resource provisioning.

Parallelization in Cloud Computing

  • It can reduce execution time by dividing workload across instances.

RESTful APIs

  • They are characterized by platform independence.

Protocols in Cloud Application Communication

  • FTP is NOT typically used in cloud application communication.

Workflow Task Dependencies

  • Barrier synchronization is used for workflows that require tasks B AND C to complete before D can start.

Liveness Property

  • Ensures progress is eventually made.

ZooKeeper Atomic Broadcast

  • Guarantees causal message ordering.

ZooKeeper Znode

  • Analogous to a file system inode.

Storage of Map Phase Outputs

  • Stored on workers' local disks.

GrepTheWeb

  • Analogous to Unix grep command.

AzureBLAST

  • Used for DNA sequence analysis.

SETI@home

  • They use donated consumer devices for volunteer computing.

Cirrus

  • Aids in migrating Legacy Windows apps to cloud.

BOINC Specialization

  • BOINC is NOT specialized for financial applications.

Cloud Computing and Initial Investment

  • Cloud computing eliminates the need for any initial investment in computing infrastructure

Grid Computing Target

  • Primarily targeted at enterprise computing, is FALSE.

Elastic Computing Definition

  • Refers to the ability to handle variable workloads.

Public Cloud Operation

  • Public clouds are operated solely for a single organization, is FALSE.

Multiplexing Impact in Cloud Computing

  • Multiplexing in cloud computing leads to lower resource utilization, is FALSE.

SaaS User Control

  • SaaS allows users to manage the underlying cloud infrastructure, is FALSE.

Data Transfer Bottleneck

  • Data transfer bottleneck is not a challenge for cloud computing, is FALSE.

Cloud Computing Resource Billing

  • Cloud computing resources can be metered and users charged only for what they use.

Hybrid Cloud Deployment

  • Hybrid clouds combine two or more types of cloud deployments.

"Future Internet" Expectation

  • The "Future Internet" is expected to be device-centric, is FALSE.

Utility Computing

  • Utility computing often requires a cloud-like infrastructure

Cloud Service Provider Hardware

  • All cloud service providers use heterogeneous hardware and software resources, is FALSE.

Performance Unpredictability

  • Performance unpredictability is a consequence of resource sharing in clouds

PaaS Usefulness

  • PaaS is particularly useful when applications must be portable, is FALSE.

IaaS User Control

  • IaaS users have control over the underlying cloud infrastructure, is FALSE.

Cloud Computing Focus

  • Cloud computing is focused only on scientific applications, is FALSE.

De-perimeterisation Responsibility

  • De-perimeterisation makes it easier to determine responsibility in cloud systems, is FALSE.

Cultural Differences impact Privacy

  • Cultural differences can affect attitudes toward privacy in cloud computing

Akamai Attack

  • The 2004 attack at Akamai affected Google and Yahoo

NIST Involvement

  • NIST is involved in standardization efforts for cloud computing

Cloud Computing Availability

  • Cloud computing always guarantees 100% availability of services, is FALSE.

Thin Client Usage

  • Thin clients are typically used to access network-centric computing systems.

Data Sharing

  • Data sharing in clouds hinders collaborative activities, is FALSE.

Private Cloud Ownership

  • Private clouds are owned by organizations selling cloud services to the public, is FALSE.

Cloud Computing Workload Ratio

  • Cloud computing can support applications with large peak-to-average workload ratios.

Cloud Vulnerabilities

  • All cloud vulnerabilities are caused by malicious attacks, is FALSE.

Semantic Web Advocacy

  • The semantic web advocates for more unstructured data, is FALSE.

Community Cloud Support

  • Community clouds support groups with shared concerns

Cloud Computing IT Staff

  • Cloud computing reduces the need for specialized IT staff in organizations.

Cloud Computing Security

  • Physical security is not a concern in cloud computing, is FALSE.

AWS Region Resource Sharing

  • AWS regions share resources with each other, is FALSE.

EBS Volume Sharing

  • EBS volumes can be shared among multiple EC2 instances, is FALSE.

Google's AppEngine

  • Google's AppEngine initially supported only Python

Nimbus Design

  • Nimbus is specifically designed for scientific applications,

S3 Operations

  • S3 provides copy and move operations for objects,

Elastic Beanstalk

  • Elastic Beanstalk handles automatic deployment and scaling

OpenNebula Architecture

  • OpenNebula uses a decentralized architecture by default,

Vendor Lock-in Mitigation

  • Vendor lock-in can be mitigated by data replication

Data Centers Energy Consumption

  • Data centers' energy consumption was expected to decrease after 2006, is FALSE.

IaaS Provider Role

  • The provider manages the operating system, is FALSE.

AWS Launch Year

  • AWS was launched in 2006

SimpleDB Service Type

  • SimpleDB is a relational database service, is FALSE.

CloudFront

  • CloudFront is AWS's content delivery network

Windows Azure

  • Windows Azure has three main components

Eucalyptus VMM

  • Eucalyptus can only use Xen as its VMM, is FALSE.

Fabric Controller

  • The Fabric Controller is part of Google's cloud, is FALSE.

SQS Message Locking

  • SQS messages remain locked indefinitely during processing, is FALSE.

Energy Efficiency Scaling

  • Energy efficiency scales linearly with system utilization, is FALSE.

SLA Service Delivery

  • SLAs typically specify how services are delivered, is FALSE.

PaaS User Management

  • In PaaS, users manage the hypervisor, is FALSE

Cloud Computing Investment

  • Eliminates the need for any upfront infrastructure investment

Complex Workflow Application

  • Applications with complex workflows perform well on clouds, is FALSE.

REST Traits

  • REST is platform-independent and supports caching

ZooKeeper Algorithm

  • ZooKeeper uses the Paxos algorithm for consensus

MapReduce Task Timing

  • MapReduce requires all map tasks to finish before reduce tasks begin.

Legacy Application Cloud-Run

  • Legacy applications cannot run on cloud platforms, is FALSE.

Volunteer Computing

  • Relies on centralized supercomputers, is FALSE.

Cloud Ideal application

  • Clouds are ideal for high-frequency trading due to low latency, is FALSE

Workflow Patterns

  • Workflow patterns include AND split and XOR merge

BOINC Usage

  • BOINC is used in SETI@Home

Cloud Performance Isolation

  • Cloud computing eliminates all performance isolation issues, is FALSE.

REST APIs and Firewalls

  • REST APIs can work through firewalls

ZooKeeper Requirements

  • All servers to be operational, is FALSE.

MapReduce Workers

  • Always requires exactly 3 reduce workers, is FALSE.

Scientific Workflows

  • Scientific workflows never benefit from clouds, is FALSE.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

More Like This

Use Quizgecko on...
Browser
Browser