Cisco interview question

How the watchdog timer is implemented?

Interview Answer

Anonymous

17 Oct 2013

Cisco processors have timers that guard against certain types of system hangs. The CPU periodically resets a watchdog timer. The watchdog timer basically controls the time of each process. If the timer is not reset, a trap occurs. If a process is longer than it must be, the watchdog timer is used to escape from this process.