ietf-tapswg / api-drafts

Architecture, interface, and implementation drafts for the definition of an abstract API for IETF TAPS
Other
23 stars 15 forks source link

Rewrite Interface Types to be useful and implementable #35

Closed britram closed 6 years ago

britram commented 6 years ago

We should be a bit more specific about how an application is supposed to interact with path selection properties. Do we want to bind this to a world in which the system specifies a set of interface type labels and the application has to choose, or is there some other approach here?

tfpauly commented 6 years ago

So, one approach is to indeed have enumerations of path types and services that are allowed. To give the example of how we do this:

That last category allows a fairly extensible set of options. I think in general, this area should take lessons from the PvD work. See: https://tools.ietf.org/html/draft-kline-mif-mpvd-api-reqs-00

britram commented 6 years ago

do we need to assign someone to write text for this for the -00 milestone, or can we come back to this after London?

philsbln commented 6 years ago

I am fine with moving this to post-London

gorryfair commented 6 years ago

I think we need to address what I think is a basic issue in the API draft. The current text seems to suggest the App signals specific characteristics of the App across the API. I have problems with this - the experience from RSVP, etc - is that Apps seldom understand how to express themselves regarding their own behaviour. Instead, I would advocate that we explicitly focus on what they want from the network path:

Examples I suggest are helpful include: an abstract treatment based on a PHB; a minimum PMTU; a preference for lower latency rather than throughput; a need for no cost... etc. Examples I would argue against: A need for a specific transmission rate; understanding of the size of a transfer at the time the connection is made; ... etc.

tfpauly commented 6 years ago

+1 for specifying requirements of paths and protocols, rather than properties of an application. Any time we've attempted to implement the items you mention as the "argue against", they've been dead ends that have either been misused or deprecated.

philsbln commented 6 years ago

Lets look how many use cases for this stay when you add support for requesting explicit pvds

britram commented 6 years ago

@tfpauly: As discussed during the 16 May interim, Types should definitely be system-specific. Specific interface names and specific PvDs are definitely useful, but are probably also too system-specific to be able to generalize.

britram commented 6 years ago

181 closed this