52.6k views
2 votes
A. In I/O interation between OS and devices, describe how hybrid mechanism works?

b. Compare polling, interrupt and hybrid mechanisms for I/O interaction.

c. Which mechanism is suitable for interacting with SSD (Solid State Drive)?

1 Answer

10 votes

a. I/O Hardware. Devices communicate with the computer via signals sent over wires or through the air. Devices connect with the computer via ports, e.g. a serial or parallel port. A common set of wires connecting multiple devices is termed a bus.

b. The main difference between interrupt and polling is that in interrupt, the device notifies the CPU that it requires attention while, in polling, the CPU continuously checks the status of the devices to find whether they require attention. In brief, an interrupt is asynchronous whereas polling is synchronous.

c. flash memory

A solid-state drive (SSD) is a solid-state storage device that uses integrated circuit assemblies to store data persistently, typically using flash memory, and functioning as secondary storage in the hierarchy of computer storage.

#◌⑅⃝●♡⋆♡Nåmřāthā ♡⋆♡●⑅◌

User Sanoj Lawrence
by
8.2k points