Hi,
Currently, Im writting a part of program in C# that is use to determind which PC in my network in down and therefore I have to ping them inorder to test the connectivity.
To simplify the process, I have to ping all machines at one go. For example, the range of IP addresses in my network in from 192.168.1.1 till 192.168.1.100. After pinging all of them, I have to print out at the console screen that which hosts are up and which of them are down. I may have to add all IP addresses in a array and start pinging them one by one. How do I determind which are the successfully ones?
Can you please kindly advise me on where to start?
Warmest regards,
Keng Yiam