Request scope in web applications refers to data and context that exists only for the duration of processing a single HTTP request. Once the response is sent, the request scope data is destroyed. Session scope persists across multiple requests from the same user, and application scope persists until server restart.