nerdexam
EC-Council

212-89 · Question #111

In which of the following types of fuzz testing strategies the new data will be generated from scratch and the amount of data to be generated are predefined based on the testing model?

The correct answer is B. Generation-based fuzz testing. Generation-based fuzz testing is a strategy where new test data is generated from scratch based on a predefined model that specifies the structure, type, and format of the input data. This approach is systematic and relies on a deep understanding of the format and protocol of…

Incident Handling and Response Technologies

Question

In which of the following types of fuzz testing strategies the new data will be generated from scratch and the amount of data to be generated are predefined based on the testing model?

Options

  • ALog-based fuzz testing
  • BGeneration-based fuzz testing
  • CMutation-based fuzz testing
  • DProtocol-based fuzz testing

How the community answered

(33 responses)
  • B
    94% (31)
  • C
    3% (1)
  • D
    3% (1)

Explanation

Generation-based fuzz testing is a strategy where new test data is generated from scratch based on a predefined model that specifies the structure, type, and format of the input data. This approach is systematic and relies on a deep understanding of the format and protocol of the input data to create test cases that are both valid and potentially revealing of vulnerabilities. This contrasts with mutation-based fuzz testing, where existing data samples are modified (mutated) to produce new test cases, and log-based and protocol-based fuzz testing, which use different approaches to test software robustness and security.

Topics

#fuzz testing#generation-based fuzzing#security testing#vulnerability testing

Community Discussion

No community discussion yet for this question.

Full 212-89 Practice