In a scenario where a filter chain is used for both compression and encryption, which process should ideally occur first?

  • Compression, Encryption, Other Filters, Process Request
  • Compression, Other Filters, Encryption, Process Request
  • Encryption, Compression, Other Filters, Process Request
  • Other Filters, Compression, Encryption, Process Request
In this scenario, it is generally recommended to perform encryption before compression. This ensures that the data is first secured through encryption and then compressed. Therefore, the correct order is to place the encryption filter before the compression filter in the filter chain.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *