What is main difference between DDoS testing and Stress/load test?

0

In many case, ddos test is one kind of the stress/load test. In the article "Network Stress Test" ((https://aws.amazon.com/tw/ec2/testing/)) it's not allow to do simulate ddos test to try the limitation to the service while dstress/load test is OK. What is the difference between ddos test and stress/load test in AWS definition? Are there any clarify explains can provide to me ?

已提問 2 年前檢視次數 1098 次
1 個回答
0
已接受的答案

Hello rePost-User-2012324,

AWS's definition of a stress test as stated in the document you provided is "when a test sends a large volume of legitimate or test traffic to a specific intended target application" while DDOS tests are defined in the same document as "Tests that purposefully attempt to overwhelm the target and/or infrastructure with packet or connection flooding attacks, reflection and complexity attacks, or other large volumes of traffic are not considered network stress tests but are considered distributed denial of service (DDoS) tests."

The main difference between them is that one is purposely attempting to overload the target/infrastructure with attacks. Not legitimate traffic but traffic that is intended to maliciously deny the service of legitimate traffic. Stress/load testing is testing your infrastructure with legitimate traffic that you are expecting and monitoring your environment for how it handles that traffic. There can be some confusion since both can cause denial-of-service but one is done maliciously via attacking methods (syn flooding / amplification / reflection / ICMP flood etc) and the other is testing your target/infrastructure with legitimate and expected traffic to see how your environment can handle it.

I hope this provides some clarity!

-Nick

profile pictureAWS
Nick
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南