1 / 21

Application of Agent-Oriented Techniques to Network Supervision

Application of Agent-Oriented Techniques to Network Supervision. Babak Esfandiari, Mitel Corporation. Different opportunities for agents in networks. Routing Network Management Network Supervision GDMO/CMIS TMN. Network Supervision Problematic. Fault detection

RoyLauris
Télécharger la présentation

Application of Agent-Oriented Techniques to Network Supervision

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Application of Agent-Oriented Techniques to Network Supervision Babak Esfandiari, Mitel Corporation

  2. Different opportunities for agents in networks • Routing • Network Management • Network Supervision • GDMO/CMIS • TMN

  3. Network Supervision Problematic • Fault detection • Alarm filtering and qualification • Multiple and cascading faults • ...

  4. Existing attempts • Mostly use of expert systems for diagnosis ([Gaiti] [Garijo]…) • Use of agent-oriented architectures (?) • Revealed the importance of explicit representation of Time • No high-level communication between network management platforms • Acquisition of expertise is still a bottleneck

  5. Chronicles Chronicle RobotLoadMachine { event (Robot: (outRoom, inRoom), e1); event (Robot: (inRoom, outRoom), e4); event (MachineInput: (unLoaded, loaded), e2); event (Machine: (Stopped, Running), e1); e1 < e2; 1’ <= e3 - e2 <= 6’; 3’ <= e4 - e2 <= 5’; hold (Machine: Running, (e2, e2)); hold (SafetyConditions: True, (e1, e4)); when recognized {report “Successful load”;} }

  6. Some theoretical speculations: Agents and OSI layers • Using Newell’s Knowledge Level as the highest communication layer? • Expressing applications behaviors in “rational” terms (Beliefs, Desires, Intentions, …) • Communicating such terms using high-level interaction languages (KIF/KQML?) and protocols

  7. Interface Agents “A program that […] provides assistance to a user dealing with a particular application. Such agents learn by watching over the shoulder of the user and detecting patterns and regularities…” (Maes)

  8. The Assistant’s structure

  9. Use of BDI to specify the agent’s behavior • Trust as a modal operator • B(a,f) Λ Trusts(a,b,f) -> K(a,f) • Trusts(a,a,f) ? • Trusts(a,human operator,*) • Trusts(a,b,f) with b := other agent ?

  10. Learnability of chronicles:a set of Oracles • PASSIVE: supplies events and actions • PASSIVES: PASSIVE + no overlapping • ACTIVEMQ: {events}+action -> yes/no • ACTIVEEQ:chronicle ->yes/(no+example)

  11. Learnability of chronicles:Results • With one chronicle per action: • positive with PASSIVES • positive with ACTIVEMQ+ PASSIVE • If more than one chronicle per action: • negative with any oracle • Difficulties: • overlapping • x chronicles/action • where find such oracles ?

  12. The Learning System 3 steps: • Chronicle creation • Chronicle evaluation • Chronicle confirmation

  13. An example (1) Evaluation of: a b c -> a Unconfirmed chronicle base: 1: a b c d -> a Trust: 1 2: a b c e -> a Trust: 1 3: a b c f -> b Trust: 2 Confirmed chronicle base: 1: a b c g -> g Trust: 3

  14. An example (2) Unconfirmed chronicle base: 1: d -> a Trust: 1 2: e -> a Trust: 1 3: a b c f -> b Trust: 2 Confirmed chronicle base: 1: a b c g -> g Trust: 3 2: a b c -> a Trust: 3

  15. MAGENTA: MAnaGEmeNT Application or Multi-AGENT Assistant ? • ObjectManager: processes the query • CommunicationManager: sends and receives messages • EventManager: triggers event notifications • Management Application: processes the events and publishes queries

  16. Experimentation • The local network • Transpac data • Robot behavior pattern detection • Help to a Smalltalk programmer • Overlapping management • Collaborative learning

  17. Results

  18. Finding other oracles:Collaborative assistance • Presentation protocol • Matchmaking protocol • Query protocol

  19. Conclusion and perspectives • Summary: • Use of Interface Agents in Network Supervision • Theoretical results on chronicle learning • Appropriate algorithms • Use of Network Management standards to build an Agent Development platform • Next: • Improve the algorithms (first order, partial order) • Big scale experimentation • Other applications of MAGENTA: remote programming, distributed debugging, ...

More Related