ExamGecko
Home Home / Juniper / JN0-213

Juniper JN0-213 Practice Test - Questions Answers

Question list
Search
Search

Click the Exhibit button.

Referring to the exhibit, which two statements are correct? (Choose two.)

A.
The c using a custom flavor.
A.
The c using a custom flavor.
Answers
B.
The myvSRX instance is part of a default network.
B.
The myvSRX instance is part of a default network.
Answers
C.
The myvSRX instance is using a default image.
C.
The myvSRX instance is using a default image.
Answers
D.
The myvSRX instance is currently running.
D.
The myvSRX instance is currently running.
Answers
Suggested answer: A, D

Explanation:

Based on the image description provided, the instance named 'myvSRX' appears to be using a custom flavor (not default) and is currently in an 'ACTIVE' state, which means it is running.

Which two statements are true about VRF instances? (Choose two.)

A.
VRFs share a single routing table.
A.
VRFs share a single routing table.
Answers
B.
VRFs do not enable overlapping IP addresses within the same cloud network.
B.
VRFs do not enable overlapping IP addresses within the same cloud network.
Answers
C.
VRFs enable overlapping IP addresses within the same cloud network.
C.
VRFs enable overlapping IP addresses within the same cloud network.
Answers
D.
Each VRF has its own routing table.
D.
Each VRF has its own routing table.
Answers
Suggested answer: C, D

Explanation:

Virtual Routing and Forwarding (VRF) is a technology that allows multiple instances of a routing table to coexist within the same router at the same time.Because the routing instances are independent, overlapping IP addresses can be used without conflict45.Each VRF has its own routing table4. Reference from Juniper site:Wikipedia,Cisco

Which CN2 component provides the network control plane capability?

A.
contrail-k8s-kubemanaqer
A.
contrail-k8s-kubemanaqer
Answers
B.
contrail-vrouter-nodes
B.
contrail-vrouter-nodes
Answers
C.
contrail-control
C.
contrail-control
Answers
D.
contrail-k8s-controller
D.
contrail-k8s-controller
Answers
Suggested answer: C

Explanation:

The network control plane in CN2 represents CN2's full-featured SDN capability.It communicates with other controllers and uses XMPP to communicate with the distributed data plane components on the worker nodes6. Reference from Juniper site:Juniper Networks

What are two characteristics of the OpenShift Assisted Installer? (Choose two.)

A.
It uses one of the control plane nodes as a bootstrap node.
A.
It uses one of the control plane nodes as a bootstrap node.
Answers
B.
It does not support bare-metal deployments.
B.
It does not support bare-metal deployments.
Answers
C.
It offers REST APIs for the configuration and installation
C.
It offers REST APIs for the configuration and installation
Answers
D.
It provides full feature support and customizations.
D.
It provides full feature support and customizations.
Answers
Suggested answer: A, C

Explanation:

The OpenShift Assisted Installer uses one of the control plane nodes as a bootstrap node12.It also offers REST APIs for the configuration and installation12.

Which two tools are used to deploy a Kubernetes environment for testing and development purposes? (Choose two.)

A.
oc
A.
oc
Answers
B.
OpenStack
B.
OpenStack
Answers
C.
minikube
C.
minikube
Answers
D.
kind
D.
kind
Answers
Suggested answer: C, D

Explanation:

Minikube and kind are two tools that are commonly used to deploy a Kubernetes environment for testing and development purposes3

Which two statements are true about virtual networks? (Choose two.)

A.
Virtual networks are available only as part of a cloud orchestration system.
A.
Virtual networks are available only as part of a cloud orchestration system.
Answers
B.
Virtual networks are able to span multiple devices.
B.
Virtual networks are able to span multiple devices.
Answers
C.
Virtual networks are limited to a single device.
C.
Virtual networks are limited to a single device.
Answers
D.
Virtual networks are available on common Linux distributions.
D.
Virtual networks are available on common Linux distributions.
Answers
Suggested answer: B, D

Explanation:

Virtual networks are logical networks that are decoupled from the underlying network hardware. This decoupling allows network administrators to manage their networks independently of the physical network topology. As such, virtual networks can span multiple devices, allowing for a high degree of flexibility and scalability. Furthermore, virtual networks are available on common Linux distributions, allowing for easy deployment and management.

Which term identifies to which network a virtual machine interface is connected?

A.
Virtual Extensible LAN (VXLAN)
A.
Virtual Extensible LAN (VXLAN)
Answers
B.
machine access control (MAC)
B.
machine access control (MAC)
Answers
C.
virtual tunnel endpoint (VTEP)
C.
virtual tunnel endpoint (VTEP)
Answers
D.
virtual network ID (VNID)
D.
virtual network ID (VNID)
Answers
Suggested answer: D

Explanation:

The term that identifies to which network a virtual machine interface is connected is the virtual network ID (VNID). The VNID is a unique identifier assigned to each virtual network. It is used to differentiate between different virtual networks and to ensure that each virtual machine interface is connected to the correct network.

Which virtualization technique is used by containers?

A.
OS-level virtualization
A.
OS-level virtualization
Answers
B.
full visualization
B.
full visualization
Answers
C.
hardware-assisted virtualization
C.
hardware-assisted virtualization
Answers
D.
paravirtualization
D.
paravirtualization
Answers
Suggested answer: A

Explanation:

This technique allows multiple isolated user-space instances to be created by the host operating system.Unlike full virtualization, where the entire system's hardware is emulated, OS-level virtualization shares the host's operating system kernel but isolates the application processes12.

Which two statements are true regarding isolated namespaces in Juniper Cloud-Native Contrail Networking (CN2)? (Choose two.)

A.
Pods in isolated namespaces can only communicate with pods in the same namespace.
A.
Pods in isolated namespaces can only communicate with pods in the same namespace.
Answers
B.
Pods in isolated namespaces can reach services in non-isolated namespaces.
B.
Pods in isolated namespaces can reach services in non-isolated namespaces.
Answers
C.
Pods in isolated namespaces can only reach services in the same namespace.
C.
Pods in isolated namespaces can only reach services in the same namespace.
Answers
D.
Pods in isolated namespaces can communicate with pods in non-isolated namespaces.
D.
Pods in isolated namespaces can communicate with pods in non-isolated namespaces.
Answers
Suggested answer: A, C

Explanation:

In Juniper Cloud-Native Contrail Networking (CN2), isolated namespaces are used to isolate a pod from other pods without explicitly configuring a network policy3.Pods in an isolated namespace can only communicate with pods in the same namespace3.They cannot reach pods or services in other isolated or non-isolated namespaces3.

You must provide tunneling in the overlay that supports multipath capabilities.

Which two protocols provide this function? (Choose two.)

A.
MPLSoUDP
A.
MPLSoUDP
Answers
B.
VPN
B.
VPN
Answers
C.
VXLAN
C.
VXLAN
Answers
D.
MPLSoGRE
D.
MPLSoGRE
Answers
Suggested answer: A, C

Explanation:

MPLSoUDP (Multiprotocol Label Switching over User Datagram Protocol) and VXLAN (Virtual Extensible LAN) are two protocols that provide tunneling in the overlay and support multipath capabilities45. MPLSoUDP is an encapsulation protocol that allows MPLS packets to be encapsulated in UDP packets.VXLAN is a network virtualization technology that attempts to address the scalability problems associated with large cloud computing deployments

Total 65 questions
Go to page: of 7