Which Two Things Can Be Determined By Using The Ping Command? (Choose Two.)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Which two things can be determined by using the ping command? (Choose two.)
Answer: The ping is the command which gives the reaction on time between the echo request was sent to the host and the echo response was received from the destination. can measure network performance. And a ping determines that the intended host was reachable on the network.
What is the ping command?
The ping is the command line prompt that checks the source computer’s ability whether it can reach the destination computer or not.it away to determine whether the computers can transmit through the network along with another computer or network device. Some other works for the ping command are determining the network status and different hosts checking the problem related to the hardware or software, testing and handling the networks.
Working of the ping command
The ping command works with protocol internet control message protocol (ICMP) echo request sent to the destination through the network and wait for the response. When it is issuing a signal went to the specific point or address and when it went to the destination then it confirms by sending the echo reply packet.
Two functions have been performed in it one is to check the availability of the destinated host, another is to find the RTT (round-trip time) which shows the time taken by the destination to send the reply.it can measure in a millisecond and the process begins when the request was sent to the server and terminated with the response that the request is received on the server.
The ping command sends the various request by default and also show the result, that the echo ping is received by giving the response from the server.it can show the bytes and the time taken by the response or time-to-live.
The IP address is pinged by the 172.168.9.13 address, and if it is a success then it is on and the communication between the machines happens. If the ping is completed but the reply comes late then it shows that the network is congested or there is a speed issue. With the network speed, the ping has a standard.
Ping commands
Some of the ping commands which are used are discussed in the following section:
-t: This command is used to ping the target and terminate by typing the CTRL+C.
-a: The ping will solve the problem related to the hostname of the target IP address.
-n count: The command will set the echo request numbers, from 1 to 4294967295 and by default, this ping will send 4 if it is not working.
-I size: This ping is to set the size in bytes of the request frames from 32 to 65,527. by default, it will send the 32-byte echo request if it is not working.