dream dynamic resource allocation for software defined
play

DREAM: Dynamic Resource Allocation for Software-defined Measurement - PowerPoint PPT Presentation

DREAM: Dynamic Resource Allocation for Software-defined Measurement (SIGCOMM14) Masoud Moshref , Minlan Yu, 1 Ramesh Govindan, Amin Vahdat Measurement is Crucial for Network Management Tenant: Netflix Expedia Reddit Management:


  1. DREAM: Dynamic Resource Allocation for Software-defined Measurement (SIGCOMM’14) Masoud Moshref , Minlan Yu, 1 Ramesh Govindan, Amin Vahdat

  2. Measurement is Crucial for Network Management Tenant: Netflix Expedia Reddit Management: Anomaly Traffic Failure Traffic Accounting Accounting Detection Engineering Detection Engineering Measurement: Heavy Hitter detection Change detection Heavy Hitter detection Change detection Heavy Hitter detection Change detection Network: Motivation Motivation System Algorithm Evaluation 2

  3. High Level Contribution: Flexible Measurement Management: Users dynamically instantiate complex measurements on network state Measurement: DREAM supports the largest number of measurement tasks while maintaining measurement accuracy , by dynamically leveraging tradeoffs between switch resource consumption and measurement accuracy Network: We leverage unmodified hardware and existing switch interfaces Motivation Motivation System Algorithm Evaluation 3

  4. Prior Work: Software Defined Measurement (SDM) Controller Heavy Hitter detection Change detection 3 Update rules 1 Install rules 2 Fetch counters #Bytes=1M Source IP: 10.0.1.128/30 Source IP: 10.0.1.130/31 Source IP: 55.3.4.34/31 #Bytes=5M Source IP: 55.3.4.32/30 Motivation Motivation System Algorithm Evaluation 4

  5. Our Focus: Measurement Using TCAMs Existing OpenFlow switches use TCAMs which permit counting traffic for a prefix Focus on TCAMs enables immediate deployability Prior work has explored other primitives such as hash-based counters Motivation Motivation System Algorithm Evaluation 5

  6. Challenge: Limited TCAM Memory 31 Find source IPs sending > 10Mbps 26 5 Controller 13 13 2 3 Heavy Hitter detection 11 00 01 10 Install rules Fetch counters 1 2 00 13MB 01 13MB 10 3MB 11 2MB Problem: Requires too many TCAMs 64K IPs to monitor a /16 prefix >> ~4K TCAMs at switches Motivation Motivation System Algorithm Evaluation 6

  7. Reducing TCAM Usage Monitor internal nodes to reduce TCAM usage 31 Monitoring 1* is enough 26 5 because a node with size 5 cannot have leaves >10 13 13 2 3 00 01 10 11 31 26 5 13 13 2 3 00 01 10 11 Motivation Motivation System Algorithm Evaluation 7

  8. Challenge: Loss of Accuracy Fixed configuration misses heavy hitters as traffic changes 31 26 5 13 13 2 3 Missed heavy hitters 39 9 30 4 5 15 15 Motivation Motivation System Algorithm Evaluation 8

  9. Dynamic Configuration to Avoid Loss of Accuracy 39 Find leaves >10Mbps using 3 TCAMs 9 30 4 5 15 15 Merge Divide Monitor children to detect HHs but using 2 TCAMs 39 9 30 Monitor parent to save a TCAM 4 5 15 15 Motivation Motivation System Algorithm Evaluation 9

  10. Reducing TCAM Usage: Temporal Multiplexing Required TCAM changes over time Task 1 Task 2 # TCAMs Required Time Motivation Motivation System Algorithm Evaluation 10

  11. Reducing TCAM Usage: Spatial Multiplexing Required TCAMs varies across switches Switch A Switch B # TCAMs Required Time Only needs more TCAMs at switch A Motivation Motivation System Algorithm Evaluation 11

  12. Reducing TCAM Usage: Diminishing Returns 1 7% 0.8 Accuracy Bound 12 % Accuracy 0.6 0.4 0.2 0 256 512 1024 2048 TCAMs Can accept an accuracy bound <100% to save TCAMs Motivation Motivation System Algorithm Evaluation 12

  13. Key Insight Leverage spatial and temporal multiplexing and diminishing returns to dynamically adapt the configuration and allocation of TCAM entries per task to achieve sufficient accuracy Motivation Motivation System Algorithm Evaluation 13

  14. DREAM Contributions System Supports concurrent instances of three task types: Heavy Hitter, Hierarchical HH and Change Detection Algorithm Dynamically adapts tasks TCAM allocations and configuration over time and across switches , while maintaining sufficient accuracy Evaluation Significantly outperforms fixed allocation and scales well to larger networks Motivation Motivation System Algorithm Evaluation 14

  15. DREAM Tasks Anomaly detection Traffic engineering Management Network provisioning Accounting Network visualization DDoS detection Heavy Hitter detection Measurement Hierarchical HH detection Change detection DREAM Network System Motivation Architecture Algorithm Evaluation 15

  16. DREAM Workflow • Task type • Task parameters Instantiate task Report • Task filter • Accuracy bound Task Instance 1 TCAM Allocation and Configuration Task Instance n DREAM SDN Controller Configure counters Fetch counters System Motivation Architecture Algorithm Evaluation 16

  17. Algorithmic Challenges Dynamically adapts tasks TCAM allocations and Dynamically adapts tasks TCAM allocations and Dynamically adapts tasks TCAM allocations and Dynamically adapts tasks TCAM allocations and allocations configuration over time and across switches , configuration over time and across switches , configuration over time and across switches, configuration over time and across switches, while maintaining sufficient accuracy while maintaining sufficient accuracy while maintaining sufficient accuracy while maintaining sufficient accuracy How to allocate TCAMs for Diminishing Return sufficient accuracy ? Which switches to allocate ? Temporal Multiplexing How to adapt TCAM configuration Spatial Multiplexing on multiple switches ? Algorithm Motivation System Evaluation 17

  18. Dynamic TCAM Allocation Allocate TCAM Estimate accuracy Measure Enough TCAMs � High accuracy � Satisfied Not enough TCAMs � Low accuracy � Unsatisfied Algorithm Motivation System Evaluation

  19. Dynamic TCAM Allocation Allocate TCAM Estimate accuracy Measure Why iterative approach? We cannot know the curve for every traffic and task instance Thus we cannot formulate a one-shot optimization 1 0.8 Accuracy 0.6 0.4 0.2 0 256 512 1024 2048 TCAMs Algorithm Motivation System Evaluation 19

  20. Dynamic TCAM Allocation Allocate TCAM Estimate accuracy Measure Why iterative approach? We cannot know the curve for every traffic and task instance Thus we cannot formulate a one-shot optimization Why estimating accuracy? We don’t have ground-truth Thus we must estimate accuracy Algorithm Motivation System Evaluation 20

  21. Estimate Accuracy: Heavy Hitter Detection True detected HH Precision = Detected HHs Is 1 because any detected HH is a true HH True detected HH Recall = True detected + Missed HHs Estimate missed HHs Algorithm Motivation System Evaluation 21

  22. Estimate Recall for Heavy Hitter Detection True detected HH Recall = True detected + Missed HHs Find an upper bound of missed HHs using size and level of internal nodes Threshold=10Mbps With size 26: At level 2: missed <=2 HHs 76 missed <=2 HH 26 50 12 14 15 35 5 7 12 2 0 15 20 15 Algorithm Motivation System Evaluation 22

  23. Allocate TCAM Goal: maintain high task satisfaction Fraction of task’s lifetime with sufficient accuracy Algorithm Motivation System Evaluation 23

  24. Allocate TCAM Goal: maintain high task satisfaction How many TCAMs to exchange? Small � Slow convergence Large � Oscillations Accuracy Accuracy Time Time Algorithm Motivation System Evaluation 24

  25. Avoid Overloading Not enough TCAMs to satisfy all tasks Solutions Reject new tasks Drop existing tasks Algorithm Motivation System Evaluation 25

  26. Algorithmic Challenges Dynamically adapts tasks TCAM allocations and configuration over time and across switches , while maintaining sufficient accuracy How to allocate TCAMs for Diminishing Returns sufficient accuracy ? Which switches to allocate ? Temporal Multiplexing How to adapt TCAM configuration Spatial Multiplexing on multiple switches ? Algorithm Motivation System Evaluation 26

  27. Allocate TCAM: Multiple Switches A task can have traffic from multiple switches Controller 30 HHs Heavy Hitter detection 20 HHs 10 HHs A B Algorithm Motivation System Evaluation 27

  28. Allocate TCAM: Multiple Switches A task can have traffic from multiple switches Controller Heavy Hitter detection A B Global accuracy is important If a task is globally satisfied, no need to increase A’s TCAMs Algorithm Motivation System Evaluation 28

  29. Allocate TCAM: Multiple Switches A task can have traffic from multiple switches Controller Heavy Hitter detection A B Local accuracy is important If a task is globally unsatisfied, increasing B’s TCAMs is expensive (diminishing returns) Algorithm Motivation System Evaluation 29

  30. Allocate TCAM: Multiple Switches A task can have traffic from multiple switches Controller Heavy Hitter detection A B Use both local and global accuracy Algorithm Motivation System Evaluation 30

  31. DREAM Modularity Task Independent Task Dependent TCAM Configuration: Divide & Merge Accuracy Estimation TCAM Allocation DREAM Algorithm Motivation System Evaluation 31

  32. Evaluation: Accuracy and Overhead Accuracy Satisfaction of a task: Fraction of task’s lifetime with sufficient accuracy % of rejected/dropped tasks Overhead How fast is the DREAM control loop? Evaluation Motivation System Algorithm 32

  33. Evaluation: Alternatives Equal: divide TCAMs equally at each switch, no reject Fixed: fixed fraction of TCAMs, reject extra tasks Evaluation Motivation System Algorithm 33

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend