Free JN0-105 Exam Dumps

Question 16

Exhibit
term limit-icmp { from { source-address { 172.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.)

Correct Answer:C
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 17

What are two physical interface properties? (Choose two.)

Correct Answer:AD
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.

Question 18

You are asked to convert the number 7 from decimal to binary. Which number is correct in this scenario?

Correct Answer:C
To convert the decimal number 7 to binary, the correct representation is 00000111 (C). In binary, 7 is represented as 1+2+4 (2^0 + 2^1 + 2^2), which corresponds to the last three digits being 1 in the binary format, with leading zeros added for clarity.

Question 19

Your router has a route to the 10.1.1.0/24 network with a next hop of r jet.
In this scenario, which action will your router perform when traffic destined to the 10.1.1.0/24 network is received?

Correct Answer:D
In a scenario where a router has a route to a specific network (in this case, 10.1.1.0/24) with a next hop that is unreachable or incorrectly specified (e.g., "r jet" seems to be a typo or an undefined entity), the router will typically discard the traffic destined for that network. This action is taken because the router cannot determine a valid path to forward the traffic. Unlike some scenarios where the router might generate an ICMP (Internet Control Message Protocol) unreachable message, in many configurations, especially in production networks, the traffic might be silently discarded without providing feedback to the sender, as generating ICMP messages for all undeliverable packets could lead to additional network congestion and potential security concerns.