![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| IP Networking Learn TCP/IP, Internet Protocol, Routing, Routers, Network protocols in this UNIX and Linux forum. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to broadcast a message ? | vigneshinbox | High Level Programming | 0 | 04-07-2009 01:59 AM |
| Why UDP broadcast don't run? | konvalo | UNIX for Advanced & Expert Users | 2 | 12-14-2008 07:43 PM |
| broadcast | SEB | UNIX Desktop for Dummies Questions & Answers | 1 | 07-08-2003 11:40 AM |
| Broadcast IP Address | PBNOSGT | IP Networking | 4 | 03-11-2002 09:43 PM |
| broadcast address | 98_1LE | IP Networking | 1 | 02-06-2001 02:54 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
app to broadcast availability to ethernet?
I'm working on a queue manager type application. I'd like to be able to delegate a large job constituted of many smaller task to a handful (or potentially dozens) of commodity linux machines on a LAN. It is quite likely this LAN will be ethernet but it might end up being Fibre Channel or Infiniband. I expect I'll be using TCP for all communication between nodes because it's been implemented on all of these network technologies and results in reliable, point-to-point data transmission.
HOWEVER -- and this is the real question here -- I'd like to be able to attach a new machine to the network and have it notify the other machines that it is available to work on these tasks. At the very least it must notify the queue manager. I know how this would be done if the new node was aware which ip was the queue manager or if the queue manager knows the network address of the new node. Is there a way to do it without specifically apprising the computers of each other's presence? I.e., can they just 'find each other' ? |
|
|||||
|
The most simple way I can think of has exactly one manager on any given LAN segment. Upon power-up, the client then sends a gratuitous ARP packet, announcing it's presence.
On a related note, you might be interested in some of the software and protocols used to build a Beowulf cluster |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|