Speculative Parallel Pattern Matching

  • Authors:
  • D. Luchaup;R. Smith;C. Estan;S. Jha

  • Affiliations:
  • Dept. of Comput. Sci., Univ. of Wisconsin at Madison, Madison, WI, USA;-;-;-

  • Venue:
  • IEEE Transactions on Information Forensics and Security
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

Intrusion prevention systems (IPSs) determine whether incoming traffic matches a database of signatures, where each signature is a regular expression and represents an attack or a vulnerability. IPSs need to keep up with ever-increasing line speeds, which has lead to the use of custom hardware. A major bottleneck that IPSs face is that they scan incoming packets one byte at a time, which limits their throughput and latency. In this paper, we present a method to search for arbitrary regular expressions by scanning multiple bytes in parallel using speculation. We break the packet in several chunks, opportunistically scan them in parallel, and if the speculation is wrong, correct it later. We present algorithms that apply speculation in single-threaded software running on commodity processors as well as algorithms for parallel hardware. Experimental results show that speculation leads to improvements in latency and throughput in both cases.