Data Centers Solution Elements Flashcards

1
Q

Infrastructure as a code

A

Using code to manage configurations and automate provisioning . Used to to define and provision networking components (servers,network, storage) that can be version control, tested, automated through machnie-readable files rather than physical hardware configuration

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

Elasticity

A

Is the availability to fit the resources needed to cope with loads dynamically. When load increases, more resources are added and when demand decreases resources are removed

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

Micro services

A

Breaking down large application into smaller, independently deployable components that perform specific business function or task. Software development approach.each micro-service is a self-contained component that can be deployed, updated, scaled independently without affecting the rest of application

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

Containerization

A

Is a technology that allows applications to be packaged and run in isolated environments called containers. Containers provide a way to isolate apps and their dependencies from the underlying infrastructure, which makes it easier to deploy, manage and scale apps across different environments

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

Automation

A

Is the application of the technology, programs, robots or processes to achieve outcomes with a minimal human input. Increase quality, reduce errors

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

Scalability

A

I’d the ability of the system to automatically accommodate layer loads by adding resources - either making hardware stopper (scale up) or adding additional nodes (scale out)

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

node

A

This is unit of data structure, linked list or tree data structure . Nodes contain data and also may link to other nodes

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

Chestration

A

Is the integration of the tools and platforms for an automatic response

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

Demand generated

A

Resource allocation is the automatic provisioning and deprovsioning of resources

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

Software defined networking

A

Using software to manage and configure the network infrastructure, instead changing configuration of physical equipment. Is made possible by separating the control plane is moved to centralized controller that manages the network devices. Relies on centralized controller.

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

Services computing

A

Dynamic allocation of resources to execute a specific of code. This is an execution model in which a cloud provider dynamically allocates only the compute resources and storage needed to execute a particular piece of code. Functions are event-driven, meaning the code is invoked only when triggered by a request

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