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

Race conditions occur when concurrent processes compete for shared resources improperly, leading to unpredictable behavior and server instability. This can cause crashes, hangs, or uncontrolled resource consumption. Cross Site Tracing (B) is unrelated to race conditions - it's an attack technique. Resource unavailability (A) can be a symptom of server instability but not the primary technical consequence.