TSSP Framework: Difference between revisions
Jump to navigation
Jump to search
(New page: This draft is based on the assumption that a logistical network is viewed essentially as a communication medium. Therefore, we have used networking terms and concepts to identify the types...) |
No edit summary |
||
Line 1: | Line 1: | ||
This draft is based on the assumption that a logistical network is viewed essentially as a communication medium. Therefore, we have used networking terms and concepts to identify the types of operations that the TSSP would be responsible for. | This draft is based on the assumption that a logistical network is viewed essentially as a communication medium. Therefore, we have used networking terms and concepts to identify the types of operations that the TSSP would be responsible for. | ||
= TSSP High-level Concepts = | |||
channel - used in this context it represents a set of IBP allocations. Channel | |||
use is determined by access to the capability triplets associated with the allocations. | |||
== Channel Usage == | == Channel Usage == | ||
Line 14: | Line 19: | ||
* ''Duration'' – Alters the life span of the communication channel by prolonging or shortening its existence. | * ''Duration'' – Alters the life span of the communication channel by prolonging or shortening its existence. | ||
* ''Bandwidth'' – Alters the data capacity of the communication channel by increasing or reducing the amount of reserved space. | * ''Bandwidth'' – Alters the data capacity of the communication channel by increasing or reducing the amount of reserved space. | ||
= Operation Actors and Steps = | |||
== Send == | |||
'''I. Route (dynamic)''' | |||
A. Actors | |||
1. IBP client (see [[Internet Backplane Protocol]]) | |||
2. depot directory client (see [[Resource Discovery Standardization]]) | |||
3. depot selection agent | |||
4. metadata transfer client (see exnode Management Service Protocol) | |||
B. Steps | |||
1. obtain non-empty depot set | |||
2. determine next depot (if any) | |||
3. reserve and fill channel (allocate & store) | |||
4. repeat steps 1-3 until depot set is empty | |||
5. publish/record metadata | |||
'''II. Route (static)''' | |||
A. Actors | |||
1. IBP client | |||
2. depot directory client | |||
3. route generator? | |||
4. metadata transfer client | |||
B. Steps | |||
1. obtain non-empty depot set | |||
2. order depot set | |||
3. determine next depot (if any) | |||
4. reserve and fill channel (allocate & store) | |||
5. repeat steps 3 and 4 until depot set is empty | |||
6. publish/record metadata | |||
'''III. Reuse''' | |||
A. Actors | |||
1. IBP client | |||
2. metadata transfer client | |||
B. Steps | |||
1. obtain metadata of selected channel | |||
2. fill channel (store) | |||
== Receive == | |||
A. Actors | |||
1. IBP client | |||
2. metadata transfer client | |||
B. Steps | |||
1. obtain metadata of selected channel | |||
2. consume contained data (does not free up channel bandwidth) | |||
== Teardown == | |||
A. Actors | |||
1. IBP client | |||
2. metadata transfer client | |||
B. Steps | |||
1. obtain metadata of selected channel | |||
2. force expiration of reserved bandwidth (results in data loss and increased system bandwidth) | |||
== Duration == | |||
A. Actors | |||
1. IBP client | |||
2. metadata transfer client | |||
B. Steps | |||
1. obtain metadata of selected channel | |||
2. reconfigure channel for longer or shorter duration (can result in data loss and ''teardown'') | |||
== Bandwidth == | |||
A. Actors | |||
1. IBP client | |||
2. metadata transfer client | |||
B. Steps | |||
1. obtain metadata of selected channel | |||
2. reconfigure channel for greater or lesser capacity (can result in data loss?) |
Revision as of 15:11, 14 December 2007
This draft is based on the assumption that a logistical network is viewed essentially as a communication medium. Therefore, we have used networking terms and concepts to identify the types of operations that the TSSP would be responsible for.
TSSP High-level Concepts
channel - used in this context it represents a set of IBP allocations. Channel use is determined by access to the capability triplets associated with the allocations.
Channel Usage
- Send – Is a two step operation that combines establishing and filling/populating a communication channel. The construction of the channel is determined by the communication initiator over an available route.
- Route – the send operation assumes the existence of a known (i.e. static) or unknown (i.e. dynamic) route through which the data fragments will travel. Routes with multiple hops imply multiple instances of data fragments. The route used by the send characterizes the communication channel, but does not define the end point.
- dynamic – results from decision making processes that occur after a send has already been initiated
- static – is determined prior to the execution of a send
- Reuse – once a send has been performed, the communication channel can be reused by filling/populating it with new data. Although it requires administrative access to the channel, it is classified under send because it represents data transfer.
- Route – the send operation assumes the existence of a known (i.e. static) or unknown (i.e. dynamic) route through which the data fragments will travel. Routes with multiple hops imply multiple instances of data fragments. The route used by the send characterizes the communication channel, but does not define the end point.
- Receive – Is a generalized operation that allows the recipient of the communication to access the content in the communication channel.
Channel Management
- Teardown – Deconstructs the communication channel, preventing successful send(reuse) and receive operations.
- Duration – Alters the life span of the communication channel by prolonging or shortening its existence.
- Bandwidth – Alters the data capacity of the communication channel by increasing or reducing the amount of reserved space.
Operation Actors and Steps
Send
I. Route (dynamic) A. Actors 1. IBP client (see Internet Backplane Protocol) 2. depot directory client (see Resource Discovery Standardization) 3. depot selection agent 4. metadata transfer client (see exnode Management Service Protocol) B. Steps 1. obtain non-empty depot set 2. determine next depot (if any) 3. reserve and fill channel (allocate & store) 4. repeat steps 1-3 until depot set is empty 5. publish/record metadata II. Route (static) A. Actors 1. IBP client 2. depot directory client 3. route generator? 4. metadata transfer client B. Steps 1. obtain non-empty depot set 2. order depot set 3. determine next depot (if any) 4. reserve and fill channel (allocate & store) 5. repeat steps 3 and 4 until depot set is empty 6. publish/record metadata III. Reuse A. Actors 1. IBP client 2. metadata transfer client B. Steps 1. obtain metadata of selected channel 2. fill channel (store)
Receive
A. Actors 1. IBP client 2. metadata transfer client B. Steps 1. obtain metadata of selected channel 2. consume contained data (does not free up channel bandwidth)
Teardown
A. Actors 1. IBP client 2. metadata transfer client B. Steps 1. obtain metadata of selected channel 2. force expiration of reserved bandwidth (results in data loss and increased system bandwidth)
Duration
A. Actors 1. IBP client 2. metadata transfer client B. Steps 1. obtain metadata of selected channel 2. reconfigure channel for longer or shorter duration (can result in data loss and teardown)
Bandwidth
A. Actors 1. IBP client 2. metadata transfer client B. Steps 1. obtain metadata of selected channel 2. reconfigure channel for greater or lesser capacity (can result in data loss?)