Question

List the main differences between software pooling and hardware interrupt code.

List the main differences between software pooling and hardware interrupt code.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

`Hey,

Note: If you have any queries related to the answer please do comment. I would be very happy to resolve all your queries.

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

Kindly revert for any queries

Thanks.

Add a comment
Know the answer?
Add Answer to:
List the main differences between software pooling and hardware interrupt code.
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT