Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
9 user(s) are online (8 user(s) are browsing encyclopedia)

Members: 0
Guests: 9

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Resource Reservation Protocol

RSVP - Resource reservation setup protocol

=Introduction=

The Resource ReSerVation Protocol (RSVP) is described in [http://ietfreport.isoc.org/rfc/rfc2205.txt RFC2205 ] RSVP is a protocol designed to reserve resources across a network for an integrated services Internet. RSVP provides receiver-initiated setup of resource reservations for Multicast or unicast data flows with scaling and robustness. RSVP can be used by either host or routers to request or deliver specific qualities of services (QoS) for application data streams or flows. RSVP defines how applications place reservations and how they can relinquish the reserved resources once the need for them has ended. RSVP operation will generally result in resources being reserved in each node along a path. RSVP is not itself a routing protocol and was designed to interwork current and future routing protocols.

=RSVP main attributes=

#RSVP requests resources for simplex flows: a traffic stream in only one direction from sender to one or more receivers. #RSVP is not a routing protocol but works with current and future routing protocols. #RSVP is receiver oriented: in that the receiver of a data flow initiates and maintains the resource reservation for that flow. #RSVP maintains soft state (the reservation at each node needs a periodic refresh) of the host and routers resource reservations hence supporting dynamic automatic adaptation to network changes. #RSVP provides several reservation styles (a set of reservation options) and allows for future styles to be added to protocol revisions to fit varied applications. #RSVP transports and maintains traffic and policy control parameters that are opaque to RSVP.

=History and related standards=

==RFC2205==

The version 1 functional specification was described in [http://ietfreport.isoc.org/rfc/rfc2205.txt RFC2205 ] (Sept. 1997) by IETF. Version 1 describes the interface to admission (traffic) control that is based only on resource availability. Later RFC2750 extended the admission control support.

==RFC2210==

This . Also defines the usage and data format of the data objects (that carry resource reservation information) defined by RSVP in [http://ietfreport.isoc.org/rfc/rfc2205.txt RFC2205 ] (Sept. 1997) by IETF.

==RFC2211==

This IETF document specifies the network element behavior required to deliver Controlled-Load services (see [http://ietfreport.isoc.org/rfc/rfc2211.txt RFC2211 ]).

==RFC2212==

This IETF document specifies the network element behavior required to deliver guaranteed QoS services (see [http://ietfreport.isoc.org/rfc/rfc2212.txt RFC2212 ]).

==RFC2750==

Proposed extension for supporting generic policy based admission control in RSVP. The extension included a specification of policy objects and a description on handling policy events. (see [http://ietfreport.isoc.org/rfc/rfc2750.txt RFC2750 ]) (January 2000).

==RFC3936==

A best current practice document that specifies procedures for modifying the Resource reSerVation Protocol (RSVP) .(October 2004).

=Key concepts=

The two key concepts of RSVP reservation model are:

==Flowspec==

RSVP reserves resources for a flow. A flow is identified by the destination address, the protocol Id and optionally the destination port. In MPLS a flow is defined as a LSP Label Switched Path. For each flow RSVP also identifies the particular quality of service required by the flow although it does not understand the specific information of the flow QoS. This QoS specific information is called a flowspec and RSVP passes the flowspec from the application to the hosts and routers along the path. Those systems then analyse the flowspec to accept and reserve the resources. A flowspec consists of: ##Service class ##Reservation spec - defines the QoS ##Traffic spec - describes the data flow

==Filterspec==

The filterspec defines the set of packets that shall be affected by a flowspec (i.e. the data packets to receive the QoS defined by the flowspec). A filterspec tipically selects a subset of all the packets processed by a node. The selection can depend on any attribute of a packet (e.g. the sender IP address and port).

The currently defined RSVP reservation styles are: ##Fixed filter - reserves resources for a specific flow. ##Shared explicit - reserves resources for several flows and all share the resources ##Wildcard filter - reserves resources for a general type of flow without specifying the flow; all flows share the resources

A RSVP reservation request consists in a flowspec and a filterspec and the pair is called a flowdescriptor . The effects at the node of each spec are that While the flowspec sets the parameters of the packet scheduler at a node, the filterspec sets the parameters at the packet classifier.

=RSVP messages=

There are two primary types of messages: :#Path messages ( path ) ::The path message is sent from the sender host along the data path and stores the path state in each node along the path. ::The path state includes the IP address of the previous node, and some data objects: :::# sender template to describe the format of the sender data :::# sender tspec to describe the traffic characteristics of the data flow :::# adspec that carries advertising data (see [http://ietfreport.isoc.org/rfc/rfc2210.txt RFC2210 ] for more details).

:#Reservation messages ( resv ) ::The resv message is sent from the receiver to the sender host along the reverse data path. At each node the IP destination address of the resv message will change to the address of the next node on the reverse path and the IP source address to the address of the previous node address on the reverse path. ::The resv message includes the flowspec data object that identifies the resources that the flow needs.

The data objects on RSVP messages can be transmitted in any order. For the complete list of RSVP messages and date objects see [http://ietfreport.isoc.org/rfc/rfc2205.txt RFC2205 ]

=RSVP operation=

A RSVP host that needs to send a data flow with specific QoS will transmit a RSVP path message that will travel along the unicast or multicast routes pre-established by the working routing protocol. If the path message arrives at a router that does not understand RSVP, that router forwards the message without interpreting the contents of the message and will not reserve resources for the flow.

When the destination router receives the path message it will: #Make a reservation based on the request parameters. For this the admission control and policy control process the request parameters and can either instruct the packet classifier to correctly handle the selected subset of data packets or negotiate with the upper layer how the packet handling should be performed. #Forward the request upstream (in the direction of the sender). At each node the resv message flowspec can be modified by a forwarding node (e.g. in the case of a multicast flow reservation the reservations requests can be merged).

Each node in the path can either accept or reject the request.

=Other RSVP features=

*Encryption - RSVP messages are appended with a message digest created by combining the message contents and a shared key using a message digest algorithm (commonly MD5). The key can be distributed and confirmed using 2 message types: integrity challenge request and integrity challenge response . *Error reporting - when a node detects an error, an error message is generated with an error code and is propagated upstream on the reverse path to the sender. *Information on RSVP flow - two types of diagnostic messages allow a network operator to request the RSVP state information on a specific flow.

  • Diagnostic facility - An extension to the standard which allows a user to collect information about the RSVP state along a path. [http://ietfreport.isoc.org/rfc/rfc2745.txt RFC2745 - RSVP Diagnostic Messages]
  • = External links =

  • [http://ietfreport.isoc.org/rfc/rfc2205.txt RFC2205 ]
  • [http://ietfreport.isoc.org/rfc/rfc2210.txt RFC2210 ]
  • [http://ietfreport.isoc.org/rfc/rfc2211.txt RFC2211 ]
  • [http://ietfreport.isoc.org/rfc/rfc2212.txt RFC2212 ]