ExamGecko

JN0-105: Junos, Associate (JNCIA-Junos)

Junos, Associate (JNCIA-Junos)
Vendor:

Juniper

Junos, Associate (JNCIA-Junos) Exam Questions: 100
Junos, Associate (JNCIA-Junos)   2.370 Learners
Take Practice Tests
Comming soon
PDF | VPLUS

Exam Number: JN0-105

Exam Name: Junos, Associate (JNCIA-Junos)

Length of test: 60 mins

Exam Format: Multiple-choice, Drag and Drop, and HOTSPOT questions.

Exam Language: English

Number of questions in the actual exam: 65 questions

Passing Score: 70%

Topics Covered:

  • Networking Fundamentals: Concepts and functionality of various fundamental elements of networking, such as collision domains, broadcast domains, routers, switches, Ethernet networks, Layer 2 and Layer 3 addressing, subnetting, and supernetting.

  • Junos OS Fundamentals: Core elements of the Junos OS, including software architecture, control and forwarding planes, routing engine, packet-forwarding engine, transit traffic processing, exception traffic, and user interfaces.

  • User Interfaces: Concepts, operation, and functionality of the Junos user interface, including CLI functionality, CLI modes, CLI navigation, CLI Help, filtering output, active vs. candidate configuration, and J-Web.

  • Configuration Basics: Main elements for configuring Junos devices, such as factory-default state, initial configuration, user accounts, login classes, user authentication methods, interface types and properties, configuration groups, and additional initial configuration elements.

  • Operational Monitoring and Maintenance: Methods of monitoring or maintaining Junos devices, including show commands, monitor commands, interface statistics and errors, network tools (ping, traceroute, telnet, SSH), Junos OS installation and upgrades, powering on and shutting down Junos devices, and root password recovery.

This study guide should help you understand what to expect on the JN0-105 exam and includes a summary of the topics the exam might cover and links to additional resources. The information and materials in this document should help you focus your studies as you prepare for the exam.

Related questions

After the factory default configuration is loaded, which configuration object must be created prior to the first commit?

A.
root authentication
A.
root authentication
Answers
B.
loopback IP address
B.
loopback IP address
Answers
C.
out-of-band connectivity
C.
out-of-band connectivity
Answers
D.
host name
D.
host name
Answers
Suggested answer: A

Explanation:

In Juniper Networks devices, when the factory default configuration is loaded, the first step before committing any configuration is to set up root authentication. This is crucial because it secures the device by ensuring that only authorized users have administrative access. Without setting up a root password, the device will not allow any commit operations, which is a safety measure to prevent unauthorized access. This requirement emphasizes the importance Juniper places on security right from the initial setup of the device.

asked 18/09/2024
Damien Fenderson
34 questions

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

A.
It responds to ping and traceroute commands.
A.
It responds to ping and traceroute commands.
Answers
B.
It maintains the routing tables.
B.
It maintains the routing tables.
Answers
C.
It does not process routing updates.
C.
It does not process routing updates.
Answers
D.
It processes the transit traffic.
D.
It processes the transit traffic.
Answers
Suggested answer: A, B

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).

asked 18/09/2024
Timo Fahlenbck
34 questions

What are two benefits when implementing class of service? (Choose two.)

A.
The network will be faster.
A.
The network will be faster.
Answers
B.
Traffic congestion can be managed.
B.
Traffic congestion can be managed.
Answers
C.
Traffic congestion will be eliminated.
C.
Traffic congestion will be eliminated.
Answers
D.
Latency-sensitive traffic can be prioritized
D.
Latency-sensitive traffic can be prioritized
Answers
Suggested answer: C, D

Explanation:

Implementing Class of Service (CoS) in a network provides numerous benefits, particularly in managing traffic based on its importance, source, or type. CoS enables network administrators to manage traffic congestion by applying various queuing techniques and policies to ensure that critical services remain unaffected during high congestion periods. Additionally, CoS allows for the prioritization of latency-sensitive traffic such as voice and video, ensuring that these services maintain quality despite varying network conditions.

asked 18/09/2024
S Tharakanparampil
36 questions

Which two statements about route preference in Junos are correct? (Choose two.)

A.
Both direct and static routes have the same preference.
A.
Both direct and static routes have the same preference.
Answers
B.
Both direct and local routes have the same preference.
B.
Both direct and local routes have the same preference.
Answers
C.
Both OSPF internal and OSPF AS external routes have the same preference.
C.
Both OSPF internal and OSPF AS external routes have the same preference.
Answers
D.
Both EBGP and IBGP routes have the same preference.
D.
Both EBGP and IBGP routes have the same preference.
Answers
Suggested answer: B, C

Explanation:

In Junos OS, route preference (also known as administrative distance) is used to determine the preferred route among multiple routes to the same destination learned via different routing protocols. Direct and local routes, which represent directly connected networks and interfaces, typically share the same low preference value, indicating high trustworthiness because they are directly connected to the router. OSPF internal routes (routes within the same OSPF area) and OSPF AS external routes (routes that are external to the OSPF autonomous system but redistributed into OSPF) also share the same preference value, although this value is higher (indicating less trust) than for direct and local routes. This distinction helps the routing engine decide which routes to use when multiple paths are available.

asked 18/09/2024
thanh nguyen
42 questions

Which two statements are true about the candidate configuration? (Choose two.)

A.
Candidate configuration changes are automatically applied.
A.
Candidate configuration changes are automatically applied.
Answers
B.
You can deploy multiple changes at the same time.
B.
You can deploy multiple changes at the same time.
Answers
C.
Multiple users cannot modify the same candidate configuration.
C.
Multiple users cannot modify the same candidate configuration.
Answers
D.
You can discard changes before committing them.
D.
You can discard changes before committing them.
Answers
Suggested answer: B, D

Explanation:

The candidate configuration in Junos OS is a temporary configuration that allows network administrators to make and stage multiple configuration changes before applying them to the device. This approach enables the deployment of multiple changes in a single operation, ensuring that all configurations work together as intended before making them active. Additionally, the candidate configuration can be discarded if the administrator decides not to apply the staged changes, allowing for a 'trial and error' approach without affecting the currently active configuration. This feature provides flexibility and reduces the risk of disruptive changes to the network.

asked 18/09/2024
Eric Swisher
38 questions

Which two functions are performed by the PFE? (Choose two.)

A.
It implements firewall filters.
A.
It implements firewall filters.
Answers
B.
It selects active routes.
B.
It selects active routes.
Answers
C.
It forwards transit traffic.
C.
It forwards transit traffic.
Answers
D.
It maintains the routing table.
D.
It maintains the routing table.
Answers
Suggested answer: A, C

Explanation:

The Packet Forwarding Engine (PFE) in Junos OS performs several key functions, including implementing firewall filters (A) and forwarding transit traffic (C). The PFE applies firewall filter rules to incoming and outgoing traffic and is responsible for the high-speed forwarding of packets based on the information in the forwarding table.

asked 18/09/2024
Mike Schatens
31 questions

What are two physical interface properties? (Choose two.)

A.
MAC address
A.
MAC address
Answers
B.
IP address
B.
IP address
Answers
C.
routing protocols
C.
routing protocols
Answers
D.
MTU
D.
MTU
Answers
Suggested answer: A, D

Explanation:

Two physical interface properties in Junos OS include the MAC address (A) and the Maximum Transmission Unit (MTU) size (D). The MAC address is a hardware identifier for the network interface, while the MTU size determines the largest packet size that the interface can transmit without needing to fragment the packet.

asked 18/09/2024
shaoyu huang
28 questions

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

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member

Click the Exhibit button.

How is traffic, sourced from 10.0.0.0/8, treated by the firewall filter shown in the exhibit?

A.
logged and discarded
A.
logged and discarded
Answers
B.
logged and rejected
B.
logged and rejected
Answers
C.
logged with no further action
C.
logged with no further action
Answers
D.
logged and accepted
D.
logged and accepted
Answers
Suggested answer: D

Explanation:

The firewall filter configuration in the exhibit specifies a filter with two terms. Term 1 matches traffic from the source address 10.0.0.0/8 and has two actions: 'log' and 'next term'. The 'log' action will record the match to a log file, and 'next term' indicates that the firewall should evaluate the next term after logging. There is no explicit action such as 'accept' or 'reject' in term 1, so by default, the traffic will be accepted unless subsequently rejected by another term.

Term 2 has the action 'reject', which discards packets that reach this term. Since there is no 'from' condition in term 2, it acts as a default rule for all traffic not matched by term 1.

Because the traffic sourced from 10.0.0.0/8 matches term 1 and there is no reject action in that term, it will be logged and then accepted by the firewall filter. There is no subsequent term that rejects this specific traffic, so the action from term 2 does not apply to it.

asked 18/09/2024
Sascha Mintenbeck
31 questions

What is the maximum number of rollback configuration files that the Junos OS will store?

Become a Premium Member for full access
Unlock Premium Member  Unlock Premium Member