시험덤프
매달, 우리는 1000명 이상의 사람들이 시험 준비를 잘하고 시험을 잘 통과할 수 있도록 도와줍니다.
  / JN0-105 덤프  / JN0-105 문제 연습

Juniper JN0-105 시험

Junos, Associate (JNCIA-Junos) 온라인 연습

최종 업데이트 시간: 2026년02월14일

당신은 온라인 연습 문제를 통해 Juniper JN0-105 시험지식에 대해 자신이 어떻게 알고 있는지 파악한 후 시험 참가 신청 여부를 결정할 수 있다.

시험을 100% 합격하고 시험 준비 시간을 35% 절약하기를 바라며 JN0-105 덤프 (최신 실제 시험 문제)를 사용 선택하여 현재 최신 65개의 시험 문제와 답을 포함하십시오.

 / 4

Question No : 1


By default, how does the PFE manage unicast traffic destined for an existing forwarding table entry?

정답:
Explanation:
In a Juniper Networks device, the Packet Forwarding Engine (PFE) processes unicast traffic by forwarding it according to the existing entries in the forwarding table. When the PFE encounters unicast traffic destined for an address that has a corresponding entry in the forwarding table, it directs the traffic through a specific outgoing interface or port toward its destination. This process is based on the most efficient path determined by the routing protocols in use, ensuring that the packet reaches its intended destination through a singular path, unless specific configurations such as load balancing are in place.

Question No : 2


You want to redeploy a Junos device by clearing the existing configuration and resetting it to factory defaults.
In this scenario, which command would help to accomplish this task?

정답:
Explanation:
The request system zeroize media command on a Junos device securely erases all data, including configuration and log files, and resets the device to its factory default settings. This command is used when redeploying a device to ensure no residual data remains from its previous deployment. It's a comprehensive and secure way to clear all configurations and data, making the device as if it were new. The other commands listed do not perform a full reset to factory defaults; for example, show system storage displays storage information, and request system storage cleanup offers to delete unnecessary files without resetting the device to factory settings.

Question No : 3


You have configured some interfaces on a Junos device; however, you have not yet committed the configuration.
What happens if you issue the rollback 0 command in this scenario?

정답:
Explanation:
Issuing the rollback 0 command in Junos OS will discard any uncommitted changes and revert to the last committed configuration. This command effectively cancels any configuration changes that have been made but not yet committed, ensuring that the device returns to its previous stable state.
Reference: "rollback 0 ...................................(rolls back the changes just made )" from Useful Juniper Commands.txt​.
Juniper official documentation: Rolling Back a Configuration.

Question No : 4


Which two statements about firewall filters are correct? (Choose two.)

정답:
Explanation:
Firewall filters in Junos OS are stateless, meaning they process each packet individually without regard to the state of a connection or sequence of packets. These filters can match various packet attributes, including those at Layer 4, such as TCP and UDP port numbers. This allows for granular control over traffic based on the type of service or application. Unlike stateless filters, stateful firewalls keep track of the state of active connections and make decisions based on the context of the traffic flow, which is not a capability of Junos firewall filters. Additionally, Junos firewall filters primarily operate up to Layer 4 and do not natively inspect Layer 7 parameters, which involve application-level data.

Question No : 5


You are configuring a firewall filter on a Juniper device.
In this scenario, what are two valid terminating actions? (Choose two.)

정답:
Explanation:
In Juniper firewall filter configurations, "discard" and "accept" are two valid terminating actions for a term within a filter. The "discard" action drops the packet, preventing it from reaching its intended destination, while the "accept" action allows the packet to pass through the filter, proceeding to its next hop or destination. "Count" is a non-terminating action that increments a counter every time a packet matches the term but does not inherently determine the packet's fate. "Next term" directs the evaluation to proceed to the next term in the filter for further processing, also a non-terminating action.

Question No : 6


Which command displays all IPv6 routes in the default routing instance?

정답:
Explanation:
The show route table inet6.0 command displays all IPv6 routes in the default routing instance. In Junos OS, the routing table for IPv6 addresses is referred to as inet6.0, whereas inet.0 is used for IPv4 unicast routes. The other options do not correspond to the correct IPv6 routing table.
Reference: Juniper official documentation: Junos OS Routing Tables Overview.

Question No : 7


What is the protocol data unit (PDU) of the Data Link Layer?

정답:
Explanation:
In the OSI model, the Data Link Layer is responsible for node-to-node delivery of data. It frames the packets received from the Network Layer and prepares them for physical transmission. The Protocol Data Unit (PDU) for the Data Link Layer is called a "frame." Frames encapsulate the network layer packets, adding a header and a trailer that include the hardware addresses of the source and destination, among other things, facilitating the data link layer services like frame synchronization, flow control, and error checking.

Question No : 8


25.11.0/24;
}
protocol icmp;
}
then {
count count-icmp; discard;
}
}
Referring to the exhibit, which two actions will occur when a packet matches the firewall filter? (Choose two.)

정답:
Explanation:
Referring to the firewall filter configuration in the exhibit, when a packet matches the specified term limit-icmp, two actions are defined in the then statement: count count-icmp and discard. The count count-icmp action means that each time a packet matches this term, a counter named count-icmp will be incremented, providing a tally of how many packets have matched the term. The discard action means that the packet will be dropped and not forwarded through the device. This effectively prevents the packet from reaching its intended destination. There is no action specified that would cause an ICMP destination unreachable message to be returned, nor is there any action that would allow the packet to be forwarded.

Question No : 9


What are two advantages of using the Junos OS? (Choose two.)

정답:
Explanation:
One of the key advantages of Junos OS is its ability to roll back to previous configurations. This feature allows administrators to revert to an earlier configuration state, which is invaluable for quickly recovering from configuration errors or undesired changes. Junos OS maintains an archive of previous configurations, enabling easy rollback to any saved state. Another significant advantage of Junos OS is its modular design. The operating system is structured so that different processes and services run in separate protected memory spaces, enhancing the stability and reliability of the system. If one process fails, it does not affect the others, thereby minimizing the risk of system-wide failures.

Question No : 10


Which two fields are you required to enter when you create a new user account? (Choose two.)

정답:
Explanation:
In Junos OS, when creating a new user account, the minimum required fields are the username and the login class. The username is the identifier for the account, while the login class specifies the level of access or permissions the user has on the device. Login classes allow for the differentiation between various roles, such as read-only access or full administrative rights. Other information, such as full name or user ID, is optional and not strictly necessary for the creation of a functional user account.

Question No : 11


Which two external authentication methods does Junos support for administrative access? (Choose two.)

정답:
Explanation:
Junos OS supports several external authentication methods for administrative access, with TACACS+ (Terminal Access Controller Access-Control System Plus) and RADIUS (Remote Authentication Dial-In User Service) being among the most commonly used. Both TACACS+ and RADIUS are protocols that allow network devices to communicate with a central authentication server, enabling centralized control over user authentication and authorization. This centralization simplifies the management of user credentials and access policies, especially in larger networks with multiple devices.

Question No : 12


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

정답:
Explanation:
Class of Service (CoS) in Junos OS provides tools for managing traffic congestion and ensuring that latency-sensitive traffic is given priority over less time-critical data. By implementing CoS, network administrators can classify traffic into different priority levels, apply scheduling policies to ensure that high-priority traffic is transmitted first, and use congestion management techniques such as queue buffers and drop profiles. This helps in maintaining the quality of service for critical applications, especially during periods of high network congestion. However, CoS does not eliminate congestion entirely nor does it inherently make the network faster; it provides a mechanism for better managing and controlling traffic flows according to their importance and time sensitivity.

Question No : 13


You want to find out the chassis serial number of a Junos device.
Which command would display this information?

정답:
Explanation:
The show chassis hardware command in Junos OS displays detailed information about the hardware installed in the device, including the chassis itself. This command provides a list of all hardware components, their serial numbers, part numbers, and version information. When looking for the chassis serial number specifically, this command is the most direct and comprehensive way to retrieve that information, as it includes the serial number of the chassis among the details provided.

Question No : 14


Exhibit
[edit system archival] user@router# show configuration {
transfer-on-commit; archive-sites {
"scp://[email protected] : /archive" password ## SECRET-DATA
"ftp://[email protected]:/archive" password "$9..."; ## SECRET-DATA.
Referring to the exhibit, where are the configuration backup files stored?
A. Files are stored to the SCP site and the FTP site in a round-robin manner.
B. Files are stored to the SCP site and the FTP site simultaneously.
C. Files are stored to any site as selected by Junos internally.
D. Files are stored to the SCP site but if the transfer fails, then to the FTP site.

정답: B
Explanation:
In Junos OS, the archival configuration under [edit system] allows for the automatic backup of configuration files to designated locations upon commit. When multiple archive-sites are specified, as shown in the exhibit with both SCP and FTP sites listed, the device does not choose between them or use them in a round-robin manner. Instead, it attempts to transfer the configuration backup files to all specified sites simultaneously upon each commit. This ensures redundancy and increases the likelihood that a backup will be successfully stored even if one of the transfer methods or destinations fails.

Question No : 15


Exhibit
user@router> show route 192.168.100.2
inet.O: 15 destinations, 17 routes (15 active, 0 holddown, 0 hidden) Limit/Threshold:
1048576/1048576 destinations
+ = Active Route, - = Last Active, * = Both 192.168.100.2/32 *[OSPF/IO] 00:14:29, metric 1
> to 172.16.1.6 via ge-0/0/1.0 [BGP/170] 00:06:49, localpref 100
AS path: 65102 I, validation-state: unverified > to 172.16.1.6 via ge-0/0/1.0
Referring to the exhibit, which statement is correct?

정답:
Explanation:
Referring to the exhibit, the presence of the "+" symbol next to the OSPF route for 192.168.100.2/32 indicates that this is the active route being used to forward traffic. The BGP route, although present, does not have the "+" symbol, indicating it is not the active route. In Junos OS, the routing table displays the active route with a "+" symbol, and the fact that the OSPF route has this symbol means it is the preferred path based on the routing protocol's decision process, which takes into account factors such as route preference (administrative distance) and metrics.

 / 4