• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/13

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

13 Cards in this Set

  • Front
  • Back
What is a cluster?
A group of connected whole computers that work together as a unified computing resource.
What is a node?
Computers in a cluster are called nodes.
What is a whole computer?
A system that can run on its own, apart from the cluster.
Benefit #1 of clustering?
Absolute scalability as the cluster can have hundreds of machines, each as a multi-processor.
Benefit #2 of clustering?
Incremental scalability as its is possible to add new systems to the cluster in increments as needed.
Benefit #3 of clustering?
High availability as failure of one node is not critical to the system.
Benefit #4 of clustering?
Superior price and performance.
List the five types of clustering
1. Passive standby

2. Active secondary

3. Separate servers

4. Servers connected to disks

5. Servers share disks
Describe passive standby
Secondary server takes over if primary fails

Easy to implement

High cost
Describe active secondary
Secondary server also used for processing tasks

Reduced cost

Increased complexity
Describe separate servers
Separate servers = separate disks

Data continuously copied from primary to secondary server

High availability

High network and server overhead due to constant copying of data
Describe servers connected to disks
Servers are cabled to same disks; one server fails, other server controls its disks

Reduced network and server overhead

Requires RAID in case of disk failure
Describe servers share disks
Multiple servers share disks

Reduced risk of downtime in case of disk failure

Requires lock manager software and RAID technology