nerdexam
Juniper

JN0-102 · Question #82

What happens when you issue the ping 172.19.102.2 count 5 command?

The correct answer is C. ICMP echo requests are sent to 172.19.102.2 five times.. The ping command with the count option sends a specified number of ICMP echo requests to a destination.

Operational Monitoring and Maintenance

Question

What happens when you issue the ping 172.19.102.2 count 5 command?

Options

  • AICMP echo requests are sent to 172.19.102.2 in five-millisecond intervals.
  • BICMP echo requests are sent to 172.19.102.2 until five packets are dropped.
  • CICMP echo requests are sent to 172.19.102.2 five times.
  • DICMP echo requests are sent continuously to 172.19.102.2 for five seconds.

How the community answered

(26 responses)
  • A
    8% (2)
  • C
    88% (23)
  • D
    4% (1)

Why each option

The `ping` command with the `count` option sends a specified number of ICMP echo requests to a destination.

AICMP echo requests are sent to 172.19.102.2 in five-millisecond intervals.

The `count` option does not specify the interval between ICMP echo requests, which is typically one second by default.

BICMP echo requests are sent to 172.19.102.2 until five packets are dropped.

The `count` option specifies the total number of packets sent, not the number of dropped packets.

CICMP echo requests are sent to 172.19.102.2 five times.Correct

The `count 5` option in the `ping` command instructs the Junos device to send exactly five ICMP echo request packets to the specified destination IP address. This allows for a limited test of connectivity and reachability.

DICMP echo requests are sent continuously to 172.19.102.2 for five seconds.

The `count` option specifies the number of packets, not a duration for continuous sending.

Concept tested: Junos ping command options

Source: https://www.juniper.net/documentation/us/en/software/junos/junos-os-fundamentals/topics/ref/command/ping.html

Topics

#ping command#network diagnostics#ICMP

Community Discussion

No community discussion yet for this question.

Full JN0-102 Practice