ExamGecko
Home Home / Juniper / JN0-105

Juniper JN0-105 Practice Test - Questions Answers, Page 6

Question list
Search
Search

What information does the forwarding table require so that the device forwards traffic? (Choose three.)

A.
OSPF metric value
A.
OSPF metric value
Answers
B.
next hop IP address
B.
next hop IP address
Answers
C.
BGP local preference value
C.
BGP local preference value
Answers
D.
outgoing interface name
D.
outgoing interface name
Answers
E.
next hop MAC address
E.
next hop MAC address
Answers
Suggested answer: B, D, E

Explanation:

The forwarding table in a network device requires specific information to efficiently forward traffic toward its destination. This includes the next hop IP address, which indicates the next router or device in the path to the destination. The outgoing interface name identifies the physical or logical interface through which the packet should be sent to reach the next hop. Lastly, the next hop MAC address is crucial for Layer 2 forwarding decisions, allowing the device to encapsulate the IP packet in a frame that can be understood by Ethernet or other Layer 2 protocols. OSPF metric values and BGP local preference values are used in the routing decision process to select the best path and populate the forwarding table but are not directly used by the forwarding table to forward traffic.

Exhibit.

Referring to the exhibit, which routing configuration is required for these two users to access the remote server?

A.
Users must connect directly to the router.
A.
Users must connect directly to the router.
Answers
B.
Users and the server require a default gateway.
B.
Users and the server require a default gateway.
Answers
C.
Trunk ports must be enabled on the switch.
C.
Trunk ports must be enabled on the switch.
Answers
D.
A routing protocol must be enabled on the router.
D.
A routing protocol must be enabled on the router.
Answers
Suggested answer: B

Explanation:

For the users in the 10.1.1.0/24 subnet and the server in the 10.1.2.0/24 subnet to communicate with each other, they need to route packets through the router that connects these two subnets. Each user and the server need to have their default gateway set to the IP address of the router interface on their respective subnet (.254). This ensures that packets destined for other subnets are sent to the router, which then routes them to the correct destination subnet.

Juniper official documentation: Configuring Basic Routing.

General networking principles.

Which process in the Junos OS is responsible for maintaining routing protocols and tables?

A.
mgd
A.
mgd
Answers
B.
chassisd
B.
chassisd
Answers
C.
rpd
C.
rpd
Answers
D.
dcd
D.
dcd
Answers
Suggested answer: C

Explanation:

The Routing Protocol Daemon (rpd) in Junos OS is responsible for maintaining routing protocols and tables. It handles all routing information, including the calculation of routes and the population of the routing table, making it crucial for dynamic routing operations.

Which Junos OS component is responsible for maintaining the forwarding table?

A.
Routing Engine
A.
Routing Engine
Answers
B.
chassis control daemon
B.
chassis control daemon
Answers
C.
Packet Forwarding Engine
C.
Packet Forwarding Engine
Answers
D.
management daemon
D.
management daemon
Answers
Suggested answer: C

Explanation:

The Packet Forwarding Engine (PFE) in Junos OS is responsible for maintaining the forwarding table. The PFE processes incoming packets, performs route lookups in the forwarding table, and forwards packets based on this information, offloading these tasks from the Routing Engine to ensure efficient packet forwarding.

Which two common routing policy actions affect the flow of policy evaluation? (Choose two.)

A.
next policy
A.
next policy
Answers
B.
community
B.
community
Answers
C.
next term
C.
next term
Answers
D.
next hop
D.
next hop
Answers
Suggested answer: A, C

Explanation:

In Junos OS routing policy evaluation, 'next policy' (A) and 'next term' (C) are common actions that affect the flow of policy evaluation. 'Next policy' directs the evaluation to the next policy in the sequence, whereas 'next term' moves the evaluation to the next term within the current policy, allowing for granular control over routing decisions.

Which criteria does the Junos OS use to select an active route when two entries exist in the routing table?

A.
the route with the lowest preference number
A.
the route with the lowest preference number
Answers
B.
the most recently learned dynamic route
B.
the most recently learned dynamic route
Answers
C.
the route with the highest preference number
C.
the route with the highest preference number
Answers
D.
the route with the highest metric
D.
the route with the highest metric
Answers
Suggested answer: A

Explanation:

In Junos OS, when two entries for the same destination exist in the routing table, the route with the lowest preference number is selected as the active route. This preference number, also known as the route preference or administrative distance, is used to prioritize routes received from different routing protocols.

How many rescue configuration files are supported on a Junos device?

A.
50
A.
50
Answers
B.
3
B.
3
Answers
C.
1
C.
1
Answers
D.
49
D.
49
Answers
Suggested 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.

In Junos OS, each device supports only one rescue configuration file. The rescue configuration is a specific configuration that can be saved and later retrieved if needed. This is used as a fallback configuration that you know works and can be applied in case of an emergency or if the current configuration has issues.

'You can create a rescue configuration file by using the request system configuration rescue save operational mode command. Each Junos OS device can have only one rescue configuration file.'

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.

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.

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.
A.
The OSPF route will be selected.
Answers
B.
The static route will be selected.
B.
The static route will be selected.
Answers
C.
The Junos OS randomly selects one route.
C.
The Junos OS randomly selects one route.
Answers
D.
The Junos OS selects both routes.
D.
The Junos OS selects both routes.
Answers
Suggested answer: B

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.

Total 100 questions
Go to page: of 10