help on final year project

Reply

Join Date: Aug 2004
Posts: 22
Reputation: smartdetect is an unknown quantity at this point 
Solved Threads: 0
smartdetect smartdetect is offline Offline
Newbie Poster

help on final year project

 
0
  #1
Aug 7th, 2004
now i've decided to take network monitoring as my final year proj. i need the help of u experts.
The network will be a simple LAN with around 20-50 client m/c n a server.
mostly be doing it in Java/c,c++.what iwant 2 know is that...is there any funcn in these langs which would enable the server to detect the h/w on the client m/c's at the time of their booting, so that i could detect any bootfailures .
Reply With Quote Quick reply to this message  
Join Date: Aug 2004
Posts: 3
Reputation: King is an unknown quantity at this point 
Solved Threads: 0
King King is offline Offline
Newbie Poster

Re: help on final year project

 
0
  #2
Aug 10th, 2004
Originally Posted by smartdetect
now i've decided to take network monitoring as my final year proj. i need the help of u experts.
The network will be a simple LAN with around 20-50 client m/c n a server.
mostly be doing it in Java/c,c++.what iwant 2 know is that...is there any funcn in these langs which would enable the server to detect the h/w on the client m/c's at the time of their booting, so that i could detect any bootfailures .

Hi,

When you are saying Lan, does it is mean LAN based on Server and DUMp terminal? or Std NT Server based lan. In that case answers will be defered accordingly.

But in both cases Server can detect is client up or not.


Cheers
~Jayant
Reply With Quote Quick reply to this message  
Join Date: Aug 2004
Posts: 22
Reputation: smartdetect is an unknown quantity at this point 
Solved Threads: 0
smartdetect smartdetect is offline Offline
Newbie Poster

Re: help on final year project

 
0
  #3
Aug 27th, 2004
Originally Posted by King
Hi,

When you are saying Lan, does it is mean LAN based on Server and DUMp terminal? or Std NT Server based lan. In that case answers will be defered accordingly.

But in both cases Server can detect is client up or not.


Cheers
~Jayant
The Lan is a simple windows 2000 based lan. The server runs on win 2k server while the clients have their own os (win xp) . I guess it is a normal NT based server lan. Just let us know how will the server detect the boot failures of the client and also how will it detect the cause of the boot failures. Plz help.
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 321
Reputation: bentkey is an unknown quantity at this point 
Solved Threads: 8
bentkey bentkey is offline Offline
Posting Whiz

Re: help on final year project

 
0
  #4
Aug 27th, 2004
Didn't like my previous negative response eh? heheh. Well windows isn't saying anything at this point. Did your prof. say it could definetly be done? My thought is there is some chance that the hardware in a NIC card may just announce its presence on the network as soon as it gets power. At this point it would be hardware driver stuff only. Layer 1. So about the only thing that would be given is the MAC address. Perhaps if you were to write something that monitored network traffic, it would be able to read the MAC and then check and see if it is still there after a suitable amount of time. If not, then you would know about a boot failure and you would have the machine's MAC address. I don't know for a fact that a card actually does this though. Seems like it would be hardware dependent and most cards I've seen don't actually link up until windows is running and the device drivers are loaded. But you could investigate.
bentkey MCSE,CCNA

SupportWindow Remote Desktop Software
Bytewiser Data Systems
Reply With Quote Quick reply to this message  
Join Date: Aug 2004
Posts: 3
Reputation: King is an unknown quantity at this point 
Solved Threads: 0
King King is offline Offline
Newbie Poster

Re: help on final year project

 
0
  #5
Sep 1st, 2004
Originally Posted by bentkey
Didn't like my previous negative response eh? heheh. Well windows isn't saying anything at this point. Did your prof. say it could definetly be done? My thought is there is some chance that the hardware in a NIC card may just announce its presence on the network as soon as it gets power. At this point it would be hardware driver stuff only. Layer 1. So about the only thing that would be given is the MAC address. Perhaps if you were to write something that monitored network traffic, it would be able to read the MAC and then check and see if it is still there after a suitable amount of time. If not, then you would know about a boot failure and you would have the machine's MAC address. I don't know for a fact that a card actually does this though. Seems like it would be hardware dependent and most cards I've seen don't actually link up until windows is running and the device drivers are loaded. But you could investigate.
Hi,

When you are talking about Network consist of NT Networks. Then basically it is not a network by defination of Network. Those are Independ system same class of IP address. They recongize each other via protocol called netbios.( Netbui what microsoft calls now a days)

Hence any system can find who is up and who is down by netbios call. these calls are available in 'C'. You can getname of these funstion from bible of windows or even DOS.

Or use Interrupt 21.

But no system, going send message abouts its failure to any body over network unless they boot via remote image (network).

Ex. in old Novell netware days, client m/c as soon as started it detects remote servers and get bootimage from it instead of reading from hdd or floppy. In that case, we may get api from vender to reports each stage.

Currently you can very easily write a program at server m/c which will have ref. copy all m/c on the neighbourhood and using netbios call you can vwerify is it up or not. if not up there can be boot failure or not powered on.


Cheers
~Jayant
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 321
Reputation: bentkey is an unknown quantity at this point 
Solved Threads: 8
bentkey bentkey is offline Offline
Posting Whiz

Re: help on final year project

 
0
  #6
Sep 1st, 2004

When you are talking about Network consist of NT Networks. Then basically it is not a network by defination of Network. Those are Independ system same class of IP address. They recongize each other via protocol called netbios.( Netbui what microsoft calls now a days)

Who's definition of network are you using? NT machines do not have to use netbios to network, they only that for "browsing" and other extra windows features. And the question was not about knowing which machines were running and which ones weren't, but detecting boot failures only.

Ex. in old Novell netware days, client m/c as soon as started it detects remote servers and get bootimage from it instead of reading from hdd or floppy. In that case, we may get api from vender to reports each stage.
I'm just curious where the code came from to go out to the network and request those boot images if it didn't come from the hard drive?
bentkey MCSE,CCNA

SupportWindow Remote Desktop Software
Bytewiser Data Systems
Reply With Quote Quick reply to this message  
Join Date: Sep 2007
Posts: 1
Reputation: anu_3035 is an unknown quantity at this point 
Solved Threads: 0
anu_3035 anu_3035 is offline Offline
Newbie Poster

Re: help on final year project

 
0
  #7
Sep 26th, 2007
hi,
i have taken my final year project as mobile computing,point to point protocol.so please help me........
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the Networking Hardware Configuration Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC