User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Database Design section within the Web Development category of DaniWeb, a massive community of 423,882 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,191 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Database Design advertiser: Programming Forums
Views: 3746 | Replies: 1
Reply
Join Date: Apr 2006
Location: Australia
Posts: 10
Reputation: jiruiz78 is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 0
jiruiz78 jiruiz78 is offline Offline
Newbie Poster

Help Relationship between Asset, Mac Address and IP address

  #1  
Apr 3rd, 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!
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Jul 2005
Location: Dallas, TX
Posts: 481
Reputation: campkev is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 19
campkev campkev is offline Offline
Posting Pro in Training

Re: Relationship between Asset, Mac Address and IP address

  #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  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb Database Design Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the Database Design Forum

All times are GMT -4. The time now is 4:43 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC