Servers and VMs Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What is the definition of Bare Metal Servers?

A

Isolated servers where each machine is a physical server.
Known as the grandparent of tech.

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

What are pros and cons of Bare Metal Servers?

A

Pros: Isolation from neighbor issues, full control over hardware and software.
Cons: Expensive, difficult to manage, slow to acquire new hardware, requires a competent team.

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

What is the definition of VMs?

A

VMs can run on a single piece of bare metal hardware.
Managed by a hypervisor which relies on the host operating system.
Bare metal hypervisors can run directly on hardware without a host OS.
Each VM has its own guest OS and applications.

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

What are the pros and cons of VMs?

A

Pros: Cost-effective, scalable, efficient resource utilization.
Cons: Noisy neighbor problem, vulnerable to side-channel attacks (e.g., Meltdown and Spectre).

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

What is the definition of a container?

A

Containers package a program and all its dependencies into a single unit.

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

What are the pros and cons of containers?

A

Pros: Highly scalable, portable, lightweight, requires fewer resources.
Cons: Vulnerable to OS-level vulnerabilities as all containers share the same OS kernel.

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

What are the two types of hypervisors?

A

Type 1 (Bare Metal): Runs directly on hardware, no host OS needed (e.g., VMware ESXi, Microsoft Hyper-V).
Type 2: Runs on a host OS, with VMs running as applications (e.g., VMware Workstation, Oracle VirtualBox).

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

What is the Noisy Neighbour Problem?

A

Occurs when one VM or container consumes excessive resources, affecting the performance of others on the same host.

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

What are Side-Channel Attacks?

A

Attacks that exploit indirect information (e.g., Meltdown, Spectre) to gain unauthorised access to data.
Common in shared environments like VMs and containers.

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

What is Container Orchestration?

A

The automated management, scaling, and deployment of containerized applications.
Tools: Kubernetes, Docker Swarm.

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

What is Microservices Architecture?

A

Architectural style where applications are composed of small, independent services that communicate over APIs.
Often deployed using containers for scalability and resilience.

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

VM vs. Container Comparison

A

VM: Each VM runs its own OS, heavier, better isolation.
Container: Shares the host OS, lightweight, more portable, less isolation.

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

Scalability in Computing

A

The ability to handle increased load by adding resources (scale up) or by adding more instances (scale out).
Containers are typically more scalable due to lower overhead compared to VMs.

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