I have a larger network about 1000 pcs on LAN
I need to know that what is the fastest way to discover nodes/ pc on lan for admin pruposes
Abdul Khaliq
I have a larger network about 1000 pcs on LAN
I need to know that what is the fastest way to discover nodes/ pc on lan for admin pruposes
Abdul Khaliq
You could try sending out a ping message but it's unlikely that all nodes will reply to it.
The most reliable way to detect nodes is to perform ARP requests. You'll need to control a node inside the LAN (ARP requests don't pass through routers).