
Free JN0-105 Questions for Juniper JN0-105 Exam [Feb-2025]
Validate your JN0-105 Exam Preparation with JN0-105 Practice Test (Online & Offline)
Juniper JN0-105 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
NEW QUESTION # 25
Which statement is correct concerning exception traffic processing?
- A. Exception traffic is never forwarded.
- B. Exception traffic is discarded by the PFE.
- C. Exception traffic is rate-limited to protect the RE.
- D. Exception traffic is always dropped during congestion.
Answer: C
Explanation:
Exception traffic refers to packets that the Packet Forwarding Engine (PFE) cannot process normally and must be forwarded to the Routing Engine (RE) for further processing. This includes packets destined for the router itself or packets needing special handling that the PFE cannot provide. To protect the RE from being overwhelmed by such traffic, which could potentially impact the router's control plane functions, exception traffic is rate-limited. This means that there's a threshold to how much exception traffic can be sent to the RE, ensuring that the router's critical management and control functions remain stable and responsive even during high traffic volumes or attacks.
NEW QUESTION # 26
Exhibit
[edit]
user@routerl set interfaces ge-0/1/2 unit 0 family inet address 172.16.101.1/24 [edit] user@router# commit check configuration check succeeds
[edit]
user@router#
You need to configure interface ge-0/1/2 with an IP address of 172.16.100.1/24. You have accidentally entered
172.16.101.1/24 as shown in the exhibit.
Which command should you issue to solve the problem?
- A. (edit] user@router# rollback 1
- B. [edit] userOrouter# rollback 0
- C. [edit] user@routeri rollback rescue
- D. [edit] user@router# rollback 2
Answer: A
Explanation:
If you've committed a configuration and then need to revert to the previous configuration, therollback command is used. Since the incorrect IP address has not been committed, as indicated by thecommit check command being successful, issuingrollback 1will undo the changes made in the current session, which includes the accidental entry of the IP address.
NEW QUESTION # 27
Which two statements are correct about MAC addresses? (Choose two.)
- A. The MAC address identifies the physical hardware.
- B. Switches use the destination MAC address to identify the next-hop destination and to change the destination MAC address in the frame.
- C. Switches use the Address Resolution Protocol table to assign MAC addresses to network interface cards in the forwarding frame.
- D. The source and destination MAC addresses always remains static to the final destination.
Answer: A,B
Explanation:
MAC (Media Access Control) addresses are unique identifiers assigned to network interfaces for communications at the data link layer of a network segment. MAC addresses are used to identify the physical hardware on a network. In the context of Ethernet switches, the destination MAC address in incoming frames is used to determine the appropriate output port for forwarding the frame towards its final destination. The switch does not change the destination MAC address; it uses the MAC address to make forwarding decisions within the local network segment.
NEW QUESTION # 28
Which two statements are true about the Junos OS? (Choose two.)
- A. Exception traffic is sent to the control plane.
- B. Routing tables are stored in the control plane.
- C. Exception traffic is never sent to the control plane.
- D. Routing tables are stored in the forwarding plane.
Answer: A,B
Explanation:
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 informationbase 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.
NEW QUESTION # 29
By default, how does the PFE manage unicast traffic destined for an existing forwarding table entry?
- A. It sends the traffic through the f xpl interface to the RE.
- B. It sends the traffic through one port toward its destination.
- C. It sends all traffic to the control plane for further processing.
- D. It sends the traffic through multiple ports toward its destination.
Answer: B
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.
NEW QUESTION # 30
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 routing table stores all routes and prefixes from all protocols.
- D. The forwarding table is used by the RE to select the best route.
Answer: A,C
Explanation:
The routing table and forwarding table play distinct roles in a Junos OS device. The correct answers are A and D.
The routing table (A) is used by the Routing Engine (RE) to select the best route among all the learned routes, while the routing table (D) stores all routes and prefixes learned from all routing protocols. The forwarding table, in contrast, contains only the active routes chosen by the RE and is used by the Packet Forwarding Engine for actual packet forwarding.
NEW QUESTION # 31
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?
- A. The Junos device is rebooted.
- B. The factory default configuration is loaded.
- C. The interface changes you made are discarded.
- D. The messages.log file is deleted.
Answer: C
Explanation:
In Junos OS, issuing therollback 0command reverts the candidate configuration to the last committed configuration. If you have made changes to some interfaces but have not committed those changes, using rollback 0will discard these uncommitted changes, reverting to the state of the configuration at the time of the last commit. This command does not affect system files likemessages.log, reboot the device, or load the factory default configuration; it simply undoes uncommitted changes.
NEW QUESTION # 32
Which two statements are true about the Junos OS? (Choose two.)
- A. Exception traffic is sent to the control plane.
- B. Routing tables are stored in the control plane.
- C. Exception traffic is never sent to the control plane.
- D. Routing tables are stored in the forwarding plane.
Answer: A,B
Explanation:
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.
NEW QUESTION # 33
A network administrator is attempting to route traffic on a Juniper switch to one of three different VLANs:
Prod, Test, and Dev. Each VLAN has been assigned a numerical value.
In this scenario, what are these numerical values called?
- A. defaults
- B. interfaces
- C. tags
- D. names
Answer: C
Explanation:
In the context of VLANs (Virtual Local Area Networks) on a Juniper switch, the numerical values assigned to each VLAN, such as those for Prod, Test, and Dev, are known as VLAN tags. These tags are part of the
802.1Q VLAN standard, which allows multiple VLANs to coexist on a single physical network. Each tag uniquely identifies the VLAN to which a frame belongs, enabling the switch to segregate and manage traffic based on VLAN membership. This tagging mechanism allows for efficient traffic separation and management, ensuring that devices within one VLAN do not receive traffic intended for another, thus maintaining network security and efficiency.
NEW QUESTION # 34
How many rescue configuration files are supported on a Junos device?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: C
Explanation:
Junos OS supports only 1 rescue configuration file on a device. This rescue configuration is a safeguard feature that allows network administrators to revert to a known good configuration in case of a configuration error or issue, ensuring network stability.
NEW QUESTION # 35
You have logged on to a Junos device and are at the operational mode prompt.
Which two commands are used at this prompt? (Choose two.)
- A. set interface ge-0/0/0 unit 0 family inet
- B. request system shutdown
- C. show interface ge-0/0/0
- D. run show interface terse
Answer: C
Explanation:
At the operational mode prompt on a Junos device, you can use various commands to view the device's status and request system operations. The show interface ge-0/0/0 command is used to display information about a specific interface, while the request system shutdown command is used to properly shut down the device.
The set command is used in configuration mode, not operational mode, and the run command is used to execute operational mode commands from configuration mode.
NEW QUESTION # 36
Which protocol is responsible for learning an IPv4 neighbor's MAC address?
- A. Network Address Translation (NAT)
- B. Address Resolution Protocol (ARP)
- C. Neighbor Discovery Protocol (NDP)
- D. Media Access Control Security (MACsec)
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.
Reference:
Juniper official documentation: ARP.
Networking standards: RFC 826.
NEW QUESTION # 37
Exhibit
user@router> show route 192.168.36.1
inet.O: 5 destinations, 6 routes (5 active, 0 holddown, 0 hidden) + = Active Route, - = Last Active, * = Both
192.168.36.1/32 *[Static/5] 00:00:31
> to 10.1.1.2 via ge-0/0/10.0 [OSPF/IO] 00:02:21, metric 1 > to 10.1.1.2 via ge-0/0/10.0 Referring to the exhibit, which route(s) will be selected by Junos for packet forwarding?
- A. The OSPF route will be selected.
- B. The Junos OS randomly selects one route.
- C. The static route will be selected.
- D. The Junos OS selects both routes.
Answer: C
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.
NEW QUESTION # 38
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 any site as selected by Junos internally.
- C. Files are stored to the SCP site and the FTP site simultaneously.
- D. Files are stored to the SCP site but if the transfer fails, then to the FTP site.
Answer: C
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.
NEW QUESTION # 39
How many login classes are assignable to a user account?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: D
Explanation:
https://www.juniper.net/documentation/us/en/software/junos/user-access-evo/user-access/topics/topic-map/junos-os-login-class.html#:~:text=You%20can%20define%20any%20number,to%20an%20individual%20user%20account.
In Junos OS, each user account can be assigned only one login class. Login classes in Junos OS define the permissions for users, controlling what they can access and modify within the system. This setup helps in maintaining a clear and secure access control mechanism.
Reference:
Junos OS Documentation on User Accounts and Login Classes.
NEW QUESTION # 40
Which two components are included in a transport header? (Choose two.)
- A. destination MAC address
- B. source MAC address
- C. source port number
- D. destination port number
Answer: C,D
Explanation:
The transport layer in the OSI model is responsible for end-to-end communication and error recovery. In a transport header, such as TCP or UDP, the key components include the source port number and the destination port number. These port numbers are used to identify sending and receiving applications. The source port number indicates the port of the sending application, and the destination port number refers to the port of the receiving application. MAC addresses, on the other hand, are part of the data link layer (Layer 2) and would be included in an Ethernet header, not a transport header.
NEW QUESTION # 41
......
Check Real Juniper JN0-105 Exam Question for Free (2025): https://www.validbraindumps.com/JN0-105-exam-prep.html
Get all the Information About Juniper JN0-105 Exam 2025 Practice Test Questions: https://drive.google.com/open?id=1ZXcIT2XeM8-NVgTD3yeIQzhzWC2olmXg