- 4.9/5.0
- 100 Questions
- Updated on: 7-Apr-2026
- Junos - Associate (JNCIA-Junos)
- 1100+ Prepared
- Valid Worldwide
Free JN0-105 Practice Test Questions | Know You're Ready for Junos - Associate (JNCIA-Junos)
Which service does RADIUS provide?
A. routing
B. authentication
C. DNS resolution
D. time synchronization
Explanation:
RADIUS (Remote Authentication Dial-In User Service) is a networking protocol that provides centralized Authentication, Authorization, and Accounting (AAA) management for users who connect and use a network service.
Authentication: This is its primary service. It verifies the identity of a user attempting to access the network, typically by checking a username and password against a central database.
Authorization: After authenticating a user, it determines what network resources and level of access that user is permitted to use.
Accounting: It tracks the usage of network resources by the user, such as session time and data volume, for billing or auditing purposes.
In the context of a Junos device, RADIUS is commonly configured as an external server to authenticate administrators logging in via SSH or Telnet, providing a more secure and centralized alternative to local user accounts.
Analysis of Incorrect Options
A. routing
Incorrect. Routing is the process of determining the path for network traffic. Protocols like OSPF, BGP, and RIP handle routing. RADIUS operates at the application layer for management access and has no role in packet forwarding.
C. DNS resolution
Incorrect. DNS (Domain Name System) is the service that translates human-readable domain names (like www.juniper.net) into IP addresses. This is a completely separate function from user authentication.
D. time synchronization
Incorrect. Time synchronization is the function of the NTP (Network Time Protocol). RADIUS does not provide or manage time services.
Reference:
The use of RADIUS for user authentication is a standard security practice in network administration and is covered in the JNCIA-Junos curriculum under "System Services" or "User Authentication". Configuring RADIUS involves specifying the server details under the [edit system] hierarchy in Junos, demonstrating its role as a centralized authentication service for device management.
You have just increased the MTU size of interface ge-0/0/0 and committed the configuration. Which command would help you identify the applied MTU change?
A. monitor interface ge-0/0/0
B. monitor traffic interface ge-0/0/0
C. show interfaces ge-0/0/0 terse
D. show interfaces ge-0/0/0
Explanation:
The show interfaces command (without any terse or extensive modifiers) is the primary tool for displaying the detailed status and configuration of a specific interface. When you run show interfaces ge-0/0/0, the output includes a dedicated line that explicitly shows the configured MTU.
You will see an output section that looks similar to this:
text
Physical interface: ge-0/0/0, Enabled, Physical link is Up
Interface index: 148, SNMP ifIndex: 526
Link-level type: Ethernet, MTU: 1514, Speed: 1000mbps, ...(output truncated)...
The MTU: 1514 field in this output directly confirms the currently applied MTU size for the interface.
This is the most straightforward and definitive way to verify the configuration change.
Analysis of Incorrect Options
A. monitor interface ge-0/0/0
Incorrect. The monitor interface command launches a real-time traffic monitoring tool that shows packet and byte counters, errors, and packet rates. It is used for observing traffic flow, not for displaying static interface configuration parameters like MTU.
B. monitor traffic interface ge-0/0/0
Incorrect. This command is used to capture live packet headers on the specified interface. It is a troubleshooting tool for analyzing the contents of packets, not for viewing interface configuration settings.
C. show interfaces ge-0/0/0 terse
Incorrect. The terse modifier provides a condensed, summarized overview of all interfaces or a specific one. While it shows the interface's administrative and operational status along with IP addresses, it omits detailed configuration parameters like the MTU.
Reference:
This is a fundamental operational task covered in the JNCIA-Junos curriculum under "Monitoring Interfaces". The show interfaces command is the standard method for verifying the operational state and configuration of any interface. Understanding the different output formats of the show interfaces command (terse, detail, extensive) and knowing which one provides the required information is a key skill for the exam and real-world network management.
You received a new Junos device and are configuring the system-related settings. You must configure this device for the current date and time on the US West coast. You have set the time zone to America/Los_Angeies. however the time and date did not change. In this scenario, which two additional actions would satisfy this requirement? (Choose two.)
A. Set the date and time setting manually.
B. Configure an NTP server.
C. Configure a DNS server.
D. Reboot the device.
B. Configure an NTP server.
Explanation:
Configuring the time zone alone only tells the device how to offset the system clock from Universal Coordinated Time (UTC). It does not actually set the system clock itself.
A. Set the date and time setting manually.
This is a direct and immediate solution. From operational mode, you can use the set date command (e.g., set date YYYYMMDDHHMM.SS) to manually configure the correct local time. The device will then use the configured America/Los_Angeles timezone to calculate and display the time correctly.
B. Configure an NTP server.
This is the preferred and most accurate method for production environments. By configuring NTP under [edit system ntp] and committing, the device will automatically synchronize its clock with a reliable time server. Once synchronized, it will apply the America/Los_Angeles timezone offset to display the correct local time. This ensures long-term accuracy without manual intervention.
Both of these actions provide the necessary step of actually setting the system clock, which is what was missing after only configuring the timezone.
Analysis of Incorrect Options
C. Configure a DNS server.
Incorrect. DNS is used for domain name resolution (translating hostnames to IP addresses). It has no functional relationship with time synchronization or setting the system clock.
D. Reboot the device.
Incorrect. Rebooting the device will not magically set the correct time. The device will likely just restart with the same incorrect hardware clock time it had before. A reboot is not a step in the time configuration process.
Reference:
This process is covered in the JNCIA-Junos curriculum under "Initial System Configuration" or "System Management." The official Junos documentation clearly outlines that setting the timezone and setting the clock are two distinct configuration tasks. The set date command is for immediate manual correction, while NTP configuration is for automated, sustained timekeeping, which is a critical best practice for logging, security, and troubleshooting.
When considering routing tables and forwarding tables, which two statements are correct? (Choose two.)
A. The routing table is used by the RE to select the best route.
B. The forwarding table stores all routes and prefixes from all protocols.
C. The forwarding table is used by the RE to select the best route.
D. The routing table stores all routes and prefixes from all protocols.
D. The routing table stores all routes and prefixes from all protocols.
Explanation:
This question tests the fundamental distinction between the control plane (Routing Engine) and the forwarding plane (Packet Forwarding Engine) in Junos architecture.
A. The routing table is used by the RE to select the best route.
Correct. The Routing Engine (RE) is the control plane. It runs the routing protocols (OSPF, BGP, etc.). The primary function of the routing protocol process (rpd) on the RE is to take all learned routes (from all protocols and sources), run a route selection algorithm, and choose the single best route for each prefix. This collection of best routes is stored in the main routing table.
D. The routing table stores all routes and prefixes from all protocols.
Correct.The routing table, or Routing Information Base (RIB), is the master database on the RE. It contains all routes learned from all sources—directly connected, static, OSPF, BGP, etc. For each prefix, it shows every possible path and then marks the best one as active. You can view this with the show route command.
Analysis of Incorrect Options
B. The forwarding table stores all routes and prefixes from all protocols.
Incorrect. This is the role of the routing table (RIB) on the RE. The forwarding table, or Forwarding Information Base (FIB), is a streamlined, optimized version that resides on the PFE. It contains only the active routes from the RIB, along with the specific next-hop information needed for high-speed packet forwarding. It does not store all possible paths, only the best one.
C. The forwarding table is used by the RE to select the best route.
Incorrect. This statement reverses the entire process. The RE uses the routing table (RIB) to select the best route. After the best route is selected in the RIB, that information is downloaded from the RE to the PFE to populate the forwarding table (FIB). The RE does not use the FIB for route selection; it creates it.
Reference
This is a core architectural concept in Junos OS and is a key topic in the JNCIA-Junos certification, covered under "Junos OS Architecture" or "Routing Tables." Understanding the separation between the RIB (control plane, all routes, best path selection) and the FIB (forwarding plane, active routes only, high-speed lookups) is fundamental to understanding how Juniper devices operate and how to troubleshoot routing issues.
Which Junos feature limits the amount of exception traffic that is sent from the PFE to the RE?
A. scheduler
B. policer
C. CoS markings
D. routing policy
Which type of device uses the destination IP address to forward packets?
A. Layer 3 router
B. Layer 2 switch
C. repeater
D. hub
You issue the monitor traffic interface ge-0/0/0 command.
What will this command accomplish?
A. It displays real-time statistics for interface ge-0/0/0.
B. It displays an operational summary of ge-0/0/0.
C. It displays the MTU and MAC address for ge-0/0/0.
D. It displays a packet capture on interface ge-0/0/0.
Which two statements are correct about firewall filters? (Choose two.)
A. "Discard" is the default action of packets that are not explicitly allowed.
B. There can be only one firewall filter.
C. "Accept" is the default action of packets that are not explicitly allowed.
D. There can be multiple firewall filters.
D. There can be multiple firewall filters.
| Page 3 out of 13 Pages |