vote up 0 vote down star

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

flag

78% accept rate
best suites for superuser.com ? – UK Oct 14 at 10:53

1 Answer

vote up 1 vote down check

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).

link|flag
in .net 3.5 there is ping utility class which is also faster way to discover nodes in .net – Abdul Khaliq Nov 16 at 13:34

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.