
Free Dec-2024 JN0-105 Certification Sample Questions certification Exam
Certification Topics of JN0-105 Exam PDF Recently Updated Questions
NEW QUESTION # 23
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 routing table stores all routes and prefixes from all protocols.
- C. The forwarding 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,B
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 # 24
How many login classes are assignable to a user account?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: A
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 # 25
Which protocol would you configure to synchronize the time and date on a Junos device?
- A. SNMP
- B. RIP
- C. NMP
- D. NTP
Answer: D
Explanation:
The Network Time Protocol (NTP) is designed to synchronize the clocks of computers over a network. Configuring NTP on a Junos device ensures that its clock is set accurately, which is crucial for logging, troubleshooting, and maintaining the integrity of time-sensitive operations and security protocols. NTP allows devices to use a hierarchy of time sources, from primary servers synchronized to a reference clock (such as an atomic clock or GPS time) to secondary servers that distribute the time to other devices on the network.
NEW QUESTION # 26
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 # 27
Which two statements about route preference in Junos are correct? (Choose two.)
- A. Both direct and local routes have the same preference.
- B. Both OSPF internal and OSPF AS external routes have the same preference.
- C. Both EBGP and IBGP routes have the same preference.
- D. Both direct and static routes have the same preference.
Answer: A,B
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.
NEW QUESTION # 28
Which two fields are you required to enter when you create a new user account? (Choose two.)
- A. username
- B. login class
- C. user ID
- D. full name
Answer: A,B
Explanation:
In Junos OS, when creating a new user account, the minimum required fields are theusernameand thelogin 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.
NEW QUESTION # 29
Which process in the Junos OS is responsible for device management tasks including the CLI and commit operations?
- A. mgd
- B. chassisd
- C. dcd
- D. rpd
Answer: A
Explanation:
In Junos OS, the management daemon (mgd) is responsible for handling all the device management tasks, including processing CLI commands and handling commit operations. The mgd daemon interacts with the Junos OS configuration database and provides the necessary logic to ensure that configuration changes are syntactically correct and do not conflict with each other. When a user commits a configuration, mgd validates the changes, applies them to the running configuration, and ensures that the necessary daemons are notified of the changes to apply them accordingly.
NEW QUESTION # 30
What are two benefits when implementing class of service? (Choose two.)
- A. The network will be faster.
- B. Traffic congestion will be eliminated.
- C. Latency-sensitive traffic can be prioritized.
- D. Traffic congestion can be managed.
Answer: D
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.
NEW QUESTION # 31
Which two statements about firewall filters are correct? (Choose two.)
- A. Firewall filters are stateful.
- B. Firewall filters are stateless.
- C. Firewall filters can match Layer 7 parameters.
- D. Firewall filters can match Layer 4 parameters.
Answer: B,D
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, Junosfirewall filters primarily operate up to Layer 4 and do not natively inspect Layer 7 parameters, which involve application-level data.
NEW QUESTION # 32
Which two components are included in a transport header? (Choose two.)
- A. destination port number
- B. destination MAC address
- C. source MAC address
- D. source port number
Answer: A,D
NEW QUESTION # 33
What are two examples of exception traffic? (Choose two.)
- A. routing updates
- B. ping to the local device
- C. log messages
- D. transit packets
Answer: A,C
Explanation:
Exception traffic includes traffic that is not simply forwarded by the router but requires special handling, such as routing updates (B) and log messages (C). These types of traffic are processed by the router's control plane rather than just being forwarded through the data plane.
NEW QUESTION # 34
Which two statements are correct about firewall filters? (Choose two.)
- A. There can be multiple firewall filters.
- B. There can be only one firewall filter.
- C. "Discard" is the default action of packets that are not explicitly allowed.
- D. "Accept" is the default action of packets that are not explicitly allowed.
Answer: A,C
Explanation:
In Juniper Networks devices, firewall filters are used to control packet flow through the device. The default action for packets that do not match any of the specified criteria in the firewall filter is to discard them, enhancing network security by ensuring that only explicitly allowed traffic can pass through. Furthermore, it is possible to configure multiple firewall filters on a device, allowing for granular control over traffic based on various criteria such as source, destination, and protocol type.
NEW QUESTION # 35
Which command modifier would you use to see all possible completions for a specific command?
- A. |
- B. ?
- C. extensive
- D. detail
Answer: B
Explanation:
In Junos OS, the ? command modifier is used to display all possible completions for a specific command. This helps users understand the available options and syntax for a command they are trying to use.
Reference:
"Use the ? command modifier to display all possible completions for a specific command."
NEW QUESTION # 36
What are two attributes of the UDP protocol? (Choose two.)
- A. UDP is connectionless.
- B. UDP is always slower than TCP.
- C. UDP is best effort.
- D. UDP is more reliable than TCP.
Answer: A,C
Explanation:
UDP (User Datagram Protocol) is known for being connectionless (D) and providing best-effort delivery without the reliability mechanisms present in TCP (C). This means that UDP does notestablish a connection before sending data and does not guarantee delivery, order, or error checking, making it faster but less reliable than TCP.
NEW QUESTION # 37
Your network infrastructure transports data, voice, and video traffic. Users are complaining that voice and video calls are not performing to their expectations.
In this scenario, which technology would you implement to improve voice and video performance on your network?
- A. IPv6
- B. STP
- C. NAT
- D. CoS
Answer: D
Explanation:
In a network that carries diverse types of traffic like data, voice, and video, ensuring the performance of latency-sensitive applications such as voice and video calls is crucial. Class of Service (CoS) is a technology designed to prioritize network traffic, ensuring that critical applications like voice and video receive the necessary bandwidth and minimal latency. CoS mechanisms can include traffic classification, traffic policing, queue management, and scheduling. By implementing CoS, network administrators can assign higher priority to voice and video traffic, thus improving their performance across the network and addressing the users' complaints about call quality.
NEW QUESTION # 38
What are two functions of the routing protocol daemon (rpd)? (Choose two.)
- A. It maintains routing tables.
- B. It provides access to the CLI.
- C. It generates chassis alarms.
- D. It creates forwarding tables.
Answer: A,D
Explanation:
The Routing Protocol Daemon (rpd) is a critical component in Juniper Networks devices, responsible for all routing operations. It maintains routing tables, which hold information about network paths and destinations derived from various routing protocols. These tables are used to make decisions about where to send packets.
Additionally, rpd generates forwarding tables based on the information in the routing tables. The forwarding tables are then used by the Packet Forwarding Engine (PFE) to actually forward packets to their next hop or final destination.
NEW QUESTION # 39
What is the maximum number of rollback configuration files that the Junos OS will store?
- A. 0
- B. 1
- C. 2
- D. 3
Answer: B
Explanation:
Junos OS can store up to 50 rollback configuration files, making B the correct answer. These rollback files allow administrators to revert to previous configurations, providing a safety net that facilitates recovery from configuration errors or undesired changes
NEW QUESTION # 40
Exhibit
{hold:node0}[edit]
root# set system root-authentication ?
Possible completions:
+ apply-groups Groups from which to inherit configuration data
+ apply-groups-except Don't inherit configuration data from these groups
encrypted-password Encrypted password string
load-key-file File (URL) containing one or more ssh keys
plain-text-password Prompt for plain text password (autoencrypted)
> ssh-dsa Secure shell (ssh) DSA public key string
> ssh-rsa Secure shell (ssh) RSA public key string
{hold:node0}[edit]
root# set system root-authentication plain-text-password
New password:
Retype new password:
{hold:node0}[edit]
root# commit and-quit
[edit interfaces]
'ge-0/0/0'
HA management port cannot be configured
error: configuration check-out failed
{hold:node0}[edit]
root#
You are unable to remotely access your Juniper device using the CLI.
Referring to the exhibit, which command would you add to the existing configuration to enable remote CLI access?
- A. load factory-default
- B. set system services ssh
- C. set system root-authentication plain-text-password
- D. set system login idle-timeout 20
Answer: B
Explanation:
In Junos OS, remote access to the device's CLI is commonly facilitated through Secure Shell (SSH), a protocol providing secure command-line access over an insecure network. The given exhibit indicates an attempt to set a root authentication password but does not show configuration for enabling remote access services. To enable SSH, which is not shown in the configuration snippet, you need to configure the device to accept SSH connections. This is done by enabling the SSH service within the system services hierarchy of the configuration. The correct command to add to the existing configuration for enabling remote CLI access via SSH is set system services ssh. This command activates the SSH service, allowing secure remote logins to the device.
NEW QUESTION # 41
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 # 42
Which two statements are correct regarding Layer 2 network switches? (Choose two.)
- A. Switches flood broadcast traffic.
- B. Switches are susceptible to traffic loops.
- C. Switches create a single collision domain.
- D. Switches do not learn MAC addresses.
Answer: A,B
Explanation:
Layer 2 network switches are crucial components in local area networks (LANs), providing multiple functions for data packet forwarding and network segmentation. One inherent characteristic of switches is their susceptibility to traffic loops, especially in networks with redundant paths. Without proper loop prevention protocols like Spanning Tree Protocol (STP), loops can cause broadcast storms and network instability.
Additionally, switches inherently flood broadcast traffic to all ports within the broadcast domain, except the port on which the broadcast was received. This is because broadcast frames are meant to be delivered to all devices within the VLAN, and the switch ensures this by flooding these frames to all ports in the VLAN, except the source port.
NEW QUESTION # 43
Which statement is correct when multiple users are configuring a Junos device using the configure private command?
- A. A commit will not succeed until there is only a single user in configuration mode.
- B. Each user shares the same candidate configuration.
- C. A commit by any user will commit changes made by all active users.
- D. Each user gets their own candidate configuration.
Answer: D
Explanation:
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.
NEW QUESTION # 44
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?
- A. request systemstorage cleanup dry-run
- B. request systemzeroize media
- C. request systemstorage cleanup
- D. show system storage
Answer: B
Explanation:
Therequest system zeroize mediacommand 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 storagedisplays storage information, andrequest system storage cleanupoffers to delete unnecessary files without resetting the device to factory settings.
NEW QUESTION # 45
Which Junos feature limits the amount of exception traffic that is sent from the PFE to the RE?
- A. policer
- B. CoS markings
- C. scheduler
- D. routing policy
Answer: A
Explanation:
In Junos OS, a policer is a feature used to limit the rate of traffic flow in the network, including exception traffic sent from the Packet Forwarding Engine (PFE) to the Routing Engine (RE). Exception traffic consists of packets that cannot be processed by the PFE alone and requireintervention by the RE, such as control packets or packets destined for the device itself. A policer can be configured to enforce bandwidth limits and drop or mark packets that exceed specified rate limits, thus protecting the RE from being overwhelmed by excessive exception traffic.
NEW QUESTION # 46
......
2024 New Preparation Guide of Juniper JN0-105 Exam: https://pdftorrent.actual4test.com/JN0-105_examcollection.html