Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some questions about online detection traffic in this article #3

Open
banzhuanle opened this issue Sep 28, 2023 · 2 comments
Open

Some questions about online detection traffic in this article #3

banzhuanle opened this issue Sep 28, 2023 · 2 comments

Comments

@banzhuanle
Copy link

What does "packet" specifically refer to here? What does this "packet" specifically refer to? Is it representing each packet displayed when opening a pcap file using Wireshark? If that's the case, then a 1GB pcap file would have millions of lines representing packets. With each packet taking 2ms, it would take several thousand seconds to analyze a 1GB pcap file. Could you please clarify if my understanding of the above is incorrect? I sincerely look forward to your response.

@banzhuanle
Copy link
Author

Considering certain user scenarios where the data traffic of this size can be generated in just one minute, but it takes more than ten minutes to output the detection results, it feels like the real-time detection effect described in the article cannot be achieved in such cases.

@xgr19
Copy link
Owner

xgr19 commented Jun 27, 2024

Sorry for the late reply.

A packet is as it in wireshark pcap.

This paper is a GPU-enhanced deep learning solution, which can be fed hundreds of packets per time and consumes a classification time like one packet.

Even though, the bottleneck could be the capability of the used GPU. If you want more fast, data plane processing (e.g., P4 and Tofino switch) is desired, and you may be interested in our recent paper: Mousika: enable general in-network intelligence in programmable switches by knowledge distillation (INFOCOM22).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants