2. Sensing (Monitoring) the Service State : 2.1 Monitoring Approaches : 2.1.1 Polled Monitoring
   
2.1.1 Polled Monitoring
Polled monitoring is where the application performing the monitoring task is querying the service at a set interval and evaluating the state of the service at that moment. Polled monitoring is relatively simple to implement and typically far less costly than real-time or stream monitoring in terms of overhead and dollars. Although it is simpler and less costly than stream monitoring, polled monitoring has the following negative issues:
*Potentially long event detection periods.
*Missed events (architecture dependent).
If there is a polled monitoring solution with an interval of five minutes (300 seconds), the worst case response time to an event is 300 seconds—the worst case response time is the polling interval. This is the response time to determine that something must be done and includes the time the system takes to actually respond to the event in addition to the possible 300 seconds it took to detect the event.