QuestionQ335

Secure Software Architecture and Design

Which of the following architectural styles involves a device receiving input from connectors and producing transformed outputs?

  • A N-tiered
  • B Heterogeneous
  • C Pipes and filters
  • D Layered
Explanation

A pipes-and-filters architecture uses filters to accept input data through pipes or other connectors, transform that data, and emit the resulting output to subsequent components.

Community Discussion

No comments yet. Be the first to start the discussion!