1 / 26

Integrated Services (IntServ) and Resource Reservation Protocol (RSVP)

This lecture discusses the concept of Integrated Services (IntServ) and the Resource Reservation Protocol (RSVP) for providing different types of services in a network. It covers the IntServ node architecture, routing messages, control and data planes, buffer management, classification, scheduling, and more. The lecture also explores RSVP design features, basic operations, IP routing, reservation styles, and filter specification. Examples of wildcard and fixed filters are provided to illustrate efficient resource utilization.

brecht
Download Presentation

Integrated Services (IntServ) and Resource Reservation Protocol (RSVP)

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. EE 122: Lecture 16/17(Integrated Services) Ion Stoica October 30/November 1, 2001

  2. Integrated Services (Intserv) • Provide three services (see last lecture) • Best-effort (“elastic” applications) • Hard real-time (“real-time” applications) • Soft real-time (“tolerant” applications) istoica@cs.berkeley.edu

  3. An Intserv Node Architecture Routing Messages Routing RSVP RSVP messages Control Plane Admission Control Data Plane Forwarding Table Per Flow QoS Table Data In Route Lookup Classifier Scheduler Data Out istoica@cs.berkeley.edu

  4. Data Plane • Input interface: • Lookup: use forwarding table to select the router’s output interface to forward the packet • Output interface: • Classification: classify each packet to the flow it belongs to • A flow identified by source and destination IP addresses, source and destination port numbers, protocol type • Buffer management • Scheduling: schedule each packet such that each flow achieves the promised service • E.g., Weighted Fair Queueing istoica@cs.berkeley.edu

  5. Control Plane: Resource Reservation Protocol (RSVP) • Signaling protocol for establishing per flow state required for • Admission control • Classification, buffer management, and scheduling • Carry resource requests from hosts to routers • Collect needed information from routers to hosts • At each hop • Consult admission control and policy module • Set up admission state or informs the requester of the failure

  6. RSVP Design Features • IP Multicast centric design • Receiver initiated reservation • Different reservation styles • Soft state inside network • Decouple routing from reservation istoica@cs.berkeley.edu

  7. The Big Picture Network Sender PATH Msg Receiver

  8. The Big Picture Network Sender PATH Msg Receiver RESV Msg

  9. RSVP Basic Operations • Two message types: PATH and RESV • Sender sends PATH message via the data delivery path • Set up the path state each router including the address of previous hop • Receiver sends RESV message on the reverse path • Specify the reservation style, QoS desired • set up the reservation state at each router • Things to notice • Receiver initiated reservation • Decouple the routing from reservation • Two types of state: path and reservation istoica@cs.berkeley.edu

  10. IP routing PATH RESV Route Pinning • Problem: asymmetric routes • You may reserve resources on RS3S5S4S1S, but data travels on SS1S2S3R ! • Solution: use PATH to remember direct path from S to R, i.e., perform route pinning S2 R S S1 S3 S4 S5 istoica@cs.berkeley.edu

  11. PATH and RESV messages • PATH also specifies • Source traffic characteristics • Use token bucket • Reservation style – specify whether a RESV message will be forwarded to this server • RESV specifies • Queueing delay and bandwidth requirements • Source traffic characteristics (from PATH) • Filter specification, i.e., what senders can use reservation • Based on these routers perform reservation istoica@cs.berkeley.edu

  12. Reservation Style • Motivation: achieve more efficient resource utilization in multicast (M x N) • Observation: in a video conferencing when there are M senders, only a few can be active simultaneously • Multiple senders can share the same reservation • Various reservation styles specify different rules for sharing among senders istoica@cs.berkeley.edu

  13. Reservation Styles and Filter Spec • Reservation style • use filter to specify which sender can use the reservation • Three styles • wildcard filter: does not specify any sender; all packets associated to a destination shares same resources • Group in which there are a small number of simultaneously active senders • fixed filter: no sharing among senders, sender explicitly identified for the reservation • Sources cannot be modified over time • dynamic filter: resource shared by senders that are (explicitly) specified • Sources can be modified over time istoica@cs.berkeley.edu

  14. Wildcard Filter Example • Receivers: H1, H2; senders: H3, H4, H5 • Each sender sends B • H1 reserves B; listen from one server at a time H3 (B,*) H2 S1 S2 S3 (B,*) (B,*) (B,*) (B,*) (B,*) H1 H4 H5 receiver sender istoica@cs.berkeley.edu

  15. Wildcard Filter Example • H2 reserves B H3 (B,*) H2 (B,*) S1 S2 S3 (B,*) (B,*) (B,*) (B,*) (B,*) H1 H4 H5 receiver sender istoica@cs.berkeley.edu

  16. Wildcard Filter • Advantages • Minimal state at routers • Routers need to maintain only routing state augmented by reserved bandwidth on outgoing links • Disadvantages • May result in inefficient resource utilization istoica@cs.berkeley.edu

  17. Wildcard Filter: Inefficient Resource Utilization Example • H1 reserves 3B; wants to listen from all senders simultaneously • Problem: reserve 3B on (S3:S2) although 2B sufficient ! H3 H2 S1 S2 S3 (3B,*) (3B,*) (3B,*) H1 H4 H5 receiver sender istoica@cs.berkeley.edu

  18. Fixed Filter Example • Receivers: H2, H4, H5; Senders: H1, H3, H4, H5 • Routers maintain state for each receiver in the routing table NextHop Sources H1 S2(H5, H4) H2 H1(H1), S2(H5, H4) H3 H2 S1 S2 S3 H1 H4 H5 sender+receiver receiver sender istoica@cs.berkeley.edu

  19. Fixed Filter Example • H2 wants to receive B only from H4 H3 H2 (B,H4) S1 S2 S3 (B,H4) (B,H4) (B,H4) H1 H4 H5 sender+receiver receiver sender istoica@cs.berkeley.edu

  20. Dynamic Filter Example • H5 requests a reservation for two streams from any source • S2 makes the reservation, forwards it to S1 and S3 • S1 only reserves bandwidth b toward H1 • S3 doesn’t do anything H3 H2 (B,H4) (B,*) S1 S2 S3 (B,H4) (B,H4) (2B,*) (B,*) (B,H4) H1 H4 H5 sender+receiver receiver sender istoica@cs.berkeley.edu

  21. Tire-down Example • H4 leaves the group • H4 no longer sends PATH message • State corresponding to H4 removed H3 H2 (B,H4) (B,*) S1 S2 S3 (B,H4) (B,H4) (2B,*) (B,*) (B,H4) H1 H4 H5 sender+receiver receiver sender istoica@cs.berkeley.edu

  22. Tire-down Example • H4 leaves the group • H4 no longer sends PATH message • State corresponding to H4 removed H3 H2 (B,*) S1 S2 S3 (2B,*) (B,*) H1 H5 sender+receiver receiver sender istoica@cs.berkeley.edu

  23. Soft State • Per session state has a timer associated with it • path state, reservation state • State lost when timer expires • Sender/Receiver periodically refreshes the state, resends PATH/RESV messages, resets timer • Claimed advantages • no need to clean up dangling state after failure • can tolerate lost signaling packets • signaling message need not be reliably transmitted • easy to adapt to route changes • State can be explicitly deleted by a Teardown message istoica@cs.berkeley.edu

  24. RSVP and Routing • RSVP designed to work with variety of routing protocols • Minimal routing service • RSVP asks routing how to route a PATH message • Route pinning • addresses QoS changes due to “avoidable” route changes while session in progress • QoS routing • RSVP route selection based on QoS parameters • granularity of reservation and routing may differ • Explicit routing • Use RSVP to set up routes for reserved traffic istoica@cs.berkeley.edu

  25. Recap of RSVP • PATH message • sender template and traffic spec • advertisement • mark route for RESV message • follow data path • RESV message • reservation request, including flow and filter spec • reservation style and merging rules • follow reverse data path • Other messages • PathTear, ResvTear, PathErr, ResvErr istoica@cs.berkeley.edu

  26. Administrative Stuff • 2nd midterm exam: next Tuesday, November 6 • Similar to the 1st midterm exam • Conceptual questions • Problems similar to the ones in homeworks • Close books; no calculators • All material up to and including IP Multicast (i.e., lecture on October 16) • Review session for the 2nd project  second part of the next week, after 2nd midterm istoica@cs.berkeley.edu

More Related