During a security audit, it's discovered that large file uploads are causing server crashes. This issue relates to ________.
- Cross-Site Scripting (XSS)
- Denial of Service (DoS) Attacks
- Resource Limitations
- SQL Injection
Server crashes due to large file uploads typically point to resource limitations such as exceeding upload size limits. Managing server resources is crucial to prevent performance issues and potential crashes.
Loading...
Related Quiz
- Which of the following CodeIgniter features is essential for handling RESTful API requests efficiently?
- In CodeIgniter, how do you manage library versioning and compatibility with different CodeIgniter versions?
- The ________ function in CodeIgniter can be used to load libraries, helpers, or custom config files within a controller.
- How does the Query Builder in CodeIgniter help in preventing SQL injection?
- In complex systems, ________ tracking is a common method for tracing error origins across multiple systems or services.