IT Terms - Architecture Flashcards

1
Q

Linear Scalability

A

The ability to increase production inputs like labor by a certain percentage and get an equal percentage increase in output.
EX: Increasing the number of machine and/or CPU’s without changing the application code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Performance

A

Measures the speed with which a single request can be executed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Scalability

A

The property of a system to handle a growing amount of work by adding resources to the system.
The ability to maintain a consistent throughput rate proportionally as resources are added to the system. Difficult to achieve due to adding resources incurs additional overhead.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Amdahl’s Law - Computer Architecture

A

Gives the theoretical speedup in latency of an execution of a task at a fixed workload that can be expected of a system whose resources are improved

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Vertical Scalability

A

Adding resource within the same logical unit to increase capacity.
EX: Adding CPUs to an existing server, or expanding storage by adding hard drive on an existing RAID/SAN storage.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Horizontal Scalability

A

Adding multiple logical units of resources and making them work as a single unit. Most clustering solutions, distributed file systems, load-balancers help you with horizontal scalability.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Immutable Infrasturcture

A

An infrastructure paradigm in which servers are never modified after they’re deployed. If something needs to be updated, fixed, or modified in any way, new servers built from a common image with the appropriate changes are provisioned to replace the old ones. After they’re validated, they’re put into use and the old ones are decommissioned.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly