Close Menu
  • Analog Design
    • Latest Analog Layout Interview Questions (2025)
  • Digital Design
    • Digital Electronics Interview Question(2025)
    • Top VLSI Interview Questions
  • Physical Design
    • Physical Design Interview Questions for VLSI Engineers
  • Verilog
    • Verilog Interview Questions(2024)
  • Forum
Facebook Instagram YouTube LinkedIn WhatsApp
SiliconvlsiSiliconvlsi
Forum Questions Register in Forum Login in Forum
Facebook Instagram YouTube LinkedIn WhatsApp
  • Analog Design
    • Latest Analog Layout Interview Questions (2025)
  • Digital Design
    • Digital Electronics Interview Question(2025)
    • Top VLSI Interview Questions
  • Physical Design
    • Physical Design Interview Questions for VLSI Engineers
  • Verilog
    • Verilog Interview Questions(2024)
  • Forum
SiliconvlsiSiliconvlsi
Home»Difference between Interrupt and Polling

Difference between Interrupt and Polling

Interrupt and Polling

S.NO Interrupt Polling
1. In interrupt, the device notices the CPU that it requires its attention. Whereas, in polling, the CPU steadily checks whether the device needs attention.
2. An interrupt is not a protocol, it’s a hardware mechanism. Whereas it isn’t a hardware mechanism, it’s a protocol.
3. In interrupt, the device is serviced by the interrupt handler. While in polling, the device is serviced by the CPU.
4. Interruptions can take place at any time. Whereas the CPU steadily polls the device at regular or proper intervals.
5. In interrupts, the interrupt request line is used as an indication for indicating that the device requires servicing. While in polling, the Command ready bit is used as an indication for indicating that the device requires servicing.
6. In interrupts, the processor is simply disturbed once any device interrupts it. On the other hand, in polling, the processor wastes countless processor cycles by repeatedly checking the command-ready bit of each device.

Facebook X (Twitter) Instagram Pinterest Vimeo YouTube
  • About Us
  • Contact Us
  • Privacy Policy
© 2025 Siliconvlsi.

Type above and press Enter to search. Press Esc to cancel.