Five different types IO in Linux
There are five different type IO model under Linux , they are respectively
*Blocking IO
*NonBlocking IO
*IO Multiplexing
*Signal-Driven
*Asynchornours IO
I am going to illustrate the Read function to explain these types of IO model.