Free Juniper JN0-105 Exam Actual Questions

The questions for JN0-105 were last updated On Apr 29, 2024

Question No. 1

Which two statements are true about the Junos OS? (Choose two.)

Show Answer Hide Answer
Correct Answer: A, C

In Junos OS, as with many network operating systems, the control plane is responsible for processes that determine how to route traffic. This includes maintaining routing tables, which store information about network paths and protocols. Therefore, routing tables are indeed stored in the control plane.

Exception traffic refers to packets that cannot be processed by the normal fast-path processing of the Packet Forwarding Engine (PFE) in the forwarding plane, and thus are sent to the control plane for further processing. This might include packets destined for the router itself, packets that need to be fragmented, or packets that match certain firewall filter criteria, among other reasons.

Routing tables are not stored in the forwarding plane. However, the forwarding plane contains the forwarding table (sometimes referred to as the forwarding information base or FIB), which is a distilled version of the routing table optimized for fast packet forwarding. The forwarding plane uses this information to perform the actual transfer of packets across the network device interfaces.


Question No. 2

What are two functions of the Routing Engine? (Choose two.)

Show Answer Hide Answer
Correct Answer: A, B

The Routing Engine (RE) in Junos OS has several critical functions, including processing all management traffic (A) and running the Junos operating system (B). The RE handles system management tasks, user interfaces, system services, and routing protocol processes. It does not directly process transit traffic or evaluate firewall filters for transit traffic, as these tasks are handled by the Packet Forwarding Engine (PFE).


Question No. 3

You are asked to convert the number 7 from decimal to binary.

Which number is correct in this scenario?

Show Answer Hide Answer
Correct Answer: C

To convert the decimal number 7 to binary, the correct representation is 00000111 (C). In binary, 7 is represented as 1+2+4 (2^0 + 2^1 + 2^2), which corresponds to the last three digits being 1 in the binary format, with leading zeros added for clarity.


Question No. 4

Which statement is correct when multiple users are configuring a Junos device using the configure private command?

Show Answer Hide Answer
Correct Answer: C

When multiple users are configuring a Junos device using the 'configure private' command, each user gets their own candidate configuration (C). This allows for isolated configuration sessions, where changes made by one user do not impact or interfere with the changes made by another user in their private session.


Question No. 5

You are logged in to a Junos OS device with SSH and issued the show protocols | compare command in the configuration, but no output is shown.

Which statement is correct in this scenario?

Show Answer Hide Answer
Correct Answer: B

If issuing the 'show | compare' command in configuration mode yields no output, it indicates that there are no changes to the candidate configuration (B). This command is used to compare the current candidate configuration with the active configuration, and a lack of output suggests that the candidate configuration matches the active one, meaning no changes have been made or the changes have already been committed.