Changes between Version 6 and Version 7 of BaseFeatures


Ignore:
Timestamp:
May 27, 2009, 7:25:21 PM (15 years ago)
Author:
Christoph Mayer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BaseFeatures

    v6 v7  
    44 * '''Node identifiers''': Ariba provides a naming mechanism that uses invariant identifiers instead of network locators (subject to change due to, e.g., node mobility) for specifying the target of a communication link.
    55
    6  * '''Requirement driven protocol selection''': Ariba allows for specifying QoS- and security requirements for each link. Based on the requirements, Ariba transparently selects appropriate transport protocols (e.g., TCP, UDP) and security mechanisms (e.g., TLS, IPSec).
     6 * '''Requirement driven protocol selection''': Ariba allows for specifying QoS- and security requirements for each link. Based on the requirements, Ariba transparently selects appropriate transport protocols (e.g., TCP, UDP) and security mechanisms (e.g., TLS, IPSec). (currently under development)
    77
    8  * '''Support for heterogeneity on layer 3''': Ariba transparently establish connections between different layer 3 technologies (e.g., IPv4 and IPv6) and to private address spaces (e.g., due to NAT).
     8 * '''Support for heterogeneity on layer 3''': Ariba transparently establish connections between different layer 3 technologies (e.g., IPv4 and IPv6) and to private address spaces (e.g., due to NAT). (currently under development)
    99
    1010 * '''Mobility''': In case of locator changes due to node mobility, Ariba will transparently reestablish connectivity without affecting services and applications.
    1111
    12  * '''Multi-homing''': In case of multi-homed nodes, Ariba transparently selects appropriate locators for link establishment and selects alternative locators in case of locator failures.
     12 * '''Multi-homing''': In case of multi-homed nodes, Ariba transparently selects appropriate locators for link establishment and selects alternative locators in case of locator failures. (currently under development)
    1313
    14  * '''Simulation support''': Ariba-based applications can be evaluated using the [http://www.omnetpp.org/ Omnet++ Discrete Event Simulation System] without changing the code.
     14 * '''Simulation support''': Ariba-based applications can be evaluated using the [http://www.omnetpp.org/ Omnet++ Discrete Event Simulation System] without changing the code. (currently under development)