Skip to main content

JN0-105 Real Exam Questions

Junos, Associate (JNCIA-Junos)

144 questions available · Page 1 of 15

Updated Exam DumpsVerified AnswersPass Guarantee

Get Complete Exam Dumps
Question 1 Single choice

Exhibit:

You notice traffic destined to 172.31.17.0/24 is traversing an OSPF path rather than BGP Path.

What is causing this behavior?

  1. A

    The 172.31.17.0/24 BGP route is missing a valid default next hop

  2. B

    The 172.31.17.0/24 BGP has a higher route preference

  3. C

    The 172.31.17.0/24 route does not have a valid BGP entry

  4. D

    The 172.31.17.0/24 BGP route's outgoing interface is down

Show answer and explanation

Correct answer: B

Question 2 Single choice

Click the Exhibit button.

Referring to the exhibit, OSPF has three export policies that match different static route prefixes. The 10.10.10.0/24 static route does not match any terms in the policy1 routing policy.

What happens next in this scenario?

  1. A

    The static route is rejected by the default routing policy.

  2. B

    The static route is rejected by the policy1 routing policy.

  3. C

    The static route is evaluated by the policy2 routing policy.

  4. D

    The static route is evaluated by the policy3 routing policy.

Show answer and explanation

Correct answer: C

Explanation

In Junos, when multiple policies are applied to a routing protocol for route export, the routes are evaluated in the order in which the policies are listed. In the exhibit, the OSPF configuration has three export policies listed: policy1, policy2, and policy 3. The static route 10.10.10.0/24 does not match any terms in policy1;
therefore, it is not rejected by policy1 but is instead passed on to the next policy in the sequence, which is policy 2. If the static route matches a term in policy2 that permits the route, it will be exported into OSPF. If it does not match in policy2, it will then be evaluated by policy 3. If there is no match in policy3 as well, and assuming there are no more policies listed, the route would then be subject to the default routing policy behavior, which typically rejects the route unless an explicit accept statement is present in the policies.

Question 3 Multiple choice

When considering routing policies, which two statements are correct? (Choose two.)

  1. A

    An import routing policy for BGP determines which received prefix advertisements are placed in the routing information base.

  2. B

    Policy terms are evaluated from top to bottom with action taken on the first match found.

  3. C

    Policy terms are evaluated from top to bottom with the most restrictive action taken of all the matching terms.

  4. D

    Routing policies are applied to interfaces as input or export filters.

Show answer and explanation

Correct answers: A, B

Explanation

Routing policies in Junos OS are crucial for controlling route advertisements and path selection. The correct answers are B and C. An import routing policy for BGP determines which received prefix advertisements are placed in the routing information base (RIB), and policy terms are evaluated from top to bottom, with action taken on the first match found. This sequential evaluation allows for precise control over routing decisions.

Question 4 Multiple choice

What are two attributes of the UDP protocol? (Choose two.)

  1. A

    UDP is connectionless.

  2. B

    UDP is best effort.

  3. C

    UDP is more reliable than TCP.

  4. D

    UDP is always slower than TCP.

Show answer and explanation

Correct answers: A, B

Question 5 Single choice

Click the Exhibit button

What is the next-hop interface for traffic destined to 172.19.52.101 as shown in the exhibit?

  1. A

    ge-0/0/3.0

  2. B

    ge-0/0/0.0

  3. C

    ge-0/0/2.0

  4. D

    ge-0/0/1.0

Show answer and explanation

Correct answer: D

Question 6 Single choice

Which component is considered part of the data plane?

  1. A

    the Packet Forwarding Engine

  2. B

    the fan tray

  3. C

    the power supply

  4. D

    the Routing Engine

Show answer and explanation

Correct answer: A

Explanation

The Packet Forwarding Engine (PFE) is an integral component of Juniper Networks devices, responsible for the data plane operations. The data plane, also known as the forwarding plane, is where the actual processing and forwarding of packets occur based on the routing and forwarding tables. The PFE executes the forwarding decisions made by the Routing Engine (RE), handling all packet transmissions, including routing, filtering, and switching packets towards their destination. This contrasts with the control plane operations handled by the RE, which involve routing table maintenance, system management, and control protocol processing.

Question 7 Multiple choice

Which two statements apply to the Routing Engine functions? (Choose two.)

  1. A

    It does not process routing updates.

  2. B

    It responds to ping and traceroute commands.

  3. C

    It maintains the routing tables.

  4. D

    It processes the transit traffic.

Show answer and explanation

Correct answers: B, C

Explanation

The Routing Engine (RE) in Juniper Networks devices plays a critical role in the control plane operations.
One of its functions includes responding to network utility commands like ping and traceroute, which are essential for diagnosing network connectivity and path issues. Furthermore, the RE is responsible for maintaining the routing tables, which contain information about network paths and destinations. These tables are vital for making forwarding decisions but are distinct from the actual forwarding of packets, which is handled by the Packet Forwarding Engine (PFE).

Question 8 Single choice

Click the Exhibit button

Referring to the exhibit, what will happen to traffic that is less than the bandwidth limit from source address
1.0.0.207

  1. A

    The traffic will be discarded by the policer.

  2. B

    The traffic will be accepted by term 2.

  3. C

    The traffic will be discarded by term 1.

  4. D

    The traffic will be accepted by term 1.

Show answer and explanation

Correct answer: D

Question 9 Single choice

Click the Exhibit button.

Referring to the exhibit, which route(s) will be selected by Junos for packet forwarding?

  1. A

    The static route will be selected.

  2. B

    The OSPF route will be selected.

  3. C

    The Junos OS randomly selects one route.

  4. D

    The Junos OS selects both routes.

Show answer and explanation

Correct answer: A

Explanation

Junos OS selects routes based on the route preference (also known as administrative distance). Static routes typically have a lower route preference than OSPF routes, meaning they are more preferred. Since the static route to 192.168.36.1/32 is shown with a preference of 5, it will be selected over the OSPF route for packet forwarding, assuming no other factors such as route filters or policies affect the routing decision.

Question 10 Single choice

Which protocol is responsible for learning an IPv4 neighbor's MAC address?

  1. A

    Neighbor Discovery Protocol (NDP)

  2. B

    Address Resolution Protocol (ARP)

  3. C

    Media Access Control Security (MACsec)

  4. D

    Network Address Translation (NAT)

Show answer and explanation

Correct answer: B

Explanation

The Address Resolution Protocol (ARP) is responsible for mapping an IPv4 address to a machine's MAC address. ARP operates at Layer 2 of the OSI model and is used to find the MAC address of a host given its IPv4 address. When a device wants to communicate with another device on the same local network, it uses ARP to discover the recipient's MAC address.
References:
Juniper official documentation: ARP.
Networking standards: RFC 826.