100-490 · Question #64
What is the Windows-based program that executes the ping command to test network connectivity?
The correct answer is A. cmd. The cmd program, also known as the Command Prompt, is the primary command-line interface in Windows. It allows you to execute various commands, including the ping command, to perform network testing and troubleshooting. Here's how to use ping in the Command Prompt: Open the Comma
Question
What is the Windows-based program that executes the ping command to test network connectivity?
Options
- Acmd
- BFind
- CStart
- Dipconfig
How the community answered
(44 responses)- A82% (36)
- B9% (4)
- C7% (3)
- D2% (1)
Explanation
The cmd program, also known as the Command Prompt, is the primary command-line interface in Windows. It allows you to execute various commands, including the ping command, to perform network testing and troubleshooting. Here's how to use ping in the Command Prompt: Open the Command Prompt: Search for 'cmd' in the Windows Start Menu or use the Run dialog (Windows key + R) and type 'cmd'. Type the ping command: Enter ping followed by a space and then either the IP address or hostname you want to test. Press Enter: The Command Prompt will send ping requests and display the results.
Topics
Community Discussion
No community discussion yet for this question.