FUNDAMENTALS OF COMPUTER

TROUBLESHOOTING COMPUTER ISSUES

COMPUTER TROUBLESHOOTING

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
This command sends a request out and expects a response, indicating that both hosts are communicating.
A
ping
B
tracert
C
ipconfig /renew
D
nslookup
Explanation: 

Detailed explanation-1: -The ping command sends a request over the network to a specific device. A successful ping results in a response from the computer that was pinged back to the originating computer.

Detailed explanation-2: -TRACEROUTE is another very helpful utility that operates similarly to ping and also uses the services of the ICMP protocol. Traceroute, as the name implies, is used to trace the path between the sender and the destination host.

Detailed explanation-3: -The command netstat-ano lists all open ports and active connections numerically, including process ID.

Detailed explanation-4: -The ping command also offers a set of options for network troubleshooting. While the possibilities or option switches are different for Windows and Linux systems, the syntax is similar: ping followed by option followed by the option parameters followed by the destination URL or IP address.

There is 1 question to complete.