Virtualization Flashcards

1
Q

What is Load Balancing?

A

In general, a load balancer:

  • is located between a client and application server
  • receives a request from a client
  • forwards a request to an appropriate server
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a Load Balancer listener?

A

Sets rules to forward a request to a target group, to 0 or more VMs using different Protocol and port - HTTP 80 - HTTPS 443

It can complete Health Checks ensure requests are sent to running targets

Protocol and Path, e.g., HTTP and / Interval, e.g., 30 seconds

  • Scheduling - Round Robin - Least Outstanding Requests
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What layer does the Application Load Balancer reside on?

A

Application layer (Layer 7) of OSI model

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

What network features do load balancers have?

A
  • Unique protocols/portswhich listeners check for requests
  • One or two listeners,

Listener A checks requests arriving via HTTP 80

Listener B checks requests arriving via HTTPS 443

  • At least 2 Availability Zones

An ALB only forwards requests to targets (VMs) in these AZs

  • Security Groupto allow traffic on specific protocols/ports, e.g.,

HTTP 80 for web requests

RDP 3389 for remote login

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

If a Load balancer is set to Y & Z availaibility zone, where does the VMs have to be set?

A

A VM is assigned an Y & Z too

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

What layer of the OSI model does a Network Balancer reside at?

A

transport layer (Layer 4) of the OSI model which includes TCP, UDP and TLS

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

What values does Network load balancer use?

A

The selection of a target is based on several values from the UDP (TCP) packet:

protocol, source IP address, source port, destination IP address, destination port, (TCP sequence number)

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

How many Availability Zones do a Network load balancer require?

A

At least 1 Availability Zone
One or more Target Groups

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

What does a network balancer do?

A

Sorts TCP and UDP packets

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

What does Virtualisation represent?

A

the creation of a simulation/emulation of physical hardware

  • Access to CPU cycles instead of a physical CPU
  • Access to memory storage instead of physical RAM
  • Access to disk storage instead of physical disk/s
  • Access to network instead of physical network cards, switches, etc
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What are the abilities of Virtualisation?

A
  • Scaling(in/out, up/down)
  • Migrationof running systems
  • Improved security
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

what are some advantages of virtualisation?

A
  • Lower physical hardware requirements
  • Lower running costs, e.g., power, cooling, etc.
  • Potentially reducing administration staff costs
  • Rapid deployment templates / cloning
  • Automated recovery
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are some Virtualisation Disadvantages?

A
  • Loss of single physical server, result in loss of multiple virtual servers
  • Measurable overhead, even a server running a single VM will not perform as well as running on direct hardware
  • Additional complexity when diagnosing failures
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are 3 Virtualisation Platforms?

A
  • Hardware
  • Hypervisors
  • Paravirtualisation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are 2 hardware technologies that support virtualisation?

A

Intel VT-xand AMD-V

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

What are type 1 Hypervisors?

A
  • Microsoft Hyper-V
  • Parallels Workstation
  • VMware ESXi
  • Xen Hypervisor
17
Q

What are type 2 Hypervisors?

A
  • Microsoft Virtual PC
  • Parallels Desktop
  • Virtual Box
  • VMware Fusion / Player / Server / Workstation
18
Q

What does Paravirtualisation allow?

A
  • The guest OS to access the VM but also a portion of the hypervisor
  • The OS can use accessible hypervisor services to improve performance
19
Q

What is VMware vSphere

A
  • A leader in Virtualisation Management
  • vMotionis the technology that supports live migration of VMs from one physical server to another
  • Support for virtual switches
  • many more features
20
Q

What does ICM represent

A

Install, confirgure and manage