Beginner
System Design
Q36 / 100
What is "polling" as a communication technique between a client and server?
Correct! Well done.
Incorrect.
The correct answer is A) The client repeatedly sends requests to the server at intervals to check for new data or updates
A
Correct Answer
The client repeatedly sends requests to the server at intervals to check for new data or updates
Explanation
Polling involves repeated requests to check for changes, which is simple to implement but can be inefficient compared to push-based mechanisms like WebSockets for real-time updates.
Progress
36/100