Juniper JN0-214 Practice Test - Questions Answers, Page 4
List of questions
Question 31

Which virtualization method requires less duplication of hardware resources?
OS-level virtualization
hardware-assisted virtualization
full virtualization
paravirtualization
Virtualization methods differ in how they utilize hardware resources. Let's analyze each option:
A . OS-level virtualization
Correct: OS-level virtualization (e.g., containers) uses the host operating system's kernel to run isolated user-space instances (containers). Since containers share the host OS kernel, there is less duplication of hardware resources compared to other virtualization methods.
B . hardware-assisted virtualization
Incorrect: Hardware-assisted virtualization (e.g., Intel VT-x, AMD-V) enables full virtual machines (VMs) to run on physical hardware. Each VM includes its own operating system, leading to duplication of resources like memory and CPU.
C . full virtualization
Incorrect: Full virtualization involves running a complete guest operating system on top of a hypervisor. Each VM requires its own OS, resulting in significant resource duplication.
D . paravirtualization
Incorrect: Paravirtualization modifies the guest operating system to communicate directly with the hypervisor. While it reduces some overhead compared to full virtualization, it still requires separate operating systems for each VM, leading to resource duplication.
Why OS-Level Virtualization?
Resource Efficiency: Containers share the host OS kernel, eliminating the need for multiple operating systems and reducing resource duplication.
Lightweight: Containers are faster to start and consume fewer resources compared to VMs.
JNCIA Cloud
Reference:
The JNCIA-Cloud certification emphasizes understanding virtualization technologies, including OS-level virtualization. Containers are a key component of modern cloud-native architectures due to their efficiency and scalability.
For example, Juniper Contrail integrates with container orchestration platforms like Kubernetes to manage OS-level virtualization workloads efficiently.
Docker Documentation: Container Basics
Juniper JNCIA-Cloud Study Guide: Virtualization
Question 32

Which encapsulation protocol uses tunneling to provide a Layer 2 overlay over an underlying Layer 3 network?
Question 33

Question 34

Question 35

Which Kubernetes component guarantees the availability of ReplicaSet pods on one or more nodes?
Question 36

You want to limit the memory, CPU, and network utilization of a set of processes running on a Linux host.
Which Linux feature would you configure in this scenario?
You want to limit the memory, CPU, and network utilization of a set of processes running on a Linux host.
Which Linux feature would you configure in this scenario?
Question 37

You are asked to run a container in a Kubernetes environment.
What should you do to accomplish this task?
Question 38

Your organization has legacy virtual machine workloads that need to be managed within a Kubernetes deployment.
Which Kubernetes add-on would be used to satisfy this requirement?
Question 39

Which technology is used to run VMs in an OpenShift cluster?
Question 40

Which Docker component builds, runs, and distributes Docker containers?
Question