elimination service for enterprises
play

Elimination Service for Enterprises Ram Ramjee Microsoft Research - PowerPoint PPT Presentation

EndRE: An End-System Redundancy Elimination Service for Enterprises Ram Ramjee Microsoft Research India Bhavish Aggarwal^, Aditya Akella*, Ashok Anand*, Athula Balachandran~, Pushkar Chitnis^, Chitra Muthukrishnan*, and George Varghese# ^:


  1. EndRE: An End-System Redundancy Elimination Service for Enterprises Ram Ramjee Microsoft Research India Bhavish Aggarwal^, Aditya Akella*, Ashok Anand*, Athula Balachandran~, Pushkar Chitnis^, Chitra Muthukrishnan*, and George Varghese# ^: Microsoft Research India *: University of Wisconsin-Madison ~: CMU #: University of California, San Diego

  2. Enterprise Dilemma • Large enterprises have a global footprint • Data centers consolidated to save management cost • Diminished performance due to Wide Area Network (WAN) bandwidth and latency constraints 2

  3. Middlebox-based WAN Optimizers Data Center Enterprise Synchronized packet caches • Protocol independent redundancy elimination using synchronized in-memory caches at two ends [Spring & Wetherall, Sigcomm 2000] • Disk-based caches for large static objects • Current leaders: RiverBed , Juniper, Cisco,… • Annual revenue > $1Billion  Are middleboxes the right approach for enterprises? 3

  4. Issues with Middleboxes Enterprise Data Center 1. End-to-end security and encryption – Either no RE or require key sharing 2. Resource-constrained mobile smartphones – No RE on the bandwidth limited 2.5/3G wireless link 3. Cost 4

  5. End-to-End RE: Benefits Data Center Enterprise 1. RE before encrypt  End-to-end security 2. RE on mobiles  Bandwidth savings over wireless 3. Bandwidth savings + simple decode  Energy gains 4. Operate above TCP  Latency gains 5

  6. Our Contributions Data Center Enterprise 1. EndRE Design – New SAMPLEBYTE fingerprinting for fast processing: 10X speedup – Optimized data structures for reducing memory overhead by 33-75% 2. Evaluation of benefits – Analysis using 6TB of packet traces from 11 sites over 44 days – Small-scale deployment 6

  7. Outline • Overview • Design of EndRE • EndRE costs and benefits • Summary 7

  8. EndRE: Design Goals  Opportunistic use of limited end host resources 1. Fast and adaptive RE processing – Lightweight and tunable depending on server load 2. Parsimonious memory usage – Data structure and design optimizations to reduce memory overhead 3. Asymmetric – Simple client decoding 8

  9. Redundancy Elimination: Overview Fingerprinting pointer hash-table lookups Bandwidth lookups constrained link Packet cache (Synchronized circular buffer) Need to quickly identify repeated content (≈32 bytes) – Identifying all matches (optimal) impractical – Sampling-based approach necessary but comes at the cost of missed redundancy identification 9

  10. Redundancy Elimination: Overview Fingerprinting pointer hash-table lookups Bandwidth lookups constrained link Packet cache (Synchronized circular buffer) 1. Fingerprinting – Generate representative fingerprints of packet – New SAMPLEBYTE fingerprinting algorithm 2. Matching & Encoding – Lookup fingerprints in a hash-table of cache fingerprints – Max-Match : Byte-by-byte comparison between cache & packet – Chunk-Match: Full chunk matches (see paper) – Encode matched region with (position, length) tuples 10

  11. 1. Fingerprinting: MODP • Compute fingerprints based on content [Spring & Wetherall] Packet payload Window Rabin fingerprinting Value sampling: sample those fingerprints whose value is 0 mod p + Robust to small changes in content  better bandwidth savings – Rabin hashes expensive and not adaptive  lower speed 11

  12. 1. Fingerprinting: FIXED • Fingerprints chosen at fixed intervals by position in the packet 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 Choose marker every p bytes Hash Hash Hash w-byte w-byte w-byte Fingerprints + Simple selection criteria and tunable  fast and adaptive – A small insertion/deletion in content will result in failure in detecting redundancy  lower bandwidth savings 12

  13. 1. Fingerprinting: SAMPLEBYTE • Can we get the speed/adaptability of FIXED and the robustness of MODP? 7 4 6 0 0 0 8 5 0 1 1 5 0 6 7 0 0 Choose marker if F(singlebyte) = 1; e.g., F(0) = 1, F(5) =1 Once chosen, skip p/2 bytes Hash Hash Hash w-byte w-byte w-byte Fingerprints • F(singlebyte) derived from training data using a greedy strategy + Content-based  bandwidth savings close to MODP? + Simple selection & tunable skipping  speed/adaptability of FIXED? 13

  14. 2. Matching & Encoding: Max-Match • Approach used in payload Spring & Wetherall 1. Compute fingerprints – Meta data overhead is over fixed windows 67% of cache size (e.g., 32bytes) fingerprint • Collisions are not costly – Simple hash function 2. Lookup in Fingerprint hash table – Overwrite hash table – No deletion • Don’t store fingerprints! – Use the table index to implicitly represent part/all of fingerprint 3. In case of match, • Meta data overhead is expand region 6-12% of cache size Fingerprint hash table Packet Cache

  15. Outline • Overview • Design of EndRE • EndRE costs and benefits • Summary 15

  16. Fingerprinting Algorithms: Comparison SAMPLEBYTE MODP FIXED SAMPLEBYTE MODP FIXED 8 26 Bandwidth savings (%) 7 24 6 22 Speed (Gbps) 5 20 4 18 3 16 2 14 5-10X 1 12 0 10 32 64 128 256 512 32 64 128 256 512 Sampling period (p) Sampling period (p)  SAMPLEBYTE delivers bandwidth savings similar to MODP while operating at speeds similar to FIXED 16

  17. EndRE Memory Requirements: 44-day 11-enterprise Trace Analysis 100 100 90 90 80 80 % of Clients 70 70 % of Servers 60 60 50 50 40 40 30 30 20 20 10 10 0 0 0 100 200 300 0 1000 2000 Maximum Cache Size at Client (MB) Maximum Cache Size at Server (MB)  Median/Max memory requirement at Client is 60/360MB  Memory requirement at server tunable, at cost of reduced savings 17

  18. Implementation EndRE Management HTTP SMB OTHERS Base Filtering Engine (BFE) WFP APIs WFP APIs user kernel ALE ADD CALLOUT ADD FILTER TDI/WSK Stream Layer EndRE Stream EndRE Callout Layer Filter Transport Layer IPsec Network Layer WFP Other Callout modules Filtering Engine Forward Layer  EndRE pilot deployment on laptops/desktops over one week with 11 users for HTTP traffic (1.7GB) delivered bandwidth savings of 31% 18

  19. Bandwidth Savings (~2 weeks) Trace Middle EndRE Middle EndRE Enterprise Size (2GB) (1-10 MB) + large-files + large-files Site (GB) % savings % savings %savings % savings 1. 173 71 47 72 56 2. 8 33 24 33 33 3. 71 34 26 35 32 4. 58 45 24 47 30 5. 69 39 27 42 37 6. 80 34 22 36 28 7. 80 31 26 33 33 8. 142 34 22 40 30 9. 198 44 16 46 26 10. 117 27 21 30 30 Avg/Site 100 39 26 41 34  EndRE delivers average bandwidth savings of 26-34%, a significant portion of the 39-41% savings of middlebox 19

  20. Energy Savings Server Mobile Smartphone None ZLIB (LZ) EndRE Energy Energy Bandwidth Energy Bandwidth uAh % savings % savings %savings %savings Trace Packet 32KB Packet 32KB Packet Packet A 2038 -11 42 26 44 25 29 B 1496 -11 68 41 75 70 76  ZLIB works well for large chunk sizes but on a packet-by-packet basis may result in increased energy consumption 20

  21. Energy Savings Server Mobile Smartphone None ZLIB (LZ) EndRE Energy Energy Bandwidth Energy Bandwidth uAh % savings % savings %savings %savings Trace Packet 32KB Packet 32KB Packet Packet A 2038 -11 42 26 44 25 29 B 1496 -11 68 41 75 70 76  EndRE’s bandwidth savings translate into equivalent savings in energy with no additional latency 21

  22. Related work • Static content (e.g., large files) – Host: Disk De-Duplication – Client and Server: LBFS (SOSP’01), RSYNC/RDC – Peer-to- Peer: DOT(NSDI’06), SET (NSDI’07), BranchCache in Win7 • Dynamic content – Middlebox – Spring & Wetherall (SIGCOMM’00) – Products from Riverbed, Cisco, Juniper, etc. • New architectures – Packet Caches: RE in routers (SIGCOMM’08) – Ditto: RE in wireless mesh networks (MobiCom’08) 22

  23. Summary 1. EndRE – SAMPLEBYTE fingerprinting algorithm supports processing speeds of 1.5-4Gbps/core – Data structure optimizations reduce server memory requirement by 33-75% 2. Costs – Client processing negligible; Server processing is load adaptive; – Median client requires only 60MB of memory; Server up to 2GB 3. Benefits – Avg. bandwidth savings of 26-34% – Bandwidth savings  equivalent energy savings on smartphones  EndRE is a promising alternative to WAN optimizers

  24. Questions?

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