snap stateful network wide abstractions for packet
play

SNAP: Stateful Network-Wide Abstractions for Packet Processing Mina - PowerPoint PPT Presentation

SNAP: Stateful Network-Wide Abstractions for Packet Processing Mina Tahmasbi Arashloo 1 , Yaron Koral 1 , Michael Greenberg 2 , Jennifer Rexford 1 , and David Walker 1 1 Princeton University, 2 Pomona College Early SDN Switch Interfaces


  1. SNAP: Stateful Network-Wide Abstractions for Packet Processing Mina Tahmasbi Arashloo 1 , Yaron Koral 1 , Michael Greenberg 2 , Jennifer Rexford 1 , and David Walker 1 1 Princeton University, 2 Pomona College

  2. Early SDN Switch Interfaces • Manipulate packet forwarding rules • Read predefined set of counters 2

  3. Programmable Switch Interfaces • P4, OpenState, Open vSwitch, … – Programmable state (e.g. indexed arrays) – Basic arithmetic operations 3

  4. SNAP: Stateful Network Wide Programming Language One big stateful switch 4

  5. SNAP Contributions Modular Stateful Language One Big Stateful Switch Placement + Routing 5

  6. Talk Outline Language through example Compiler Implementation Evaluation Related Work & Conclusion 6

  7. Language through example Compiler Implementation Evaluation Related Work & Conclusion 7

  8. Example - DNS Reflection Attacks DNS Spoofed DNS Resolvers Requests Attacker Botnet Victim DNS Responses 8

  9. Detecting DNS Reflection Attacks 1. Log DNS requests 2. Match Log responses requests 3. Check unmatched count 9 Bohatei: flexible and elastic DDoS defense, Fayaz et.al., USENIX SECURITY 15

  10. DNS Reflection Detection in SNAP • Seen: Keep track of DNS requests by client and DNS identifier • Unmatched: Count DNS responses that don’t match prior requests • Susp: Suspected victims receive many unmatched responses 10

  11. OBSS Forwarding in SNAP ISP1 CS ISP2 EE 11

  12. Single Network Policy DNS Reflection Detection Forwarding ; 12

  13. SNAP Applications 13

  14. Single Network Policy 14

  15. Language through example Compiler Implementation Evaluation Related Work & Conclusion 15

  16. SNAP Compiler Where to place state variables How to forward packets through them 16

  17. Routing + Placement Jointly State Topology Dependency Packet- Traffic State Minimize Matrix Map congestion MILP Routing State Paths Placement 17

  18. Intermediate Representation (IR) Maintain all programs in a single data structure Composable and easily partitioned IR Distribute the program to switches 18

  19. xFDDs: Extended Forwarding Decision Diagrams True-Solid line False-Dashed • Intermediate node: test on header dstip = 10.0.0.1 fields and state • Leaf: set of action srcip = dstip sequences s[srcip] = 2 • Three kinds of tests – field = value – field 1 = field 2 {s[dstip] ← 2} {drop} – state_var[idx] = val 19

  20. xFDD for DNS Reflection Detection Maintain all programs in a single data structure 20

  21. xFDD for DNS Reflection Detection Fixes the order in which programs access state. We could distribute the programs by placing cuts 21

  22. Partitioning to Sub-Programs Distribute the program to switches CS 22

  23. Partitioning to Sub-Programs Distribute the program to switches CS 23

  24. Putting It All Together ISP1 CS ISP2 EE 24

  25. Putting It All Together ISP1 CS 4 ISP2 EE 25

  26. Putting It All Together ISP1 CS 4 ISP2 EE 26

  27. Putting It All Together ISP1 CS 4 ISP2 EE 27

  28. Language through example Compiler Implementation Evaluation Related Work & Conclusion 28

  29. SNAP Implementation • Compiler written in Python • MILP solver: Gurobi Optimizer • Resulting switch code NetASM (language + software switch) M. Shahbaz and N. Feamster. The case for an intermediate representation for programmable data planes. SOSR 2015. 29

  30. Talk Outline Language through example Compiler Implementation Evaluation Related Work & Conclusion 30

  31. Compiler Evaluation • 7 campus and ISP topologies • Order of 100s of switches and links • Scenarios – Cold start (freq. weeks) – Policy change (freq. days) – Topology/TM change (freq. minutes) 31

  32. Compiler Evaluation - Results Planned in advance 5s-1m 0.5m-2m 1m-6m 32

  33. Talk Outline Language through example Compiler Implementation Evaluation Related Work & Conclusion 33

  34. Optimizing Stateful 34 Switch level placement languages mechanisms & routing Related Work

  35. Conclusion - SNAP • A new modular stateful SDN programming language with: – One-big switch programming model – Persistent global arrays • Compiler implements algorithms that: – Jointly optimize routing and state placement – Use efficient IR based on FDDs • Evaluated about 20 applications 35

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