Notes for Team 6

(From September 25 meeting with Prof. Keshav)

Remarks

Questions

  1. Is SourceSave available in CSUGLAB? It should be. If not, send Prof. Keshav email.
  2. Does the Manager have any active control over other layers? Can the Manager drop a phone call? That's the next step. If you get the passive management down, you could go on to implement this but it requires major security considerations.
  3. Shouldn`t there be security anyway? Usually we just use the idea of "trusted group". For a book on SNMP, see "The simple book: an introduction to networking management", M.T. Rose, in Carpenter Library.
  4. The stub sits on the client? Yes.
  5. Isn't that just the same as SNMP? Yes, but in SNMP all the information in the hook is stored in a tree, which you can then interrogate. This might be slightly heavyweight for the project.
  6. Do we have to use SNMP? No, but you should understand it.
  7. Could there be several manager servers? Yes, each would register themself first, perhaps via the directory service. For example, there could be many gateways. Check for timeouts to determine livliness. For consistency, whenever you save state, figure out when it will be removed.
  8. Do we set up the whole interface, or let the teams do it? The latter. First cut is due September 30.
  9. How are stubs invoked? Listen on a port for a request, send a packet in some format. Or you could use remote invocation, which is not as simple. Or you could just incorporate SNMP, but that is a lot of stuff.