Counting Distinct Elements over Sliding Windows
Title | Counting Distinct Elements over Sliding Windows |
Publication Type | Conference Paper |
Year of Publication | 2017 |
Authors | Assaf, Eran, Basat, Ran Ben, Einziger, Gil, Friedman, Roy, Kassner, Yaron |
Conference Name | Proceedings of the 10th ACM International Systems and Storage Conference |
Publisher | ACM |
Conference Location | New York, NY, USA |
ISBN Number | 978-1-4503-5035-8 |
Keywords | composability, Metrics, pubcrawl, resilience, Resiliency, security, Windows operating system |
Abstract | In Distributed Denial of Service (DDoS) attacks, an attacker tries to disable a service with a flood of seemingly legitimate requests from multiple devices; this is usually accompanied by a sharp spike in the number of distinct IP addresses / flows accessing the system in a short time frame. Hence, the number of distinct elements over sliding windows is a fundamental signal in DDoS identification. Additionally, assessing whether a specific flow has recently accessed the system, known as the Set Membership problem, can help us identify the attacking parties. Here, we show how to extend the functionality of a state of the art algorithm for set membership over a W elements sliding window. We now also support estimation of the distinct flow count, using as little as log2 (W) additional bits. |
URL | https://dl.acm.org/citation.cfm?doid=3078468.3078491 |
DOI | 10.1145/3078468.3078491 |
Citation Key | assaf_counting_2017 |