Chapter 4: Processing, Management Concepts, and Cloud Computing Flashcards

1
Q

Distributed Processing

A
  • Data collection and processing are distributed across different physical locations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

N-tier Architecture

A
  • Isolate servers, applications, and middleware into different tiers for better scalability and performance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Cluster Architecture

A
  • Machines are connected to form a network and process the computation in parallel
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Shared-Everything Architecture

A
  • All of the resources are shared (limited scalability)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Symmetric Multiprocessing Architecture

A
  • All processors share a single memory pool
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Distributed Shared Memory

A
  • There are multiple memory pools for the processors
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Shared-Nothing Architecture

A
  • Multiple systems (nodes) are interconnected to make the system scalable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Batch Processing

A
  • A series of logically-connected jobs are executed sequentially or in parallel and then the output of all the individual jobs is put together to give a final output
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Real-Time Data Processing

A
  • Processing continual data flow producing the results
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Parallel Computing

A
  • Splitting up a larger task into multiple subtasks and executing them simultaneously
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Major Drawback of Cloud Computing

A
  • Reduced privacy and security
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Public Cloud

A
  • Services are provided over the Internet by third-party vendors
  • Larger in scale
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Private Cloud

A
  • Owned exclusively by a single company with the control of maintaining its data center
  • On-premise or external
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Hybrid Cloud

A
  • A combination of public and private clouds
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

SaaS

A
  • Provides license to an application to a customer on-demand
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

PaaS

A
  • Provides a platform for the users to develop, run, and maintain their applications
17
Q

IaaS

A
  • Provides consumers with computing resources on a pay-per-use and self-service basis