Multiple choice technology architecture

Which of the following security layers frameworks can be of greatest use ?

  1. Hardware

  2. Operating System

  3. Application

  4. Web/application server

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Frameworks operate at the application layer, providing security features like authentication, authorization, input validation, and protection against common attacks (SQL injection, XSS, etc.). While hardware, OS, and web servers have security roles, frameworks offer application-level security that developers directly leverage. Option C is correct.