Multiple choice technology security

A race condition in a web server can cause …

  1. Resources to become unavailable to legitimate users

  2. Cross Site Tracing

  3. Server Instability

  4. Both A and B

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

A race condition occurs when multiple threads or processes access shared resources simultaneously without proper synchronization, leading to unpredictable behavior and server instability. This can cause crashes, deadlocks, or corrupted data states in the web server.