Click here to Skip to main content
Click here to Skip to main content

Simple Network Scanner

By , 23 Apr 2008
 

Introduction

This simple network scanner scans the given work group/domain for computers in Directory Services. It also displays their IP and MAC addresses. You will also find code to get IP address against computer name and to get MAC address against IP address.

Background

It all started when I was developing a Backup System, which was supposed to list all the computers in a network and later, the user can select any one or all computers and can record backup.

Using the Code

This is a very easy to use application. Just download this application and type your work group or domain name and press Scan button.

In the first step, this system will get all directory entries in Directory Services (to use directory services in your project, you must add a reference to System.DirectoryServices namespace) using the following code:

DirectoryEntry DomainEntry = new 
    DirectoryEntry("WinNT://" + txtWorkGroupName.Text + ""); 
DomainEntry.Children.SchemaFilter.Add("Computer");

Next it will iterate for all computers/machines through DomainEntry; and it will call getIPByName() function to get the IP address. getIPByName() function uses System.Net.DNS static class to get the IP address.

Finally, there is a function getMACAddress(IPAddress ipAddress). In this SendARP() function call has been made to get the MAC address against IP. SendARP() is part of iphlpapi.dll.

Points of Interest

You can get a list of computers in your network with their IP and MAC addresses, which means it is a three in one package.

History

  • 24th April, 2008: Initial post

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

About the Author

mamirbalouch
Software Developer (Senior) Business Intelligence Technologies 360
Pakistan Pakistan
Member
I have a Masters Degree in Information Technology, supported by a Bachelors Degree in Information Technology. I am working as a software developer for five years. I have a good experience in developing business applications including Accounting, Payroll, Inventory and Student Information systems. I have also developed an application name Virtual Reception. Which is a Artificial Intelligence based, interactive application.

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
QuestionHellomemberMember 967019313 Apr '13 - 5:06 
GeneralMy vote of 4memberBurak Tunçbilek27 Jul '12 - 9:39 
Generaldownload link is brokenmemberHouston Yap19 Jun '12 - 6:49 
QuestionHellomembermustyname27 Apr '12 - 1:44 
GeneralAbout The Networkmemberaimanmfk3 Jul '08 - 20:11 
GeneralQuestionmvpHans Dietrich24 Apr '08 - 0:53 
GeneralRe: Questionmembermamirbalouch24 Apr '08 - 22:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130516.1 | Last Updated 24 Apr 2008
Article Copyright 2008 by mamirbalouch
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid