Relationship between Asset, Mac Address and IP address

Reply

Join Date: Apr 2006
Posts: 10
Reputation: jiruiz78 is an unknown quantity at this point 
Solved Threads: 0
jiruiz78 jiruiz78 is offline Offline
Newbie Poster

Relationship between Asset, Mac Address and IP address

 
0
  #1
Apr 4th, 2006
Hello there,

I really need help in defining the relationship between Asset, Mac Address and IP address.

Some background info: I need to develop an IT Asset tracking system for work. This system has to take into consideration all the PCs, printers, external devices and other IT devices as well.

Our assumptions are the following:
  • An asset might not have an MAC address
  • An asset may have multiple MAC addresses
  • A Mac Address may have none or multiple IP addresses

Need some help in this, please let me know how you went around on defining the relationships without having a very complicated database design

Thanks!
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 483
Reputation: campkev is an unknown quantity at this point 
Solved Threads: 19
campkev campkev is offline Offline
Posting Pro in Training

Re: Relationship between Asset, Mac Address and IP address

 
0
  #2
May 5th, 2006
tblAsset
AssetID int indentity
other info (type, modelnumber, asset tag number, etc)

tblMAC
MACAddress int unique
AssetID int (Foreign Key)

tblIP
IPAddress int unique
MACAddress int (Foreign key)
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 Database Design Forum
Thread Tools Search this Thread



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

©2003 - 2009 DaniWeb® LLC