1 / 6

Administrative Domain

Administrative Domain. Reqest Interface (access interface). Response Interface (inter-domain interface). RequestController. RequestController. AAA. Characteristic parser. Tool check. Schedule check. Remote check. Distributor. PMC database. PMC controller. Inter-domain controller.

maxim
Télécharger la présentation

Administrative Domain

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. Administrative Domain Reqest Interface (access interface) Response Interface (inter-domain interface) RequestController RequestController AAA Characteristic parser Tool check Schedule check Remote check Distributor PMC database PMC controller Inter-domain controller

  2. RequestInterface – input message <in0> <characteristic name=“network.delay.roundtrip”/> <tool name=“ping” rank=“1”/> <tool name=“pingmon” rank=“3”/> <source host=“a.b.c.d”/> <sink host=“e.f.g.h”/> <when now=“true”/> <credential>…</credential> </in0> Normally the client would specify either a characteristic or a (set of) tools, and the tools would be filled out by the domain interfaces Tools to use, ranked in order of preference Source and sink hosts A time specification Credentials for authorisation and authentication. This is an anyType element, for extensibility

  3. RequestInterface – output message <out0> <location xsi:type=“SQLQuery”> <host>foo.bar</host> <query>SELECT * FROM measurements WHERE id=myuniqueid</query> </location> </out0> The location is of type anyType, so any sort of reference can be put in here (this SQLQuery is just an example)

  4. RequestInterface - faults • Faults are used to indicate failures. <BlahException> <message>Gone wrong</message> further information for some faults </BlahException> • ToolUnavailableException • CharacteristicUnavailableException • TimeUnavailableException • MalformedRequestException

  5. ResponseInterface • Takes a MeasurementRequest • Returns a MeasurementRequest or one of the faults • Both interfaces may add new source/sink elements: • <source host=“i.b.c.d” type=“pmc”/> • <sink host=“j.f.g.h” type=“pmc”/> • Either may remove tool elements • Either may add credentials

  6. More Information • See http://www.hep.ucl.ac.uk/~pdm/e2epipes/domain.html

More Related